@charset "UTF-8";
html, body {
	height: 100%;
	margin: 0px;
	margin-bottom:1px;
}
body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	/* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #124F6B;
	font-family: Arial, sans-serif;
	font-size: 13px;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	background-color:#32C9DD;
	line-height:135%;
}
#wrapper {
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -480px;
	width: 960px;
	min-height: 100%;
	background:url(../img/bg_wrapper.png) left top repeat-y;
	z-index:2;
}

* html #wrapper{  
background:none;
 }  

/* Tipps für sidebar1:
1. Da wir mit Prozentwerten arbeiten, ist es empfehlenswert, für die Randleiste keine Auffüllung zu verwenden. Sie wird bei standardgerechten Browsern der Breite hinzugefügt, und dies wiederum führt zu einer unbekannten tatsächlichen Breite. 
2. Zwischen der Kante des div und den darin liegenden Elementen kann ein Abstand eingefügt werden, indem Sie diesen Elementen wie in ".twoColLiqLt #sidebar1 p" demonstriert einen linken und rechten Rand zuweisen.
3. Da Explorer die Breiten nach der Wiedergabe des übergeordneten Elements berechnet, treten bei prozentbasierten Spalten gelegentlich unerklärliche Fehler auf. Wenn Sie zuverlässigere Ergebnisse wünschen, sollten Sie pixelbasierte Spalten verwenden.
*/
.twoColLiqLt #sidebar1 {
	position: relative;
	float: left;
	width: 180px;
	padding: 0 10px;
}
/* Tipps für mainContent:
1. Der Abstand zwischen mainContent und sidebar1 entsteht durch den linken Rand des mainContent-div. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen linken Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet.
2. Zur Vermeidung von Float-Drops bei einer unterstützten Mindestauflösung von 800 x 600 sollten Elemente im mainContent-div eine Größe von maximal 430 Pixel aufweisen (dies gilt auch für Bilder).
3. Im unten stehenden bedingten Kommentar für Internet Explorer wird die Zoom-Eigenschaft verwendet, um mainContent die Eigenschaft hasLayout zuzuweisen. Dadurch werden verschiedene IE-spezifische Fehler verhindert.
*/
.twoColLiqLt #mainContent {
	position: relative;
	float: left;
	width: 730px;
	padding: 0 0 0 20px;
	padding-top:160px;
}

#mainContent a{
	color: #124F6B;
	font-weight:bold;}

#footer {
	position: absolute;
	bottom: 0px;
	width: 920px;
	height: 25px;
	line-height:25px;
	clear: both;
	padding-left:40px;
	
}

*+html #footer {
	
	padding-left:10px;
	margin-left:-920px;
}
#header {
	background:url(../img/head2.jpg) left top no-repeat;
	height:335px;
	width:100%;
	position:absolute
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.active {
}
ul#nav {
	margin:0;
	padding:0;
	padding-top:194px;
}
ul#nav li {
	list-style:none;
	padding:0;
	margin:0;
}
ul#nav ul {
	margin:0;
	padding:0;
}
ul#nav li a {
	display:block;
	width: 176px;
	height:22px;
	line-height:21px;
	background:url(../img/nav.png) no-repeat;
	padding:0 5px;
	margin-bottom:1px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	color:#6AB5CC;
	cursor:pointer;
}
ul#nav li.active a {
	background:url(../img/nav_a.png) no-repeat;
	color:white
}
ul#nav li.active li a {
	background:url(../img/nav2.png) no-repeat;
	color:#124F6B
}
ul#nav li.active li.active a {
	background:url(../img/nav2_a.png) no-repeat;
	color:#124F6B
}
h1, h2, h3 {
	margin:0
}
h2 {
	font-size:13px;
	text-transform:uppercase;
	font-weight:normal;
	color:#000;
	background:url(../img/h1l.png) no-repeat;
	height:22px;
	line-height:19px;
	padding-left:8px;
}
h2 span {
	background:url(../img/h1r.png) right top no-repeat;
	height:22px;
	line-height:22px;
	padding:0px 8px 4px 0;
	float:left
}
h1 {
	color:#124F6B;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:20px;
	line-height:180%;
}
h3{
	display:block;
	clear:both;
	margin-top:10px;}
