body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-size:11px;
	color:#000000;
}

img {
	border:0px;
}

p {
	margin:0px;
	padding:0px;
}

a {	text-decoration:none;	}


/*---------- GRUNDAUFBAU - FÜR INDEX ----------*/

#background_home {
	width:800px;
	height:auto;
	margin:20px auto; 
}

#titel_home {
	width:630px;
	height:145px;
	background-color:#E1E1E1;
	float:left;
	text-align:left;	
} 

#kontakt_home {
	width:170px;
	height:146px;
	background-color:#989898;
	float:right;
	text-align:left;
	text-decoration:none;
}

#kontakt_home a {text-decoration:none;}

.kontakt_name_home {
	font-weight:bold;
	padding-top:7px;
	font-size:11px;
	color:#CC0033;
}


.kontakt_daten_home {
	font-weight:100;
	font-size:11px;
	color:#E1E1E1;
}

#flaeche_home {
	width:170px;
	height:232px;
	background-color:#A4A4A4;
	float:right;
	text-align:center;
}

#content_home {
	width:630px;
	height:588px; 
	float:left;
	text-align:left;
}


/*---------- GRUNDAUFBAU - FÜR ALLE CONTENTSEITEN ----------*/

#background {
	width:800px;
	height:auto;
	margin:20px auto; 
}

#content {
	width:325px;
	height:auto; 
	float:left;
	text-align:left;
	margin-left:31px;
	margin-top:25px;
	padding-bottom:50px;
}

.ziel {
	width:115px;
	height:28px;
	background-color:#CC0033;
	border:1px solid #000000;
	margin:0 0 5px 30px;
	color:#FFFFFF;
	font-size:18px;
	text-align:center;
	font-weight:500;
	padding-top:2px;
}

/*---------- KONTAKT LINKS - FÜR ALLE CONTENTSEITEN ----------*/

.kontakt_leitsatz {
	margin-left:10px;
	margin-top:15px;
	margin-bottom:5px;
}

.foto {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

.kontakt_name {
	font-weight:bold;
	padding-top:7px;
	font-size:11px;
	color:#CC0033;
}


.kontakt_daten {
	font-weight:100;
	font-size:11px;
	color:#FFFFFF;
}

.kontakt_daten a {
	color:#FFFFFF;
}

#aufmacher_ausdauer hr {
	border:thin solid #FFFFFF;
}

#aufmacher_energie hr {
	border:thin solid #FFFFFF;
}

#aufmacher_balance hr {
	border:thin solid #FFFFFF;
}

#aufmacher_kontakt hr {
	border:thin solid #FFFFFF;
}


/*----------- CONTENT - FÜR ALLE CONTENTSEITEN ----------*/

.headline {
	color:#CC0033;
	font-weight:bold;
	margin-bottom:10px;
}

.text {
	color:#000000;
	font-weight:100;
	margin-bottom:10px;
}

.text_bold {
	font-weight:bold;
}


/*---------- TITEL - FÜR ALLE CONTENTSEITEN ----------*/

.ausrichtung_titel {
	padding-top:10px;
	padding-left:30px;
}

.ausrichtung_titel_home {
	padding-top:5px;
	padding-left:5px;
}



/*---------- SYMBOL - FÜR ALLE CONTENTSEITEN ----------*/

.ausrichtung_symbol {
	padding-top:7px;
}


/*---------- TABELLE - FÜR ALLE CONTENTSEITEN ----------*/

table {
	border:1px solid #000000;
	margin-bottom:10px;
}

td {
	border:1px solid #000000;
	padding:5px;
	font-weight:bold;
}

.table_head {
	background-color:#CC0033;
	color:#FFFFFF;
}

.table_zusammen {
	background-color:#CCCCCC;
}

table ul {
	margin-left:-20px;
	width:130px;
}

table li {
	font-size:10px;
	padding-bottom:6px;
}


/*---------- GRUNDAUFBAU - AUSDAUER ----------*/

#aufmacher_ausdauer {
	width:255px;
	height:753px;
	background-color:#6767A4;
	text-align:left;
	float:left;
}

#titel_ausdauer {
	width:375px;
	height:146px;
	background-color:#676785;
	float:left;
	text-align:left;	
} 

