/* @override 
	http://emshase.de/_css/layout.css
*/

@import url("reset.css");

html, body {
	overflow-x: hidden;
}

body {
	font: 75%/130% Arial, Helvetica, Geneva, sans-serif;
	background: #FFF url(../_gfx/bg.jpg) repeat-x center top;
	text-align: center;
	top: 0;
	left: 0;
	color: #000;
	margin: 0;
	padding: 0;
}

a {
	color: #85bc20;
	text-decoration: none;
}

a:hover {
	color: #85bc20;
	text-decoration: none;
}

h1 {
	font-size: 3em;
	font-weight: normal;
	color: #444444;
	line-height: 100%;
	margin: 0em 0 0.2em 0;
}

h2 {
	font-size: 2.2em;
	font-weight: bold;
	font-style: italic;
	line-height: 120%;
	margin: 0.1em 0 0.4em 0;
	color: #85bc20;
}

h3 {
	font-size: 1.1em;
	margin: 0 0 1.2em 0;
	padding: 0;
	font-weight: normal;
	color: #444444;
}

h4 {
	font-size: 1.5em;
	font-weight: normal;
	color: #444444;
	margin: 0.2em 0 0.2em 0;
}
h5 {
	font-size: 1.3em;
	font-weight: normal;
	color: #444444;
	margin: 0.5em 0 0.4em 0;
}

p {
	margin: 0em 0 1.4em 0;
}

p.small {
	font-size: 0.8em;
	line-height: 140%;
}

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

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#anneken{
	float: left;
	height: 140px;
	width: 250px;
	background: url(../_gfx/logo_anneken.gif) no-repeat 10px center;
	
}
#anneken .info{
}
#anneken a{
	color: #000;
	display: block;
	padding: 25px 11px 25px 130px;
}
#logo{
	position: absolute;
	right: -35px; top: 30px;
	width: 525px;
	height: 95px;
	display: block;
	text-indent: -9999em;
	background: url(../_gfx/logo.png) no-repeat left top;
	margin: 0;
	float: left;
}
#hotline{
	width: 420px;
	height: 70px;
	background: url(../_gfx/hotline.png) no-repeat left top;
	float: right;
	text-indent: -9999em;
	margin-top: 45px;
	margin-right: 50px;
}
#menu{
	clear: both;
	height: 39px;
	background: url(../_gfx/bg_menu.png);
}
#menu li{
	float: left;
	height: 39px;
	border-right: 1px solid #85bc20;
	border-left: 1px solid #4b8805;
}
#menu li.first{
	border-left: none;
}
#menu li.last{
	border-right: none;
}
#menu a{
	display: block;
	line-height: 30px;
	padding: 5px 19px 4px 19px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
}
#menu .active a{
	
}
#menu a:hover{
	color: #fff1c2;
}
#content{
	position: relative;
	padding: 30px 0 50px 0;
}
#box{
	background: url(../_gfx/bg_trans.png);
	padding: 10px;
	position: relative;
	margin-bottom: 30px;
}

#box.halfsize{
	float: left;
	width: 445px;
	margin-left: 10px;
}
#box.last{
	margin-right: 0 !important;
}
#box .boxwrapper{
	background-color: #FFF;
	padding: 10px 15px;
}
/* @group Slider */

#slider{
	
}
#slider li.teaser{
	width: 930px;
	height: 360px;
	overflow: hidden;
	background-color: #FFF;
}

#prevBtn, #nextBtn{
	display: block;
	width: 60px;
	height: 53px;
	position: absolute;
	left: -20px;
	top: 170px;
	z-index: 1000;
	text-indent: -9999em;
}

#nextBtn {
	left: 910px;
}

#prevBtn a, #nextBtn a{
	display: block;
	position: relative;
	width: 60px;
	height: 53px;
	background: url(../_gfx/slider_back.png) no-repeat 0 0;
}

#nextBtn a {
	background: url(../_gfx/slider_next.png) no-repeat 0 0;
}

#slider .teaser .image{
	float: left;
}
#slider .teaser .descr{
	float: left;
	width: 290px;
	padding: 30px 30px 20px 10px;
}


/* @end */

dl{
	margin-top:  10px;
}
dl dt{
	padding-left: 27px;	
	background: url(../_gfx/plus.gif) no-repeat left 1px;
	line-height: 20px;
	margin-bottom: 1px;
}

#teaserbox{
	float: left;
	background: url(../_gfx/bg_trans.png);
	padding: 10px;
	margin-right: 10px;
}
#teaserbox.last{
	margin-right: 0;
}

/* @group form */

label{
	display:  block;
	font-size:  1em;
	margin-top:  8px;
	margin-bottom:  2px;
	line-height:  120%;
	
}
input, textarea, select{
		padding: 5px;
		border: 1px solid #AAAAAA;
		width: 405px;
}
input.bt{
		border: none;
		border: 1px solid #AAAAAA;
		width: 180px;
		font-weight:bold;
		color: #85bc20;
		background: url(../_gfx/arrow_right_red.png) no-repeat 10px center;
		text-transform: uppercase;
}
form ul{
		list-style-type: none;
		margin:  0 0 1em 0;
		padding:0;
}
input.qty{
	width: 20px;
	margin-bottom: 2px;
	margin-right: 3px;
	text-align: right;
}

/* @end */
