

* {
  font-size: 100%;
   margin: 0;
   padding: 0;
   font-family: Verdana,Arial,Helvetica,Times;
   font-size:11px;
   font-weight:normal;
   line-height:15px;
   color:#444444;   
   
}

body.general {
  top:0;
  left:0;
  margin:0;
  padding:0;
  background-color:#EDECF5;
  background-image:url(img/bg_site.gif);
  background-repeat:repeat-y;
  background-position: center;
  position:relative;
}

body.cms {
  top:0;
  left:0;
  margin:0;
  padding:0;
  background-color:#ffffff;  
  position:relative;
}

img {
	border:none;
}

#adresse {
	display:block;
	width:800px;
	text-align:center;
	font-size:10px;
	color:#434345;
}

#area {
	background-position:right top ;
	background-repeat:no-repeat;
	background-color:#B9B0CF;
	height:151px;
	width:800px;
}

#bestview {
	text-align:right;
	color:#B4B4B4;
	font-size:10px;
	margin-right:15px;
	margin-top:3px;
}

#content {
  width:512px;
  float:left;
  padding-top:35px;
}



#header {
  width:100%;  
  height:70px;
  z-index:5;
  background-color:#ffffff;
  margin-bottom:19px;
}

#logo {
  width:260px;
  float:left;
  padding-top:8px;
  padding-left:9px;
}

#mainnavi {
  width:200px;
  margin-right:35px;
  float:left;
  padding-top:45px;
}

#pagename {
  color:#444444;
  font-size:22px;
  line-height:28px;
  padding-top:12px;
  width:430px;
  float:left;
}

#sidenavi {
  float:right;
  text-align:right;
  margin-right:4px;
  padding-top:53px;
  width:480px;  
  z-index:6;
}

#site {
  width:800px;
  padding:0;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0px;  
  background-repeat:no-repeat;
  z-index:6;
  position:relative;
}



a,a:link,a:visited,a:active,a:focus  {
	color : #3C9AA5;
	text-decoration : none;                          
}

A:HOVER  {
	text-decoration : underline;
	}
	

a.header,a.header:link,a.header:visited,a.header:active,a.header:focus,a.header:hover{
  text-decoration : none;
  cursor:pointer;                          
}	
	
  
a.bestview,a.bestview:link,a.bestview:visited,a.bestview:active,a.bestview:focus {
  color:#B4B4B4;
  font-size:10px;
  text-decoration: none;
  float:right;
  padding-top:1px;
  padding-right:4px;

}

a.bestview:hover {
  color : #757474;
}

a.print,a.print:link,a.print:visited,a.print:active,a.print:focus {
  color : #3C9AA5;
  text-decoration: none;
  font-size:10px;
}

a.print:hover {
  text-decoration: underline;
}

a.languages,a.languages:link,a.languages:visited,a.languages:active,a.languages:focus {
  color:#999999;
	font-size: 9px;
  text-decoration: none;
}

a.languages:hover {
  color:#444444;
}


a.adresse,a.adresse:link,a.adresse:visited,a.adresse:active,a.adresse:focus {
  font-size:10px;
  text-decoration:none;
  color:#434345;
}

a.adresse:hover {
  color : #3C9AA5;
  text-decoration:none;
}



b {
	font-weight:bold;
}

br {  
  line-height:12px;
  margin:0px;
  padding:0px;      
  height:12px;
}

h1,h2,h3,h4,h5,h6 { font-size: 100%; }

h2 {	
  font-weight: bold;  
  display:block;
  padding:0px;
  margin:0px;  
}

h3 {	
  font-weight: bold;  
  padding:0px;
  margin:0px;  
  display:inline;
}

img.slogan {

}

small {
	font-size:10px;
}


span.adress-separator {
	color:#9D9D9E;
	margin-left:11px;
	margin-right:11px;
}

span.searchcaption {
	font-weight:bold;
	font-size:10px;
	float:left;
}

span.languages {
	color:#959596;
	font-size: 9px;
}




/* ======================================================================= */
/* === NAVIGATION                                                          */
/* ======================================================================= */


