html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/*#E5E5E5;*/
	margin: 0;
	font-size: 12px; /* This sets the default font size to be equivalent to 10px */
	color: #333333;
	background-color: #E9F4FF;
	background-image: url(../images/site/site_hg.jpg);
	background-repeat: repeat-x;
	padding-top:5px;	
}
/* Links
 ------------ */
a:link {
	color: #03387B;
	text-decoration: none;
}

a:active,
a:visited {
	color: #03387B;
	text-decoration: none;
}

a:hover {
	color: #C90000;
	text-decoration: underline;
}

a.footer_navi:link {
	color: #FFF;
	text-decoration: none;
}

a.footer_navi:visited {
	text-decoration: none;
	color: #FFF;
}
a.footer_navi:hover {
	text-decoration: underline;
	color: #ccc;
}
a.footer_navi:active {
	text-decoration: none;
	color: #FFF;
}

#navi {
	padding:0px;
	min-width: 650px;
	width: 970px;
	margin: 0 auto;
	background-color: #ECECEC;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#footer { 
   padding: 5px;  
   min-width: 650px;  
   width: 960px;  
   margin: 0 auto;  
   background-color: #005EAD;
	border: 5px solid #FFFFFF;
   color: #FFF;
}
#logodesc {
   min-height: 520px; 
   height: auto !important; 
   height: 120px; 
   padding: 0px;  
   min-width: 650px;  
   width: 970px;  
   margin: 0 auto;  
	background: #FFFFFF;
	/*border: 10px solid #FFFFFF;*/
	background-image: url(../images/site/content_hg2.jpg);
	background-repeat: repeat-x;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.content {
	padding: 5px;
	min-height:300px;
}
.tab_rahmen {
	padding: 5px;
}
.tab_zelle_dark {
	padding: 5px;
	background-color: #93AED7;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
}
.tab_zelle_news_dark {
	padding: 5px;
	background-color: #93AED7;
	color: #FFF;
	font-weight: bold;
}
.tab_zelle_light {
	padding: 5px;
	background-color: #C2D4E4;
	border: 1px solid #93AED7;
	border-bottom-width: 4px solid #0052A4;
	
}
.tab_zelle_white {
	margin-bottom: 5px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #93AED7;
	border-bottom-width: 4px ;
}
.tab_light {
	padding: 5px;
	background-color: #C2D4E4;
	border: 1px solid #93AED7;
	border-bottom-width: 4px solid #0052A4;
	
}
.rahmen_1px {
	border: 1px solid #FFFFFF;
}
.archiv {
	font-size: 14px;
	font-weight: bold;
	color: #005EAD;
}
/* Der Container für das Kartenbild */
#map {
	background-image: url(../images/site/geo/deutschland2a.png); 
	width:700px;
	height:900px;
	position:relative;
	text-align:left;
}

h4 {
	padding: 5px;
	background-color: #93AED7;
	color: #FFF;
	font-weight: bold;
	margin-bottom:0px;
}
