/* CSS Document */
<style type="text/css">	

a:link{ color:#b0b0b0; text-decoration:underline; }
a{ color:#b0b0b0; text-decoration:underline; }
a:visited{ color:#b0b0b0; text-decoration:underline; }
a:hover{ color:#000080; text-decoration:underline; } 
a:active{ color:#808080; text-decoration:none; }
a:focus{ color:#29abf1; text-decoration:underline; }

a img{ border:1px solid #b0b0b0; }

a.extern:link{ background: url(../bilder/external.gif) no-repeat 100% 0; padding: 0 16px 0 0; }
a.extern:visited{ background: url(../bilder/external.gif) no-repeat 100% -100px; padding: 0 16px 0 0; }
a.extern:hover, a.extern:focus{ background: url(../bilder/external.gif) no-repeat 100% -200px; padding: 0 16px 0 0; }

a.naviselected:link, a.naviselected:visited, a.naviselected:hover, a.naviselected:focus { color: #000080; text-decoration:none; }

span.extlink {
	position: absolute;
	left: -3000px;
	top: -3000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
	}

h1{ color:#b3b3b3; font-size:14px; }

body {
	line-height: 110%;
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#808080;  
	padding:0px;
	margin:0px;
	}

#container {
	position:absolute;
	height:656px; 
	width:906px;
	margin:-328px 0px 0px -455px;
	top: 50%; 
	left: 50%;
	text-align: left;
	padding: 0px;
	overflow: auto;
	}

#inhalt {
	border:2px solid #e0e0e0;
	height:600px; 
	width:900px;
	}

#main {
	padding: 40px 30px 0px 40px;
	width:530px;
	float: left;
	}

#sidebar {
	width: 250px;
	background: transparent;
	padding: 40px 50px 0px 0px;
	float: right;
	}

#form{
	background-color:#fefefe;
	color: #808080;
	border : 1px solid #b7b7b7;
	padding:3px;
	}

</style> 