/* =HTML
======================================== */

html {
	background: url(../images/bg_header.jpg) repeat-x #0084d7;
	font-family: "TREBUCHET MS";
}

body {
	color: #000;
}

h2 {
	color: #0086d8;
	border-bottom: 1px solid #0086d8;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 0 3px 0;
	margin: 0 0 22px 0;
	font-family: "TREBUCHET MS";
	clear: both;
}

h3 span.small {
	font-size: 13px;
}

h3 {
	font-size: 17px;
	color: #0086d8;
	margin: 0 0 5px 0;
	font-family: "TREBUCHET MS";
}

p {
	margin: 0 0 15px 0;
}

strong {
	font-weight: bold; 
	color: #0086d8;
}

label {
	width: 100px;
	display: block;
	float: left;
	clear: left;
	color: #0084D7;;
}

input, textarea {
	display: block;
	float: left;
	width: 300px;
	background: #CCE6F7;
	border: 1px solid #CCE6F7;
	margin: 0 0 5px 0;
	padding: 2px;
}

input:focus, textarea:focus {
	border: 1px solid #0084D7;
}

a {
	color: #0086d8;
}

hr {
	border: 0px;
	background: #0084D7;
	clear: both;
	margin: 15px 0 15px 0;
	height: 1px;
}

/* =HEADER
======================================== */
#header {
	height: 90px;
	padding: 9px 0 0 0;
	vertical-align: baseline;
}

#header .wrapper {
	padding: 0 18px 0 18px;
}

#cleanair {
	float: left;
	margin: 0 0 0 18px;
}

#klimabecker {
	float: right;
	margin: 0 24px 0 0;
}

/* =MENU
======================================== */
#menu .wrapper {
	padding: 1px 0 0 0;
	border: 1px solid #fff;
	border-top: 0px;
	border-bottom: 0px;

}

#menu ul {
	background: #005AA1;
	height: 30px;
	padding: 0 0 0 45px;
}

	#menu li {
		background: url(../images/bg_menu.jpg) top right no-repeat;
		float: left;
	}
	
	#menu a {
		text-decoration: none;
		color: #fff;
		padding: 6px 18px 8px 18px;
		display: block;

	}

	#menu a:hover, #menu a.highlight {
		background: #CCE6F7;
		color: #005AA1;
		/*background: url(../images/bg_menu_hover.jpg) top right no-repeat #CCE6F7;*/
	}
	
	#menu a.highlight {
		
	}



/* =CONTENT
======================================== */

#content {
	background: #fff;
	padding: 38px 0;
	font-size: 13px;
	line-height: 17px;
	font-family: "Arial";
}

#content .wrapper {
	padding: 0 0 0 135px;
}

#content .colleft {
	width: 595px;
	float: left;
	margin: 0 52px 0 0;
}

#content .colright {
	padding: 20px 0 0 0;
	width: 260px;
	float: left;
}

#content .col {
	width: 48%;
	float: left;
	margin: 0 2% 30px 0;
}

#content ul {
	margin: 0 0 10px 0;
}

	#content ul li {
		margin: 0 0px 0 15px;
		list-style-image: url("../images/list-style.jpg");
		color: #000;
	}
	
	#content ul.left {
		float: left;
		width: 220px;
		margin: 0 50px 10px 0;
	}

.message {
	color: #0086d8;
	font-size: 16px;
	clear: both;
	border: 1px solid #0086d8;
	padding: 10px;
	font-weight: bold;
}

.button {
	margin: 0 0 18px 0;
	float: left;
}


.colright h4 {
	background: url(../images/bg_box_head.jpg) no-repeat; 
	font-size: 18px;
	padding: 15px 15px 0px 15px;
	color: #fff;
	width: 100%;
}

.colright p {
	float: left;
	color: #fff;
	background: url(../images/bg_box_content.jpg) left bottom no-repeat;
	padding:10px 0 15px 15px;
	width: 275px;
}

.box p {
	padding: 15px;
}

.colright a {
	color: #fff;
	text-decoration: none;
	border-bottom:1px solid #fff;
}

.colright strong {
	color: #fff;
	font-weight: bold;
}


/* =FOOTER
======================================== */
#footer {
	border-top: 38px solid #cce6f7;
	color: #fff;
	font-size: 12px;
	padding: 10px 0;
}

#footer a {
	float: right;
	color: #fff;
	text-decoration: none;
}

#footer span {
	float: left;
}


/* =KONTAKT
======================================== */
#nachricht {
	height: 100px;
}

#submit, #mailformformtype_mail {
	margin: 0 0 0 316px;
	border: 0px;
	background: #0084D7;
	color: #fff;
	width: 90px;
}

/* =HELPER
======================================== */
.wrapper {
	width: 1000px;
	margin: 0 auto;
}

.nobgimg {
	background-image: none !important;
}

img.right {
	float: right;
}

.error {
	color: #ff0000;
	margin: 0 0 20px 0;
}

span.alt, p.alt {
	color: #0086d8;
}