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

html, body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	background-color:#FFF;
	text-align: left;
	
	padding: 0;
	margin: 0;
	outline: 0;
}

#wrap {

	width: 100%;
	margin: 0 auto;	
}
	
p  {
	color: #333333;
}

.strong {
	font-weight: bold;
}

h1 {/*grüne Überschriften*/
	font-size: 16px;
	margin: 5px 0 12px 0;
	line-height: 30px;
	color: #006e39;
}

h2 {
	font-size: 13px;
	line-height:17px;
	color: #666666;
	text-transform: uppercase;
}

h3 {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	display: inline;
}
h4  { /*teaser innerhalb von Tabs*/
	font-size: 12px;
	font-weight:bold;
	line-height: 15px;
	color: #666666;
	margin: 0px 0 15px 0;
	
	
}



a:link{color:#666666;
	text-decoration:underline;
	font-style:bold;}
a:visited{color:#666666;
	text-decoration:none;
	}
a:hover{color:red;
	text-decoration:none;
	font-style:bold;
	}
a:active{color:#ffd500;
	text-decoration:none;
	}
a:focus{color:red;
	text-decoration:none;
	font-style:bold;
	}
/*so macht man die Rahmen um verlinkte Bilder weg*/	
a img {border:none;
	}
	

/* Tab inhalte*/

span.content-links {
	width:400px;
	float:left;
	margin-left:50px;
	padding-top: 10px;
	padding-bottom:30px;
}
span.content-links30 {
	width:400px;
	float:left;
	padding-left:50px;
	padding-top:20px;
	padding-bottom:30px;
}
span.content-links500 {
	width:500px;
	float:left;
	padding-left:55px;
	padding-top: 25px;
	padding-bottom:30px;

}

span.content-links700
{
	width:700px;
	float:left;
	padding-left:55px;
	padding-top: 25px;
	padding-bottom:30px;

}

/*Rechte Spalte*/
span.content-rechts {
	float:right;
	width:300px;
	padding-bottom:20px;
	padding-top: 25px;

}
span.content-rechts-hotels {
	float:right;
	width:300px;
	padding-bottom:20px;
	padding-top: 47px;

}
span.content-rechts50 {
	float:right;
	width:300px;
	padding-top: 32px;
	padding-bottom:20px;

}
span.content-rechts200 {
	float:right;
	width:200px;
	padding-top: 40px;

}

/* Rechte Spalte - Bild*/
span.content-rechts img {
	float:right;
	width:300px;
	border: solid 1px #ccc;
	margin-bottom:15px; /*Abstand zwischen den Bildern*/
}

span.content-rechts50 img{
	float:right;
	width:300px;
	margin-bottom:15px; /*Abstand zwischen den Bildern*/
}
span.content-rechts200 img {
	float:right;
	width:200px;
	border: solid 1px #ccc;
	margin-bottom:15px; /*Abstand zwischen den Bildern*/
}

#content-oben{
	
	width:650px;
	height:100%;
	padding: 20px 20px 0px 50px;
	margin-top:7px;
	margin-bottom:7px;
}

#content-oben500{
	
	width:400px;
	height:100%;
	padding: 20px 20px 0px 50px;
	margin-top:7px;
	margin-bottom:7px;

}

#content-oben100{
	
	width:100px;
	height:100%;
	padding: 20px 20px 0px 50px;
	margin-top:7px;
	margin-bottom:7px;
	margin-left:594px;
	margin-top: -45px;

}
/* Zeitbox container*/
.zeitbox {
	padding: 7px;
	margin: 10px 0;
	background-color:#FFF;
	display:block;
	margin-bottom: 30px;
	border: solid 1px red;
	}
	
/* Zeilen der Zeitbox */
.zeitbox span {
	padding:5px 0;
	background-color:#FFF;
	display:block;
	}

	
/* Icons */	
.zeitbox span img {
	padding:3px 5px 0 0;
	}
	
/*das wird der rote Button für weitere Links*/

.hotelbutton a
{background: url(../images/design/hotels.png) no-repeat;
background-position: -0px -20px;
height: 20px;
margin: 10;
padding: 4px 10px 4px 10px;
color:white;
text-decoration: none;
display: inline;

}

.hotelbutton a:hover
{background: url(../images/design/hotels.png) no-repeat;
background-position: -0px -0px;
text-decoration: none;
margin: 0;
padding: 4px 10px 4px 10px;
color:#cccccc;

}



.cl {
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	clear: both;
	height: 0;
}	
	
#navigation-wrap { /*setzt die Navi auf Position*/
	width: 960px;
	height: 100%;
	margin:0 auto;
	
}

#navigation {
	float: left;
	width: 180px;
	padding:0;
	margin-top: 170px;
}


#navigation ul {text-decoration: none;
	list-style-type: none;
	font-size: 10px;
	margin:0;
	padding:0;
}

