/* Allgemeines */
*{
	padding: 0;
	margin: 0;
	border: 0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
/*	line-height: 17px; */
	line-height: 16px;
	color: #333;
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#660000;
	}

/* Clear Class */
.clear {
	clear: both;
}

img, a img {
	border: 0;
}

.clear {
	display: none;
}

hr {
	border: 1px solid;
	border-color: #dfe6f1;
	margin: 3px 0px 3px 0px;
	}

.hrsolid {
	overflow: hidden;
	height: 2px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size:1px;
	background: #dfe6f1;
}


/* Absaetze */
p {
	font-size: 12px;
	color: #333333;
/*	margin-bottom: 12px; */
	margin-bottom: 8px;
	}

small {
	font-size: 11px;
	color: #333333;
	}

h1 {
	font-family: Helvetica,Helv;
/*	font-variant: small-caps; */
	font-size: 16px;
	font-weight: bold;
	margin-top: 12px;	
	color: #2956a2;
	/* margin: 3px; */
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 3px;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 6px;
	color: #2956a2;
	/* margin: 3px; */
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	}
	
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 6px;	
	color: #0f4d95;
	}
	
li, ul {
	list-style-type: square;
	font-size: 12px;
	color: #333333;
	margin-left: 7px;	
	}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #d8d8d8;
	}

/* Layout */
#wrapper {
	width: 550px;
	margin:0 auto;
	}

#logo {
	width: 550px;
	height: 86px;	
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	}

#navi {
	width: 550px;
	}
	
#linie {
	width: 550px;
	height: 4px;
	background-color: #5ba1e6;
}

#header {
	width: 550px;
	height: 136px;
	margin: 7px 0 0 0;
}



#sidebarrechts{

	border: 0px solid #599ee5;
	margin: 4px 0 0 10px;
	}

#sidebarrechts:after { content:"clear"; clear:left; display:block; height:0; overflow:hidden; visibility:hidden; }



/*navigation anfang*/
a:link {
	color: #ffffff;

	}

a:visited {
	color: #ffffff;
	text-decoration: none;

	}

a:hover {
	color: #ffffff;
	text-decoration: underline;

	}

a:active {
	color: #0f4d95;
	text-decoration: underline;

	}
	
ul#navlist  {
 	height: 20px;
	font-size: 14px;
	font-weight: bold;
   	display: block;
	list-style: none;
	margin-top: -24px;
   	padding: 0;
	float: left;
   }
   
ul#navlist li {
	font-size: 14px;
   	display: inline;
   	padding: 0;
	list-style-type: none;
   }
   
ul#navlist a:link {
   	text-decoration: none;
   	padding: 7px 12px 7px 12px;
	margin-left: 2px;
	color: #ffffff;
	background-color: #0f4e95;
	 }

ul#navlist a:visited {
   	text-decoration: none;
   	padding: 7px 12px 7px 12px;
	margin-left: 2px;
	color: #ffffff;
	background-color: #0f4e95;
   	}
   
ul#navlist a:hover {
   	text-decoration: none;
   	padding: 7px 12px 7px 12px;
	margin-left: 2px;
	color: #ffffff;
	background-color: #5ba1e6;
   	}    
        
ul#navlist a:active {
   	text-decoration: none;
   	padding: 7px 12px 7px 12px;
	margin-left: 2px;
	color: #ffffff;
	background-color: #0f4e95;
   	}



	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
/* lightbox ende*/

.kartelogo {
		padding-left: 12px;
		background-repeat: no-repeat;
		background-position: 0 0px;
		background-image: url('images/karte.png');
		color:#999;
		width:288px;height:144px;
	}

.kartelogo:hover {
		background-image: url('images/kartea.png')
	}

