BODY {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
#seite {
	xwidth: 1012px;
	width: 998px;
}
#top {
	border-bottom: 5px solid #eeeeee;
}
#center {
	background-color: #eeeeee;
}
*html #center {
	height: 100%;
}
#left {
	clear: both;
	width: 775px;
	float: left;
	background-color: #eeeeee;
	xborder-bottom: 1px solid #ebedf0;
	border-right: 1px solid #eeeeee;
}
#right {
	margin-left: 775px;
	background-color: #d5d8df;
	border-bottom: 1px solid #ebedf0;
}
/******* MAINNAVI *************/
#mainnavi {
	padding-top: 65px;
	background-color: White;
	text-align: right;
	width: 775px;
	float: left;
}
*html #mainnavi {
	padding-bottom: 5px;
}
#mainnavi UL {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainnavi LI {
	display: inline;
	border-bottom: 5px solid #ffffff;
}
#mainnavi LI A {
	padding: 0 15px;
	text-decoration: none;
	color: Black;
}
#mainnavi LI A:hover {
	color: #e20916;
}
#mainnavi LI.active {
	border-bottom: 5px solid #eeeeee;
}
#mainnavi LI.active A {
	color: #e20916;
}
#kuwlogo {
	padding-top: 20px;
	padding-bottom: 19px;
	padding-left: 10px;
	background-color: White;
}
/***** SUBNAVI CHANGED TO TABLES BECAUSE OF IE6 ***/
#subnavi {
	color: Black;
	background-color: #eeeeee;
}
TABLE.subnavi {
	background-color: #d5d8df;
	width: 222px;
	border-collapse: collapse;
}
*html TABLE.subnavi {
	position: relative;
	top: 0;
	left: -3px;
	width: 220px;
	margin-left: -3px;
}
#subnavi TD {
	font-size: 11px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #eeeeee;
	background-color: #d5d8df;
}
#subnavi TD.l1 {
	padding-left: 20px;
}
#subnavi TD.l1_act {
	background-color: #e20916;
}
#subnavi TD.l1 A {
	color: Black;
	text-decoration: none;
}
#subnavi TD.l1 A:hover {
	color: #e20916;
}
#subnavi TD.l1_act A {
	color: White;
}
#subnavi TD.l1_act A:hover {
	color: Black;
}
#subnavi TD.l2 {
	padding-left: 35px;
	background-color: White;
}
#subnavi TD.l2_act {
	background-color: White;
}
#subnavi TD.l2 A {
	text-decoration: none;
	color: Black;
}
#subnavi TD.l2 A:hover {
	color: #e20916;
}
#subnavi TD.l2_act A {
	color: #e20916;
}
/***** SUBNAVI *********************/
#subnavi {
	color: black;
}
/* level 1 */
#subnavi UL {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #eeeeee;
	xmargin-bottom: 100px;
}
#subnavi UL UL {
	margin: 0px;
}
#subnavi LI {
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #eeeeee;
	background-color: #d5d8df;
}
#subnavi LI.l1_first {
	border-top: 0;
	background-color: #d5d8df;
}
#subnavi LI.l1_act {
	background-color: #e20916;
}
#subnavi LI.l1_act A {
	color: White;
}
*html #subnavi LI.l1_sub {
	padding-bottom: 0px;
}
#subnavi LI A {
	padding-left: 20px;
	display: block;
	color: black;
	text-decoration: none;
}
#subnavi LI A:hover {
	color: #e20916;
}
#subnavi LI.l1_act A:hover {
	color: black;
}
/* level 2*/
#subnavi UL UL {
	border-bottom: 0;
	border-left: 0;
}
#subnavi UL LI LI A {
	color: black;
}
*html #subnavi UL LI LI {
	padding-left: 15px;
	background-color: White;
	border-color: #d5d8df;
}
*html #subnavi LI.l1_sub LI.l2_act A {
	color: #e20916;
}
*html #subnavi LI.l1_sub LI A {
	color: black;
}
*html #subnavi LI.l1_sub LI A:hover {
	color: #e20916;
}
html>body #subnavi LI.l2_act A {
	color: #e20916;
}
html>body #subnavi UL UL LI {
	padding-left: 15px;
	background-color: White;
	border-color: #d5d8df;
}
*html #subnavi LI.l1_sub LI.l2_first {
	margin-top: 5px;
	border-top: 1px solid White;
}
#bottom {
	background-color: #eeeeee;
	overflow: visible;
	xborder-bottom: 1px solid #ebedf0;
}
/* FOOTER */
#footer {
	clear: both;
	height: 19px;
}
#footerleft {
	float: left;
	width: 754px;
	margin-left: 20px;
	padding: 3px 0 2px 0;
	background-color: #d5d8df;
	text-align: right;
	xborder-bottom: 1px solid #ebedf0;
}
*html #footerleft {
	margin-left: 10px;
}
#footerleft UL {
	list-style: none;
	margin: 0;
}
#footerleft LI {
	display: inline;
	background-color: White;
}
#footerleft LI A {
	background-color: White;
	padding: 2px 15px 2px 15px;
	color: #666666;
	text-decoration: none;
	border-left: 1px solid #ebedf0;
	border-top: 1px solid #ebedf0;
}
#footerleft LI A:hover {
	color: #e20916;
}
#footerleft LI.active A {
	color: #e20916;
}
#lernenlogo {
	height: 0;
	background: White;
}
#lernenlogo IMG {
	position: relative;
	top: -75px;
	left: 820px;
}
/* GENERAL */
H1, H2, H3 {
	padding: 0;
	margin: 0;
	xfont-size: 150%;
	font-size: 15px;
	font-weight: bold;
	line-height: 150%;
	color: #e20916;
	margin-top: 10px;
	padding-top: 5px;
}
P {
	margin: 0;
	padding: 10px 10px 10px 0px;
}

