/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(../images/body_bg.jpg) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
}
a {
	color:#333;
	text-decoration:none;
}
a img {
	border:none;
}
#header {
	position:relative;
	height:70px;
	border-bottom:20px solid #92b5df;
}
.Cruises #header {
	border-color:#214b7f;
	border-color:#f67a00;
}
.Resorts #header {
	border-color:#04b508;
}
.Comments #header {
	border-color:#ff902d;
}
.Specials #header {
	border-color:#ffe900;
}
.Info #header {
	border-color:#F00;
}
.Contact #header {
	border-color:#70f;
}
.Comments #header {
	border-color:#477cbd;
}

.Links #header {
	border-color:#0bf;
}
#logo {
	position:absolute;
	left:0;
	top:0;
	margin-bottom:50px;
}
#menu {
	width:900px;
	margin:0 auto;
	padding-top:51px;
}
#menu a {
	color:#354a75;
	font-size:11px;
	font-weight:bold;
	display:block;
	float:left;
	width:76px;
	text-align:center;
	height:19px;
	line-height:19px;
	background:url(../images/default_out.gif);
	margin-right:0 1px;
}
#menu a:hover, #menu a.active {
	color:#FFF;
	background:url(../images/default_over.gif);
}
#menu #Cruises {
	background:url(../images/orange_out.gif);
	width:100px;
}
#menu #Cruises:hover, #menu #Cruises.active {
	background:url(../images/orange_over.gif);
}

#menu #Resorts {
	background:url(../images/green_out.gif);
	/*color:#42a20c;*/
	width:120px;
}
#menu #Resorts:hover, #menu #Resorts.active {
	background:url(../images/green_over.gif);
	color:#FFF;
}

#menu #Comments {
	background:url(../images/comment_out.gif);
	/*color:#f60;*/
	width:100px;
	
}
#menu #Comments:hover, #menu #Comments.active {
	background:url(../images/comment_over.gif);
	color:#FFF;
}

#menu #Specials {
	background:url(../images/yellow_out.gif);
	/*color:#dca744;*/
	width:130px;
	
}
#menu #Specials:hover, #menu #Specials.active {
	background:url(../images/yellow_over.gif);
	color:#666;
}

#menu #Info {
	background:url(../images/red_out.gif);
	/*color:#dc1616;*/
	width:135px;
	
}
#menu #Info:hover, #menu #Info.active {
	background:url(../images/red_over.gif);
	color:#FFF;
}

#menu #Contact {
	background:url(../images/violet_out.gif);
	/*color:#70f;*/
	
}
#menu #Contact:hover, #menu #Contact.active {
	background:url(../images/violet_over.gif);
	color:#FFF;
}


#menu #Links{
	background:url(../images/neon_out.gif);
	/*color:#007ba8;*/
}
#menu #Links:hover, #menu #Links.active {
	background:url(../images/neon_over.gif);
	color:#FFF;
}

#menu a {
	color:#02006a;
}

#wrapper {
	width:640px;
	margin:0 auto;
	overflow:hidden;
}
#content {
	margin:20px 0;
	margin-top:40px;
	min-height:300px;
}
* html #wrapper {
	height:1%;
}
#content a, #footer a {
	color:#39F;
}
h1 {
	font-size:16px;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:13px;
}
h4 {
	font-size:11px;
}

#footer {
	text-align:center;
	background:url(../images/footer.jpg) bottom left repeat-x;
	padding-bottom:60px;
	clear:both;
}
.liste {
	clear:both;
}
.liste img {
	float:left;
	padding-right:10px;
}
.listen_content {
	padding-left:140px;
}
.listen_ckeckbox {
	float:left;
}
.clear, .clear_liste {
	clear:both;
}
#content .neuigkeiten_detai .listen_content {
	padding:0;
}

.neuigkeiten_index form {
	margin-bottom:20px;
}


.scroll {
	height:350px;
	overflow:auto;
}