body {
	color: black;
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
}

/****************
verlinkungen
****************/
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}
a:link.line, a:visited.line {
	display: block;
}
.lineWhite {
	margin: 0px;
	color: white;
}

a:link.lineWhite, a:visited.lineWhite {
	color: white;
	display: block;
	text-indent: -12px;
	padding-left: 12px;
}
a:hover.lineWhite {
	color: white;
	text-decoration: underline;
}


#header {
	display: block;
	color: black;
	background-color: white;
	background-repeat:  repeat-y;
	margin: 0px;
	padding: 0px;
	width: 767px;
	height: 154px;
	border-bottom: 1px solid #333333;
	overflow: hidden;
	text-align: left;
}
#header table {
	margin-top: 6px;
}
#header p {
	margin: 4px;
}
#header p.pagePath {
	display: block;
	margin-top: 3px;
	margin-left: 14px;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#header a.pagePath {
	color: black;
	font-family:Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#header span.pagePath {
	color: black;
	font-family:Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#header span.master {
	color: #CC0000;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#header a.sitemap {
	color: black;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#header a.sitemap:hover {
	color: #CC0000;
}
#header a.sitemapAct {
	color: #CC0000;
	font-family:Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
#content {
	color: black;
	background-color: white;
	background-image: url('/assets/layout/hg.gif');
	background-repeat:  repeat-y;
	font-family:Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	width: 767px;
	min-height: 300px;
	text-align: left;
	overflow: hidden;
}
#content div.content {
	margin: 0px;
	margin-left: 24px;
	margin-right: 54px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	color: black;
	line-height: 120%;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	color: black;
	line-height: 120%;
}
#content td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	color: black;
	line-height: 120%;
}
#content ul {
	margin-bottom: 0px;
}
#footer {
	display: block;
	color: black;
	font-family:Arial,Helvetica,sans-serif;
	background-color: white;
	margin: 0px;
	padding: 0px;
	width: 767px;
	height: 30px;
	border-top: 1px solid #333333;
	overflow: hidden;
	text-align: left;
}
#footer div.footer{
	padding: 10px;
	padding-top: 6px;
}
#footerStart {
	display: block;
	color: black;
	font-family:Arial,Helvetica,sans-serif;
	background-color: white;
	margin: 0px;
	padding: 0px;
	width: 767px;
	border-top: 1px solid #333333;
	text-align: left;
}
#footerStart div.footer{
	padding-top: 6px;
}
#retter {
	margin-left: 18px;
	width: 215px; 
	border: 1px solid #CC0000; 
	background-color: white;
	overflow: hidden;
}
#retter div {
	width: 195px;
	margin: 10px;
	overflow: hidden;
}
#retter pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	color: black;
	line-height: 120%;
}
#retter b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	color: black;
	line-height: 120%;
}

#retterOverview {
	width: 520px; 
	overflow: hidden;
}
#retterOverview pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	color: black;
	line-height: 120%;
}
#retterOverview b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	color: black;
}

/****************
popups
****************/
.popupFg {}
.popupBg {
background-color: white;
border: 1px solid #CC0000;
}
td.popupText {
	padding: 5px;
}
td.popupCaption {
font-size: 12px;
font-weight: bold;
font-family: Verdana;
text-decoration: none;
padding: 5px;
text-align: left;
}
td.popupClose {
padding-top: 5px;
padding-right: 5px;
text-align: right;
vertical-align: top;
}


/****************
texte
****************/
.copyblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	color: #333333;
	line-height: 120%;
}
.copyrot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	color: #cc0000;
	line-height: 120%;
}
.copyweiss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	color: #ffffff;
	line-height: 120%;
}

/****************
headlines
****************/

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: none;
	color: #6699cc;
	line-height: 120%;
	margin: 0px;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	color: #cc0000;
	line-height: 120%;
	margin: 0px;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #333333;
	line-height: 120%;
	margin: 0px;
}
H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #cc0000;
	line-height: 120%;
	margin: 0px;
}
H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #ffffff;
	line-height: 120%;
	margin: 0px;
}


/****************
elemente
****************/
.tabellenrand {
	border-top: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	border-left: 1px solid #CC0000;
}
.linierechts {
	border-top: 0px solid #ffffff;
	border-right: 1px solid #333333;
	border-bottom: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
}
.linieoben {
	border-top: 1px solid #333333;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
}

/****************
suche-leiste
****************/
#search {
	margin: 0px;
}
#search input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 2px;
	border: none;
	border-bottom: 1px solid black;
	border: 1px solid #CC0000;
	width: 200px;
}
#search input.S {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: white; 
	width: 36px;
}