#spacer {
	background-color: #eeeeee;
	padding-top: 157px;
}
#spacernews {
	background-color: #eeeeee;
	padding-top: 157px;
}
#news {
	margin-top: 0px;
	margin-left: 780px;
	margin-right: 5px;
	xbackground-color: #e20916;
	padding-top: 5px;
}
#news H1 {
	xbackground-color: #d5d8df;
	margin: 0;
	display: block;
	font-weight: bold;
	padding: 5px;
	line-height: 150%;
	color: #e20916;
	font-size: 100%;
	margin-top: 20px;
}
#news P {
	padding: 0 5px 0 5px;
	margin: 0;
	line-height: 150%;
}
#news A {
	text-decoration: underline;
}
	
	#pagecontent {
		margin-left: 20px;
		background-color: #d5d8df;
		overflow: auto;
	}
	*html #pagecontent {
		height: 100%;
	}
	#contentleft {
		width: 182px;
		float: left;
		xmargin-top: -11px;
		xmargin-right: 20px;
		overflow: hidden;
	}
	#contentleft IMG {
		xdisplay: block;
		margin-top: 10px;
		border: 1px solid #e20916;
	}
	#content {
		margin-left: 200px;
		line-height: 120%;
	}
	#content P {
		xmargin-bottom: 0;
		xpadding-bottom: 0;
	}
	/*#content UL, OL {
		margin: 0;
	}
	#content OL {
		font-weight: bold;
		margin-top: 10px;
	}
	#content OL UL {
		font-weight: normal;
	}*/
	#content UL {
		margin: 0;
		margin-left: 20px;
		xmargin: -10px 0 10px 20px;
		padding: 0 0 0 0;
		xlist-style-position: inside;
	}
	*html #content UL {
		xmargin-left: 20px;
	}
	#content OL {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		list-style-position: inside;
		font-weight: bold;
	}
	#content OL UL {
		margin-left: 16px;
	}
	html>body #content OL UL {
		margin-left: 34px;
	}
	#content OL UL LI {
		font-weight: normal;
	}
	#content UL LI {
		list-style: square;
	}
	#line {
		background-color: #e20916;
	}
	#line IMG {
		background-color:  #eeeeee;
	}
	A, A:link, A:visited {
		color: #e20916;
	}
	
/* TYPO3 Extension Styles */
.tx-indexedsearch-searchbox TD {
	width: 150px;
	font-size: 11px;
	padding: 2px 0 2px 0;
}
.tx-indexedsearch-searchbox OPTION {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.tx-indexedsearch-searchbox INPUT {
	width: 150px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.tx-indexedsearch-searchbox SELECT {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.tx-indexedsearch-searchbox-button {
	width: 150px;
	padding: 2px 0 2px 0;
	color: #e20916;
	background-color: White;
	border: 1px solid #e20916;
}
.tx-indexedsearch-res TABLE {
	width: 540px;
	border: 1px solid #eeeeee;
	table-layout: fixed;
}
.tx-indexedsearch-res TD {
	font-size: 11px;
	padding: 2px 0 2px 0;
}
.tx-indexedsearch-icon {
	width: 20px;
	text-align: center;
	background-color: White;
}
.tx-indexedsearch-result-number {
	width: 10px;
}
.tx-indexedsearch-title {
	border-bottom: 1px solid #e20916;
}
.tx-indexedsearch-title A {
	text-decoration: none;
}
TD.tx-indexedsearch-percent {
	width: 50px;
	padding-right: 5px;
	background-color: #e20916;
	text-align: right;
	color: White;
}
TD.tx-indexedsearch-descr {
	padding: 5px;
}
TD.tx-indexedsearch-info {
	padding: 5px;
	background-color: #eeeeee;
}
.tx-indexedsearch-redMarkup {
	color: #e20916;
}

/* SITEMAP */
#content .csc-sitemap {
	margin: 10px;
	width: 400px;
}
#content .csc-sitemap UL {
	margin: 0px;
	padding: 5px 0 5px 10px;
	list-style: none;
}
#content .csc-sitemap UL LI {
	list-style: none;
	padding: 5px 0 5px 1px;
	border-left: 1px dotted  #e20916;
}
#content .csc-sitemap A {
	margin-left: 10px;
}
/*#content .csc-sitemap A {
	margin-left: -10px;
}
#content .csc-sitemap UL {
	margin: 0px;
	xmargin-left: 5px;
	padding: 5px 0 5px 10px;
	list-style: none;
}
#content .csc-sitemap LI UL {
	margin-top: 5px;
	margin-bottom: 5px;
	border-left: 1px dotted #e20916;
}
#content .csc-sitemap UL LI {
	list-style: none;
	padding: 5px 0 5px 1px;
	background-color: Yellow;
}*/
/********* POPUP ************/
BODY.popup {
	margin: 5px;
	background-color:  #d5d8df;
}
#popup {
	width: 780px;
}
#contentrightPopup IMG {
	border: 1px solid #e20916;
	margin-bottom: 10px;
}



