/* FARBEN

Crème:			#f4e5b1
Dunkelbraun:	#945323
Dunkelgelb:		#f1b000
Hellgelb:		#f4e5b1
Weinrot:		#c30101

*/



html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url(../img/background.jpg);
}

#body {
	position: relative;
	min-height: 100%;
	cursor: default;
}

* html #body {
	height: 100%;
	cursor: default;
}

#header {
	background: url(../img/header.png) no-repeat;
	font-family: Verdana;
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-top: 0px;
	margin-left: -500px;
	height: 120px;	
	vertical-align: middle;
}

img.navigation {
	margin-top: 80px;
	margin-right: 5px;
	cursor: pointer;
}

div.unternavi {
	margin-top: 6px;
}


#body a:link {
	color: #945323;
	text-decoration: underline;
}

#body a:visited {
	color: #945323;
	text-decoration: underline;
}

#body a:hover {
	color: #c30101;
	text-decoration: none;
}


#navi a.unternavi1 {
	font-family: Verdana;
	color: #f4e5b1;
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
}

#navi a.unternavi1:visited {
	font-family: Verdana;
	color: #f4e5b1;
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
}

#navi a.unternavi1:hover {
	color: #c30101;
	text-decoration: none;
}


#navi a.unternavi {
	font-family: Verdana;
	color: #f4e5b1;
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 1px solid #f4e5b1;
	text-decoration: none;
}


#navi a.unternavi:visited {
	font-family: Verdana;
	color: #f4e5b1;
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 1px solid #f4e5b1;
	text-decoration: none;
}

#navi a.unternavi:hover {
	color: #c30101;
	text-decoration: none;
}

#navi {
	background: #945323;
	font-family: Verdana;
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-top: 120px;
	margin-left: -500px;
	height: 30px;
}

#content {
	background: transparent;
	font-family: Verdana;
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-top: 150px;
	margin-left: -500px;
	padding-bottom: 5.5em;
}

div.contenttext {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 600px;
	background: transparent;
	border: 1px solid #945323;
	font-family: Verdana;
	font-size: 11px;
	color: #945323;
	padding: 5px;
}

div.contentimg {
	margin-top: 20px;
	margin-left: 640px;
	width: 340px;
	background: transparent;
	border: 1px solid #945323;
	font-family: Verdana;
	font-size: 11px;
	color: #945323;
	padding: 5px;
	text-align: center;
}

#footer {
	position: relative;
	margin-top: -4.5em;
	background: transparent;
	text-align: center;
}


table.tabelle {
	font-family: Verdana;
	font-size: 12px;
	color: #945323;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f4e5b1;
}

td.head {
	font-weight: bold;
	width: 90px;
	vertical-align: top;
}
td.tablehead {
	font-weight: bold;
	vertical-align: top;
	color: f1b000;
	font-size: 14px;
}



#body h2 {
	font-family: Verdana;
	font-size: 16px;
	color: #f1b000;
	border-bottom: 1px solid #945323;
}

#body h3 {
	font-family: Verdana;
	font-size: 14px;
	color: #945323;
	margin-bottom: -17px;
}

#body p {
	font-family: Verdana;
	font-size: 12px;
	color: #945323;
}

#body p.hinweis {
	font-family: Verdana;
	font-size: 10px;
	color: #945323;
	font-style: italic;
}

#body ul {
	list-style: circle;
	font-family: Verdana;
	font-size: 12px;
	color: #945323;
}

#body h3.kursangebottitel {
	cursor: pointer;
}

#body h3.lehrertitel {
	cursor: pointer;
}

#body h3.sortimenttitel {
	cursor: pointer;
}

