/* ----------------------------- general information ----------------------------- *
#8aa90d GREEN

Author: Stefan Kandler, Jagdfieber
Author URI: http://www.jagd-fieber.com

/* ----------------------------- resets ----------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; } body { line-height:1; } ol, ul { list-style:none; } blockquote, q { quotes:none; } blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; } :focus { outline:0; } /* remember to define focus styles! */ ins { text-decoration:none; } /* remember to highlight inserts somehow! */ del { text-decoration:line-through; } table { border-collapse:collapse; border-spacing:0; } /* tables still need 'cellspacing="0"' in the markup */

/* ----------------------------- basic ----------------------------- */
body { 
	background: url("../img/bgBody.jpg") top center fixed; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 100.01%; 
	line-height: 1.5em; 
	color: #333;
}
h1, h2 {
	font-size: 2em;
	line-height: 1.4em;
	font-weight: normal;
	color: #8aa90d;
	margin-top:30px;
}
h3 { font-size: .8em; color: #333; font-weight: bold; line-height: 1.4em  }
p, ol, ul { font-size: .8em; line-height: 1.6em; margin-bottom: 20px; }
p { font-size: .9em; }
ul { list-style: disc; margin-left: 20px; }
ol { list-style: decimal; margin-left: 20px; }
a, a:link, a:visited { text-decoration: none; color: #8aa90d }
a:active, a:hover { text-decoration: underline }

/* ----------------------------- layers Index ----------------------------- /
body.index{ background:url("../img/bgWald.jpg") top center no-repeat fixed #000; font-family:Arial, Verdana, Helvetica, sans-serif; font-size:100.01%; color: #333 }
#wrapperIndex { }
#wrapperIndex img.logo {  }
h1.index { overflow:hidden; width:500px; margin-top:100px; padding:20px 50px 15px; font-size:3.5em; font-weight:normal; background:#000; font-family: Helvetica, Arial, Verdana; color:#fff; letter-spacing:5px; text-transform:uppercase; line-height:1em; }
h1.index span { float:right; font-size:.5em; line-height: 1em; padding-right: 10px; text-transform: none; letter-spacing:1px; }


/* ----------------------------- layers ----------------------------- */
#nav { 
	overflow: hidden;
	font-size: 1.4em;
	padding: 30px 0 0px;
	margin-left: -5px;
	text-align: left;
}

#nav li {
	list-style: none;
	display: block;
	float: left;
	margin-right: 10px;
}

#nav li a {
	float: left;
	display: block;
	padding: 10px 15px 5px;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #8aa90d;
}

#nav li a span {
	margin-top: -9px;
	font-size: .6em;
	letter-spacing: .1em;
	display: block;
	color: #999;
}

#nav li a:hover,
#nav li a.current  { 
	background: url(../img/bgNav.png) top right no-repeat #ddd;
	text-decoration: none;
}

#nav li a.current  { 
	color: #fff;
	background: url(../img/bgNav.png) top right no-repeat #222;
}

#nav li a.current span { 
	color: #777;
}


#subnav { 
	background: url(../img/bgNavSub.png) repeat-x #222;
	text-decoration: none;
	overflow: hidden;
	font-size: .9em;
	margin: 0 15px;
	padding: 0;
}
#subnav ul { 
	padding: 0;
	margin: 0;
}
#subnav li {
	margin: 4px 1px 0 0;
	float: left;
	display: inline;
	padding: 5px 0 3px;	
}

#subnav li a {
	color: #777;
	padding: 4px 10px 5px;
}

#subnav li a:hover,
#subnav li a.current { 
	background: #222;
	color: #8aa90d;
	text-decoration: none;
}



/* ----------------------------------- layers ----------------------------------- */
#wrapper {
	width: 1000px;
	margin: 20px auto;
}

#header { 
	background: url(../img/bgHeader.png) no-repeat;
	padding: 10px 0 0;
	text-align: center;
}

#content { 
	padding: 0 15px 10px;
	background: #fff;
	overflow: hidden;
}
#content ul.news li { 
	list-style: none
}
#content .col,
#content .news {
	width: 470px;
	float: left;
	margin-right: 30px;
}

#content .important {
	margin:20px 200px;
	background: #8aa90d;
	padding: 10px; 
	color: white; 
	text-align: center; 
	font-size: 2em;
	line-height: 1.2em;
}
#content .important a {
	color: white;
}

.bild {
	width: 970px;
	height: 330px;
	background: url("../img/bgBody.jpg") top center;
}
.bild .heading,
.bild .paragraph {
	float: left;
	padding: 10px;
}

.bild .heading {
	position: absolute;
	margin-top: 40px;
	background: #fff;
	font-size: 2em;
	padding: 8px 15px 4px 10px;
}

