/* Global Styles */

body {
	margin:0;
	background-color: #FFFFFF;
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
	
	}
h1 {
	font-size: 14px;
	margin-bottom: 14px;
	color: #333333;
	
		}
h2 {
	font-size: 14px;
	margin-bottom: 14px;
	color: #333333;
	
	
	}
h4 {
	font-size: 14px;
	margin-bottom: 15px;
	color: #333333;
}
td {
	font:11px Arial, Helvetica, sans-serif;
	color:#333333;
	}

ul {}
ul li {
	list-style-type: none;
}


/*---Typografische Hacks----*/
* {margin: 0px;	padding: 0px;}
.clearer {clear: both;}
a {color: #CC3300;text-decoration:underline;}
a:hover {color: #6DC9DC;text-decoration:none;}
a img, img {border: none;}
p, li {font-size: 100%;}



/*---Typo Ende--------------*/

/*----HEADER----------------*/
#header {
	width: 100%;
	height: 171px;
	background-color: #6DC9DC;
}
#logo-img {
	float: left;
	width: 500px;
	height: 171px;
	margin: 0 auto;
}
.bild-header {
	width: 400px;
	margin: 0 auto;
}
.logo {
	float: left;
}
#time {
	width: 100%;
	height: 18px;
	background-color: #004B84;
	border-bottom: solid 2px #FFF;
	border-top: solid 2px #FFF;
}
#time p {
	font:10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing:0.2em;
	padding-left: 15px;
	line-height: 18px;
}
#time a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 8px;
}
#time a:hover {
	color: #33CCFF;
}
.abstand {
	background-color: #3697BA;
	float: right;
	width: 50%;
	height: 30px;
	border-top: solid 1px #003366;
	border-bottom: solid 1px #003366;
	margin-top: 47px;
}

#bildergalerie {
    width: 90%;
	margin: 0 auto;
}
#bildergalerie img {
	margin: 10px;
}
#bildergalerie h3 { 
    font-size: 16px;
	font-weight: bold;
	color: #3697BA;
}

/*----HEADER Ende-----------*/
#content-wrapper {
	width: 100%;
	margin: 0 auto;
	border-top: solid 1px #003366;
}

/*-----------------------------*/
/*------Navigation Anfang------*/
/*-----------------------------*/

#navigation {
	float: left;
	width: 20%;
	padding: 0px;
	margin: 0px;
	padding-top: 25px;
}
#navigation ul {
}
#navigation ul li {
}
#navigation ul li a {
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #0099CC;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	padding:10px 10px 10px 20px;
	background:  url("../images/mm_red_arrow.gif") 10px 50% no-repeat;
	display: block;
}
#navigation ul li a:hover {
	color:#CC3300;
}
	
/*-----------------------------*/
/*------Navigation Ende--------*/
/*-----------------------------*/
#inhalt {
	float: left;
	width: 51%;
	border-left:solid 1px #003366;
	border-right:solid 1px #003366;
	padding: 40px;
	font-size: 100%;
}
#inhalt p {
	letter-spacing: 0.1em;
}
#inhalt ul {}
#inhalt ul li {
	font:12px Arial, Helvetica, sans-serif;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0;
	padding-left: 15px;

}
#inhalt ul li a {
	display: block;
	padding: 5px 0;
}
#inhalt ul li ul li a {
	color: #333333;
	text-decoration: none;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
#inhalt ul li ul li a:hover {
	color: #3697BA;
	text-decoration: underline;
}
#inhalt h1 {
    font-size: 16px;
	font-weight: bold;
	color: #3697BA;
}
#inhalt h3 {
    font-size: 16px;
	font-weight: bold;
	color: #3697BA;
}
#inhalt h4 {
	font-size:13px;
	color: #333333;
	line-height:20px;
	letter-spacing:0.1em;
	margin-bottom: 10px;
	margin-top: 10px;
}
#inhalt span {color: #CC3300; font-weight: bold;}
#inhalt-liste {	
   	padding: 40px;
	font-size: 100%;
}
#inhalt-liste h3 {
    font-size: 16px;
	font-weight: bold;
	color: #3697BA;
}
#bild-montage img {margin: 5px;}
#bild-montage {
	width: 315px;
	height: 240px;
	background-color: #CCCCCC;
	margin-top: 10px;
	margin-left: 35px;
}
#columne-rechts {
	float: right;
	width: 20%;
	text-align: center;
	padding-top: 40px;
}
#columne-rechts h5 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0 0 10px 0;
}
#columne-rechts a {
	font-size: 85%;
}
#columne-rechts a:hover {
}
.adress {
	padding: 15px;
	text-align: left;
	margin: 0 auto;
	width: 140px;
}
#footer {
	width: 100%;
	float: left;
	margin: 15px 0;
	
}
#footer a {
	font-size: 12px;
	padding: 0 10px;
	line-height: 31px;
	display: block;
	float: left;
}
#footer a:hover {}
.footer-links {
	width: 300px;
	margin: 0 auto;
}