/* ================================   Mainnavigation 1   =============================== */

ul.mainnavi1 {
	list-style-type:none;
	width:190px;
	margin-left:10px;
}

a.mainnavi1,a.mainnavi1:link,a.mainnavi1:visited,a.mainnavi1:active,a.mainnavi1:focus {
  background-image:url(img/nav_marker1.gif); 
  background-repeat:no-repeat;
  background-position:0px 10px;
  color : #444444;
  font-size:11px;
  text-decoration: none;
  display:block;
  padding-left:14px;
  padding-right:9px;
  padding-top:5px;
  padding-bottom:5px;
}

a.mainnavi1:hover {
  background-image:url(img/nav_marker1_hi.gif); 
  background-repeat:no-repeat;
  background-position:0px 10px;
}

a.mainnavi1press,a.mainnavi1press:link,a.mainnavi1press:visited,a.mainnavi1press:active,a.mainnavi1press:focus,a.mainnavi1press:hover {
  background-image:url(img/nav_marker1_hi.gif); 
  background-repeat:no-repeat;
  background-position:0px 10px;
  color : #303030;
  font-size:11px;
  text-decoration: none;
  display:block;
  padding-left:14px;
  padding-right:9px;
  padding-top:5px;
  padding-bottom:2px;
}


/* ================================   Mainnavigation 2   =============================== */

ul.mainnavi2 {
	list-style-type:none;
	margin-bottom:15px;
	width:183px;	
}

li.mainnavi2 {
	margin-left:28px;
}

a.mainnavi2,a.mainnavi2:link,a.mainnavi2:visited,a.mainnavi2:active,a.mainnavi2:focus {
  background-image:url(img/nav_marker2.gif); 
  background-repeat:no-repeat;
  background-position:0px 6px;
  color : #303030;
  font-size:11px;
  text-decoration: none;
  display:block;    
  padding-left:10px;
  z-index:1;
}

a.mainnavi2:hover {	  
  background-image:url(img/nav_marker2_hi.gif); 
}

a.mainnavi2press,a.mainnavi2press:link,a.mainnavi2press:visited,a.mainnavi2press:active,a.mainnavi2press:focus,a.mainnavi2press:hover {
  background-image:url(img/nav_marker2_hi.gif); 
  background-repeat:no-repeat;
  background-position:0px 6px;
  color : #303030;
  font-size:11px;
  text-decoration: none;
  display:block;    
  padding-left:10px;
  z-index:1;
  }

/* ==============================    Sidenavigation   ========================================= */

.sidenavi {  
	color : #909193;
	text-decoration: none;
	font-size : 10px;
}

ul.sidenavi {
	float:right;
	list-style-type:none;	
	margin-left:5px;
	text-align:right;
	
}

li.sidenavi {
	height:18px;	
	display:inline;	
}

a.sidenavi,a.sidenavi:VISITED,a.sidenavi:ACTIVE,a.sidenavi:LINK{  
	color : #999999;	
	font-size : 10px;
	text-decoration: none;
}

a.sidenavi:hover,a.sidenavipress,a.sidenavipress:VISITED,a.sidenavipress:ACTIVE,a.sidenavipress:LINK,a.sidenavipress:HOVER {  
	color:#444444;
	font-size : 10px;
	text-decoration: none;
}

/* ============================================================================================ */






/*****************************************************************************
 Address Darstellung
 *****************************************************************************/

div.adr-filterbox-group {
  background-color: #EBEBEB ;
  border: 1px solid #4c4c4c ;
  margin: 6px ;
  padding: 3px ;
}

div.adr-filterbox-group-caption {
  width: 130px ;
  float: left ;
  font-weight: bold ;
}

div.adr-filterbox-group-content {
  width: 400px ;
  float: right ;
}




/* ================================   backfor  =============================== */

a.backfor,a.backfor:active,a.backfor:link,a.backfor:visited{
	color : #3C9AA5;
	text-decoration: none;
  font-weight: bold;
}

a.backfor:hover {
	color : #444444;
	text-decoration: underline;
}

