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



/*layout*/


	/*.verwendet: twoColFixLt */
    body  {
    	font: 11px Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
    	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: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #000000;
    }
	
	
#hg-home{
    	background:url(/img/layout/hg-home.jpg) no-repeat top center;
		}
#hg-bau{
    	background:url(/img/layout/hg-bau.jpg) no-repeat top center;
		}
#hg-immobilien{
    	background:url(/img/layout/hg-immobilien.jpg) no-repeat top center;
		}
#hg-ueber-uns{
    	background:url(/img/layout/hg-ueber-uns.jpg) no-repeat top center;
		}						
	
    #container { 
    	width: 780px;  /* 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: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
		padding:0;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }
    #left {
    	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	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: 105px 0 0 32px;
		margin:0;
    }
    #mainContent { 
    	margin: 0 0 0 240px; /* Durch den linken Rand dieses div-Elements entsteht die Spalte am linken Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet. */
    	padding: 0 20px 0 0; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    } 
    .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;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	
	
/*layout*/	
	

#logo{
margin:0 0 0 140px}


#sqs{
margin:100px 0 0 0;
border:0;
}


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


h1{
display:none;}

#refer{
border-collapse:collapse;
border:1px solid #000099;}

#refer td{
border:1px solid #000099;}


.contentheading, h2{
height:20px;
letter-spacing:1px;
font-size:14px;
margin:0 0 0 0;
padding:0;
font-weight:600;}



#container #mainContent .blog .leading .contentheading {
padding:0;
}







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


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




#adresseprint, #logoprint{
display:none;
}	

#adressse{
border:0px solid #996600; margin:0 0 0 230px; padding:4px 5px 5px 5px; color:#000; height:104px;
font-size:10px;
}	

#kontakt{
margin:5px 0 0 0;
}



.moduletablerechts{
width:236px;
}

	
	
td{
vertical-align:top;}












.blog a img, #page a img {
	border:  1px solid #B3001D;
}

.blog a:hover img, #page a:hover img {
	border:  1px solid #00387F;
}




/* 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;}






.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:#B3001D;
}

a:hover,a:active,a:focus
{
color:#00387F;
text-decoration:none;
}




#adressse a:link
{
color:#000;
}

#adressse 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;
}*/

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



#footer form .inputbox
{
	background:#E8EFF4;
	border:solid 0px #93246F;
	font-weight:bold;
	padding:4px 0 0 2px;
	margin:0 !important;
	width:120px;
	height:18px;
}



#footer label
{
display:none;
}


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


.twoColFixLtHdr #container #footer .moduletable .search {
float:left;
padding:0 20px 0 0;
}









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


.moduletable_menu{
float:right;
}

.menu{
width:200px;
padding:0 0 0 10px;
}

/*#left form {
background:#EFDEEA;
color:#000;
font-size:0.9em;
margin:5px 0 20px 10px;
padding:20px 0px;
}

#left h3,#right h3 {
color:#000;
font-size:12.5px;
margin:0 0 0 5px;
padding:7px 5px 7px 10px;
border:solid 0;
}*/

#left ul {
list-style-type:none;
margin:0;
}


#left ul li {
margin:0;
padding:0 0 0 5px;
}

#left ul li a {
display:block;
padding:3px 4px 3px 0px;
text-decoration:none;
font-size:11px;
}

#left ul li a:link,#left ul li a:visited {
/*background:#F2E3ED;*/
color:#00387F;
font-weight:bold;
}

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



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



/*abstand 1st to 2nd*/

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

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

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

#left ul li ul li a:hover,#left ul li ul li a:active,#left ul li ul li a:focus {
margin:0;
padding:0;
color:#fff;
}

#left ul li ul li ul {
padding:10px 0 10px 5px;

}





/*aktiv 1st*/
#left ul li.active a:link,#left ul li.active a:visited {
color:#B3001D;
}



/*2nd*/
#left ul li.active ul li a:link,#left ul li.active ul li a:visited {
color:#00387F;
padding:0 0 0 95px;
margin:0;
}




#left ul li.active ul li ul li a:link,#left ul li.active ul li ul li a:visited {
/*background:#fff;*/
color:#fff;
margin:0 0 0 10px;
}


/*aktiv 2nd*/
#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:#B3001D;
}

#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:#B3001D;
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;*/
color:#B3001D;
margin:0 0 0 15px;
padding:3px 0 3px 15px;
}

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



.twoColFixLtHdr #container #left .moduletable_menu .menu .parent active item61 span {
	border: 50px solid #999966;
}



#left div .moduletable_menu ul.menu li.parent active item61 a{
border: 50px solid #999966;
}


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





fieldset{
border:0px #000000 solid;}

