@charset "UTF-8";   
/**  
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework  
 * (en) central stylesheet  
 * (de) zentrales Stylesheet  
 *  
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)  
 * @file          my_layout.css  
 * @-yaml-minver  3.1  
 *   
 */  
  
/* import core styles | Basis-Stylesheets einbinden */  
@import url(../yaml/core/base.css);   
  
/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_shinybuttons.css); 
@import url(screen/basemod.css);   
@import url(screen/content.css);   
  
/* import print layout | Druck-Layout einbinden */  
@import url(../yaml/print/print_draft.css);  


 /* styles visionbites */  

#main{
	font-size: 13px;
}

 #f_adresse{
			float:right;
			padding-right:0px;	
			color:#fff;			
}


#vision{
			float:left;
			padding-left:0px;
}

#footeraddr{
	color:#fff;
	padding-left:83px;
}

.footerlinkactive{
			color:#444;
} 
a.footerlink{
			color:#fff;
}

a.footerlink:visited{
			color:#fff;
}

a.footerlink:hover{
			color:#444;
}

a.footerlink:focus{
			color:#fff;
			text-decoration:none;
}
 
 a{
 			color:#2f4952;
			text-decoration:none;
 }
 
 a:visited{
  			color:#2f4952;
			text-decoration:none;
  }
 
  a:hover{
  			color:#2f4952;
			text-decoration:underline;
  }
  

 .subcl{
			
			float:left;
			width:225px;
			padding:0px;
}

.subcr{
			padding: 0px 0px 0px 30px;
			float:left;
			width:530px;
			
}
 .imgleft{
 	padding-bottom:45px;
	padding-top:3px;
 }
 .spezialbild{
 	padding:10px 25px 10px 0;
 }
  .galleriebild{
 	padding:10px 25px 10px 0;
	float:left;
 }
 
 .caption {
 	color:#444;
	margin:-5px 0 0 0;
	display:block;
	font-style:italic;
 }
 .captiongal {
 	color:#444;
	
	display:block;
	font-size:11px;
	width:225px;
 }
 
  .imgcenter{
  	text-align:right;
 	padding-bottom:20px;
	padding-top:0px;
 }
 .blaugross{
 	font-size:16px;
	font-weight:bold;
 }
  .graugross{
 	font-size:16px;
	font-weight:bold;
	color:#444;
 }
 
 h1{
 	font-size:20px;
	font-weight:bold;
	color:#444;
	padding:0 0 30px 0;
 }
   h2{
 	font-size:16px;
	font-weight:bold;
	color:#444;
 }
    h3{
 	font-size:13px;
	font-weight:bold;
	color:#578899;
	
	line-height: 1.5em;
	
 }
 .maincenter{
 	text-align:center;
 }
 .kontakttable{
 		

	margin-bottom:0px;
	width:auto;
 } 
  .oeffnungstable{
 	text-align:left;
	margin-bottom:0px;
	width:auto;
	
 } 

#sprachwahl{
	position:relative;
	top:-236px;
	left:58px;
	
}
#sprachwahl_rutest{
	position:relative;
	top:-236px;
	left:58px;
	
}
#facebook{
	position:relative;
	top:-263px;
	left:58px;
	
}
 
 
 /* FAQ*/
.msg_list {
	margin: 0px;
	padding: 0px;
	width: 800px;
}
.msg_head {
	padding: 5px 20px;
	cursor: pointer;
	position: relative;
	
	margin:1px;
	background-image:url(../images/plus.gif);
	background-position: 0px 5px;
	background-repeat:no-repeat;
	font-size:13px;
	font-weight:bold;
	color:#444;

}
.msg_head:hover{
	text-decoration:underline;
}

.msg_head2 {
padding: 5px 20px;
cursor: pointer;
position: relative;

margin:1px;
background-image:url(../images/minus.gif);
background-position: 0px 5px;
background-repeat:no-repeat;
}

.msg_body {
	padding: 5px 10px 25px;
	line-height:1.5em;
}

.team_list{
	width:550px;
}
.team_fett{
	font-size:13px;
	font-weight:bold;
	color:#444;
}


 /* FAQ Ende*/

.presselink{
	line-height:21px;
	padding-left:10px;
}


/*dropdown navi*/

ul.dropdown {
 font-weight: bold;
}

	/* -- level mark -- */

	ul.dropdown ul {
	 width: 150px;
	 margin-top: 1px;
	}

ul.dropdown *.dir {

 
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;

 background-position: 100% 50%;
 background-repeat: no-repeat;
}


ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {

 z-index: 597;

}

ul.dropdown li {

 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: -42px;;
 z-index: 598;
 width: 100%;
 padding-top:0px;
}

/*
ul.dropdown ul li {
 float: none;
}
*/
ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}


/*dropdown navi Ende*/

.contenttable{
	width:765px;
	margin-left:-10px;
	font-size: 12px;
}
p.bodytext{
	padding:0;
}






  
