/* CSS Document */

body{
	background-color:#FFFFFF;
	background-image:url(../grafiken/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000066;
	margin:0;
	padding:0px;
}


/* grundcontainer mit zentraler ausrichtung */
#wrapper { 
 margin: 0 auto;
 padding:0px;
 width: 850px;
}



a{
	color:#052758;
	font-family: Verdana, Arial, sans-serif;
	text-decoration:none;
}
	
a:hover {
	color:#052758;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: underline;
}

h1{
	font-size: 14px;
	font-weight:bold;
	margin-bottom:20px;
	border-left:#839BCC solid 5px;
	border-bottom:#839BCC solid 1px;
	padding-left:10px;
	margin-right:30px;
	text-align:left;
}

h4{
	font-size: 14px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:#839BCC solid 1px;
}


/* Container */

#headspace {
	width:850px;
	height:20px;
	}
	
#kopf {
	background-image:url(../grafiken/header.png);
	background-repeat:norepeat;
	width:850px;
	height:90px;
}

#navigation {
	background-image:url(../grafiken/bg_navi.png);
	background-repeat:norepeat;
	width:850px;
	height:18px;
}

#inhalt {
	background-color:#EBF4FA;
	width:767px;
	padding:30px 40px 50px 40px;
	border-right:#666666 solid 1px;
	border-left:#FFFFFF solid 1px;
	border-bottom:#666666 solid 1px;
}


/*  list-style-image:url(grafiken/list.png); */
	list-style-type:circle;
	list-style-position:outside;
}	



#fuss {
	width:849px;
	height:18px;
	text-align:right;
}

#fussende {
	width:849px;
	height:20px;
}

#zurueck {
	position:absolute;
	background-image:url(grafiken/zurueck.jpg);
	background-repeat:no-repeat;
	top:510px;
	width:850px;
	height:20px;
	padding-top:1px;
}

#popup {
	position:absolute;
	background-color:#EBF4FA;
	width:400px;
	padding:11px;
}
	
