
/* ===== CSS www.suec.de ===== */


html {
	width: 100%;
	height: 100%;
	font-size: 0.9em;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	line-height: 1.2em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: black;
	background-color: #FFFFFF;
}
*, p
{
	font-size: 1.0em;
	line-height: 1.2em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: black;	
}

/* ++++++++++ TEXTFORMATIERUNGEN ++++++++++ */
/* Hier werden nur die globalen Einstellungen festgelegt
   Farbdefinitionen erfolgen über die Kategorie-css */
   
/* ===== Headlines ===== */
h1
{
	font-size: 1.0em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 1.2em;
	font-weight: bold;
	margin-top:15px;
}
h2{
	font-size: 1.0em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 1.2em;
	font-weight: bold;
}
h3 {
	font-size: 0.8em;
	line-height: 1.0em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	margin-top:15px;
}

/* ===== Text ===== */
sub   { color: black; font-size: 0.7em; line-height: 0.8em; }
sup   { color: black; font-size: 0.7em; line-height: 0.8em; }


/* ===== Tabellen ===== */
table { 
	/*table-layout: fixed;*/
	border-width: 1px;
	border-style: solid;
	border-color: #D3D3D3;
	border-collapse: collapse;
	caption-side: top;
	margin: 0em;
	padding: 0em;
	font-size: 0.9em;
	line-height: 1.2em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: black;	
	background-color: #FFFFFF;
	overflow: visible;
	table-layout: auto;
}
td {
	border-width: 1px;
	border-style: solid;
	border-color: #D3D3D3;
	border-collapse: collapse;
	vertical-align: top;
}

.allgemein { 
	background-color: #939392;
	color: #FFFFFF;
	font-size: 1.0em;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #D3D3D3;
	border-collapse: collapse;	
}

.strom { 
	background-color: #AD110F;
	color: #FFFFFF;
	font-size: 1.0em;
	line-height: 1.2em;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #D3D3D3;
	border-collapse: collapse;	
}
.gas { 
	background-color: #D1BD00;
	color: #FFFFFF;
	font-size: 1.0em;
	line-height: 1.2em;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #D3D3D3;
	border-collapse: collapse;	
}
.wasser { 
	background-color: #163C89;
	color: #FFFFFF;
	font-size: 1.0em;
	line-height: 1.2em;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #D3D3D3;
	border-collapse: collapse;	
}
.bus { 
	background-color: #709E00;
	color: #FFFFFF;
	font-size: 1.0em;
	line-height: 1.2em;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #D3D3D3;
	border-collapse: collapse;	
}
.aqua { 
	background-color: #0089B1;
	color: #FFFFFF;
	font-size: 1.0em;
	line-height: 1.2em;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #D3D3D3;
	border-collapse: collapse;	
}
/* ===== Formulare ===== */
textarea { 
	color: black;
	font-size: 0.9em; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #FFFFFF;	
}

/* ===== Misc ===== */
hr {
	width: 100%;
	color: #565656;
	background-color: #FFFFFF;
	height: 1px;
}




#SiteContainer {
	width: 650px;
	padding-bottom: 12px;

}
#Main {
	float:left;
	width: 650px;
	/*min-height:100%;*/
	/*background-color: #ABCDEF;*/
}



/* ++++++++++ SEITENKOPF ++++++++++ */
#ServiceMenue {
	display: none;
	float: left;
	/*width: 114px;*/
	width: 134px;
	height:114px;
	border-right: 1px solid #565656;
	background-color: #FFFFFF;
}
#ServiceMenue ul {
	/*width: 106px;*/
	width: 127px;
	margin: 16px 0px 0px 4px;
	padding: 0px;
}
#ServiceMenue li {
	list-style-type: none;
	text-align: right;
}
#ServiceMenue li a {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.2em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #565656;
	text-decoration: none;
	display:block;
}
#ServiceMenue .eintrag {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.2em;
	color: #565656;
}
#ServiceMenue li a:hover {
	/*background: #D3D3D3;*/
	color: #C8106E;
	
}
#ServiceMenue li a.aktiv {
	list-style-type: square;
	/*background: #D3D3D3;*/
	color: #565656;
	text-decoration: underline;
}

