/* Kopf */
body {
	background-color:#006699;
}
#main {
	width:822px;
	height:510px;
	text-align:left;
	overflow:hidden;
	margin-top:6%;
}
#header {
	overflow:hidden;
	width:820px;
	height:33px;
	border:1px solid #fff;
	background-color:#003366;
	margin-bottom:10px;
}
#hLeft {
	width:190px;
	float:left;
}
#hRight {
	width:630px;
	text-align:right;
	float:right;
}
.mainmenu li {
	float:left;
	line-height:33px;
	color:#fff;
	font-weight:bold;
	margin:0 6px;
}
.mainmenu a {
	color:#fff;
	text-transform:lowercase;
	font-size:1.2em;
	font-weight:bold;
	font-family:"Trebuchet MS",Tahoma,Arial,sans-serif;
	text-decoration:none;
	display:block;
}
.mainmenu a:hover,
.mainmenu a:focus,
.mainmenu a.active {
	color:#0099cc;
	text-decoration:none;
}

.mainmenu ul.secondLevel {
	float:left;
	display:block;
	position:absolute;
	z-index:5;
	background-color:#003366;
	border:1px solid #fff;
	border-top:1px solid #003366;
	margin:-1px 0 0 -6px;	
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}
.mainmenu li.last ul.secondLevel {
	margin:-1px 0 0 -20px;
}
.mainmenu ul.secondLevel li {
	display:block;
	float:none;
	text-align:left;
	line-height:20px;
	margin:0;
}
.mainmenu ul.secondLevel a {
	display:block;
	border-bottom:1px dotted #fff;
	font-size:1em;
	padding:3px 10px;
	white-space:nowrap;
}
.mainmenu ul.secondLevel a:hover {
	color:#fff;
}


/* Inhalt */
#content {
	display:block;
	width:822px;
	height:420px;
	overflow:hidden;
	/*background-color:#0099cc;*/
	background-color:#f1f1f1;
}

#cLeft {
	overflow:hidden;
	width:190px;
	height:420px;
	float:left;
}
.lContent1 {
	width:180px;
	height:140px;
	border-right:10px solid #006699;
	border-bottom:10px solid #006699;
	background-color:#99ccff;
}
.submenu {
	width:168px;
	height:128px;
	padding:5px;
	border:1px solid #003366;
}
.submenu a {
	text-decoration:none;
	color:#003366;
}
.submenu a:hover,
.submenu a:focus,
.submenu a.active {
	color:#006699;
	text-decoration:none;
}
.lContent2 {
	width:169px;
	height:258px;
	padding:5px 15px 5px 5px;
	border:1px solid #fff;
	border-right:none;
}
.lContent2 dl.image {
	padding:0;
	margin:0;
}
#cCenter {
	width:422px;
	height:398px;
	padding:10px;
	overflow:auto;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background:url(../img/bg_cCenter.gif) left top no-repeat;
	float:left;
}
#cRight {
	overflow:hidden;
	width:190px;
	height:420px;
	float:left;
}
.rContent1 {
	width:169px;
	height:258px;
	padding:5px;
	padding-left:15px;
	border:1px solid #fff;
	border-left:none;
}
.rContent2 {
	width:170px;
	height:130px;
	border-left:10px solid #006699;
	border-top:10px solid #006699;
	/*background-color:#f1f1f1;*/
	background-color:#0099cc;
	padding:5px;
}
.rContent2 a {
	color:#003366;
	text-decoration:none;
}
.rContent2 a:hover,
.rContent2 a:focus,
.rContent2 a.active {
	color:#0099cc;
	text-decoration:none;
}
.rContent2 form {
	height:40px;
	margin-bottom:70px;
}
.rContent2 input.sword {
	border:1px solid #333;
	padding:1px 3px;
	width:100px;
}
.rContent2 input.submit {
	display:inline;
	width:auto;
	color:#333;
	font-weight:bold;
	font-size:1.3em;
	background:#0099cc;
	border:none;
	margin-left:-3px;
	cursor:pointer;
}
.rContent2 input.submit:hover,
.rContent2 input.submit:focus {
	color:#003366;
}
.rContent2 .tx-indexedsearch-whatis,
.rContent2 .tx-indexedsearch .pagebrowser, 
.rContent2 .tx-indexedsearch-noresults,
.rContent2 .tx-indexedsearch-browsebox {
	display:none;
}


#footer {
	overflow:hidden;
	width:810px;
	padding:0 5px;
	height:33px;
	background-color:#003366;
	border:1px solid #fff;
	margin-top:10px;
	color:#fff;
	line-height:33px;
}
#fLeft {
	float:left;
}
#fRight {
	float:right;
}
#footer label {
	margin:0;
	display:inline;
}
#footer input {
	width:55px;
	height:12px;
	padding:1px;
	border:none;
	margin:10px 5px;
	background-color:#f1f1f1;
	font-size:0.8em;
	line-height:14px;
	color:#414141;
}
#footer input.submit {
	width:auto;
	height:auto;
	background-color:#003366;
	color:#f1f1f1;
	font-weight:bold;
	font-size:1.3em;
	cursor:pointer;
	display:inline;
	margin:4px 0 0 -3px;
}
#footer input.submit:hover,
#footer input.submit:focus {
	color:#0099cc;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#colors {
	width:13px;
	text-align:left;
	left:-424px;
	top:-112px;
	position:relative;
}
#colors img {
	width:13px;
	height:13px;
	margin-top:3px;
	position:relative;
}
