#seite {
	background-color: #000000;
	position: absolute;
	width: 177px;
	top: 0px;
	left: 0px;
}
#seite p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	padding: 5px;

}
body {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(bilder/kopfbg.jpg);
	background-repeat: repeat-y;
}
#nav {
	position: absolute;
	left: 185px;
	top: 186px;
	
}
#nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #006699;
	text-decoration: none;


	}
#nav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #003366;
	}
.inhalt {
	width: 450px;
	left: 202px;
	top: 230px;
	position: absolute;
}

.inhalt p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666;
	line-height: 150%;}
	
.inhalt h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666;}
.inhalt h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666;
}

#bild {
	background-color: #000000;
	position: absolute;
	height: 100px;
	width: 150px;
	right: 0px;
	top: 0px;
}
#copy {
	width: 450px;
	left: 0px;
	bottom: 0px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin: 150% 0px 0px;
}
.bold {
	font-weight: bold;
}
#copy a {
	color: #000000;
	text-decoration: none;
}
#copy a:hover{
	color: #000000;
	text-decoration: underline;
}

.inhalt a {
	color: #000000;
	text-decoration: none;
}
.inhalt a:hover{
	color: #000000;
	text-decoration: underline;
}
.frame {
	border: 1px solid #000000;
}
.box {
	color: #FFFFFF;
	background-color: #000000;
	float: right;
	height: 200px;
	width: 240px;
}
.box a{
	color: #FFFFFF;
text-decoration: none;
	
}
.box a:hover{
	color: #FFFFFF;
text-decoration: none;
	
}
.box p{
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
		font-size: 80%;
	color: #666;
	line-height: 110%;
}
