@CHARSET "UTF-8";

body 
{
	margin: 10px 10px;
}

/* Die Kopfzeile */
#header
{
    height: 90px;
}

/* Die Haupt Navigation */
#nav
{  
   	width:800px;
  	font-family: Verdana, Geneva, Arial, sans-serif;
	letter-spacing: 1px;
	
}
/* Die <div> Tags inerhalb der Haupt Navigation */
#nav div
{
	float: left;
	height: 15px;
	line-height: 15px;
	margin-right: 3px;
	width: 95px;
	text-align: center;
	border: solid 1px #000000;
	color: #000000;
	background-color: #BAC6D1;/*#ACB9B6;*/
	font-size: 11px;
	font-weight: bold;
}

/* Die Links in der Navigtion als Block darstellen */
#nav a {display: block; width:100%}

/* Die Links in der Haupt Navigation */
#nav a:link {
	color: #000000;
	text-decoration: none;
}
#nav a:visited {
	color: #000000;
	text-decoration: none;
}
#nav a:active{
	color: #004180;
	text-decoration: none;
}
#nav a:hover {
	color: #597986;
	text-decoration: none;
}

/* Ein Selektierter Navigations eintrag */
#nav .selected 
{
	border: 1px solid #000000;
	background-color: #49657D;/*#61746F;*/
	color: #FFFFFF;
}


/* Die Line unterhalb der haupt Naigation */
.nav_line {
	clear: left;
	width: 800px;
	height: 5px;
   	margin-bottom: 5px;
	font-size: 1px;
	background: #5F7991;/*#5C778E;*//*#61746F;*/
}

/* Der Haupt Inhalt */
#content
{
	clear: left;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 580px;
	height:100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

/* Die Info Spalte auf der rechten Seite */
#spalte_3	
{ 
		
	float: left;
	width: 170px;
	margin-top: 20px;
	margin-left: 50px;
	margin-bottom: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#spalte_3 div
 {
 

	width: auto;
	margin-bottom: 3px;
	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 8px;
	border: 1px dashed #AEBDBA;
	line-height: 14px; /*background-color: #D4EAFF#F5F5F5;#61746F;*/
	background-color: #E6E9EC;/*#EAEEED;*/

}

/*Alle Bilder ohne Rahmen*/
img 
{
	border:0;
}

/* Die Fusszeile */
#footer
{
   
	clear: left;
	/*margin-top: 20px;*/
	height: 15px;
	width: 800px;
	padding-right: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	border-top: ridge 1px #000000;
	background-color: #5C778E;
	color: #FFFFFF;
}
 /* Das <div> Tag inerhalb der Fusszeile */
#footer div
{
	margin-left: 10px;
	display: inline;
}
#footer a
{
	text-decoration: none;
}