.articleHead {
	display:block;
	color:#83D9E6;
	font-size:12px;
	border-bottom:#83D9E6 solid 1px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-weight:bold;
	padding-left:70px;
}
.articleHead span {
	position:absolute;
	margin-left:-70px;
	font-size:16px;
	margin-top:-2px;
}
.articleBody {
	padding-left:70px;
	margin-bottom:25px
}
#berge {
	background:url(../img/berge.png) 50% bottom no-repeat;
	position:absolute;
	bottom:0;
	height:413px;
	width:100%;
	z-index:1;
	display:none
}
img.shadow {
	padding:4px;
	background:white;
}
img.left {
	
	margin-right:15px;
	float:left
}
img.right {
	
	margin-left:15px;
	float:right
}
.news {
	margin-bottom:10px;
	
}
.newsheader {
	background:url(../img/news.png) no-repeat;
	width:331px;
	height:22px;
	border:0;
	margin-bottom:15px;
}
.project{
	clear:both;
	padding-bottom:30px;
	margin-bottom:20px;}
.projectheader {
	background:url(../img/project.png) no-repeat;
	width:331px;
	height:22px;
	border:0;
	margin-bottom:15px;
}

.projecthead{float:left;
width:300px;
margin-bottom:10px; }
.readmore {
	display:block;
	background:url(../img/readmore.png);
	width:66px;
	height:20px;
	text-decoration:none
}
.readmore2 {
	display:block;
	background:url(../img/readmore.png);
	width:66px;
	height:20px;
	text-decoration:none;
	float:right;
	margin-right:10px;

}

.readmore3 {
	display:block;
	background:url(../img/readmore.png);
	width:66px;
	height:20px;
	text-decoration:none;
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	clear:both
}
.teaser{
	margin-bottom:50px;}
.blog{
	background:#FFCC00;
	padding:5px 10px;}
h1.blogtitle{
	font-size:13px;
	background:#124F6B;
	color:white;
	padding:5px;
	margin-bottom:0;}
.sponsor{
	text-align:center;
	width:175px;}
	
.fancyimg{
	width:330px;
	}
.fancybigimg{
	width:550px;
	}
	
	.tourenheader {
	background:url(../img/touren.png) no-repeat;
	width:331px;
	height:22px;
	border:0;
	margin-bottom:15px;
}

.nl{
	padding:18px;
	background:#507178;
		font-family:"Times New Roman", Times, serif;
	color:white;
	font-size:14px;
	border:4px solid white;}
	
.nl strong{
	color:#c6d932;
	font-size:20px;
	font-weight:100}
.nl input[type="submit"]{
	background:#dee99b;
	font-family:"Times New Roman", Times, serif;
	padding:4px;
	border:0 none;
	font-size:14px;
	color:#507178;

	-moz-border-radius: 5px;
border-radius: 5px;}
	
.nl td{
	font-size:14px;}
	
	hr{
 background:black;
    border: 0 none;
    height: 1px;
    margin:40px 0}
    
#mainContent a.button{
background:#124F6B;
color:white;
font-weight:bold;
text-transform:uppercase;
font-size:24px;
-moz-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
margin:20px 0;
padding:15px;
display: inline-block;
text-align:center;}
#mainContent a.button:hover{
color:#f4bb1c;}
ul#nav li a.highlight {
    background: url(../img/nav_highlight.png) no-repeat;
    color: #124f6b;
}
ul#nav li.active a.highlight {
    background: url(../img/nav_highlight_a.png) no-repeat;
    color: #124f6b;
}
.justifyright{
float:right;
margin-left: 20px;}


.video_wrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */ 
}
iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.infobox{
	background:white;
	border-radius:5px;
	padding: 15px;
font-size: 15px;
	
}

#demo{
	font-size: 80px;
	font-family: "Russo one",sans-serif;
	color: white;
	text-align:center;
}