/*  
Theme Name: Blue Chillout Space
Theme URI: http://www.darganov.com/blue-chillout-space-wordpress-theme.html
Description: Blue Chillout Space is a blue, two-column widget ready Wordpress theme.
Version: 0.2.2
Author: Iliyan Darganov
Author URI: http://www.darganov.com/

	The CSS, XHTML and design is released under Creative Commons Attribution-Share Alike 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/

* {
	padding: 0;
    margin: 0;
	list-style: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #676767;
	background: #FFFFFF url(../img/red_banner_bg.png);
	background-repeat:repeat-x;
	font-size: 12px;
}
#header-wrapper, #footer-wrapper, #content-wrapper, #kundenstimmen-wrapper, #sitemap-wrapper {
	float: left;
	width: 100%;
	clear: both;
	position: relative;
}

#header, #footer, #content-sidebar, #kundenstimmen-sidebar, #sitemap-sidebar {
	width: 754px;
	margin: 0 auto;
	text-align: left;
}

#bannerImage{
	width: 754px;
	margin: 0 auto;
	text-align: left;
}

#header-wrapper {
	background-image: url(../img/header_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	height:124px;
}
#headerimg {
	height:80px;
	background-image: url(../img/header_img_econsult.png);
	background-repeat:no-repeat;
}

hr, legend {
	display: none;
	margin-bottom: 20px;
}

#content-wrapper  {
	padding-top: 0; 

}
#content {
	float: left;
	width: 38em;
	margin-left: 0;
	padding: o;
	padding-top: 0;
	text-align: left;
	/* background-color: #FFFFFF; */
	/* border: 1px solid #e6f3ff; */
	line-height: 1.5em;
	margin-bottom: 1.4em;
}


#contentBreiter {
	float: left;
	margin-left: 0px;
	padding: 0px;
	padding-top: 0;
	text-align: left;
	line-height: 1.5em;
}
#extraButtonDiv {
	float: left;
	margin-left: 10px;
	text-align: left;
	
}

#contentBreiter h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 1.4em;
	clear: both;
	line-height: 1.2em;
	/*border-bottom:1px solid #cccccc;*/
	padding-bottom:7px;
}


#content a:link, #content a:visited {
	color: #c70404;
	text-decoration: underline;
}
#content a:hover {
	color: #c70404;
	text-decoration: none;
}
#content h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 1.4em;
	clear: both;
	line-height: 1.2em;
	border-bottom:1px solid #cccccc;
	padding-bottom:7px;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #c70404;
	/*margin-top: 1.2em;*/
	clear: both;
	line-height: 1.2em;
	/*border-top:1px solid #cccccc;*/
	padding-top:15px;
}

#content p {
	margin: .8em 0 .8em 0;
	padding: .2em 0 .2em 0;
}
#content ul, ol {
	margin-bottom: .6em;
	margin-top: .6em;
	margin-left: 2em;
}
#content ul li {
	background-image: url(images/content-ul.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.4em;
	list-style-type: disc;
}
#content ol {
	padding-left: 1.6em;
}
#content ol li {
	list-style-type: decimal;
}

/*
input, select, textarea {
	padding: 3px;
	border: 1px solid #d0e6fc;
	background-color: #FFFFFF;
}
input:hover, textarea:hover {
	background: #FFFFFF;
	border: 1px solid #8dcdff;
}
input:focus, textarea:focus {
	background: #f4f9ff;
	border: 1px solid #8dcdff;
}
*/


/* Form */

label
{
	width: 10em;
	float: left;
	text-align: left;
	margin-right: 4em;
	display: block;
}

input, textarea, select
{
	color: #000;
	background: #f0f0f0;
	border: 1px solid #d8d7d8;
	width: 200px;
}
.checkbox
{
	width: 20px;
	background: none;
}
textarea
{
	width: 250px;
	height: 100px;
}				
fieldset
{
	background: #b4b6b8 url(../img/bg-body.gif) top left repeat-x;
	border: 1px solid #777;
	padding-left: 9px;
	width: 38em
	text-align: left;
}
fieldset #rows
{
	width: 38em;
	float: left;
	text-align: left;
	display: block;
}

fieldset #labels
{
	width: 10em;
	float: left;
	margin-right: 4em;
	text-align: left;
	display: block;
}
fieldset #values
{
	float: right;
	text-align: left;
	width: 20em;
	margin-right: 4em;
	display: block;
}
fieldset #lastcheck
{
	width: 30em;
	float: left;
	margin-right: 4em;
	text-align: left;
	display: block;
	margin-top: 20px;
}
.background-button2, .background-button3 
{ 
	display: inline; 
	width: 85px; 
	height: 35px; 
	margin-left: 0; 
	margin-right: 10px;
	margin-top: 5px;
	background:url(../img/button-finden.gif) top left no-repeat; 
	padding-top: 7px; 
	border:0;
	color: white; 
	text-align: center; 
	padding-bottom: 10px; 
}
.background-button3 {
	width: 120px;
	background:url(../img/button-finden2.gif) top left no-repeat;
}
#impressum
{	
	width: 38em;
	float: left;
	text-align: right;
}

