/* Page Formatting */
* {
	margin: 0px;
	padding: 0px;
}

html,body{
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#fcfcfc;
	background-image:url("./images/background.jpg");
	background-repeat:repeat-x;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	color: #555555;
}

img {
	border: 0px;
}

.center {
	text-align: center;
}

strong {
	font-weight: bold;
	color: #FF5600;
}

hr {
	border-bottom: 1px #FF5600;
	height: 1px;
	width: 80%;
	color: #FF5600;
	text-align: left;
}

#page {
	width:900px;
	margin: auto;
	margin-top: 0px;
	text-align: left;
	background: #ffffff;
}

#container {
	width: 900px;
	padding: 10px;
}

#header {
	height:200px;
	background-image:url("./images/header.png");
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#header h1 {
	padding:25px 0 0 30px;
	font-size: 24px;
	color:#FFFFFF;
	font-weight:normal;
}

#header h2 {
	margin:10px 0 0 40px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}

.clearer {
	clear: both;
}

#header-space {
	width: 880px;
	height: 10px;
	background: #FFFFFF;
	color: #FFF;
}

#content-container {
	width: 880px;
}

#content {
	float: right;
	width: 660px;
	text-align: left;
	color: #4F4F4F;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #FF5600;
	letter-spacing: 1px;
}

#content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #FF5600;
	letter-spacing: 1px;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FF5600;
	letter-spacing: 1px;
}

#content a:link {
	border-bottom: 1px dotted #FF5600;
	color: #FF5600;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#content a:visited {
	border-bottom: 1px dotted #FF5600;
	color: #4F4F4F;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#content a:hover {
	border-bottom: 1px dotted #FF5600;
	color: #0000FF;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#content a:active, #content a:focus {
	border-bottom: 1px dotted #0000FF;
	color: #0000FF;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#text {
	width: 630px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: left;
	color: #4F4F4F;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

#text hr {
	border-bottom: 1px #FF5600;
	height: 1px;
	width: 80%;
	color: #FF5600;
	text-align: left;
}

#text a:link {
	border-bottom: 1px dotted #FF5600;
	color: #FF5600;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#text a:visited {
	border-bottom: 1px dotted #4F4F4F;
	color: #4F4F4F;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#text a:hover {
	border-bottom: 1px dotted #0000FF;
	color: #0000FF;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#text a:active, #text a:focus {
	border-bottom: 1px dotted #0000FF;
	color: #0000FF;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#imagemap {
	position: relative;
	font-size: 75%;
	width: 300px;
	height: 405px;
	background-image: url("http://www.erdwaerme-firmen.de/media/imagemap/deutschland-imagemap.png");
	background-repeat: no-repeat;
	background-position: top;
	margin: 1em 0 1em 1em;
}

#imagemap a:link, #imagemap a:visited, #imagemap a:hover, #imagemap a:active, #imagemap a:focus {
	font-weight: normal;
	text-decoration: none;
	border-bottom: 0px;
	color: #4F4F4F;
}

#imagemap a:hover, #imagemap a:active, #imagemap a:focus {
	font-weight: normal;
	text-decoration: none;
	border-bottom: 0px;
	color: #FF5600;
}

.haken {
	line-height: 42px;
	font-size: 40px;
	background-image: url("./img/haken-blau.jpg");
	padding-left: 42px;
	background-repeat: no-repeat;
	background-position: left;
}

.breadcrumbs {
	font-size: 10px;
}

.highlight {
	background: #FFFF00;
	color: #000000;
}

#content ul {
	list-style-image: url("./img/li.jpg");
	padding-left: 20px;
	line-height: 14px;
}

/* Navigation */
#navigation {
	float: left;
	width: 190px;
	background: #FFF5EF;
	padding: 10px;
}

#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navigation ul li {
	padding: 0px;
}

/* Erste Ebene */
#navigation ul li a:link, #navigation ul li a:visited {
	border: 1px solid #FFFFFF;
	display: block;
	width: 180px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	background: #FF5600;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#navigation ul li a:hover {
	border: 1px solid #FFFFFF;
	display: block;
	width: 180px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	background: #FF9F00;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#navigation ul li a:active, #navigation ul li a:focus {
	border: 1px solid #FFFFFF;
	display: block;
	width: 180px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	background: #FFFFFF;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#navigation ul li ul {
	list-style-type: none;
	padding: 0px;
}

navigation ul li ul li {
	padding: 0px;
}

/* Zweite Ebene */
#navigation ul li ul li a:link, #navigation ul li ul li a:visited {
	display: block;
	width: 170px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	background: #FF5600;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#navigation ul li ul li a:hover {
	display: block;
	width: 170px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	background: #FF9F00;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#navigation ul li ul li a:active, #navigation ul li ul li a:focus {
	display: block;
	width: 170px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	background: #FFFFFF;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
}

/* Dritte Ebene */
#navigation ul li ul li ul li a:link, #navigation ul li ul li ul li a:visited {
	display: block;
	width: 160px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	background: #FF5600;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	margin-left: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#navigation ul li ul li ul li a:hover {
	display: block;
	width: 160px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	background: #FF9F00;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	margin-left: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#navigation ul li ul li ul li a:active, #navigation ul li ul li ul li a:focus {
	display: block;
	width: 160px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	background: #FFFFFF;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	margin-left: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
}

/* Fußzeile */
#footer-space {
	clear: both;
	width: 880px;
	height: 10px;
	background: #FFFFFF;
	color: #FFF;
}

#footer {
	width: 880px;;
	height: 24px;
	background: #FFFFFF;
	color: #555555;
	text-align: right;
	font-size: 12px;
	line-height: 24px;
}

#footer a:link, #footer a:visited {
	color: #FF5600;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#footer a:hover {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#footer a:active, #footer a:focus {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

/* News */
.post_title, .post_date {
	border-bottom: 1px solid #DDDDDD;
}

.post_title {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.post_date {
	text-align: right;
	font-weight: bold;
}

.post_short {
	text-align: justify;
	padding-bottom: 5px;
}

/* Kontakt-Formular */
.required {
	color: #FF0000;
}

.required-field {
	background-color: #FFFAB9;
}

.field_title {
	font-size: 12px;
	width: 150px;
	vertical-align: top;
	text-align: left;
}

.textfield {
	font-size: 12px;
	width: 200px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.textarea {
	margin-top: 4px;
	font-size: 12px;
	width: 90%;
	height: 100px;
}

.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	margin-bottom: 4px;
	color: #666666;
}

.select {
	font-size: 12px;
}

.checkbox_label {
	font-size: 11px;
}

.radio_label {
	font-size: 11px;
}

.email {
	font-size: 12px;
	width: 200px;
}

/* Download-Section */
.line, .line_rightalign {
	border-bottom: 1px solid #DDDDDD;
}
.line_rightalign {
	text-align: right;
	white-space: nowrap;
	font-size: 10px;
}
.line_text {
	padding: 0px 0px 0px 0px;
}
.dgheader {
	font-size: 14px;
	color: #002891;
	font-weight: bold;
	padding: 5px 0px 10px 0px;
}

/* Bookmarks */
.BMmain {
	width: 98%;
}

.BMheader {
	background-color: #002891;
	color: #FFFFFF;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.BMlink {
	width: auto;
	text-align: left;
}

.BMlink img {
	border: none;
}

/* Bilder floaten */
.links {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.rechts {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.clearer {
	width: 100%;
	clear: both;
}
