/* CSS Document */

body {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	margin: 0px;
}

#sandbox {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	background: url(rote_linie_850x10.gif) 0px 0px repeat-y;
}

#background {
	height: 330px;
	background: url(werkstatt_engel_850x330.jpg) 0px 0px no-repeat;
}

/* @group Navigation */

#navigation {
	position: absolute;
	top: 211px;
	margin-left: 30px;
	width: 800px;
}

#navigation a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px 5px 24px 5px;
}

#navigation a:hover {
	color: #000000;
}

#innermenu {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0px 20px 0px 20px;
	border: 1px solid #a2002c;
	background-color: #FFFFFF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#innermenu p {
	line-height: 150%;
}

/* @end */

/* @group Content */

#content {
	position: absolute;
	top: 270px;
	margin-left: 0px;
	width: 850px;
	background: url(rote_linie_850x10.gif) 0px 0px repeat-y;
}

#content a {
	color: #a2002c;
	text-decoration: none;
	padding: 2px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#content a:hover {
	color: #FFFFFF;
	background-color: #a2002c;
}

#content .picture {
	clear: left;
	float: left;
}

#content .picture p {
	padding: 0px;
	margin: 0px;
}

#content .text {
	margin-left: 260px;
}

#content .zusatz {
	clear: left;
	float: left;
	background-color: #FFFFFF;
	width: 850px;
	border-top: 1px solid #a2002c;
	padding: 10px 0px 20px 0px;
	margin: 40px 0px 10px 0px;
	border-bottom: 1px solid #a2002c;
}

#content h1 {
	font-size: 15px;
	margin-top: 0px;
	padding: 3px 20px 3px 20px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#content .text h1 {
	color: #FFFFFF;
	background-color: #a2002c;
}

#content .pictures h1 {
	color: #000000;
	margin-right: 610px;
	background-color: #7CB13C;
}

#content h3, #content h2 {
	font-size: 13px;
	color: #db0533;
}

#content h4 {
	font-size: 15px;
	margin-bottom: 1px;
}


#content li {
	list-style-image: url(dot.png);
}


#content img {
	border: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

/* @end */

/* @group Footer */

#footer {
	width: 850px;
	text-align: right;
	font-size: 11px;
	margin-top: 100px;
	margin-bottom: 50px;
}

#footer .footertext {
	border-top: 1px solid #a2002c;
	padding: 10px 0px 0px 50px;
}

#footer a {
	padding: 2px 15px 2px 15px;
}

/* @end */

table.kursplan {
	font-size: 11px;
}

table.kursplan td {
	background-color: #cce4ed;
}

table.kursplan th {
	font-size: 13px;
	font-weight: bold;
	color: #0079a5;
	text-align: left;
}

table.kursplan th.uhrzeit {
	text-align: right;
}




