body 
{
	font-size: 0.75em;
	/*font-size: 1em;*/
	line-height: 1.40em; 
	font-family: Verdana, Tahoma; 
	text-align: justify;
	color: #00214E;
}

table
{
	/*font-size: small;*/
}

/*##################################################### ÜBERSCHRIFTEN #####*/
h1
{
	font-size: 1.1em;
	font-weight: bold;
	color: #ff8c00;
	padding: 10px 0px 5px 15px;
}

#news h1{
	padding: 10px 0px 5px 0px;
}

#einspalt_layout h1{
	padding: 10px 0px 5px 0px;
}

h2
/* blau */
{
	font-size: 0.99em;
	font-weight: bold;
	color: #191970;
	padding: 5px 5px 10px 0px;
}

#news_container h2
/* blau */
{
	font-size: 0.99em;
	font-weight: bold;
	color: #191970;
	padding: 5px 5px 10px 10px;
}
#news h2{
	font-size: 0.99em;
	font-weight: bold;
	color: #191970;
	padding: 15px 3px 1px 0px;
}

h3
/* Rötlich */
{
	font-size: 0.99em;
	font-weight: bold;
	color: #840000;
	padding: 5px 5px 10px 0px;
}
h4
/*grün*/
{
	font-size: 0.99em;
	font-weight: bold;
	color: #808000;
	padding: 5px 5px 10px 0px;
}

.textorange{
	color: #FF8C00;
	/*color: Orange;*/
}

/*##################################################### LINKS #####*/

a:link      
{ 
	/*color: #ff8c00; */
	/*color: #394E27;*/
	color: #8E0000; 
	text-decoration: none;
	/*border-bottom: 1px dotted #8E0000;*/
}
a:visited    { 
	color: #8E0000; 
	/*color: #ff8c00;*/ 
	text-decoration: none;
	/*border-bottom: 1px dotted #425830; */
}
a:hover     { 
	color: #8E0000; 
	/*text-decoration: underline; */
	border-bottom: 1px solid #8E0000;
	
}
a:active     { 
	color: #8E0000; 
	text-decoration: underline; 
}

#footer
{
	/*font-size: x-small;*/
	font-size: 0.8em;
	font-weight: bold;
	color: #191970;
}

#news_container{
	font-size: 0.85em ;
	
	line-height: normal;
}

#news_container h1{
	font-size: 1.05em !important;
	font-weight: bold;
	color: white;
	height: 18px;
	padding: 3px 0px 0px 10px;
	background-color: #7C92B2;
	border-bottom: 1px solid White;
	background-repeat: no-repeat;
}

#container_headline  
{ 
	color: #ff8c00;
	line-height: 1.2em; 
	font-weight: bold; 
	font-size: 1.1em;
}

#side_menu li a
{
	font-weight: bold;
	font-size:  0.9em;
}

#nav_oben a
{
	font-weight: bold;
	font-size:  0.9em;
	color: white;
	font-family: Verdana, sans-serif;
}



/*KLASSEN*/
.flaminga    
{ 
	color: #000080; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 1em; 
	line-height: 1.4em;
	font-family: Arial Black, Verdana, Tahoma; 
	text-align: justify; 
}

#container_headline .flaminga
{
	font-size: 1.1em; 
}

.normaltext_small
{
	font-size: 0.8em;
}

sup,
sub {
	height: 0;
	line-height: 1em;
	vertical-align: baseline;
	vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: .95ex;
}

sub {
	top: .5ex;
}
