/*
Theme Name: solarheizung.schreinert.de
Description: Internet Center (3 columns) - Clean and Light Interface. Variation: 3 columns
Version: 1.0
Author: Genkisan

StyleSheet by David Herreman
http://www.free-css-templates.com

project: internet center template
author: luka cvrk (www.solucija.com)

*/

   
/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Arial, sans-serif; 
	line-height: 1.5em;
	background-color: #FCFCFC; 
	color: #454545; 
}

a {
	color: #185DA0;
	background: inherit;
}

a:hover {
	color: #9EC068;
	background: inherit;	
}

a.title {
	color: #FE6700;
	background: #FFF;
}

h1 {
	font: bold 2em Arial, Sans-Serif;
	letter-spacing: -1px; 
	padding: 7px 0 0 8px;
	margin: 0;
}

h1 a, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	color: #FF6600;
	background: #FFF;
}


h2 { 
	margin: 0; 
	padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -1px;
}

h2 { 
	font-size: 16px;
	margin-bottom: 5px; 
	color: #000; 
	background: inherit;
}

p {	
	margin: 0 0 5px 0;
	
}

blockquote {
	margin: 10px 0 0 25px;
	padding: 0 20px;
	border-left: 1px solid #ccc;
	color: #666;
}

form { 
	margin: 0; 
}

input.search { 
	width: 199px; 
	border: none;
	background: url(images/input.gif); 
	padding: 4px; 
}

input.login { 
	width: 150px;
	border: none; 
	background: url(images/logininput.gif); 
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 10px auto;
	width: 760px; 

	border: 1px solid #FAFAFA;
	padding: 2ex 2em;
	background-color:#FFFFFF;
	margin-top:0;
}

.header { 
	height: 55px; 
}

.header .logo h1 {
	font-size: 1.5em;
}

.top_info {
	float: right;
	width: 540px;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #eee;
}

	.top_info_left {
		width: 430px;
		float: left;
	}

	.top_info_right {
		float: right;
		text-align: right;
		width: 70px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.slogan {
	font-size: 0.9em;
	width: 300px;
}


.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	margin: 0 0 0 0px; 
}

	.bar ul { 
		margin: 0; 
		padding : 0; 
		list-style : none; 
	}

	.bar li { 
		margin: 0; 
		padding: 4px 7px 8px 10px;
		color: #808080;
		background: #FFF;
		float: left; 
	}
	
	.bar .current_page_item a{ 
		background: #FFF url(images/bar.gif) no-repeat center bottom; 
		color: #9EC068;
		font-weight: bold; 
		padding-bottom: 8px;
		text-decoration: none;
	}

	.bar a { 
		font-weight: bold;
		color: #4A8EBC; 
		background: inherit;	
	}
	
	.bar a:hover {
		background: #FFF url(images/bar.gif) no-repeat center bottom; 
		color: #9EC068;
		font-weight: bold; 
		padding-bottom: 8px;
		text-decoration: none;
	} 

.search_field { 
	background: #DCF2B8 url(images/barbg.gif) no-repeat; 
	color: #000;
	border-top: 1px solid #9EC068;
	border-bottom: 1px solid #9EC068;
	clear: both;
	text-align: center; 
	padding: 10px 0 5px 0;
}

.subheader {
	margin: 3px 0 10px 0;
	padding: 8px;
	background: #f4f4f4 url(images/subheaderbg.gif) no-repeat;
	color: #808080;
	border-bottom: 1px solid #ccc;
}

/* left side
   --------- */

.left {
	float: left;
	width: 435px;
	margin: 0 0 10px 0;
}
	.left_articles {
		margin: 0px 0 10px 0;
	}
	.left_articles img {
		float: left;
		margin: 2px 1ex 0 0;

	}
	.left_articles a img {
		border: 1px solid #999;
	}

.metadata {
	border-top: 1px dotted #ccc;
	margin-bottom: 50px;
	text-align: right;
	clear: left;
}
	
.alignright {
float: right;
}
	
.alignleft {
float: left
}

/* Begin Comments*/

#comment {
	clear:left;
}	

.commentlist li.alt {
	background-color:#F0FBFB;
	}

.commentlist {
	margin:15px;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	background: #fafafa;
	color: #808080;
	border: 1px solid #eeeeee;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: inline;
	}
/* End Comments */
	
/* Sidebar
   ---------- */
		
.sidebar {
	float: right;
	width: 310px;
	margin: 0 0 10px 0;
}

.sidebar_left {
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
}

.sidebar_right {
	float: right;
	width: 150px;
	margin: 0 0 10px 0;
}

.sidebar h2 {
	border-bottom: 1px solid #efefef;
}

.sidebar ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

.sidebar li {
	list-style-type:none;
}

.sidebar li ul li{
	list-style-type:none;
	margin-left:20px;
}

	.gg_rect {
		margin-bottom: 15px;
		text-align: center;
		border: 1px solid #a0a0a0;
		background-color: #FFFFE0;
		padding: 5px 0;
	}
	
	.right_login {
		padding: 10px;
		margin: 0 0 10px 0;
		background: #A9D4F2;
		color: #246088;
		border-top: 1px solid #4A8EBC;
		border-bottom: 1px solid #4A8EBC;
	}

	.right_articles {
		border: 1px solid #eee;
		padding: 8px;	
		margin: 0 0 10px 0;
	}
	
	.right_articles:hover {
		border: 1px solid #ccc;
	}
		
.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF;
	padding: 10px 0 10px 0;
	border-top: 1px solid #eee;
}

.footer a {
	color: #9EC068;
	background: #fff;
}


table#solardaten-verbrauchswerte-tabelle,table#solardaten-vergleichswerte-tabelle { 
	border-color: #a0a0a0; 
	border-style:solid;
	border-width: 0 1px 1px 0;
	width: 100%;
}
table#solardaten-verbrauchswerte-tabelle tr td, table#solardaten-verbrauchswerte-tabelle tr th{
	text-align: right; 
}
table#solardaten-vergleichswerte-tabelle tr td, table#solardaten-vergleichswerte-tabelle tr th {
	text-align: center; 
}	
table#solardaten-verbrauchswerte-tabelle tr td, table#solardaten-verbrauchswerte-tabelle tr th,table#solardaten-vergleichswerte-tabelle tr td, table#solardaten-vergleichswerte-tabelle tr th {
	padding: 0.15ex 0.25em; 
	border-color: #a0a0a0;
	border-style:solid;
	border-width: 1px 0 0 1px;
}

hr {
	border-color: #a0a0a0;
	border-style: solid;
	border-width: 1px 0 0 0;
}
.clear { clear:both; }
.wp-caption {
	background-color: #F3F3F3;
	border: 1px solid #DDDDDD;
	margin: 1ex;
	padding: 4px;
	text-align:center;
}

.wp-caption img {
	float: none;
	margin-bottom: 4px;
}
.aligncenter {
 float: none;
 text-align:center;
 margin-left:auto;
 margin-right:auto;
}

.banner-links {
	border-top: 1px dashed #ff6600;
	padding-top: 1ex;
}

.bls {
	text-align: right;
}

