@charset "UTF-8";
/* CSS Document */



/*layout*/



    body  {
    	font: 14px Verdana, Arial, Helvetica, sans-serif;
    	background:url(/img/layout/hg.jpg) repeat-y;
    	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    	padding: 0;
    	text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #000000;
    }
    .thrColAbs #container { 
    	position: relative; /* Durch Hinzufügen von position: relative können Sie die beiden Randleisten im Verhältnis zu diesem Container positionieren. */
    	width: 890px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
    	margin: -1px 0 0 0; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border-top: 1px solid #000000;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
		/*background:url(/img/layout/rell-energie-fuer-sie-logo.jpg) no-repeat top right;	*/		
    } 
    
    /* Tipps für absolut positionierte Randleisten:
    1. Für absolut positionierte (AP) Elemente müssen Sie einen oberen (top) und einen seitlichen (right oder left) Positionswert angeben. Wenn der Wert für top fehlt, beginnt das AP-Element standardmäßig direkt nach dem letzten Element in der Quellenabfolge der Seite. Wenn also die Randleisten in der Quellenabfolge des Dokuments die ersten Elemente im #container sind, erscheinen sie ganz oben im #container, auch wenn für sie kein top-Wert angegeben wurde. Falls sie aber später in der Quellenabfolge an eine andere Stelle verschoben werden sollten, benötigen sie einen top-Wert, damit sie an der gewünschten Position stehen.
    2. Absolut positionierte (AP) Elemente werden aus dem Dokumentfluss herausgenommen. Dies bedeutet, dass den benachbarten Elementen ihre Existenz unbekannt ist und dass sie nicht berücksichtigt werden, wenn diese Elemente den ihnen zugedachten Platz auf der Seite einnehmen. Ein AP-div sollte daher nur als Randspalte eingesetzt werden, wenn Sie sicher sind, dass das mittlere #mainContent-div immer die größte Inhaltsmenge hat. Sollte eine der Randleisten eine größere Inhaltsmenge aufweisen, würde diese Randleiste uneingeschränkt über das Ende des übergeordneten div hinauslaufen.
    3. Sofern die oben genannten Bedingungen erfüllt sind, können Sie mit absolut positionierten Randleisten die Quellenabfolge in Dokumenten auf einfache Weise steuern.
    */
    .thrColAbs #left {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 200px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
    	padding: 0; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
    }
    .thrColAbs #right {
    	position: absolute;
    	top: 240px;
    	right: 0;
    	width: 272px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
    	padding: 0; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
		color:#FFFFFF;
		font-size:12px;
    }
    .thrColAbs #mainContent {
		
    	margin: 201px 272px 0 200px; /* Der rechte und der linke Rand dieses div-Elements erstellen die beiden äußeren Spalten an den Seitenrändern. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge der Randleisten-divs immer gleich. */
    	padding: 0; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
		background:url(../../../../img/layout/hg-logo.jpg) top right no-repeat;
    }
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
	
	
/*layout*/	
	





hr {
border-top:solid 2px #fff;
border-bottom:solid 0px #fff;
border-right:solid 0px transparent;
border-left:solid 0px transparent;
background-color: transparent;
height: 2px;
 } 


h1{
display:none;}



h2{
font-style:italic;
height:20px;
letter-spacing:1px;
font-size:17px;
margin:0 0 0 0;
padding-bottom:5px;}




h3{
font-size:16px;
margin:0;
padding:4px 0 0 0;}


#page, .blog{
padding:0;
color:#000;
margin:0 20px 0 0}


#logo{
position:absolute;left:375px;
}


#adresseprint, #logoprint{
display:none;
}	



#adress{
position: relative; width:272px; margin:0 0 0 22px; padding:0;
}	

#adressbottom{
position: absolute; bottom: 0;
}


#adresstxt{
position: relative; width:150px; float:left;  margin:0; padding:0;
}	

#adressbottomtxt{
position: absolute; bottom: 0;
}


.moduletablerechts{
width:246px;
}


.moduletablerechts img{
text-align:right;
float:right;
}

	
	
td{
vertical-align:top;}



a img {
	border:  1px solid #000;
	text-decoration:none;
}

a:hover img {
	border-color: #BBC0C2;
}





/* forms */

#ckformcontainer  {
	/*background-color: #000000;*/
	width:400px;
}

#ckformcontainer form  {
	width:400px;
}



.thrColAbs #mainContent #ckformcontainer p{
	width:400px;
/*	display:none;*/
}

.ckinputbox {
	width:250px;
}


.thrColAbs #mainContent #ckformcontainer span .ck_mandatory  {
	background-color: #CC0099;
}



#Anredelbl {
width:130px;
display:block;}



.ck_mandatory{
display:none;}


.contentheading{
font-style:italic;
height:20px;
letter-spacing:1px;
font-size:17px;
margin:0 0 0 0;
padding-bottom:5px;
font-weight:600;}





.contentpaneopen{
width:400px;
/*border:5px solid #000000*/}


