html, body {
 font-family: verdana, sans-serif;	
 font-size: 100.01%;
 background-color: #ffffff;
}

* {
 margin: 0;
 padding: 0;
}


#container {
 position: relative;
 width: 900px;
/* height: 530px;*/
 margin: 0 auto;
 text-align: left;
 }
 
  

#header {
	position: absolute;
	top: 60px;
	width: 900px;
	height: 150px;
	background-image:url(bilder/layout/header-gm-expert.png);
	background-repeat:no-repeat;
 }
 
 
#flaggen {
	position: absolute;
	text-align:left;
	top: 10px;
	left: 20px;
	width: 143px;
 } 
 
#header-schrift {
	position: absolute;
	text-align:right;
	top: 32px;
	left: 233px;
	width: 458px;
 }  


#navi {
	position: absolute;
	top: 234px;
	left: 0px;
	width: 220px;
	padding:20px 10px 10px 10px;
	z-index: 5;
 }  



#content {
	position: absolute;
	top:210px;
	width: 900px;
	overflow:auto;
 }





#content-oben {
	position: relative;
	width: 900px;
	height: 25px;
    background-image:url(bilder/layout/content-oben-gm-expert.png);
	background-repeat:no-repeat;
 }

#content-mitte {
	position: relative;
	width: 900px;
    background-image:url(bilder/layout/content-mitte-gm-expert.png);
    background-repeat:repeat-y;
 }


#content-unten {
	position: relative;
	width: 900px;
	height: 40px;
    background-image:url(bilder/layout/content-unten-gm-expert.png);
	background-repeat:no-repeat;
 }
 
 


#content-inhalt {
	position: relative; left: 242px;
	width: 590px;
	padding:20px 10px 10px 20px;
 }
 
 

#footer {
 position: absolute; left:510px; top:500px;
 width: 360px;
 }


.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: 5px;
}

.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin: 0 5px 10px 0;
}

.fltlft-margin-top { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin: 5px 5px 0 0;
}

.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;
}


/********* Schriften ********/

p {
 font-family: verdana, sans-serif;	
 text-align: left;
 font-size: 15px;
 line-height:150%;
 color: #4c4c4c;
 padding:0 0 6px 0;
 }

h1 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 24px;
 text-align: left;
 font-weight: normal;
 color: #6484c4;
 padding: 1px 0 20px 0;
 }

h2 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 36px;
 font-weight: normal;
 padding: 1px 0 6px 0;
 color: #2f4c89;
 }

h3 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 18px;
 padding: 1px 0 0 0;
 font-weight: normal;
 color: #6484c4;
 }
 
 
 h4 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 18px;
 padding: 1px 0 0 0;
 font-weight: normal;
 color: #6484c4;
 }

.z120 {
	line-height:120%;
}

.tabelle{
 text-align: left;
 font-size: 14px;
 color: #4c4c4c;
 margin: 0 0 0 1px;
 line-height: 150%;
 }
 
li {
 font-size: 14px;
 line-height:150%;
 color: #4c4c4c;
 margin:0 0 0 17px;
}

.gross18 { 
 text-align: left;
 font-size: 18px;
 line-height:150%;
 padding:0 0 6px 0;
 }


.leitsatz { 
 font-family:Georgia, "Times New Roman", Times, serif;
 text-align: left;
 font-size: 20px;
 line-height:150%;
 padding:0 0 6px 0;
 color: #6484c4;
 font-style:italic;
 }

/***** Farben ****************/

.textgrau {
 color: #4c4c4c;
 }

.rot {
 color: #a43232;
 }

.hellblau {
 color: #6484c4;
 }
 
.dunkelblau {
 color: #2f4c89;
 }
 
.orange {
 color: #e9ae0e;
 } 

/************** Navi *********************************/


li.navi {
	list-style-type:none;
	line-height: 200%;
}


li.unternavi {
	list-style-type:none;
	line-height: 200%;
}


a.navi:link, a.navi:visited, a.navi:active {
 font-size: 15px;
 text-decoration: none;
 text-align: left;
 color: #6484c4;
 }
 
 
a.navi:hover {
 font-size: 15px;
 color: #6c6a5e;
 text-decoration: none;
}


.aktuelleseite {
  font-size: 15px;
 color: #6c6a5e;
 text-decoration: none;
 }
 
 
a.unternavi:link, a.unternavi:visited, a.unternavi:active {
 font-size: 14px;
 text-decoration: none;
 text-align: left;
 color: #6484c4;
 }
 
 
a.unternavi:hover {
 font-size: 14px;
 color: #6c6a5e;
 text-decoration: none;
}


.aktuelleseiteUnternavi {
  font-size: 14px;
 color: #6c6a5e;
 text-decoration: none;
 }


/***** Links ****************/


a.text:link, a.text:visited,a.text:active   {
 color: #e9ae0e;
 text-decoration:none;
 font-size: 15px;
 font-weight:bold;
 }

a.text:hover {
 color: #6c6a5e;
 text-decoration:none;
 font-size: 15px;
 font-weight:bold;	
 }






/******** Sonst noch ***************/

.foto {
 font-size:11px;
 margin: 10px 2px 10px 0px;
 float:left;
 }


.quadrat {
  font-size: 14px;
 list-style-type: square;
 padding: 0 0 0 10px;
 color: #4c4c4c;
  line-height:150%;
 margin:0 0 0 17px;  
 }


.zweiteEbene {
	  font-size: 14px;
 list-style-type: circle;
 padding: 0 0 0 5px;
 color: #4c4c4c;
  line-height:150%;
 margin:0 0 0 42px;  
 }


img{
  border:0;
  padding: 0 6px 10px 0;
}

img.fancybox-fotos {
border : 0 none;
margin:0 7px 0 0;
}


/*********************** Kontaktformular *************************************/

.formStyle{
        width:400px;
        border-color:#9A9A9A;
        border-width:1px;
        border-top-width: 8px;
        border-top-color: #3392ba;
        border-top-style:solid;
        border-style:solid;
        padding:5px;
}

.formText{
        font-family:Verdana,Arial,Helvetica,sans-serif;
        font-size:13px;
        border-width:1px;
        border-style:solid;
        border-color:#9A9A9A;
        margin-bottom:2px;
        width:300px;
}

.formTextArea{
        font-family:Verdana,Arial,Helvetica,sans-serif;
        font-size:13px;
        border-width:1px;
        border-style:solid;
        border-color:#9A9A9A;
        margin-bottom:2px;
        width:300px;
}

.formSubmit{
        font-family:Verdana,Arial,Helvetica,sans-serif;
        font-size:13px;
        background-color:#E0E0E0;
        border-width:1px;
        border-style:solid;
        border-color:#9A9A9A;
		color:#505050;
}

.table{
 font-family: verdana;
 text-align: left;
 font-size: 14px;
 color: #505050;
 margin: 0 0 0px;
 line-height: 200%;
 }



/********************* Bilder *************************************/
