/*
 File: bhf-schaberg.css
 Date: Di. 03.05.2005
*/

body{
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 80%;
	line-height: 140%;
	background-color: #f0f0f4;
	color: #000000;
	text-align: center;
}

.us{
	border-top: 1px solid #000;
}

.copy{
	font-size: 85%;
	color: #666;
	float:left;
}


.ie5c{ text-align: center;}

#inhalt{ width: 510px; 
	text-align: left;
	margin-left: auto; margin-right:auto;
	background-color: #ffffff;
	padding: 5px;
	border: none;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


/* Verweis */
a{
	color: #336699;
	text-decoration: none;
}

/* noch nicht besuchte Seite */
a:link{
}

/* besuchte Seite */
a:visited{
}

/* Link unter dem Cursor */
a:hover{
	text-decoration: underline;
	color: #996633;
}


.ulinks{/* Links am unteren Seitenende */
	margin-top: 1em;
	margin-bottom: 0.25em;
	text-align: center;
}

.but0{
	margin: 0; padding: 0;
	margin-left: 5px;
	color: #666666;
	font-size: 90%;
}

#navu{
	float: right;
}

.clrboth{
	clear: both;
}

h1{
	font-size: 140%;
}