#navigation  ul li	{
	font-size: 11px;
	margin: 0;
	padding: 0
	/*border: solid 2px yellow;*/
}

#navigation  ul li ul li	{
	/* Hier brauchen wir jetzt nix */
}

/* FARBE  und styles sind alle auf dem "a" */
#navigation  ul li a	{
	color: white;
	text-decoration: none;
	padding: 0 0 0 5px; /* Einruecken der hauptpunkte*/
	display: block; /* a ist ein inline element. damit der den ganzen Platz einnimmt, um das hintergrund bild zu zeigen, muessen wir in als block element definieren*/
	line-height: 20px; /* Brauchen wir damit der Punkt mindestens 20 pixel hoch  ist. */
	
	background-image:url(../images/design/menu-ralph.gif);
	background-repeat: no-repeat;
}
/*externe Links unter Navi*/
#extern {display: block;
	width: 160px;
	padding-left: 10px;
	padding-top: 100px;
	}
#extern img {
	padding: 10px;
	}

/* ROLLOVER HAUPTPUNKT */
#navigation  ul li a:hover,
#navigation  ul li a.active:hover  { /* DER zweite Wert sorgt dafuer, dass auch der active menupunkt einen rollover hat */
	background-position: -400px 0 ;
	
}

/* Gedrueckter HAUPTPUNKT */
#navigation  ul li a.active {
	background-position: -200px 0 ;
	color: black;
}




/* Fuer die Unterpunkte muessen wir Werte ueberschreiben */
#navigation  ul li ul li a	{
	padding: 0 0 0 20px; /* Einruecken der unterpunkte = 20 px*/
	background-image:none; /* Kein Bild */
}

/* ROLLOVER UNTERPUNKT */
#navigation  ul li ul li a:hover	{
	color:#bbb;
}

#navigation  ul li ul li a.active {
	color: #ffd500;
}



/*Header incl. linke obere Ecke von Navi*/

#header-wrap { /*setzt den Header innerhalb des Wraps auf Mitte*/
	height: 120px;
	width: 960px;
	margin:0 auto;
	
	
	}

#header {
	background: url(../images/design/header_verlauf_960.png);
	height: 102px;
	
}

#header-top-left  {
	width: 180px;
	height: 20px;
	background-color: #006633;
}
	
#header img {
    padding:10px 20px 0px 20px;
	float: left;/*RS*/
	
	}


#header-right {
	float: right;
	width: 750px;
	font-size: 25px;
	font-weight: bold;
	color: #122c01;
	padding-top:40px;	
	
}
/*hier steht alles, was mit dem Inhalt zu tun hat*/
#content-wrap
{/*setzt den Content innerhalb des Wraps auf Mitte*/
	width: 960px;
	margin:0 auto;
	background:url(../images/design/nav-back.jpg) no-repeat 0 0; /*RS*/
	background-color: #024927;/*RS*/
	/*border: 3px solid blue;*/
}
#content {
	width:775px;
	margin: 0px;
	float: right;
	background-color: white;/*RS*/
	
	
	border-left: 4px solid white;
	
}

/*das ist das Bannerbild:*/
.inhalt-img { 
	width:775px;
	height: 145px;
	margin-top:0px;
	/*border: solid red 1px;*/
	/*float:right;*//*dann drückt das Bild keine nachfolgenden divs mehr nach unten*/
}
/*das ist der Content an sich*/
#inhalt-rechts {
	width: 775px;
	height:100%;
	/*  margin-left: 180px;;  RS BRAUCHEN WIR NICHT MEHR */
	margin-top:0px;
	padding:0px;
}


/*das ist der Content der Teamseite an sich*/
#team {	width: 160px;
	height:200px;
	margin-top:0px;
	margin:0px 20px 20px 0px;
	float: left;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
}
/*hier beginnt der footer*/

#footer{background-image:url(../images/design/footer_verlauf_960.png);
	height: 102px;
	width: 960px;
	margin:0 auto;
	/*margin-top:-11px;*/

}

.footer-cols ul.first-list { 
	margin-left:180px; 
		}
.footer-cols ul.fourth-list {
	font-weight:bold;
	width: 140px;
	padding-left:25px;
		}
.footer-cols ul.last-list {
	font-weight:bold;
	width: 280px; 
	padding-top:9px;
	padding-left:20px;

		}
		
.footer-cols ul { 
		float: left; 
		display: inline;
		width: 110px;
		padding:5px;

}


#footer ul li {
	color: white;
	text-decoration: none;
	list-style-type: none;
}
#footer  ul li a	{
	color: white;
	text-decoration: none;
	line-height: 20px; /* Brauchen wir damit der Punkt mindestens 20 pixel hoch  ist. */
	width: 120px;
}


#footer  ul li a:hover	{
	color:#bbb;
}

#footer  ul li a.active {
	color:#ffd500;
}