.bild .paragraph {
	position: relative;
	width: 480px;
	height: 110px;
	margin-top: 200px;
	margin-left: 470px;
	font-size: 1em;
	background: url(../img/bgWhite.png);
}

ul.shorts {
	margin: 10px 0;
	overflow: hidden;
}
ul.shorts li {
	width: 285px;
	display: block;
	float: left;
	padding: 10px;
	font-size: 1.2em;
	margin-right: 27px;
	background: #ddd;
}

#footer {
	color: #fff;
	padding: 130px 0 30px;
	font-size: .7em;
	text-transform: uppercase;
	letter-spacing: .1em;
	background: url(../img/bgFooter.png) no-repeat top right;
}

#footer a {
	color: white;
}

#footer p {
	float:left;
	display: inline;	
}

#footer ul li {
	float: right;
	display: inline;
	margin-left: 30px;
}

ol.advantage { 
	padding: 0;
	margin: 0;
	list-style: none;
}
ol.advantage li { 
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-right: 100px;
}
ol.advantage li span { 
	color: #ddd;
	font-size: 5em;
	text-align: right;
	width: 100px;
	float: right;
	margin: 10px -100px 0 0;
	
}


/* ----------------------------------- customers ----------------------------------- /
ul#testemonials li {
	list-style: none;
	margin: 0 0 30px 0;
}
ul#testemonials li span {
	display: block;
	font-style: italic;
	text-align: right;
}


/* ----------------------------- contact ----------------------------- */
.box { 
	width: 285px;
	display: block;
	float: left;
	padding: 10px;
	margin-right: 20px;
	background: #ccc;
}
.boxContact { 
	width: 260px;
	display: block;
	float: left;
	margin-right: 20px;
}
.boxImprint { 
	width: 240px;
	display: block;
	float: left;
	margin-right: 20px;
}
.boxContact span,
.boxImprint.i1 span { 
	display: block;
	width: 70px;
	float:left; 
}
.boxImprint.i2 span { 
	display: block;
	width: 120px;
	float:left; 
}

.map { 
	float:right; 
	width:405px;
}
.map iframe { 
	padding:1px;
	border:1px solid #ccc;
}
.map small {
	font-size:.7em;
}

table {
	border: 1px solid #ccc;
	font-size: .9em;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 15px;
}

th, td {
	text-align: left;
	padding: 2px 4px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* ----------------------------- contactform ----------------------------- */
#formContact {
	clear: left;
	display: block;
	overflow: hidden;
	width: 540px;
}
	#formContact strong { /* star */
		color: #8aa90d; 
		padding: 0 3px; 
	}
	#formContact p.info { /* hint */
	}
		
	#formContact .half {
		margin:0 20px 10px 0;
		float:left;
		display: block;
		font-size:.8em;
		width: 260px;
	}
	#formContact .full {
		margin:0 20px 10px 0;
		font-size:.8em;
		float:left;
		width: 532px;
	}
		
		#formContact label { 
			width: 100%; 
			float: left; 
			text-transform: uppercase;
			letter-spacing: .1em;
			color: #777; 
			font-size: .7em; 
			line-height: 2em;
		}
	
	#formContact input, 
	#formContact select, 
	#formContact textarea { 
		font-size: 1em; 
		padding: 6px;
		border: 0;
		border-bottom: 1px solid #ccc; 
		letter-spacing: .1em; 
		background: none; 
		width: 100%;
	}
	#formContact select { 
		width: 250px;
	}
	
	#formContact textarea { 
		font-family: Arial, Tahoma, Verdana;
		clear: both;
		line-height: 1.8em;
		width: 98.5%;
		border: 1px solid #ccc;
		color: #ccc;
	}
		#formContact textarea.error, 
		#formContact input.error { 
			border-color: #c00;
			background: #e1c7c7;
			color: #c00;
		}

	#formContact button { 
		color: ##000;
		font-weight: bold;
	}
	#formContact button:hover { 
		color: #c00;
	}

	#formContact p.antwort {
		background: 333;
		padding: 4px;
	}
	
	#formContact input,
	#formContact select,
	#formContact textarea { 
		color: #777; 
	}

	#formContact input:focus, 
	#formContact select:focus, 
	#formContact textarea:focus { 
		color: #222;
		border-color: #222;
		background: #e7e7e7;
	}

/* ----------------------------- various styling ----------------------------- */
.left { float:left; margin:0 15px 10px 0; }
.right { float:right; margin:20px 0; }
.clear { clear:both}
.last, #content .last, ul.shorts li.last, #formContact .half.last { margin-right:0; }
