@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#454545;
	}
.bg{
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
	border:#999999 solid 1px;
	height:550px;
	width:800px;
	background-color:#494851;
	}
.bg1{
	padding:2px 2px 5px 2px;
	vertical-align:top;
	width:794px;
	}
.oben{
	background-color:#790e11;
	height:26px;
	color:#FFFFFF;
	}
.oben a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	}
.oben1{
	background-color:#790e11;
	background-image:url(../img/ob1.png);
	background-repeat:no-repeat;
	height:26px;
	}
.logo{
	padding:0;
	text-align:center;
	vertical-align:middle;
	}
.bild{
	background-image:url(../img/bild1.jpg);
	background-repeat:no-repeat;
	widows:272px;
	}
/**********************************************************************/
#navcotainer{
	width:213px;
	height:160px;
	list-style:none;
	}
#navlist li{
	display: inline;	/* for IE5 and IE6 */
}
#navlist
{
	width: 213px;/* to display the list horizontaly */
	margin: 0;
	padding:0;
}
#navlist a{/* extend the sensible area to the maximum with IE5 */
	display: block;
	height:24px;
	color:#FFFFFF;
	background-image:url(../img/butt.png);
	background-repeat:no-repeat;
	text-align:left;
	padding-left:20px;
	padding-top:8px;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration: none;
}
#navlist a:hover { 
	background-image:url(../img/butt1.png);
	background-repeat:no-repeat; 
	}
ul#navlist li#current a { 
	background-image:url(../img/butt1.png);
	background-repeat:no-repeat; 
	}
	
/**********************************************************************/
.inhalt{
	background-color:#eaeaea;
	background-image:url(../img/bgmitte.png);
	background-position:top;
	background-repeat:repeat-x;
	border:#999999 solid 1px;
	width:736px;
	height:350px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	padding:30px 30px 10px 30px;
	}
.inhalt h1{
	color:#7f7fac;
	font-size:18px;
	text-transform:capitalize;
	font-weight:normal;
	}
.inhalt h2{
	background-image:url(../img/point.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	font-size:13px;
	color:#757595;
	line-height:12px;
	text-decoration:none;
	}
.mitte{
	height:100px;
	padding-right:10px;
	vertical-align:top;
	}
.mitte2{
	height:100px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
	}
.mitte3{
	height:100px;
	padding-left:10px;
	vertical-align:top;
	}
.bildkl{
	border:#666666 solid 1px;
	}
.unten{
	color:#999999;
	font-size:9px;
	}
.unten a{
	color:#999999;
	font-size:9px;
	text-decoration:none;
	vertical-align:bottom;
	}
.mehr a{
	font-size:9px;
	font-weight:bold;
	color:#660000;
	text-align:right;
	text-decoration:none;
	}
.text{
	width:514px;
	padding-left:30px;
	}
.text h3{
	font-size:14px;
	color:#600000;
	}
/*********************************************************************/
#subcontainer{
	width:220px;
	list-style:none;
}
#sublist li{
	display: inline;
}
#sublist{
	width: 220px;/* to display the list horizontaly */
	margin: 0;
	padding:0;
}
#sublist a{/* extend the sensible area to the maximum with IE5 */
	display: block;
	height:24px;
	color:#7f7fac;
	text-align:left;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration: none;
	background-image:url(../img/point1.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:3px;
}
#sublist a:hover { 
	color:#600000;
	background-image:url(../img/point.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:3px;
	}
ul#sublist li#active a{
	background-image:url(../img/point.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:3px;
	color:#600000;
	}
/****************************************************************/
.f{
	border:#999999 solid 1px;
	font-size:11px;
	background-color:#FEFEFE;
	color:#333333;
	}
.s{
	font-weight:bold;
	color:#555555;
	font-size:11px;
	}
.send{
	font-size:10px;
	font-weight:bold;
	background-color:#C9C9C9;
	border:#999999 solid 1px;
	color:#600000;
	}
a{
	color:#993300;
	text-decoration:none;
	}
a:hover{
	color:#666699;
	}
