
body {
  	background-color:#66cc33;
  	font-family:	Arial, sans serif;
  	font-size:	small;
 	margin:		20px;
}

b {
  	color:		#009999;

}


#inhalt {
	width:		800px;
	margin-left: 	auto;
	margin-right:	auto;
  	background-color:white;
	border-color:	white;
	border-width:	15px;
	border-style:	solid;
}

#intro {
  	background-color:white;
	padding:	0px 0px 0px 37px;
	color:		#333300;
}

.text_intro {
	color:		#333300;
}

#nav {
  	background-color:#999966;
	padding:	8px;
}


.text_nav {
	margin:		10px 0px 8px 27px;
	font-weight:	bold;
	color:		white;
}


#nav a:link {
	color:		#333300;
	text-decoration:none;	
}

#nav a:visited {
	color:		#333300;
	text-decoration:none;	
}

#nav a:hover {
	color:		white;
	text-decoration:none;
}

#intro a:link {
	color:		#006666;
	text-decoration:none;	
}

#intro a:visited {
	color:		#006666;
	text-decoration:none;	
}

#intro a:hover {
	color:		#999966;
	text-decoration:none;
}

.bio_rechts {
	color:		#333300;
	float: 		left; width: 450px;
	margin:		0px 20px 0px 0px
}

.bio_links {
	color:		#333300;
	float: 		right; width: 450px;
	margin:		0px 10px 0px 10px
}

.logo_links {
	color:		#333300;
	float: 		right; width: 450px;
	margin:		0px 10px 0px 10px
}

table {
	border-spacing:	0px;
}