
/*  
Theme Name: NRW Energieberatung
Description: Wordpress Client Theme, Autor: Oliver Hulisz, <a href="http://72dpi.de">72dpi.de</a>.
Version: 1.0
Author: Oliver Hulisz
Author URI: http://72dpi.de/
*/

body {
	margin:0;
	padding:0;
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background: #fff;
	text-align: center;
}

	img {
		border: none;
	}
	
	a:link, a:visited, a:active {
		color: #55AC2B;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}

#wrap {
	width: 800px;
	margin: 20px auto;
	padding: 0;
	text-align: left;
}

#header {
	padding: 0;
	margin: 0;
}

#visual {
	clear: both;
	height: 167px;
}

#content {
	float: left;
	width: 550px;
}

#sidebar {
	float: right;
	width: 220px;
}

/* Header 
----------------------------------------------------------------------- */


#header h1 {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	width: 420px;
}

form#searchform {
	float: right;
	width: 300px;
	margin: 35px 10px 0 0;
	padding: 0;
	text-align: right;
}

	form#searchform fieldset {
		border: none;
		padding: 0;
	}
	
		form#searchform fieldset legend {
			display: none;
		}
	
	form#searchform fieldset #s {
		background-color: #F0F1EE;
		border: none;
		padding: 3px;
	}	


/* Menu
---------------------------------------------------------------------- */

/* Main Navigation
------------------------------------------------------------------------------------- */

#topnavigation ul {
	margin: 15px 0 30px 0;
	padding: 0;
	width: 100%;
	height: 38px;
	list-style: none;
	overflow: hidden;
}

	#topnavigation li {
		display: inline;
		margin: 0;
		padding: 0;
	}
	
		#topnavigation li a {
			float: left;
			padding: 55px 0 0 0;
			height: 0px !important; 
			width: 120px;
			background-position: top left;
			background-repeat: no-repeat;
			overflow: hidden;
		}
		
		#topnavigation li a:hover {
			background-position: 0 -38px;
		}

		#topnavigation li.current_page_item a, #topnavigation li.current_page_parent a {
			background-position: 0 -76px;
		}	
	
			#topnavigation li.page-item-1 a {background-image: url(images/nav_home.jpg); width: 80px}
			#topnavigation li.page-item-2 a {background-image: url(images/nav_situation.jpg);}
			#topnavigation li.page-item-3 a {background-image: url(images/nav_leistungen.jpg);}
			#topnavigation li.page-item-4 a {background-image: url(images/nav_referenzen.jpg);}
			#topnavigation li.page-item-5 a {background-image: url(images/nav_ueber.jpg);}
			#topnavigation li.page-item-6 a {background-image: url(images/nav_faq.jpg);}
			#topnavigation li.page-item-7 a {background-image: url(images/nav_kontakt.jpg);}	
	
#sidebar .current_page_item {
	font-weight: bold;
}	
	
/* Content 
---------------------------------------------------------------------- */

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: normal;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1.5em 0 .7em 0;
	padding: 0 0 3px 0;
	font-size: 1.4em;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1.3em 0 .5em 0;
	padding: 0 0 3px 0;
	font-size: 1.3em;
	font-weight: normal;
}

#content h4 {
	margin: 1.1em 0 .5em 0;
	padding: 0 0 3px 0;
	font-size: 1.1em;
}

#content p {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: .95em;
	line-height: 140%;
}

#content p.meta {
	margin: .3em 0 3em 0 !important;
	padding: 0;
	font-size: .85em;
	font-weight: normal;
	color: #999;
	line-height: 130%;
}

#content ul {
	margin: 0 0 25px 10px;
	padding: 0;
	line-height: 140%;
	list-style-type: none;
}

	#content ul li {
		background: url(images/bullet_li.gif) 0 6px no-repeat;
		padding: 0 0 2px 14px;
		font-size: .95em;
	}
	
	#content ul.downloads li {
		background: url(images/icon_disk_li.gif) 0 0 no-repeat;
		padding: 0 0 2px 23px;
		font-size: .95em;
	}
	
#content a.more {
	text-align: right;
}	


/* Tooltips: simpleTooltip jQuery plugin, 
	 visit http://dev.mariusilie.net for details
---------------------------------------------------------------------- */

.tooltip {
	background: #EEF8E9;
	border-bottom: 1px dotted #55AC2B;
}

	#simpleTooltip { 
		padding: 7px 7px 7px 28px; 
		
		background: #EEF8E9 url(images/icon_info.gif) 7px 8px no-repeat;
		font-size: .9em;
		width: 230px;
		line-height: 130%;
		text-align: left;
		
		border: 1px solid #55AC2B; 
			-webkit-border-radius: 3px;
			-khtml-border-radius: 3px;	
			-moz-border-radius: 3px;
			border-radius: 3px;
	
	}


