@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(images/grafik.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.inhalt {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	padding-top: 12px;
	width: auto;
	text-align: right;
}
.clip {
	width: auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 1px;
	padding-bottom: 1px;
}
.lektion {
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	padding-top: 8px;
}
.download {
	width: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	margin-top: 5px;
}
.download a:link, a:visited {
	width: auto;
	text-decoration: none;
	color: #666666;
	background-color: #f3f3f3;
	display: block;
	padding: 10px;
	margin-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4E4E4;
}
.inhalt .download img {
	padding-right: 10px;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.download a:hover {
	text-decoration: none;
	color: #333333;
	background-color: #DFDFDF;
}
.lektionnr {
	width: 320px;
	padding-top: 80px;
	float: left;
	text-align: left;
}

