/*
Theme Name: 27turns V1
Theme URI: http://27turns.com/
Description: 27turns V1
Author: 27turns
Author URI: http://www.27turns.com
version: 1.0
Tags: two-column, widget-ready, blank
*/




/* basics */

*{margin:0; padding:0;}

html{overflow: -moz-scrollbars-vertical; /* damit firefox immer scrollbar anzeigt */ }

body {
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999;
	margin-top:10px;
		}
	
h1 {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #bfce00;
}
h2 {font-size: 11pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */
#content a{color:#bfce00;text-decoration:underline;}
#content a:hover{color:#aeb5bb;}
#content a:visited {color:#999;}

/* nav links */
#sidebar  a{color:#999;text-decoration:none;}
#sidebar li a:hover{color:#aeb5bb;}
#sidebar a:visited {color:#999;}
#sidebar .current_page_item a{color:#bfce00;} /* top level  - hauptnavi*/
#sidebar .current_page_item ul li a{color:#999;} /*2. level, brands*/
#sidebar ul ul li .current_page_item a{color:#bfce00;} /*3. level , einzelne produkte */





/* container */


#container {
	width: 960px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	overflow: hidden;
	}
	
/* header */

#header {
	background:#fff url(images/slogan.jpg) no-repeat left top;
  	width: 960px; 
  	height: 150px;
	color: #fff;
	margin-left:20px; 
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */


#menu {
	background:#000;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:960px; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}



/* content */


#content {
	float: right;
	width:697px;
	overflow: hidden;
	margin:28px 0px 0px 0px;
	}	

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 11pt Arial, Helvetica, sans-serif;font-family: 
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	display:none;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	width:184px;
	float:left;
/*	margin:0; */
	margin-left:20px;
	margin-bottom:80px;
	padding: 0;
/*	border-right: 1px solid #ddd;*/
	}


#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	list-style-type: none;
	margin:0;
	padding:0;
	}

#sidebar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 15pt;
	border-bottom: 1px dashed #aeb5bb;
	}

#sidebar ul ul {
	list-style-type: none;
	list-style-image: url(images/nav_arrow_green.gif);
	margin:14px 0;
	padding:14px 0px 0px 0px;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-image: url(images/nav_arrow_green.gif);
	list-style-position: inside;
	/* background-image: url(images/nav_arrow_green.gif); */
	/* background-repeat: no-repeat; */
	padding: 3px -1px 0px 16px;
}

#sidebar ul ul ul{
	list-style-type: none;	
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	list-style-type: none;	
	padding: 0 0 0 33px;
	color: #aeb5bb;
	border-bottom:none;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	background: #fff url(images/27turns-icon.gif) no-repeat right top;
  	width: 960px; 
  	height: 50px;
	margin-top:30px;
	margin-left:20px;
	border-top: 1px dashed #aeb5bb;
	background:#fff;
	clear: both;
	width: 100%;
	color: #999;
	}
	
#footer p{padding:10px 20px 0px 0px;margin: 0; color: #BFCE00; text-align:right;}
#footer a{color: #BFCE00;text-decoration: none;}
#footer a:hover{color: #BFCE00;text-decoration: underline;}

/* fusszeile text und bild separat */
.fusszeile{float:left;padding-right:30px;margin-top:-5px;}
.ficon{float:right;padding-right:20px;}



/* Abstand des Contents von Oben bei Home,Händler,Kontakt */
#post-2{margin: -10px 0 0 0;}

/* Spalten innerhalb eines Artikels oder einer Seite */
.links{width: 250px; float:left; /*border: 1px solid #ccc;*/}
.rechts{width: 420px; float:right;/*border: 1px solid #ccc;*/}
.myrow{height:40px;width:697px; 1px border: 1px solid #000; color:#fff;clear:both;}

/*fuer Heading News und Insights*/
.myrow2{height:5px;width:697px; 1px border: 1px solid #000;color:#fff;clear:both;}

/*fuer Hintergrund bei NEU*/
.neu{background: url('images/neu_background.png') no-repeat;color:#fff;}