span.backfor-info {
  
}

span.backfor-active {
	border: 1px solid #3C9AA5;
  background-color: #EBEBEB ;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
}

a.backfor {
	padding-left: 2px;
	padding-right: 2px;
}





/* ======================================================================= */
/* === CM                                                                 */
/* ======================================================================= */

.page-title,h1 {
  color : #444444;	
  font-weight: bold;  
  display:block;
  padding:0px;
  margin:0px;
  margin-bottom:14px;
  
  
}


.pub-el-text-title {
	padding:0px;
  margin:0px;
	font-weight: bold; 
  margin-bottom:12px; 
}

.pub-tth-li {
	background-image:url(img/bullet_list.gif) ;
  background-position: left 5px;
	background-repeat:no-repeat;
	list-style:none;
	padding-left:10px;
  margin-bottom:5px;
}

.table-title {
  font-weight : bold;
}

.nav-active {
	font-weight : bold;
  color : #203C89 ;
}

.nav-backtrace {
	color : #8D8D8D;
}

.nav-class-title { 
	color : #ffffff;
	text-decoration: none;
  font-weight: bold;
}

.pub-el-title {
	font-weight : bold;
  color: #030303 ;
}

.pub-el-leadtitle {
	font-weight : bold;
  color: #030303 ;
	padding-bottom : 10px;
}


.lead{
	color: #444444;
	font-size : 10px;
  font-weight: bold;

}

.pub-el-footnote {
	font-size : 10px;
}

.pub-el-text {
	margin : 0px 0px 3px 0px;
}

.pub-browseth {
  font-weight : bold;
  border-bottom:solid 1px #353535;
  margin-bottom:10px;
  line-height:20px;
  color: #030303 ;  
}

.pub-browsegroup {
  padding:0px;
  margin:0px;
  margin-top: 8px ;
  font-weight: bold;
  background-color:#BFC1D2;
  padding:2px;
}

.pub-browsetdodd {
background-color : #E0E1E6;
padding:3px;
}

.pub-browsetdeven {
  background-color : #f9f9f9;
  padding:3px;
}

.browsetdodd {
background-color : #ffffff;
padding:3px;
}

.browsetdeven {
  background-color : #f9f9f9;
  padding:3px;
}

.backfor {
}





/* ======================================================================= */
/* === ELEMENT ZUM SEITENANFANG                                            */
/* ======================================================================= */ 


a.pub-el-gotopagetop,a.pub-el-gotopagetop:link,a.pub-el-gotopagetop:visited,a.pub-el-gotopagetop:active,a.pub-el-gotopagetop:focus {
  color:#4A4A4A;   
  text-decoration:none;
}

a.pub-el-gotopagetop:hover {
  color:#3C9AA5;
  text-decoration:none;  
}

/* ======================================================================= */
/* === ELEMENT FUSSNOTE                                                    */
/* ======================================================================= */ 


p.pub-fussnote {
  border-top:solid 1px #cccccc;
  color:#888888;  
  margin:0;
  padding:0;
  padding-top:3px;
  margin-top:15px;
  line-height:14px;
  font-size:10px; 
}

p.pub-fussnote b {
	color:#888888;  
    line-height:14px;
	font-size:10px;
	font-weight:bold;
}

p.pub-fussnote i {
	color:#888888;  
    line-height:14px;
	font-size:10px;
	font-style:italic;
}
 

/* ====================================================================== */
/* === Linkauflistung                                                     */
/* ====================================================================== */


div.linklist_record {
	clear:both;
	float:left;
	margin-bottom:10px;
	width:470px;
}

div.linklist_image {
	float:left;	
	margin-right:10px;
	width:100px;
}

div.linklist_content {
	float:left;
	width:350px;
}

h2.linklist {
  color : #303030 ;
  clear:both;
  font-size : 11px;
  font-weight : bold;
  margin-bottom:10px;
  padding:2px;
  width:460px;
  
}

h3.linklist {
	padding:0px;
  	margin-bottom:3px;
	font-weight: bold;
	display:block;
}

