body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	width:100%;
}

h2 {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}


hr {
height: 1px;
margin: 0;
border: 0;
background: #003399;
color: #003399;
}


a {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
}

a.nav:link {
	color: #333333; 
	font-weight: bold;
	text-decoration: none;
}
a.nav:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a.nav:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
a.nav:active {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a.subnav:link {
	color: #333333; 
	text-decoration: none;
}

a.subnav:visited {
	color: #666666;
	text-decoration: none;
}

a.subnav:hover {
	color: #333333;
	text-decoration: underline;
}

a.subnav:active {
	color: #333333;
	text-decoration: none;
}


.rahmens {
	border: 1px solid #B2B1B1;
}

.klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}


/*Bilder im Inhalt*/
.bildlinks {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.bildrechts {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;	
}
 

.inhalt {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.weiss {
	color: #FFFFFF;
}

