/*-- Rahmen Aussen --*/
#box
{
width:960px;
margin:0 auto 0 auto;
border-left:1px solid #538fc1; 
border-right:1px solid #538fc1; 
border-bottom:1px solid #538fc1; 
}

body
{
text-align:center;
font-family: Verdana, Arial, sans-serif;
font-size:11px;
margin:0;

}

#footer
{
clear:left;
text-align:left;
margin-bottom:10px;
margin-top:0px;
margin-left:10px;
}

/*-- Textkasten --*/
.content_start 
{ 
margin-top:10px;
margin-right:0px;
margin-left:10px;
width:367px;
height:240px;
background-color:#e2ecf5;
border: 1px solid #538fc1;
float:left;
}

.content_start_half
{ 
margin-top:10px;
margin-right:0px;
margin-left:10px;
width:177px;
height:240px;
background-color:#e2ecf5;
border: 1px solid #538fc1;
float:left;
}


/*-- Überschrift mit HG --*/
.titel_start
{
font-size:16px; 
/*font-size:1.3em; */
padding:2px 2px 3px 2px;
color:#ffffff;
background-color: #538fc1;
text-align:left;
border-bottom: 1px solid #035b7b;
font-weight:bold;
}


/*-- Textformate --*/
p
{
text-align:left;
font-size:1.0em; 
color:#0f3643;
}

.text_start
{
color:#0f3643;
text-align:center; 
font-weight:bold;
font-size:1.4em; 
margin-top:1.1em;
margin-bottom:10px;
}

.weiter
{
text-align:right; 
margin-top:1.1em;
margin-right:1.0em;
}

#logo_teaser{
margin-left:10px;
margin-top:0px;
}
#logo_teaser img { border:1px solid #538fc1; margin:0;}


/*-- Navigation --*/
#menu_outer {
float:left;
width:192px; 
margin-bottom:10px;
}
#menu{
width:180px; 
border:1px solid #538fc1; 
background-color:#e2ecf5;
margin-left:2.9em;
margin-top:1.6em;
text-align:left;
}

#menu a
{
color:#0f3643;
font:normal 11px verdana, sans-serif;
padding:1px 3px 1px 4px;
text-decoration:none;
background-color:#c6d9ea;
display:block;
border-top:1px solid #ffffff;
border-bottom:1px solid #ffffff;
width:172px;
line-height:14px;
} 

#menu a:hover 
{
color:#ffffff; 
font-weight:bold;
background-color:#538fc1;
border-top:1px solid #ffffff;
border-bottom:1px solid #ffffff;
}

#menu a:active
{
color:#ffffff; 
font-weight:bold;
background-color:#538fc1;
border-top:1px solid #ffffff;
border-bottom:1px solid #ffffff;
}

/*-- Textlinks --*/
a 			{ 
			text-decoration:none; 
			color:  #538fc1;
			font-size:12px; 
			font-weight:bold;
			text-align:left;
			}

a:link		{ text-decoration:none; color:  #538fc1;}    
a:visited	{ text-decoration:none; color:  #538fc1;} 
a:hover 	{ text-decoration:none; color: #0f3643;}   
a:active 	{ text-decoration:none; color: #0f3643;}


.bilder_links a			
{ 
text-decoration:none; 
color:#0f3643;
font-weight:bold;
}
	
.bilder_links a:hover 
{
text-decoration:underline;
}