A.linkcat,A.linkcat:VISITED,A.linkcat:ACTIVE,A.linkcat:LINK  {
  font-family : Verdana,Arial, Helvetica;
	color : #0E53A0;
	font-size : 14px;
	font-weight:bold;
	text-decoration : underline;                
}

A.linkcat:HOVER  {
	color : #F2BF0D;
	text-decoration : underline;
	}	
	

A.linklist_more,A.linklist_more:VISITED,A.linklist_more:ACTIVE,A.linklist_more:LINK  {
 	font-size : 11px;
	text-decoration : underline;                
}

A.linklist_more:HOVER  {
	color : #F2BF0D;
	}		
	
	
A.linklist_link,A.linklist_link:VISITED,A.linklist_link:ACTIVE,A.linklist_link:LINK  {
	font-size : 11px;
	text-decoration : none;  
	display:block;                        
}



A.linklist_link:HOVER  {
	text-decoration : underline;
	}		
	
A.linksshowlink,A.linksshowlink:VISITED,A.linksshowlink:ACTIVE,A.linksshowlink:LINK  {
  font-family : Verdana,Arial, Helvetica;
	color : #000000;
	text-decoration : none;                          
}

A.linksshowlink:HOVER  {
	text-decoration : underline;
	}	   
 
 

/* ======================================================================= */
/* === SITEMAP                                                            */
/* ======================================================================= */

ul.sitemap {
  list-style:none;
}

.smline {
	line-height:0;
  margin:0px;
  padding:0px;
  border:0px;
  visibility:hidden;
}

.sm1 {
  color: #444444;
  background-color:#BFC1D2;
  margin:0px;
  margin-top:10px;
  padding:2px;
}

.sm2 {
  color: #444444;
  padding-top:5px;
  margin-left:3px;  
}

.sm3 {
  color: #444444;
  margin-left:8px;    
}

.sm4 {
  color: #444444;
  margin-left:5px;
}


A.sm1,A.sm1:VISITED,A.sm1:ACTIVE,A.sm1:LINK  {
	color : #444444;
	text-decoration : none;
  font-weight:bold;

}

A.sm1:HOVER  {
	color:#3C9AA5;
	}
  