#searchFull {
	margin: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#searchFull input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 2px;
	border: none;
	border-bottom: 1px solid black;
	width: 500px;
}
#searchFull input.S {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: white; 
	width: 36px;
}


/****************
kasten
****************/
table.kasten1 {
	border: 1px solid #999999;
	margin-bottom: 10px;
}
.kasten1 td {
	padding: 4px;
}


table.kasten2 {
	border: 1px solid #999999;
	margin-bottom: 10px;
}
.kasten2 td {
	padding: 4px;
}
.kasten2 h3 {
	color: #6699cc;
	margin: 0px;
}


table.kasten3 {
	margin-bottom: 30px;
}
.kasten3 td {
	padding: 0px;
}
.kasten3 img {
	margin-right: 18px;
	margin-bottom: 4px;
}
.kasten3 h1 {
	color: #6699cc;
	margin: 0px;
	margin-bottom: 4px;
}



/****************
formulare
****************/
form {
	margin: 0px;
}
.F {
	width: 300px;
}
input.F, input.S, select.F {
	border: 1px solid #CC0000;
	background-color: white;
	color: black;
}
textarea.F {
	border: 1px solid #CC0000;
	height: 100px;
	background-color: white;
	color: black;
}



/************
presse kasten
************/
table.prKasten {
	margin-bottom: 20px;
}
table.prKasten td {
}

span.prKasten {
	color: black;
	font-size: 11px;
	line-height: 120%;
	margin: 0px;
}
h1.prKasten {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
td.prKasten {
	padding-right: 20px;
}
td.prKastenImg {
}
td.prKastenDl {
	text-align: left;
	vertical-align: top;
}

img.prKastenImg {
	margin-right: 10px;
}
p.prKastenImg {
	color: #666666;
	margin: 0px;
	font-size: 9px;
}
span.prKastenCopy {
	font-style: italic;
}
a:link.prKasten, a:visited.prKasten {
	color: #cc0000;
	font-weight: bold;
}
p.prKastenDate {
	margin: 0px;
}

/************
klimabilanz
************/
#klimaBilanz { }
#klimaBilanz h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#klimaBilanz table {
}
#klimaBilanz tr.col0 {
	background-color: #DDDDDD;
}
#klimaBilanz tr.col1 {
	background-color: #CCCCCC;
}
#klimaBilanz p {
	margin: 0px;
}
#klimaBilanz p.header {
	margin-top: 20px;
	padding-bottom: 4px;
	font-size: 12px;
	border-bottom: 1px solid black;
}
#klimaBilanz p.tip {
	padding-top: 4px;
	font-size: 10px;
	border-top: 1px solid black;
}
#klimaBilanz p.help {
	width: 680px;
	margin-bottom: 20px;
	padding-bottom: 4px;
	font-size: 10px;
	border-bottom: 1px solid black;
}
#klimaBilanz p.question {
	font-weight: bold;
}
#klimaBilanz img.overview {
	margin-bottom: 4px;
}
#klimaBilanz td.summaryDesc {
	width: 80px;
	text-align: right;
	padding-right: 10px;
	border-right: 1px solid black;
}
#klimaBilanz td.summaryScore {
	width: 30px;
	text-align: right;
	padding-left: 4px;
	padding-right: 4px;
}
#klimaBilanz div.summaryBest {
	background-color: #6699CC;
	color: black;
	display: block;
}
#klimaBilanz div.summaryAverage {
	background-color: #999999;
	color: black;
	display: block;
}
#klimaBilanz div.summaryYou {
	background-color: #CC0000;
	color: black;
	display: block;
}
#klimaBilanz p.summaryBest {
	color: #6699CC;
	font-weight: bold;
}
#klimaBilanz p.summaryAverage {
	color: #999999;
	font-weight: bold;
}
#klimaBilanz p.summaryYou {
	color: #CC0000;
	font-weight: bold;
}
#klimaBilanz input.F , #klimaBilanz select.F {
	width: 400px;
	border: 1px solid #CC0000;
	background-color: white;
	color: black;
}
#klimaBilanz input.R {
	width: auto;
	border: none;
	background-color: white;
}
#klimaBilanz input.S {
	width: auto;
	border: 1px solid #CC0000;
	background-color: white;
}
#klimaBilanz textarea {
	width: 100%;
	border: 1px solid #CC0000;
	height: 100px;
	background-color: white;
	color: black;
}



#bilanzForm { }
#bilanzForm input {
	width: 100%;
	border: 1px solid #CC0000;
	background-color: white;
	color: black;
}
#bilanzForm input.S {
	width: auto;
}
#bilanzForm textarea {
	width: 100%;
	border: 1px solid #CC0000;
	height: 100px;
	background-color: white;
	color: black;
}
