body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}


#header {
	margin:3px 0 3px 3px;

}

#kopfleiste {
	width: 805px;
	/*background-image: url(../img/bg_head.jpg);
	background-repeat: repeat-x;*/
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0 5px 0;
	margin-bottom: 3px;
}

a {
		border: 0;
		color: #FFFFFF;
		text-decoration: none;

  }
  
a:hover {text-decoration: underline; color: red;}
a:visited {
	border: 0;
	color: #FFFFFF;
	text-decoration: none; 
	}

#inhalt {
	position: absolute;
	top: 100px;
	left: 3px;
	width: 790px;
	/*height: auto; */
	padding: 3px;
	font-size: 0.7em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border: 1px solid #CCCCCC;

}

#rechtsoben {
	/*position: absolute; */
	width: 300px;
	height: auto;
	left: 580px;
	margin: 3px 0 0 8px;
	font-size: 0.7em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border: 1px solid #CCCCCC;

}