A.sm2,A.sm2:VISITED,A.sm2:ACTIVE,A.sm2:LINK  {
	color : #444444;
	text-decoration : none;
	background-image:url(img/bullet_list.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding-left:10px;      
}

A.sm2:HOVER  {
	color:#3C9AA5;
	}  
  
  
A.sm3,A.sm3:VISITED,A.sm3:ACTIVE,A.sm3:LINK  {
	color : #444444;
	line-height:13px;
	text-decoration : none;  	
	margin-left:25px;                  
}

A.sm3:HOVER  {
	color:#3C9AA5;
	}  
  
A.sm4,A.sm4:VISITED,A.sm4:ACTIVE,A.sm4:LINK  {
	color : #444444;
	text-decoration : none; 
	margin-left:45px;                      
}

A.sm4:HOVER  {
	color:#3C9AA5;
	}      


/* ======================================================================= */
/* === FORM-FIELDS                                                        */
/* ======================================================================= */

input.dlginput {
  border : 1px solid #444444;
  margin:0px;
  margin-bottom:4px;
  height:18px;
}

input.dlgtext {
  border : 1px solid #444444;
  line-height:20px; 
  margin-bottom:10px;
}

input.dlgsearchinput {
	margin:0;
	padding:0;
	border : 1px solid #4A4A4A;
	font-size :11px;
	background-color: #ECECEC;
	width:100px;
	height:16px;
	margin-right:3px;
	font-weight:normal;
	float:left;
}


input.dlgsearchbutton {
	margin:0;
	padding:0;
  font-size:10px;
  color:#5F5F5F;   
  background-color: #ECECEC ;
  cursor:pointer;
  font-weight:bold;
  width:30px;
  line-height:14px;
  border : 1px solid #4A4A4A;
  height:17px;
  float:left;
}    


.dlgselect { 
    background-color:#ffffff; 
    border:1px solid #DDDDDD;
    margin-bottom:4px;    
    }
    
.dlgselectgender { 
    background-color:#ffffff; 
    border:1px solid #DDDDDD;
    width:100px;
    margin-bottom:4px;       
    }    
    

    
input.dlgbutton {
  color:#ffffff; 
  border : 1px solid #125057;
  background-color: #3C9AA5 ;
  cursor:pointer;
}

input.dlgerror-input {
	border : 1px solid red;
	margin:0px;
  margin-bottom:4px;
  height:18px;
}

.dlgerror-message {
  color: red ;
}


  
/* ======================================================================= */
/* === FORMULAR-GENERATOR                                                 */
/* ======================================================================= */

.formgap {
  visibility:hidden;
  line-height:15px;
}

.dlgcaption {
	font-weight : bold;
  color: #444444 ;  
}

.dlgcontrol {
	padding-top:1px;
}

.dlgtextarea {
	border : 1px solid #5D5D5D;
	
}

img.pub-form-caption-distance {
  height:10px;
}

.pub-form-group {
  font-weight : bold;
  color : #444444;	
  border:0; 
  border-bottom:solid 1px #7D8081; 
}

.pub-form-caption {
  font-weight : bold;
  color : #444444 ;
  padding-right:10px;

}

.pub-form-caption-req {
  font-weight : bold;
  color : #444444 ;
  padding-right:10px;
}

.pub-form-caption-req-error {
  font-weight : bold;
  color : #ff0000 ;
}

.pub-form-text {
  color : #2c2c2c;
}  

input.formcheckbox {
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-right: 5px;
}

input.formradio {
	margin-right:5px;
}

span.form-must-asterisk {
	font-family:verdana,arial;
	font-size:13px;
}


/* ======================================================================= */
/* === FORM 2 MAIL                                                        */
/* ======================================================================= */

div.pair {
	line-height: 20px;
	position: relative; 
	clear:both;
	display:table;

}

label.label-form2mail-must {
  width:120px;
  float:left;

}

label.label-form2mail {
  width:120px;
  float:left;

}

input.dlgtext-form2mail {
  border : 1px solid #444444;
  margin-bottom:5px;
  width:250px;
  padding:2px;
  float:left;

}

input.dlgtext-form2mailerror {
  border : 2px solid #ff0000;
  background-color:#FFEDED;
  margin-bottom:5px;
  width:250px;
   padding:2px;
   float:left;

}

.dlgtextarea-form2mail {
	border : 1px solid #5D5D5D;
	width:320px;
	height:140px;
}

.dlgtextarea-form2mailerror {
	border : 2px solid #ff0000;
  	background-color:#FFEDED;
	width:320px;
	height:140px;
}

hr.line-form2mail {
	 margin-top:5px;
	 margin-bottom:13px;
	 clear:both;
}



  
/* ======================================================================= */
/* === ELEMENT LINIE                                                       */
/* ======================================================================= */


hr.elm-hr {
  display:none;
  visibility:hidden;
  font-size:1px;
  line-height:0px;
  height:1px;
  }

div.elm-hr {
  font-size:1px;
  line-height:0px;
  height:1px;
  border-top:1px solid #808080;
}




/* ====================================================================== */
/* === Bild/Text-Element 3                                            === */
/* ====================================================================== */


.pub-el-text-text {
  margin:0px;
	padding:0px;
}

.pub-tth-h2 {
	padding:0px;
  	margin-bottom:3px;
	font-weight: bold;
}


.pub-el-text-image-l {
	padding-right:10px;
	padding-top:3px;
	padding-bottom:5px;
	float:left;
	}
	
.pub-el-text-image-r {
	padding-left:15px;
	padding-top:3px;
	padding-bottom:5px;
	float:right;
}

.pub-el-text-image-c {
	padding-top:3px;
	padding-bottom:5px;
	text-align:center;
}  

br.txtelm {  
  line-height:1px;
  margin:0px;
  padding:0px;
  font-size:1px;
  height:1px;
}