/* Referenzen
---------------------------------------------------------------------- */

#references {
	float: left;
	width: 550px;
	padding: 10px 0;
}

#references dl {
	float: left;
	width: 540px;
	margin: 10px 0;
	padding: 0;
	display: inline; /* fixes IE/Win double margin bug */
}

	#references dt {
		font-family: Georgia, "Times New Roman", Times, serif;
		float: right;
		width: 380px;
		margin: 0 0 5px 0;
		padding: 0;
		font-size: 1.3em;
	}
	
	#references dd {
		margin: 0 0 5px 160px;
		padding: 0;
		line-height: 140%;
		font-size: .95em;
	}
	
		#references dl dd.img {
			margin: 0;
		}
		
			#references dd.img img {
				float: left;
				margin: 0 8px 0 0;
				padding: 4px;
				border: 1px solid #D9E0E6;
				background: #F0F1EE;
			}


/* Tabellen
---------------------------------------------------------------------- */

table {
	margin: 1em 0;
	font-size: .9em;
	width: 100%;
	border-collapse: collapse;
}

	table tr th {
		font-weight: normal;
		text-align: left;
		background: #5CB92E url(images/table_header_bg.jpg) 0 0 repeat-x;
		color: #fff;
		line-height: 130%;
		padding: 10px 15px 6px 3px;
		vertical-align: bottom;
	}
	
	table tr td, table tr th {
		border: 1px solid #E2E3DD;
		padding: 6px 15px 6px 3px;
		vertical-align: top;
		background-color: #f5f5f5;
	}


/* Kalender
---------------------------------------------------------------------------------- */

table#wp-calendar {
	width: 200px;
	background-color: #f5f5f5;
	font-size: .9em;
	margin: 0 0 1em 0;
}

table#wp-calendar caption {
	text-align: right;
	padding-bottom: 5px;
	font-size: 12px;
}

table#wp-calendar td, table#wp-calendar th {
	padding: 4px;
	text-align: center;
	color: #777;
	border: none;
}

	table#wp-calendar th {
		color: #fff;
	}

table#wp-calendar td a {
	font-weight: bold;
}

table#wp-calendar tfoot td a {
	font-weight: normal;
}


/* Sidebar 
---------------------------------------------------------------------- */

#sidebar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	margin: 0 0 .5em 0;
	font-weight: normal;
}

#sidebar p {
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: .95em;
	line-height: 140%;
}
	
#sidebar ul {
	font-size: .95em;
	list-style-type: none;
	margin:0;
	padding: 0;
}
	
	#sidebar ul li {
		background: url(images/bullet_li.gif) 0 5px no-repeat;
		padding: 0 0 4px 12px;
	}
	
#sidebar div.box {
	background-color: #f5f5f5;
	border-top: 2px solid #5CB92E;
	padding: 10px;
	margin: 0 0 15px 0;
}



/* Diverses 
---------------------------------------------------------------------- */

.highlight {
	background-color: #55AC2B;
	padding: 2px;
	color: #fff;
}


img.pictureleft {
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #D9E0E6;
	background: #F0F1EE;
}


input.text, textarea {
	width: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}

label {
	display: block;
}

span.edit {
	margin-left: 5px;
	background: url(images/edit.gif) 0 50% no-repeat;
	padding: 10px 25px;
}


#browse {
	clear: both;
	margin: 0 0 1em 0;
	padding: 5px 0;
	font-size: .8em;
	color: #ddd;
}

	.browseLeft {
		float: left;
	}
	
	.browseRight {
		float: right;
	}


/* Footer ---------------------------------------------------------------------- */

#footer {
	clear: both;
	border-top: 1px solid #E2E3DD;
	padding-top: 5px;
	margin-bottom: 3em;
}

	#footer p {
		margin: 0;
		padding: 50px 0 0 0x;
		font-size: .95em;
		color: #999;
	}
	

/* Dirty Little Helpers
-------------------------------------------------------------------------- */

/*-- BREAK to terminate floats --*/
br.clear { visibility:hidden; clear:both; line-height:0px; background:#fff; height:0px; font-size:0px; padding:0; margin:0; }

/*-- class to adjust height of container box to actual height of contained floating elements ------------------*/
/* see <http://www.positioniseverything.net/easyclearing.html> */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */	
