/* Allgemein ###############################*/
body {
     font: 85% 'Muli', Verdana, Arial, Helvetica, sans-serif;
     margin: 0;
     padding: 0;
     color: #666666;
     background:#eeeeee;
line-height:150%;
}

img {
	border:none;
}

a {
	color:#007cbe;
	text-decoration:none;
}

a.current,
a:hover {
	color:#cc3300 !important;
}


p{
margin:0px;
padding:0px;
margin-bottom:0.5em; 
}


h1 {
	font-weight:normal;
	font-size:170%;
        color:#000000;
line-height:120%;
}
h2 {
	font-weight:normal;
	font-size:170%;
	color:#cc3300;
}
h3 {
	font-weight:bold;
	font-size:150%;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



/* Layout container ###############################*/



/* -- Navigation -- */
#controller{
   position: fixed; 
   width:300px;
   left:0px;
   top:50px;
}

.logo{
  width:220px;
  float:left;
  margin-left:20px;
 margin-top:20px;
}
.logo img{
  width:170px;
  height:auto;
}

.top{
   margin-top:20px;
  width:50px;
  float:left;
  margin-bottom:30px;
}



/* -- topnav -- */
ul.topnav{  
  margin:0 ; 
  padding:0;
}


ul.topnav li {  
	padding:0; 
	margin:0;  
	list-style-type:none;	
        float:left;
}




#controller .navigation{
  margin-left:0px;
  width:100%;
  background:#e0e0d1;
   padding:20px;
  padding-right:0px;
 -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*behavior: url(styles/PIE.htc); */

}
#controller .navigation h2{
  margin-top:0px;
  padding-top:0px;
  color:#666666;
}

/* -- hauptnav -- */
ul.hauptnav {  
   margin:0; 
   margin-right:0px;
   margin-bottom:20px;
   padding:0;
   width:145px;
   float:left;

}

ul.hauptnav li {  
	padding:0; 
	margin:0;  
	list-style-type:none;	
}



/* -- subnav -- */
ul.subnav{  
   margin:0 !important; 
   padding:0;
    width:140px;
   float:left;
}


ul.subnav li {  
	padding:0; 
	margin:0;  
	list-style-type:none;
       float:left; 
}


ul.subnav li a{
  margin:5px;
  display:block;
  float:left;
  width:25px;
  height:25px;
  background:#007cbe;
  color:#ffffff !important;
  text-align:center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*behavior: url(styles/PIE.htc); */

}

ul.subnav li a.current,
ul.subnav li a:hover{
  background:#cc3300;

}


#controller .buttons .toasten{
margin-right:-20px;
margin-top:60px;
margin-left:20px;
margin-bottom:20px;
  display:block;
	background:#007cbe;
color:#ffffff;
text-align:center;
width:100px;
padding:3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
float:right;
cursor:pointer;
}

#controller .buttons .toasten:hover{
background:#cc3300;
color:#ffffff !important;
cursor:pointer;
}

#controller .buttons .impressum{
margin-right:-20px;
margin-top:60px;
margin-left:20px;
margin-bottom:20px;
  display:block;
background:#e0e0d1;
text-align:center;
width:100px;
padding:3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
float:right;
cursor:pointer;
}


#controller .impressum,
#controller .toaster{
float:right; 
margin-top:40px;
}

.spalte_1{
   position: absolute; 
   width:280px;
   left:370px;
   top:70px; 
}

.spalte_2{
  position: fixed;    
   width:auto;
   left:680px;
   top:40px; 
   margin-right:30px;
max-width:500px;

}
.spalte_inhalt{
   position: absolute; 
   width:580px;
   left:370px;
   top:50px; 

}


.einspaltig_spalte_1{
   width:280px;
   float:left;


}

.einspaltig_spalte_2{
   width:280px;
   float:left;
   margin-left:20px;
}
.spalten .einspaltig_spalte_1 a,
.galleria a{
margin-bottom:20px;
display:block;
}


.galleria a {
   border:5px solid #ffffff;
   background:#ffffff;
  display:block;
  width:280px;
}

.galleria a:hover{
   border:5px solid #dddddd;
   background:#dddddd;
  display:block;
}

.spalte_2 {
   margin-top:130px; 
}


.spalte_2 h3{
   padding:0; 
   margin:0; 
    font-size:100%;
    padding-top:20px;
    color:#cc3300; !important;
}

.spalte_2 address{
}

.spalte_2 address a{
  color:#ffffff;
  background:#007cbe;
  padding:5px;
  width:auto;
  font-style:normal;
  font-weight:bold;
  font-size:95%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*behavior: url(styles/PIE.htc); */
}

.spalte_2 address a:hover{
  background:#cc3300;
  color:#ffffff !important;
}


.spalte_2 ul{
   padding:0; 
   margin:0; 
   margin-bottom:20px;
}

.spalte_2 ul li{
	list-style-type:none;
	padding:0; 
        padding-left:25px;
        padding-bottom:5px;
	margin:0;  
        margin-bottom:5px;
        border-bottom:1px solid #cccccc;
        background-image: url(images/pfeil_grau.gif);
	background-repeat: no-repeat;
	background-position:0px 4px;

}
