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

*,html, body{
	margin:0;
	padding:0;
	
}

html, body{
	height:100%;
}

body{
background: #6ba4e2 url(bg_mainFrameTop.jpg) repeat-x fixed;

}

#backgroundBottom{
	position:fixed;
	bottom:0;
	width:100%;
	height:40px;
	background:url(footer_bg.jpg) repeat-x;
	z-index:2;
}

#backgroundMiddle{
	position:fixed;
	left:28px;
	width:960px;
	height:100%;
	bottom:0;
	
	
	background: url(middle.jpg) repeat-y ;
	z-index:3;
}
	

#header{
	position:fixed;
	top:0;
	left:28px;
	
	width:960px;
	height:102px;
	background:url(obereMauer.jpg) 0 0 no-repeat;
	z-index:20;
}

#umgeklapptesFortsatz{
	position:fixed;
	left:849px;
	top:102px;
	width:60px;
	height:180px;
	background: url(umgeklapptesFortsatz.jpg) top left no-repeat;
	z-index:20;
}

#content{
	position:absolute;
	left:28px;
	width:680px;
	/*99 für den header */
	margin: 99px 140px 0px 140px;
	/*z-index unter dem Footer*/
	z-index:5;
	overflow:hidden;
}
/*Space-Div statt margin-bottom, bei #content: Safari zeigt der margin-bottom nicht an.*/
#spaceDiv{
	height:40px;
}


#footer{
	position:fixed;
	width:960px;
	height:40px;
	left:28px;
	bottom:0;
	margin:auto;
	
	background:url(footer.jpg) no-repeat;
	z-index:10;
	
}

#footerText{
	padding-left:755px;
	padding-top:8px;
	list-style-image:none;
	
}
#footerText img{
	border:0;
}

#footerText ul{
	list-style-type:none;
	
}


/*Navigation*/
#topnav{
	position:relative;
	left: 343px;
	top: 5px;
}
#topnav ul {
list-style-type : none;
margin : 0;
padding : 0;
}
#topnav li {
margin: 0;
padding: 0;
float :left;
}

#topnav img{
	border:0;
}
#topnav li a {
text-decoration : none;
/*color : black;*/
/*display : block;*/
/*width : 100%;*/
/*background-color : #dedede;*/
}
#topnav li a:hover {
background-color : #efefef;
}

/*Text, Typografie*/
body{
	font-family:Verdana, Tahoma, Geneva, sans-serif;
	font-size:86%;
	line-height:1.3em;
	color:#424332;
}



a{
	color:#167abf;
	text-decoration:none;
}

#content{
	font-size: 0.9em;
}

a:hover{
	text-decoration:underline;
}


.contentheading{
	text-align:center;
	font-size:1.2em;
	padding-bottom:15px;
}
/*die Tabelle*/
table.contentpaneopen{
	width: 100%;
}

table{
	width:100%;
}

h2{
	font-size:1.2em;
	margin:5px 0;
}

p{
	margin:5px 0;
}


	