#BannerHead {
	display: none;
	float: left;
	/*width:681px;*/
	width: 661px;
	height: 114px;
	border-right: 1px solid #565656;
}
#Logo { 
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}
/* ++++++++++ HORIZONTALE NAVIGATION ++++++++++ */
#NavigationHor { 
	display: none;
	width: 906px;
	height: 20px;
	/*padding-top: 3px;
	 background-color: #AD110F; wird in Kategorie-css definiert */
	color: #FFFFFF;
	border-top: 1px solid #565656;
	border-bottom: 1px solid #565656;
}
#NavigationLinkliste {
	/*margin-left:56px;*/
	margin-left: 76px;
	margin-top: 3px;
}
#NavigationHor ul {
	margin: 0px;
} 
#NavigationHor li {
	list-style-type: none;
	display: inline;
	margin-left: 0px;	
} 
#NavigationHor li a {
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	/*padding: 2px 19px;*/

	padding-right: 19px;

	padding-left: 19px;
	border-right: 1px solid #FFFFFF;
} 
#NavigationHor li a:hover {
	/*background-color: #D3D3D3;*/

} 
#NavigationHor li a.aktiv {
	background-color: #D3D3D3;
			
}
/* ++++++++++ SPALTE 1 / MENUE ++++++++++ */
#Spalte_1 {
	display:none;
	float:left;
	/*width: 114px;*/
	width: 134px;
	/*min-height: 400px;
	background-color: #ABCDEF;*/
}
#Menue_1_Oben {
	margin: 10px 0px 0px 0px;
	/*width: 110px;*/
	width: 130px;
	height:400px;
}
#Menue_1_Unten {
	/*margin:0px;*/
	margin: 10px 0px 0px 0px;
	/*padding: 0px 5px 5px 0px;*/
	/*width: 110px;*/
	width: 130px;
}
#Spalte_1 ul {
	margin: 0px;
	padding: 0px;
}
#Spalte_1 li {
	list-style-type: none;
	text-align: right;
	border-bottom: 1px solid #FFFFFF;
	padding: 2px;
}

#Spalte_1 li a {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.6em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px;
	display:block;
}
#Spalte_1 li a:hover {
	background: #D3D3D3;
}
#Spalte_1 li a.aktiv {
	background: #D3D3D3;
}



/* ++++++++++ SPALTE 2 / SUB-MENUE ++++++++++ */
#Spalte_2 { 
	display:none;
	float:left;
	/*width: 125px;*/
	width: 155px;
	margin-left: 1px;
	/*background-color: #ABCDAA;
	min-height: 400px;*/
}
#Spalte_2 ul {
	padding: 5px; 
	margin: 10px 0px 0px 0px;
}

#Spalte_2 li {
	list-style-type: none;
	text-align: right;
}

#Spalte_2 li a {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.6em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	color: #565656;
	display:block;
}
#Spalte_2 li a:hover {
	/*background: #D3D3D3;*/
	color: #C8106E;
}
#Spalte_2 li a.aktiv {
	/*background: #D3D3D3;*/
	color: #565656;
	text-decoration: underline;

}
/* ++++++++++ SPALTE 3 / INHALTE ++++++++++ */
#Spalte_3 { 
	float:left;
	margin-left: 10px;
	margin-top:10px;
	width: 650px;
	min-height: 500px;
	border-top: 1px solid #565656;
}
#Spalte_3 a {
	font-size: 1.0em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	color: #565656;
}
#Spalte_3 ul {
	margin: 0px;
	padding-left: 15px;
	top: 10px;
	padding-bottom: 10px;
}

#Spalte_3 li {
	list-style-type: square;
	list-style-position: outside;
	padding-top: 5px;
}
#FooterPage {
	display:none;
	width:100%;
	margin-top:50px;
	text-align:right;
}
.fliesstext {
	width:650px;
	margin-bottom:10px;
}
.BildImText {
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
/* ++++++++++ SPALTE 4 / NEWS ++++++++++ */
#Spalte_4 { 
	display:none;
	float:left;
	margin-left: 20px;
	/*width: 220px;*/
	width: 170px;
	/*min-height: 400px;
	background-color: #99EEAA;*/
}

/* ++++++++++ RECHTS - Grafisches Menü ++++++++++ */
#Rechts {
	display:none;
	float:left;
	width: 90px;
	/*background-color: #369ABC;*/
}

#menurechts 
{ 
	position: absolute;
	top: 0px;
	left : 906px;
	background-image: url(bilder/layout/higr_labels_start.gif);
	width: 86px;
	z-index: 3;
	padding: 0px;
	margin: 0px;
	height: 2638px;
}
#menurechtslist
{
	padding: 0px;
	margin: 0px;	
}
#menurechtslist ul
{
	padding: 0px;
	margin: 0px;
}

