/*
css:
	header-a.02
html:
	html-10.05
stand:
	30.08.2013
geschrieben von:
	M. Grellmann für die Ferienhaus-Vermittlung fincaferien.de GmbH
   ------------------------------------------------------------------------------------ */

#header {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	
	background: #f8db86 url(www.finca-teneriffa.de/index/files/bg/bg_header.png) repeat scroll center 0;
	height: 140px;
	/*Boxshadow*/
	-webkit-box-shadow: 0 0 20px #c0b996;
	/* webkit browser*/ 
	-moz-box-shadow: 0 0 20px #c0b996;
	/* firefox */
	box-shadow: 0 0 20px #c0b996;
	z-index: 20;
	top: 7px;
	position: relative;
}
#hgroup {
	position: relative;
}

#pic_box {
	top: 6px;
	z-index: 5;
	position: absolute;
}
#pic_box a { 
	background: #fff url(http://www.finca-teneriffa.de/index/files/header/img776.jpg) no-repeat scroll center center;
	display: block;
	height: 134px;
	width: 216px;
	/* Firefox */
	-moz-border-radius:4px; 
	/* Safari, Chrome */
	-webkit-border-radius:4px; 
	/* Konqueror */
	-khtml-border-radius:4px; 
	/* CSS3 */
	border-radius:4px; 
	/*border-radius for IE */
	behavior: url(www.finca-teneriffa.de/index/components/ie_border/border-radius.htc);
	border: 2px solid #ededed;
}
#logo_box { 
	left: 241px;
	top: 8px;
	width: 258px;
	position: absolute;
}
#logo_box img {
	border-style: none;
	border-width: 0;
}
#kontakt_box {
	left: 500px;
	position: absolute;
	top: 40px;
	width: 403px;
}
#h_telefon {
	font-size: 1.125em;
	color: #6f6f6f;
	/*Boxshadow*/
	text-shadow: #feffe0 -1px -1px 0;
	/* firefox */
	-moz-text-shadow: 0 -1px 0 #feffe0;
	/* webkit browser*/
	-webkit-text-shadow: 0 -1px 0 #feffe0;
	text-align: left;
}
/*Navigationsleiste*/
#nav {
	background-color: #f5bc7e;
	border-top: 1px solid #f2a338;
	border-bottom: 1px solid #e0822d;
	overflow: hidden;
	height: 33px;
	bottom: 0;
	width: 951px;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 1;
	zoom: 1;
	top: 113px;
	position: absolute;
	margin-left: 4px;
}
#nav_innen {
	margin-left: 212px;
	width: 739px;
	height: 33px;
	position: relative;
}
#nav_left {
	float: left;
	width: 17px;
	height: 33px;
}
.nav_col {
	border-right: 1px solid #f2a338;
	position: relative;
}
#nav_percent a {
	color: #e61c1c;
}
#nav_bew a, #nav_ema a {
	color: #6d6d6d;
}
.nav_col a {
	float: left;
	height: 35px;
	line-height: 30px;
	display: block;
	text-decoration: underline;
	border-right: 1px solid #f2a338;
	padding: 0 10px;
	font-size: 12px;
}
.nav_col a:hover {
	background-color: #f8dcbc;
	text-decoration: underline;
}
#nav_right {
	width: 289px;
	height: 33px;
	position: relative;
	float: right;
	margin-right: 0;
	margin-left: 1px;
}
/*Googlesuchbox*/
#cse-search-form {
	width: 282px;
}

