@charset "utf-8";
/* CSS Document */

/* holly hack (3-Pixel-Textsprung) */
* html h1 {height: 1px;}

/* Bilder mit Link */
a img {border: none;}

/* Bilder abdunkeln und bei Mouseover heller werden lassen */
img#alpha {
	filter: alpha(opacity=60, finishopacity=100); -moz-opacity: 1.0; -khtml-opacity: 1.0; opacity: 1.0;
	-webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	}
a:hover img#alpha {
	filter: alpha(opacity=100, finishopacity=60); -moz-opacity: 0.6; -khtml-opacity: 0.6; opacity: 0.6;
	-webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;}
	
p {
	margin: 10px 10px 0px 10px;
	}
	
/* Typo */
.h1 {
	font-size: 22px;
	color: #333366;
	text-align: left;
	text-decoration: none;
	}

.h2 {
	font-size: 22px;
	color: #CCC;
	text-align: left;
	text-decoration: none;
	}

.h3 {
	font-family: Arial;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	}
	
.input {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	text-align: left;
	text-decoration: none;
	}
	
/* Style */
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/hg.png) repeat top center;
	
	font-family: Arial;
	font-size: 11px;
	color: #666;
	line-height: normal;
	text-align: left;
	text-decoration: none;
	}
	a:link {color: #333366; text-decoration: none;}
	a:visited {color: #333366; text-decoration: none;}
	a:focus {color: #333366; text-decoration: none;}
	a:hover {color: #999; text-decoration: none;}
	a:active {color: #333366; text-decoration: none;}
	
#wrapper {
	width: 1220px;
	height: 820px;
	margin: 0px auto;
	padding: 0;
	position: relative;
	background: url(../images/hg_wrapper.png) no-repeat top center;
	}

#banner {
	width: 1200px;
	height: 180px;
	margin: 0px auto;
	padding-top: 18px;
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	}

#nav {
	width: auto;
	height: 32px;
	margin: 0 0 100px 17px;
	padding: 0;
	float: left;
	position: relative;
	z-index: 0;}
	
.nav {
	width: auto;
	height: auto;
	background-color:#333366; 
	margin: 0;
	padding: 0 17px;
	border: none;
	border-left: 1px #CCC solid;
	display: block;
	float: left;
	position: relative;
	z-index: 0;
		
	font: normal normal normal 12px/28px Arial;
	color: #FFF;
	text-align: center;
	text-decoration: none;}
		
	.nav:link, .nav:visited, .nav:active {color:#999; background:none; text-decoration:none;}
	.nav:hover {color:#333366; background-color:#EEE; text-decoration:none;}
	
#tuev-nord {
	width: auto;
	height: auto;
	margin: 10px 0 0 140px;
	position: absolute;
	}
	
#headline {
	width: 805px;
	height: 32px;
	line-height: normal;
	margin: 100px 0 0 405px;
	position: absolute;
	}
	
#main {
	width: 958px;
	height: 201px;
	margin: 17px auto 0px;
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	}

#links {
	width: 131px;
	height: 201px;
	margin: 17px auto 0px;
	position: relative;
	text-align: center;
	float: left;
	}

#rechts {
	width: 131px;
	height: 201px;
	margin: 17px auto 0px;
	position: relative;
	text-align: center;
	float: left;
	}
	
#fotos {
	width: 957px;
	height: 230px;
	margin: 17px auto 0px;
	position: relative;
	float: left;
	}
	
#footer {
	width: 1220px;
	height: 25px;
	margin: 0px auto;
	position: relative;
	
	color: #333366;
	text-align: center;
	}
	a.footer:link {color: #FFF; text-decoration: none;}
	a.footer:visited {color: #FFF; text-decoration: none;}
	a.footer:focus {color: #FFF; text-decoration: none;}
	a.footer:hover {color: #333366; text-decoration: none;}
	a.footer:active {color: #FFF; text-decoration: none;}