#menurechtslist li
{
	list-style-type: none;
	padding: 0px;
	margin-top: -3px;
	float: left;

}

#menurechts li a
{
	/*display: block;*/
	width: 84px;
	padding: 0px;
	margin: 0px;
	float: left;

}


/* ++++++++++ SEITENFUSS ++++++++++ */
#Footer {
	width:650px;
	height: 20px;
	/* background-color: wird in Kategorie-css definiert 
	color:#FFFFFF;
	border-bottom: 1px solid #565656;
	border-right: 1px solid #565656;*/
	border-top: 1px solid #565656;
}
#FooterText {
	float:left;	
	margin:3px 0px 0px 3px;
        font-size: 0.85em;
	/*line-height: 1.2em;*/
	color:#000000;
}
#FooterText abbr {
	color:#000000;
}	
#FooterText sub   
{ 
	color: #000000;
	font-size: 0.6em;
	line-height: 0.8em;
}

#FooterText a {
	color:#000000;
	text-decoration:none;
}

#FooterMenue {
	display:none;
	float:right;
	width:150px;
	text-align:right;
	margin:3px 3px 0px 0px;
        font-size: 0.85em;
	color:#000000;
}
#FooterMenue a {
	color:#FFFFFF;
	text-decoration: none;
}

/* ++++++++++ NEWSLIST Spalte 3 ++++++++++ */
#NewslistLarge {
	margin-bottom:10px;
	width:650px;
}
.zeile1 {
	width:530px;
}
.datum{
	float:left;
	width:100px;
}
.bereich{
	float:right;
	width:170px;
	text-align:right;
}
#NewslistLarge h1 {
	margin:0px;
	padding:0px;
	text-transform: uppercase;
	background-color:#FFFFFF;
	border:0px;
}
#NewslistLarge h1.allgemein{
	color:#969293;
}
#NewslistLarge h1.strom{
	color:#AD110F;
}
#NewslistLarge h1.gas{
	color:#D1BD00;
}
#NewslistLarge h1.wasser{
	color:#163C89;
}
#NewslistLarge h1.fernwaerme{
	color:#CF6B2F;
}
#NewslistLarge h1.bus{
	color:#709E00;
}
#NewslistLarge h1.aquaria{
	color:#0089B1;
}
#NewslistLarge h1.umwelt{
	color:#2EA54F;
}
#NewslistLarge h2{
	margin:0px 0px 3px 0px;
}
#NewslistLarge a{
	color:#565656;
	text-decoration:none;
}
.zeile2 {
	float:left;
	width:530px;
}
#NewslistLarge .vorschautext{
	margin:0px 0px 3px 0px;
}
#NewslistLarge .weiterlink{
	float:right;
	margin:0px 0px 6px 0px;
}
.bild{
	float:right;
	width:100px;
	
}
#ListfussLarge {
	display:none;
	width:405px;
}
.back {
	float:left;
	width:100px;
}
.next {
	float:right;
	width:100px;
	text-align:right;
}

/* ++++++++++ NEWSLIST Spalte 4 ++++++++++ */
#NewslistSmall {
	display:none;
	margin-bottom:10px;
}
#NewslistSmall h1 {
	margin:0px;
	padding:0px;
	text-transform: uppercase;
	background-color:#FFFFFF;
	border:0px;
}
#NewslistSmall h1.allgemein{
	color:#969293;
}
#NewslistSmall h1.strom{
	color:#AD110F;
}
#NewslistSmall h1.gas{
	color:#D1BD00;
}
#NewslistSmall h1.wasser{
	color:#163C89;
}
#NewslistSmall h1.fernwaerme{
	color:#CF6B2F;
}
#NewslistSmall h1.bus{
	color:#709E00;
}
#NewslistSmall h1.aquaria{
	color:#0089B1;
}
#NewslistSmall h1.umwelt{
	color:#2EA54F;
}
#NewslistSmall h2{
	margin:0px 0px 3px 0px;
}
#NewslistSmall a{
	color:#565656;
	text-decoration:none;
}
#NewslistSmall .vorschautext{
	margin:0px 0px 3px 0px;
}
#NewslistSmall .weiterlink{
	float:right;
	margin:0px 0px 6px 0px;
}


.searchForm {
	display:none;
	width:110px;
}



.clear {
	clear:both;
}