.thrColAbs #mainContent #ckformcontainer #ckform #ckform {
	/*background-color: #666666*/;
	width:400px;
}


/* forms */






/* editor */


#tinymce{
text-align:left;}

.contentpaneopen_edit{
	float: left;
}

.contentpaneopen_edit img
{	border:0
}

form.editor legend {
font-size:1.2em;
font-weight:bold;
padding:2px;
}

form.editor fieldset {
border:solid 1px #ccc;
padding:20px;
margin:10px 0;
}

form.editor .publishing label {
float:left;
width:14em;
font-weight:bold;
}

form.editor .publishing div {
margin:5px 0;
}

form.editor .publishing .radio label {
float:none;
width:14em;
}

form.editor .publishing .radio label span {
float:left;
width:14em;
}

form.editor fieldset.metadata label {
float:none !important;
display:block;
font-weight:bold;

}

.save {
text-align:right;
padding:10px 0;
}
/* editor */










a:link,a:visited
{
color:#000;
}

a:hover,a:active,a:focus
{
text-decoration:none;
}





#right a:link
{
color:#fff;
}

#right a:hover,a:active,a:focus
{
text-decoration:none;
}












/*suche*/


.moduletablesearch{
margin:36px 0 0 0;
}

.thrColHybHdr #container #left #leftunten .moduletablesearch .searchsearch #mod_search_searchword {
	background-color: #f6f6f6;
	border:0;
	height:20px;
	width:160px;
}


#left form
{
	background:#f6f6f6;
	border:solid 0 #f6f6f6;
	float:right;
	/*height:35px;
	width:180px;*/
	text-align:left;
	padding:0px;
	margin:0;
}


/** html #left form
{
	height:20px;
}*/

#left form fieldset
{
	border:0 solid #000;
	display:inline;
	float:left;
	padding:19px;
	text-align:left;
	width:235px;
	
}



#left form .inputbox
{
	background:#f6f6f6;
	border:solid 0px #93246F;
	font-weight:bold;
	padding:0 0 0 2px;
	margin:15px 10px 0 0 !important;
	width:235px;
}



#left label
{
display:none;
}


/*#left form .inputbox:focus
{
	border:solid 2px #000;
}*/






/* ################ left ######################## */


#left ul {
list-style-type:none;
margin:20px 0 20px 0;
padding:0;
font-size:12px;
font-weight:600;
}


#left ul li {
margin:0 0 2px;
width:160px;

border-bottom:solid 1px #BBC0C2;
}


/*#left ul li .item4 {
border:solid 1px #fff;

}*/





#left ul li a {
display:block;
padding:3px 4px 6px 0px;
text-decoration:none;
margin-left:10px;
height:20px;
}

#left ul li a:link,#left ul li a:visited {
padding:0 0 0 5px;
color:#004182;
font-style:italic;
}

#left ul li a:hover,#left ul li a:active,#left ul li a:focus {
/*background:#333 !important;*/
color:#C0002C !important;
}





/* ################## Main Menue ################## */

#left ul li ul {
/*background:#fff;*/
margin:0;
}

#left ul li ul li {
border:solid 0px #fff;
}

#left ul li ul li {
margin:0;
}

#left ul li ul li a:hover,#left ul li ul li a:active,#left ul li ul li a:focus {
/*background:#93246F;*/
color:#000;
}

#left ul li ul li ul {
border:solid 0 #E0C1E0;
padding:10px 0 10px 5px;
}

#left ul li.active a:link,#left ul li.active a:visited {
color:#C0002C;
padding:0 0 0 5px;
border:solid 0 #E0C1E0;
}

#left ul li.active ul li a:link,#left ul li.active ul li a:visited {
/*background:#fff;*/
border-bottom:solid 0px #E0C1E0;
border-left:solid 0 #DD75BB;
color:#004182;
font-weight:normal;
padding:6px 4px 3px 10px;
}

#left ul li.active ul li ul li a:link,#left ul li.active ul li ul li a:visited {
/*background:#fff;*/
border-bottom:solid 0px #E0C1E0;
color:#fff;
font-weight:normal;
margin:0 0 0 10px;
}

#left ul li.active ul li.active a:link,#left ul li.active ul li.active a:visited {
/*background:#fff;*/
border-left:solid 0 #DD75BB;
color:#C0002C;
font-weight:normal;
}

#left ul li.active ul li.active ul li a:link,#left ul li.active ul li.active ul li a:visited {
/*background:url(../images/arrow.gif) #fff no-repeat top left;*/
color:#fff;
font-weight:normal;
margin:0 0 0 15px;
padding:3px 0 3px 15px;
}

#left ul li.active ul li.active ul li.active span.active_link {
/*background:url(../images/arrow.gif) #fff no-repeat top left;*/
border-bottom:solid 0px #E0C1E0;
color:#fff;
font-weight:normal;
margin:0 0 0 15px;
padding:3px 0 3px 15px;
}

#left form a:hover,#left form a:active,#left form a:focus {
color:#fff;
}

/* ################## Main Menue ################## */



