@charset "utf-8";
/* CSS Document */

h1 a{
	color:#FFF;
	text-shadow:0 0 2px #fff;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
}
h1 a:hover{
	color:#FFF;
	text-shadow:0 0 4px #03C;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration : none;
}
h2{
	font-size:12px;
	color:#FFF;
	margin:0px;
}
a {
	font-weight:bold;
	color: #4f4f4f;
	text-decoration : none;
	cursor: pointer;
	text-decoration:underline;
}
a:hover {
	color : #FF822F;
	text-decoration:underline;
}
body{
	font-size: 11px;
	font-family : Arial, Helvetica, sans-serif;
	color: #4f4f4f;
}
#pageMain{
	width:1085px;
	height:auto;
	margin:20px auto;
}
#pageTop{
	width:1005px;
	height:118px;
	padding:50px 0 0 80px;
	background-image:url(../images/01.png);
	background-repeat:no-repeat;
}
#logo{
	width:250px;
	height:auto;
}
#subLogo{
	clear:both;
	width:600px;
}
#pageContent{
	position:relative;
	width:1085px;
	height:auto;
	background-image:url(../images/02.png);
	background-repeat:repeat-y;
}
#pageContentInhalt{
	width:1060px;
	margin-left:5px;
	height:auto;
	padding:10px 7px;
}
#pageContentInhalt-leftCol{
	float:left;
	width:200px;
	height:auto;
}
	
/*LeftCol*/
#pageContentInhalt-menu{
	width:200px;
	height:auto;
}	
	
/*Menu*/
.menu{
	width: 200px;
}
.menu .headerbar{
	font: 12px Verdana;
	color: white;
	background: #606060 url(../images/menuGraf.png) no-repeat 7px 7px;
	margin-bottom: 0;
	text-transform: uppercase;
	padding: 7px 0 7px 31px; 
}
.menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; 
}
.menu ul li{
	padding-bottom: 2px;
}
.menu ul li a{
	font-weight:normal;
	background: #E9E9E9;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px;
	text-decoration: none;
}
.menu ul li a:visited{
	color:#000;
}
.menu ul li a:hover{
	color:#003333;
	background-color:#FF6600;
}
.menu .ebene2 a{
	padding-left:40px;
	background: #DBDBDB url(../images/submenu2.png) no-repeat 27px 10px;
	}
.menu .ebene2 a:hover{
	color:#003333;
	background: #FF6600 url(../images/submenu2.png) no-repeat 27px 10px;
	}

/*Banner Left*/
#contentBanner{
	width:200px;
	height:auto;
	min-height:200px;
	margin:10px 0;
}
	
/*Right Col*/
#pageContentInhalt-rightCol{
	float:right;
	width:853px;
	height:auto;
	min-height:600px;
	margin:12px 0 0 7px;
}
	
/*Footer*/
#pageBottom{
	clear:both;
	width:1043px;
	height:22px;
	padding:6px 20px;
	background-image:url(../images/03.png);
	background-repeat:no-repeat;
}
#pageFooter{
	width:1040px;
	height:auto;
}
.FooterLink{
	float:left;
	width:auto;
	padding:0 10px;
	border-right:1px solid #ccc;
}
.FooterLink a{
	color:#666;
	font-weight:normal;
	font-size:11px;
}