#navi_ausdauer {
	width:170px;
	height:146px;
	background-color:#2A2A61;
	float:right;
	text-align:left;
	font-size:11px;
	color:#FFFFFF;
}

#symbol_ausdauer {
	width:170px;
	height:232px;
	background-color:#6767A4;
	float:right;
	text-align:center;
}

#tabelle_ausdauer {
	width:170px;
	height:auto; 
	background-color:#FFFFFF;
	float:right;
	text-align:left;
}


/*---------- NAVI - AUSDAUER ---------*/

#navi_ausdauer li	{
	width:170px;
	height:15px;
	display:inline;
	list-style: none;
	list-style-type: none;
	float:left;
	margin-top:5px;
	margin-left:-40px;
}

* html #navi li {margin-bottom:-10px; }  /* HACK für IE */
	
#navi_ausdauer a.navi_off	{
	display:block;
	background-image:url(img/ausdauer_navi_off.gif);
	background-repeat:no-repeat;
	text-decoration:none; 
	color:#FFFFFF;
	width:170px;
	height:15px;
}

#navi_ausdauer a:hover.navi_off {
	background-image:url(img/ausdauer_navi_on.gif);
	background-repeat:no-repeat;	
	width:170px;
	height:15px;
	text-decoration:none; 
	color:#CC0033;;
	border-width:0;
} 

#navi_ausdauer a.navi_on	{
	background-image:url(img/ausdauer_navi_on.gif);
	background-repeat:no-repeat;
	display:block;
	background-color:#111146;
	text-decoration:none; 
	color:#CC0033;
	width:170px;
	height:15px;
}

#navi_ausdauer a:hover.navi_on {
	text-decoration:none; 
} 



/*---------- GRUNDAUFBAU - ENERGIE ----------*/

#aufmacher_energie {
	width:255px;
	height:753px;
	background-color:#67C2C2;
	text-align:left;
	float:left;
}

#titel_energie {
	width:375px;
	height:146px;
	background-color:#67A4C2;
	float:left;
	text-align:left;	
} 

#navi_energie {
	width:170px;
	height:146px;
	background-color:#2A9DAA;
	float:right;
	text-align:left;
	font-size:11px;
	color:#FFFFFF;
}

#symbol_energie {
	width:170px;
	height:232px;
	background-color:#67C2C2;
	float:right;
	text-align:center;
}

#tabelle_energie {
	width:170px;
	height:auto; 
	background-color:#FFFFFF;
	float:right;
	text-align:left;
}


/*---------- NAVI - ENERGIE ---------*/

#navi_energie li	{
	width:170px;
	height:15px;
	display:inline;
	list-style: none;
	list-style-type: none;
	float:left;
	margin-top:5px;
	margin-left:-40px;
}

* html #navi li {margin-bottom:-10px; }  /* HACK für IE */
	
#navi_energie a.navi_off	{
	display:block;
	background-image:url(img/energie_navi_off.gif);
	background-repeat:no-repeat;
	text-decoration:none; 
	color:#FFFFFF;
	width:170px;
	height:15px;
}

#navi_energie a:hover.navi_off {
	background-image:url(img/energie_navi_on.gif);
	background-repeat:no-repeat;	
	width:170px;
	height:15px;
	text-decoration:none; 
	color:#CC0033;;
	border-width:0;
} 

#navi_energie a.navi_on	{
	background-image:url(img/energie_navi_on.gif);
	background-repeat:no-repeat;
	display:block;
	background-color:#111146;
	text-decoration:none; 
	color:#CC0033;
	width:170px;
	height:15px;
}

#navi_energie a:hover.navi_on {
	text-decoration:none; 
} 


/*---------- GRUNDAUFBAU - BALANCE ----------*/

#aufmacher_balance {
	width:255px;
	height:753px;
	background-color:#A4C267;
	text-align:left;
	float:left;
}

#titel_balance {
	width:375px;
	height:146px;
	background-color:#67A467;
	float:left;
	text-align:left;	
} 

#navi_balance {
	width:170px;
	height:146px;
	background-color:#659B28;
	float:right;
	text-align:left;
	font-size:11px;
	color:#FFFFFF;
}

#symbol_balance {
	width:170px;
	height:232px;
	background-color:#A4C267;
	float:right;
	text-align:center;
}

