﻿@charset "utf-8";
body  {
	font: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
}
#container  {
	width: 1000px;
	margin: 20px auto;
	border: 1px solid;
	text-align: left;
	background-image: url(images/background.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #fff;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	-o-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
} 
#header  {
	height: 355px;
} 
#header img {
	margin: 15px 0 0 15px;
}
#navigation  {
	height: 30px;
	background-image: url(images/nav.png);
	margin-bottom: 1px;
}
#nav_fixer {
	height: 120px;
	background-image: url(images/notdienst.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#navigation  ul {
	margin: 0;
	padding: 0;
}
#navigation  li {
	display: inline;
	float: left;
	border-left: 1px solid;
	border-left-color: #D4A3A3;
	border-right: 1px solid;
	border-right-color: #E4C1C1;
}
#navigation  li  a {
	display: block;
	padding: 7px 21px;
	text-decoration: none;
	color: #910222;
	height: 16px;
	font-size: 0.8em;
}
#navigation  li  a:hover {
	color: #FFF;
	background-image: url(images/nav_hover.png);
}
#header_img {
	height: 203px;
	background-image: url(images/mannschaft_gebueckt_alle_autos.jpg);
}
#mainContent  {
	padding: 10px 15px 0 15px;
	height: 350px;
	overflow-x: hidden;
	overflow-y: auto;
} 
#mainContent h1 {
	font-size: 1.5em;
	color: #666666;
	font-weight: normal;
	margin: 5px 0 15px 0;
}
#mainContent h4 {
	font-size: 1em;
	color: #666666;
	font-weight: normal;
}
#mainContent p {
	line-height: 125%;
	font-size: 0.9em;
	padding: 0px;
	margin: 0 5px 10px 0;
}
#mainContent a {
	color: #CB0233;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}
#sidebar {
	width: 130px;
	float: left;
	height: 355px;
}
.notdienst {
	font-weight: bold;
	color: #CC0237;
}
.smaller {
	font-size: 0.8em;
}
#heizrechner {
	background-image: url(images/heizungsrechner.png);
	padding: 80px 0 6px 2px;
	background-repeat: no-repeat;
	margin: 0 0 2px 0;
}
#heizrechner p {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin: 0;
}
#heizrechner a {
	font-size: 11px;
	text-decoration: none;
	color: #CB0233;
	display: block;
}
#heizrechner a:hover {
	color: #FFFFFF;
	background-color: #CB0235;
}
#heizrechner p {
	padding: 0;
	margin: 0;
}
#foerderrechner {
	padding: 58px 0 6px 2px;
	background-image: url(images/foto_taschenrechner.png);
	background-repeat: no-repeat;
}
#foerderrechner p {
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	margin: 0;
}
#foerderrechner a {
	font-size: 11px;
	display: block;
	text-decoration: none;
	color: #CB0233;
}
#foerderrechner a:hover {
	background-color: #CB0233;
	color: #FFFFFF;
}
#logo {
	height: 50px;
}
#logo a {
	font-size: 11px;
	padding: 30px 0 5px 50px;
	display: block;
	background-image: url(images/innung_logo_sw.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #CB0233;
}
#logo a:hover {
	background-image: url(images/innung_logo.png);
	text-decoration: underline;
}
#footer  {
	padding: 2px 0 5px 5px;
} 
#footer p  {
	font-size: 0.75em;
	color: #666666;
	margin: 0;
}
#footer   strong {
	color: #000000;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #BC556C;
}
#navigation li.start {
	border-left: 0px;
}
#navigation li.end {
	border-right: 0px;
}
.img_right {
	float: right;
}
#home_text {
	margin: 15px 0 0 0;
	padding: 0 0 0 20px;
}
#text_links {
	margin: 0 150px 15px 0;
}
#kontakt-adress {
	float: left;
	width: 185px;
}
#kontakt-form {
	float: right;
	font-size: 0.8em;
}
form #field {
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #999;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: transparent;
}
form #field:hover {
	background-color: #FFFFFF;
	border-bottom: 2px solid #BC556C;
}
form #field:focus {
	background-color: #FFFFFF;
	border-bottom: 2px solid #BC556C;
}
form #field_message {
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #999;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: transparent;
}
form #field_message:hover {
	background-color: #FFFFFF;
	border-bottom: 2px solid #BC556C;
}
form #field_message:focus {
	background-color: #FFFFFF;
	border-bottom: 2px solid #BC556C;
}
#kosten strong {
	font-size: 0.9em;
	color: #333333;
}
.small {
	font-size: 0.7em;
	line-height: 100%;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
