/*Seitenbreite*/
#centerall{width:860px;} 
			
/* Seitenhöhe minimal*/
#content, #centerall{min-height:800px;} 

/* Head Höhe*/
#header, #menu-top {height:160px;}

/* Head Breiten */
#header {width:860px;}
#menu-top {width:660px;}

/* Content Breite*/
#content {width:660px;}
#menu-left {width:180px;height:400px;}


/* Layout Struktur*/
html, body, #mastercontent {height:100%;} 
body{margin:0;padding:0;text-align:center;margin-top:10px;}
#centerall{margin:0px auto;text-align:left;border:1px solid silver;} 
/*#content { float:right}*/
#footer {clear:both;width:100%;height:5px;}
/*#header,#menu-left {float:left}*/
#header-menu-bottom {
width:860px;

height:25px;
	}

/*Reisefinder*/

.button_rf{
	width:50px;
	height:16px;
	background-color:white;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
    color:#5A595E;
	border:0px;
	padding-bottom:4px;
	-moz-border-radius:7px;
	-khtml-border-radius:10px;
	}

.button_rf:hover{
	cursor: pointer;
    color:silver;
	}
	
	.button_news{
	width:80px;
	height:16px;
	background-color:white;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
    color:#5A595E;
	border:0px;
	padding-bottom:4px;
	-moz-border-radius:7px;
	-khtml-border-radius:10px;
	}

.button_news:hover{
	cursor: pointer;
    color:silver;
	}
	
	
.button_buchen{
	width:60px;
	height:16px;
	background-color:#FFBE62;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
    color:#892201;
	border:0px;
	padding-bottom:4px;
	-moz-border-radius:7px;
	-khtml-border-radius:10px;
	}

.button_buchen:hover{
	cursor: pointer;
	}

/* SLIDER */


#screen2{
	position:relative;
	width:800px;
	margin-left:5px;
	height:210px;
	/*margin:120px; /*default 20*/ */
}

#slideshow{
	overflow:hidden;
	width:620px;
	
	/*border:1px solid #777;*/
float:left;
}

#slideshow ul{
	width:1400px; /* defaul 3900, muss immer genau solang sein wie der content */
	padding-left:10px; /*regelt den abstand von links im slider... default 225*/
	}

		#slideshow li{
		float:left;
		margin:0 0px;
			/*cursor:pointer;*/
		}
		
.button_newsletter{
	width:70px;
	height:16px;
	background-color:#FFBE62;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
    color:#892201;
	border:0px;
	padding-bottom:4px;
	margin-top:65px;
	margin-left:100px;
	-moz-border-radius:7px;
	-khtml-border-radius:10px;
	}