#tabelle_balance {
	width:170px;
	height:auto; 
	background-color:#FFFFFF;
	float:right;
	text-align:left;
}


/*---------- NAVI - BALANCE ---------*/

#navi_balance li	{
	width:170px;
	height:15px;
	display:inline;
	list-style: none;
	list-style-type: none;
	float:left;
	margin-top:5px;
	margin-left:-40px;
}

* html #navi li {margin-bottom:-10px; }  /* HACK für IE */
	
#navi_balance a.navi_off	{
	display:block;
	background-image:url(img/balance_navi_off.gif);
	background-repeat:no-repeat;
	text-decoration:none; 
	color:#FFFFFF;
	width:170px;
	height:15px;
}

#navi_balance a:hover.navi_off {
	background-image:url(img/balance_navi_on.gif);
	background-repeat:no-repeat;	
	width:170px;
	height:15px;
	text-decoration:none; 
	color:#CC0033;;
	border-width:0;
} 

#navi_balance a.navi_on	{
	background-image:url(img/balance_navi_on.gif);
	background-repeat:no-repeat;
	display:block;
	background-color:#111146;
	text-decoration:none; 
	color:#CC0033;
	width:170px;
	height:15px;
}

#navi_balance a:hover.navi_on {
	text-decoration:none; 
} 


/*---------- GRUNDAUFBAU - KONTAKT ----------*/

#aufmacher_kontakt {
	width:255px;
	height:753px;
	background-color:#FDBF42;
	text-align:left;
	float:left;
}

#titel_kontakt {
	width:375px;
	height:146px;
	background-color:#FFC267;
	float:left;
	text-align:left;	
} 

#navi_kontakt {
	width:170px;
	height:146px;
	background-color:#FF9900;
	float:right;
	text-align:left;
	font-size:11px;
	color:#FFFFFF;
}

#impressum {
	width:255px;
	height:200px;
	background-color:#FF9900;
	text-align:left;
	margin-top:-1px;
	padding-bottom:20px;
	padding-top:10px;
}

#impressum a {
	color:#FFFFFF;
	text-decoration:underline;
}

.daten_impressum {
	font-weight:100;
	font-size:11px;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:10px;
}

#symbol_kontakt {
	width:170px;
	height:232px;
	background-color:#FDBF42;
	float:right;
	text-align:center;
}

#tabelle_kontakt {
	width:170px;
	height:auto; 
	background-color:#FFFFFF;
	float:right;
	text-align:left;
}

.table_kontakt ul {
	margin-left:0px;
	width:130px;
}


#pressemappe {
	color:#CC0033;
}


/*---------- NAVI - KONTAKT ---------*/

#navi_kontakt li	{
	width:170px;
	height:15px;
	display:inline;
	list-style: none;
	list-style-type: none;
	float:left;
	margin-top:5px;
	margin-left:-40px;
}

* html #navi li {margin-bottom:-10px; }  /* HACK für IE */
	
#navi_kontakt a.navi_off	{
	display:block;
	background-image:url(img/kontakt_navi_off.gif);
	background-repeat:no-repeat;
	text-decoration:none; 
	color:#FFFFFF;
	width:170px;
	height:15px;
}

#navi_kontakt a:hover.navi_off {
	background-image:url(img/kontakt_navi_on.gif);
	background-repeat:no-repeat;	
	width:170px;
	height:15px;
	text-decoration:none; 
	color:#CC0033;;
	border-width:0;
} 

#navi_kontakt a.navi_on	{
	background-image:url(img/kontakt_navi_on.gif);
	background-repeat:no-repeat;
	display:block;
	background-color:#111146;
	text-decoration:none; 
	color:#CC0033;
	width:170px;
	height:15px;
}

#navi_kontakt a:hover.navi_on {
	text-decoration:none; 
} 


/*---------- ZIEL BEIM TITEL - KONTAKT ----------*/

.ziel_kontakt {
	width:180px;
	height:28px;
	background-color:#CC0033;
	border:1px solid #000000;
	margin:0 0 5px 30px;
	color:#FFFFFF;
	font-size:18px;
	text-align:center;
	font-weight:500;
	padding-top:2px;
}


