@charset "utf-8";

* { padding:0; margin:0; }
body {	
	background: #E3DCB2 url(images/bodybg.jpg) repeat-x fixed;
}
html { }

/*Framework*/
#sitebody {
	width:956px;
	margin:auto;
	background-color:#FFF;
	border: 1px solid #000;
	padding:1px;
	margin-top:15px;
	display:block;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

/*Standard Schriftformate*/
#sitebody h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #143A85;
	line-height: 1.5em;
	text-transform: uppercase;
}
#sitebody h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #143A85;
	line-height: 1.5em;
	text-transform: uppercase;
	}
#sitebody h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
	line-height: 1.5em;
	}
#sitebody p { line-height: 1.5em; }
#sitebody .content ul { line-height: 1.5em; margin: 1em 1em ;}

/*Header*/
#siteheader {
	background: url(images/header.jpg) no-repeat center top;
	width: 954px;
	height: 125px;	
	display: block;
}

/*Menu oben*/
#sitemenu {
	text-align:left;			
	background: url(images/topmenubg.jpg) no-repeat center top;
	height: 29px;
	width: 954px;
	text-indent:213px;
	display: block;
}
#sitemenu h1 {
color: #fff;
font-size:1.2em;
font-weight:bold;
text-transform:uppercase;
line-height:29px;
margin:0;
padding:0;
}

/*Inhalte Framework*/
#sitecontent {
	width: 956px;
	height: auto;
	display: block;
	background: url(images/contentbg.jpg) repeat-y;
	overflow: hidden;
}

/*Navigation*/
.navmenu {
	margin:0;	
	padding:0;
	padding-left:1px;
	text-align: left;
	background: url(images/navbg.jpg) repeat-y;
	width: 196px;	
	display: block;
	float: left;
	overflow:hidden;
}
.navmenu img{	
	margin:0;
	padding:0;
}
.navmenu ul {
	margin:0;
	padding:0;
	width: 196px;
	list-style: none;
	display:block;
	overflow:hidden;
	border-top: 10px solid #A2B1CE;
}
.navmenu li {
	margin:0;
	padding:0;
	width:196px;
	height:2em;
	line-height:2em;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #A2B1CE;
	text-indent: 1em;
}
.navmenu ul li a { 
	text-decoration:none;
	color:#143886;
	width:196px;
	height:2em;
	display:block;
	}
.navmenu ul li a:visited { 
	text-decoration:none;
	color:#143886;
	}	
.navmenu ul li a:hover { 
	text-decoration:none;
	background-color:#143886;
	color:#fff;
	}	

/*Inhalte - Text*/
.content {
	width:727px;
	text-align: left;
	display:block;
	float: left;
	padding:15px;
}

.content form input {
padding:1px;
margin:3px;
}
.content form textarea {
padding:1px;
margin:3px;
}
.content form th {
color:#666;
font-size:1em;
padding:1px;
margin:3px;
}
.content .imgleft {
display:block;
float:left;
padding:1.5em;
}

.content a {
color:#143886;
text-decoration:none
}
.content a:visited {
color:#143886;
text-decoration:none
}
.content a:hover {
color:#143886;
text-decoration:underline
}

/*Footer*/
#sitefooter {		
	float:none;
	text-align:right;
	background: url(images/footerbg.jpg) no-repeat center top;
	line-height:31px;
	height: 31px;
	width: 956px;
	display:block;
}

#sitefooter a { 
	text-decoration:none;
	color:#d3d3d3;
	margin-left:15px;
	margin-right:15px;		
	}
#sitefooter a:visited { 
	text-decoration:none;
	color:#d3d3d3;	
	}	
#sitefooter a:hover { 
	text-decoration:underline;	
	color:#fff;
	}	
.pfeile { padding-top:5px; padding-bottom:25px; }