/* 
	SITE:		WWW.WILDBIHLER-SHOP.DE 2.0
	AUTHOR:		ALEXANDER FLOETER @ FRICK WERBEAGENTUR
	CREATED:	2010-07-01
*/

/* CSS RESET */
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, 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-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1;	color: black; background: white; }
ul { list-style: none; }

/* SITE */
html {
	height: 100%; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #666;
	height: 101%;
	background-color:#FFFF00;
	font-size:14px; }
	
#wrapper {
	width: 980px;
	padding: 120px 0 0 180px;
	margin: 0 auto;
	position: relative; }

#header {
	position:absolute;
	top: 10px;
	left: 0;
	right: 0;
	padding-top: 70px;
	height: 30px; }
	
	h1#logo {
		position: absolute;
		left: 208px;
		top: 12px; 
		display: block;
		height: 58px;
		width: 544px;
		background: url(../img/wildbihler_logo.gif) center center no-repeat; }
		
		h1#logo a {
			display: block;
			width: 100%;
			height: 100%;
			text-indent: -9999px; }
	h2 {
		text-align: center;
		font-size: 9px;
		font-weight: bold; }

#leftNavigation {
	position: absolute;
	top: 120px;
	display: inline-block;
	width: 170px;
	border: 1px solid #666;
	border-top: none; }
	
	#leftNavigation {
		left: 0; }
	
	#leftNavigation li {
		background-color: #7F7F7F;
		border-top: 1px solid #666; }
		
	#leftNavigation li:hover,
	#leftNavigation li.active {
		background-color: #999; }
		
		#leftNavigation li > a {
			display: block;
			line-height: 40px;
			height: 40px;
			padding: 0 10px;
			color: #CCC;
			font-weight: bold;
			text-decoration: none;
			border-top: 1px solid #999; }
			
			#leftNavigation li > a:hover,
			#leftNavigation li.active > a{
				color: #FFF; }

#content {
	background-color: #FFFF99;
	padding: 10px;
	border: 1px solid #F00;
	color: #000;
	width: 960px;}
	
	#content h3 {
		font-size: 16px;
		font-weight: bold; 
		padding: 0 0 10px 0; }
		
		#content h3 a {
			color: #333; }
	
	#content > div > ul {
		margin-top: 40px; }
	
	#content > div > ul a {
		color: #036; }
	
	#content > div > a,
	#content > div > p > a{
		text-decoration: none;
		color: #666;
		font-weight: bold; }
	
	#content .leiste {
		line-height: 30px;
		height: 30px;
		padding-left: 90px;
		position: relative; }

		#content .leiste span {
			position:absolute;
			left: 0;
			font-weight: bold; }
		
		#content .leiste a {
			display: inline-block;
			height: 100%;
			margin-right: 2px; 
			text-transform: uppercase;
			color: #666;
			font-weight: normal; }
		
		#content #teaserText {
			color: #666;
			margin-top: 40px; }

		#content #zufallshersteller {
			margin-bottom: 40px;
			text-align: justify;}

			#content #zufallshersteller a {
				font-weight: normal;
				font-size: 10px; }
		
		#content #suchformular {
			margin: 40px 0 0;
			padding: 10px; 
			border: 1px solid #F0F000;
			background-color: #FFFF71; }
			
			#content #suchformular .suchfeld {
				padding: 5px 0 5px 220px;
				position: relative; }
				
				#content #suchformular .suchfeld label {
					position: absolute;
					left: 10px;
					color: #666;
					font-style: italic;
					font-size: 10px;
					line-height: 20px; }
				
			#content #links p {
				padding: 5px 0; }

iframe {
	overflow: auto; }
	
#footer {
	text-align: right;
	font-size: 10px;
	height: 25px;
	line-height: 25px; }
	
	#footer #wung2 {
		float: left;
		padding-top: 5px; }

#footer a {
	color: #333; }
