/* @override http://ferienhof-bueter.de/_css/layout.css */

@import url("reset.css");

body{
	font: 80%/170% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #FFF url(../_gfx/bg_body.jpg) left bottom no-repeat;
	background-attachment: fixed;
	padding: 0; margin: 0;
	color: #333333;
	text-align: left;
}
a{
	color: #2e8f02;
}
h1{
	color: #2e8f02;
	font-size: 2.1em;
	font-weight: normal;
	line-height: 120%;
	margin: 0.5em 0 0.3em 0;
}
h2{
	color: #444;
	font-size: 1.7em;
	font-weight: normal;
	margin: 0.4em 0 0.1em 0;
}
h3{
	color: #2e8f02;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0em 0 0.4em 0;
}
h4{
	color: #2e8f02;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0.4em 0 0.2em 0;
}
p {
	margin: 0.3em 0 1em 0;
}
#header{
	height: 226px;
	background: #FFF url(../_gfx/bg_header.jpg) left top repeat-x;	
}
#header h1{
	height: 226px;
	width: 535px;
	margin: 0;
	float: left;
	background: url(../_gfx/bg_header-1.jpg) no-repeat;
	text-indent: -9999px;
}
#header h2{
	height: 226px;
	width: 340px;
	margin: 0;
	float: right;
	background: url(../_gfx/bg_header-2.jpg) no-repeat;
	text-indent: -9999px;
}
#hund {
	position:absolute;
	z-index: 3;
	left: 770px; top: 0;
}
#hund h4{
	height: 180px;
	width: 160px;
	margin: 0;
	background: url(../_gfx/hund.png) no-repeat;
	text-indent: -9999px;
}
#stars h4{
	height: 90px;
	width: 135px;
	margin: 0;
	background: url(../_gfx/4-sterne.jpg) no-repeat;
	text-indent: -9999px;
}
#wrapper {
	position:absolute;
	z-index: 1;
	left: 150px; top: 110px;
	background: transparent url(../_gfx/bg_content.png) center 116px no-repeat;
	width: 786px;
}
#content {
	background-color: #FFF;
	width: 700px;
	margin: 0 auto;
	padding: 0 25px 0 25px;	
	min-height: 750px;
	height:auto !important;  /* fÃ¼r moderne Browser */	
	height: 750px;	
	padding-bottom: 50px;
}
.box {
	width: 185px;
	height: 198px;
	float: left;
	background: #2e8f02 url(../_gfx/bg_box.jpg) top left no-repeat;
	padding: 20px;
	color: #FFF;
	font-size: 1.2em;
	margin-bottom: 20px;
}
.box h1{
	color: #FFF;
	font-size: 2em;
	margin: 0;
}
.box h2{
	color: #FFF;
	font-size: 1.4em;
}
.imgteaser {
	float: right;
	width: 462px;
	height: 238px;
}
.col_left {
	width: 225px;
	float: left;
}
.col_right {
	float: right;
	width: 462px;
}
.foot {
	position: relative;
	top: 20px;
	font-size: 0.9em;
}

.clear {
	float: none;
	clear: both;
}
.contactform {

}
.contactform .left{
	float: left;
	width: 48%;
}
.contactform .right{
	float: right;
	width: 48%;
}
label{
	display:  block;
	font-size:  0.9em;
	border-left:  2px solid #2e8f02;
	padding-left:  4px;
	margin-top:  8px;
	margin-bottom:  2px;
	line-height: 120%;
}
input, textarea, select{
	background: url('../_gfx/input_bg.gif')  top right;
	border: 1px solid #2e8f02;
	width: 220px;
}
input.bt{
	border: none;
	border: 1px solid #666;
	width: 108px;
	font-weight:bold;
	color: #2e8f02;
}
.captcha{
	margin-bottom: 10px;
}
.captcha img{
	float: left;
	margin-right: 5px;
}
.captcha input{
	width: 100px;
	float: left;
}

/* @group Menu */
#menu{
	margin: 0; 
	padding: 0;
	list-style-type: none;
	padding-top: 15px;
	margin-bottom: 10px;
	font-size: 1.3em;
	height: 30px;
}
#menu li{
	float: left;
	padding: 0; margin: 0;
	padding-right: 25px;
}
#menu a{
	display: block;
	padding: 5px 0px 6px 0px;
	line-height:  120%;
	text-decoration: none;
	color:  #444444;
}
#menu a:hover{
	color:  #2e8f02;
}
#menu .active a{
	color: #2e8f02;
	font-weight: bold;
}
/* @end */
.col_right ul {
	border: 2px solid #2e8f02;
	padding: 5px;
}

.col_right li {
	padding: 2px 5px;
	border-bottom: 1px solid #999;
}
.fancybox{
	padding: 1px;
	border: 1px solid #2e8f02;
	float: left;
	margin: 0 8px 10px 0px;
}
/* Easy Slider */

	.imgteaser ul, .imgteaser li,
		{
		margin:0;
		padding:0;
		list-style:none;
		}
	.imgteaser li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width: 462px;
	height: 238px;
		overflow:hidden; 
		}	













