/* normales css ... */

@import "screen.css";

/* überschreiben */

body {
	margin: 0 30px 0 30px;
}


p, ul {
	width: 100%;
}


.ContainerLecture {
	float: left;
	margin: 30px 20px 0 0;
	width: 45%; min-width: 240px;
}

.ContainerLecture p {
	line-height: 15px;
}

#LogoBTK {
	float: right;
	margin: 0 0 20px 0;
}