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

body {
	margin: auto;
	padding: auto;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

.site_complett {
	width: 1000px;
	margin: 0px auto;
}
	
.header  {
	background-image: url(header.jpg);
	width:1000px;
	height: 200px;
}

.header_flug {
	background-image: url(header_flug.jpg);
	width:1000px;
	height: 200px;
	}
	
.header_ferienhaus {
	background-image: url(header_ferienhaus.jpg);
	width:1000px;
	height: 200px;
	}
	

.header_hotel {
	background-image: url(header_hotel.jpg);
	width:1000px;
	height: 200px;
	}
	
.header_mietwagen {
	background-image: url(header_mietwagen.jpg);
	width:1000px;
	height: 200px;
	}
	
.logo	
	 {
		 font-style: seagoe script; Tahoma;
		 font-size: 40px;
		 color: #e35f19;
		 float:right;
		 padding-right: 30px;
		 padding-top: 30px;
		 text-align: center;
	}
	
.logo a {
	font-size:40px;
	color: #e35f19;
	font-family: seagoe script, Tahoma;
	line-height: 1em;
	text-align: center;
}
.logo a:link { text-decoration:none;
				font-size: 40px;
				color: #e35f19;
				font-family: seagoe script, Tahoma; 
}
.logo a:visited { text-decoration:none;
				font-size: 40px;
				color: #e35f19;
				font-family: seagoe script, Tahoma; 
}
.logo a:focus { text-decoration:none;
				font-size: 40px;
				color: #e35f19;
				font-family: seagoe script, Tahoma; 
}
.logo a:hover { text-decoration:none;
				font-size: 40px;
				color: #e35f19;
				font-family: seagoe script, Tahoma; 
}
.logo a:active { text-decoration:none;
				font-size: 40px;
				color: #e35f19;
				font-family: seagoe script, Tahoma; 
}


@font-face {
font-family: seagoe script;
src: url(segoesc.ttf) ;
font-style: normal;
font-weight: normal;
}
	
.navi_oben {
		height: 60px;
		background-color: #1a2b2c;
	}
	
.navi_oben ul {
	margin: 0;
	padding: 15px;
	float: left;
}

.navi_oben a {
	color: #0abfca;
	text-decoration: none;
	font-size: 18px;
}

.navi_oben a:hover {
	color: #8feef4;
	text-decoration: none;
	font-size: 18px;
}

.navi_oben li {
	color: #f85a06;
	display: inline;
	margin-left: 30px;
	font-size: 18px;
}

.tel {
		 float: left;
		 padding: 15px 15px 15px 150px;
		 color: #ffffff;
		 font-size: 18px;
}

.content{ 
	background-color: #eff4fd;
	width: 1000px;
	}

.site	
	 {
	}

.footer {
	background-color: #0abfca;
	}
	
.footer ul {
	margin: 0;
	padding: 10px;
}

.footer li {
	margin-left: 20px;
	display: inline;
	color: #1a2b2c;
}

.footer a {
	color: #1a2b2c;
	text-decoration: none;
}

.footer a:hover {
	color: #f85a06;
	text-decoration: none;
}

