/* BS-Anzeigen Layout blau-hellblau */

.nav {
	padding: 5px;
	background: #FFF6C4;
	border: 2px #cccccc groove;
	
}

.content {
	text-align: normal;
	padding: 5px;
}

.adv {
	padding: 3px;
	background: #C4E1FF;
	overflow: hidden;
	vertical-align: middle;
	border: 1px #cccccc solid;
	border-color: #cccccc; text-align: center
}

h1  { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	color: #333333; 
	font-weight: bold 
}

h2  { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	color: #FF6633; 
	font-weight: bold 
}

h3  { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	color: #333399; 
	font-weight: bold 
}

p, td, div { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000 
}

body { 
	background: #FFFFEB
}

a, a:active, a:visited {
 	color: #666666;
}

a:hover {
	color: #cc0000;
	font-weight: normal;
}