

* {
  font-size: 100%;
   margin: 0;
   padding: 0;
   font-family: Verdana,Arial,Helvetica,Times;
   font-size:11px;
   font-weight:normal;
   line-height:15px;
   color:#4A4A4A;   
   
}

body.general {
  top:0;
  left:0;
  margin:0;
  padding:0;
  background-color:#EDEEF0;
  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:0px;
}

* > strong > * {
	font-weight:bold;
}

* > b > * {
	font-weight:bold;
}

* > small > * {
	font-size:11px;
}

* > i > * {
	font-style:italic;
}

* > ol > * {
	list-style-position:outside;
	margin-left:22px;
}

ol.alpha {
	list-style-type:lower-alpha;
}
#address {
	height:264px;
	text-align:right;
	
		line-height:13px;
	
	font-size:10px;
	color:#6F8C92;
	padding:8px;
	background-color:#9FC9D1;	
}

#content {
  width:408px;
  float:left;
}

#content-outer {
  width:800px;  
  height:80px;
  background-image:url(img/bg_content.gif);
  background-repeat:repeat-y;
  top:49px;
  position:relative;
}

#content-inner {

}

#contentright {
	width:209px;
	float:left;
}


#header {  
  background-image:url(img/bg_header.jpg);
  background-repeat:no-repeat;
  border:solid 1px #ffffff;
  border-bottom:0px;
  height:120px;
  z-index:5;
  top:50px;
  position:relative;
  width:798px;  
}

#logo {
	margin-left:42px;
	margin-top:10px;
}

#mainnavi {
  width:182px;
  float:left;
  position:relative;
}


#sidenavi {
  width:70px;  
  height:20px;
  z-index:6;
  float:right; 
  margin-top:5px;  
  }

#siteparent {
	width:100%;
	background-image:url(img/bg_sitetop.jpg);
	background-repeat:repeat-x;
	height:255px;
	z-index:5;
	position:absolute;
	margin-left:auto;
  	margin-right:auto;
}

#site {
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0px; 
  padding:0px;
  position:relative; 
  width:800px;  
  z-index:6;  
}


b {
	font-weight:bold;
}

br {  
  line-height:12px;
  margin:0px;
  padding:0px;    
  font-size:12px;
  height:12px;
}

h1,h2,h3,h4,h5,h6 { font-size: 100%; }

h1 {
	color : #4C4C4C;	
	font-size : 11px;
  font-weight: bold;  
  display:block;
  padding:0px;
  margin:0px;
  margin-bottom:12px;
}

h2 {	
  color : #4C4C4C;	
  font-size : 11px;
  font-weight: bold;  
  display:block;
  padding:0px;
  margin:0px;
}

h3 {	
  color : #4C4C4C;	
  font-size : 11px;
  font-weight: bold;  
  padding:0px;
  margin:0px;  
  display:inline;
}

p.address {
	text-align:right;
	
		line-height:13px;
	
	font-size:10px;
	color:#6F8C92;	
}

a,a:link,a:visited,a:active,a:focus  {
  font-family : Verdana,Arial, Helvetica;
	color : #DC353B;
	font-size : 11px;
	text-decoration : none;                          
}

A:HOVER  {
	text-decoration : underline;
	}
	

a.header,a.header:link,a.header:visited,a.header:active,a.header:focus{
  text-decoration : none;
  cursor:pointer;  
  font-size:10px;
  color:#6F8C92;                        
}	

a.header:hover{
  text-decoration : underline;                    
}	
	
  
a.bestview,a.bestview:link,a.bestview:visited,a.bestview:active,a.bestview:focus {
  color : #9BB2B6;
  text-decoration: none;
  font-size:10px;
  float:right;
  padding-top:1px;
  padding-right:4px;

}

a.bestview:hover {
  color : #6F8C92;
}

a.print,a.print:link,a.print:visited,a.print:active,a.print:focus {
  color : #DC353B;
  text-decoration: none;
  font-size:10px;
}

a.print:hover {
  text-decoration: underline;
}

a.adresse,a.adresse:link,a.adresse:visited,a.adresse:active,a.adresse:focus {
  font-size:11px;
  display:block;
  width:160px;
  padding-left:8px;
  text-decoration:none;
  color:#4A4A4A;
  background-image:url(img/nav_marker2.gif);
  background-repeat:no-repeat;
  background-position:0px 3px;
}

a.adresse:hover {
  color : #DC353B;
  text-decoration:none;
  background-image:url(img/nav_marker2_hi.gif);
  background-repeat:no-repeat;
  background-position:0px 3px;
}

span.adresse {
	font-size:11px;
	display:block;
	width:160px;
	margin-left:6px;
}

span.searchcaption {
	font-weight:bold;
	font-size:10px;
}





/* ======================================================================= */
/* === NAVIGATION                                                          */
/* ======================================================================= */


/* ================================   Mainnavigation 1   =============================== */

ul.mainnavi1 {
	list-style-type:none;
	width:175px;
	border-left:solid 1px #ffffff;   
}



a.mainnavi1,a.mainnavi1:link,a.mainnavi1:visited,a.mainnavi1:active,a.mainnavi1:focus {
  background-color:#99C1C9;
  border-bottom:solid 1px #ffffff;
  color : #ffffff;  
  display:block;
  font-size:10px;
  padding:3px;
  text-decoration: none;  
  width:175px; 
}

a.mainnavi1:hover {
  background-color:#8BADBA;
}

a.mainnavi1press,a.mainnavi1press:link,a.mainnavi1press:visited,a.mainnavi1press:active,a.mainnavi1press:focus,a.mainnavi1press:hover {
  background-color:#8BADBA;  
  color:#404F55;  
  display:block;
  font-size:10px;
  padding:3px;
  text-decoration: none;  
  width:175px; 
}

a.mainnavi1act,a.mainnavi1act:link,a.mainnavi1act:visited,a.mainnavi1act:active,a.mainnavi1act:focus,a.mainnavi1act:hover {

  background-color:#8BADBA;  
  color : #ffffff;  
  display:block;
  font-size:10px;
  padding:3px;
  text-decoration: none;  
  width:175px; 
}


/* ================================   Mainnavigation 2   =============================== */

ul.mainnavi2 {
	list-style-type:none;
	width:181px;
	border-bottom:solid 1px #ffffff;
 
}

a.mainnavi2,a.mainnavi2:link,a.mainnavi2:visited,a.mainnavi2:active,a.mainnavi2:focus {
  background-color:#8BADBA;
  border-top:solid 1px #A9C0CA;
  color : #ffffff;  
  display:block;
  font-size:10px;
  background-image:url(img/nav_marker2.gif);
  background-repeat:no-repeat;
  padding:3px;
  padding-left:13px;
  text-decoration: none;  
  width:165px; 
}

a.mainnavi2:hover {
  background-color:#8BADBA;
}

a.mainnavi2press,a.mainnavi2press:link,a.mainnavi2press:visited,a.mainnavi2press:active,a.mainnavi2press:focus,a.mainnavi2press:hover {
  background-color:#8BADBA;
  border-top:solid 1px #A9C0CA;
  color : #404F55;  
  display:block;
  font-size:10px;
  padding:3px;
  text-decoration: none;  
  background-image:url(img/nav_marker2_hi.gif);
  background-repeat:no-repeat;
  padding:3px;
  padding-left:13px;
  width:165px; 
}






/* ================================   backfor  =============================== */

.pub-listpage-backfor-frame {
  margin-bottom: 12px ;
  width:360px;
  display:block;
  height:25px;
}

a.backfor,a.backfor:active,a.backfor:link,a.backfor:visited{
	color : #DC353B;
	text-decoration: none;
	font-size : 11px;
  font-weight: bold;
  
}

a.backfor:hover {
	color : #333333;
	text-decoration: underline;
}

span.backfor-info {
  
}

span.backfor-active {
	border: 1px solid #DC353B;
  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 : #4C4C4C;	
	font-size : 11px;
  font-weight: bold;  
  display:block;
  padding:0px;
  margin:0px;
  margin-bottom:12px;
  
  
}


.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 top;
	background-repeat:no-repeat;
	list-style:none;
	padding-left:10px;
  margin-bottom:5px;
}

.table-title {
  font-weight : bold;
  letter-spacing: 1px;
}

.nav-active {
	font-weight : bold;
  color : #203C89 ;
  font-size : 11px;
}

.nav-backtrace {
	color : #8D8D8D;
  font-size : 11px;
}

.nav-class-title { 
	color : #ffffff;
	text-decoration: none;
	font-size : 11px;
  font-weight: bold;
}

.pub-el-title {
	font-size : 11px;
	font-weight : bold;
  color: #030303 ;
}

.pub-el-leadtitle {
	font-size : 11px;
	font-weight : bold;
  color: #030303 ;
	padding-bottom : 10px;
}


.lead{
	color: #333333;
	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;
 	font-size : 11px;
  border-bottom:solid 1px #353535;
  margin-bottom:10px;
  line-height:20px;
  color: #030303 ;  
}

.pub-browsegroup {
  font-size:11px;
  padding:0px;
  margin:0px;
  margin-top: 8px ;
  font-weight: bold;
  background-color:#EFEFEF;
  padding:2px;
}

.pub-browsetdodd {
background-color : #ffffff;
padding:3px;
}

.pub-browsetdeven {
  background-color : #f9f9f9;
  padding:3px;
}

.browsetdodd {
background-color : #ffffff;
padding:3px;
}

.browsetdeven {
  background-color : #f9f9f9;
  padding:3px;
}

.backfor {
  font-size:11px;
}



/* ======================================================================= */
/* === 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:#DC353B;
  text-decoration:none;  
}


/* ======================================================================= */
/* === SITEMAP                                                            */
/* ======================================================================= */

ul.sitemap {
  list-style:none;
}

.smline {
	line-height:0;
  margin:0px;
  padding:0px;
  border:0px;
  visibility:hidden;
}

.sm1 {
  font-size : 11px;
  color: #4C4C4C;
  background-color:#efefef;
  margin:0px;
  margin-top:10px;
  padding:2px;
}

.sm2 {
	font-size : 10px;
  color: #4C4C4C;
  padding-top:5px;
  margin-left:3px;  
}

.sm3 {
	font-size : 9px;
  color: #4C4C4C;
  margin-left:8px;    
}

.sm4 {
	font-size : 8px;
  color: #4C4C4C;
  margin-left:5px;
}


A.sm1,A.sm1:VISITED,A.sm1:ACTIVE,A.sm1:LINK  {
	color : #4C4C4C;
	font-size : 11px;
	text-decoration : none;
  font-weight:bold;

}

A.sm1:HOVER  {
	color:#DC353B;
	}
  
A.sm2,A.sm2:VISITED,A.sm2:ACTIVE,A.sm2:LINK  {
	color : #4C4C4C;
	font-size : 10px;
	text-decoration : none;
	font-weight:bold;  
	background-image:url(img/bullet_list.gif);
	background-repeat:no-repeat;
	background-position:2px;
	padding-left:10px;      
}

A.sm2:HOVER  {
	color:#DC353B;
	}  
  
  
A.sm3,A.sm3:VISITED,A.sm3:ACTIVE,A.sm3:LINK  {
	color : #4C4C4C;
	font-size : 9px;
	line-height:13px;
	text-decoration : none;  	
	margin-left:25px;                  
}

A.sm3:HOVER  {
	color:#DC353B;
	}  
  
A.sm4,A.sm4:VISITED,A.sm4:ACTIVE,A.sm4:LINK  {
	color : #4C4C4C;
	font-size : 8px;
	text-decoration : none; 
	margin-left:45px;                      
}

A.sm4:HOVER  {
	color:#DC353B;
	}      


/* ======================================================================= */
/* === FORM-FIELDS                                                        */
/* ======================================================================= */

input.dlginput {
  border : 1px solid #000000;
	font-size : 11px; 
  margin:0px;
  margin-bottom:4px;
}

input.dlgtext {
  border : 1px solid #000000;
	font-size : 11px;
  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;
}


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;
}    


.dlgselect { 
    background-color:#ffffff; 
    border:1px solid #DDDDDD;
    font-size : 11px; 
    margin-bottom:4px;    
    }
    
.dlgselectgender { 
    background-color:#ffffff; 
    border:1px solid #DDDDDD;
    font-size : 11px;
    width:100px;
    margin-bottom:4px;       
    }    
    

    
input.dlgbutton {
	font-size : 11px;
  color:#ffffff; 
  border : 1px solid #A01D01;
  background-color: #DC353B ;
  cursor:pointer;
}

input.dlgerror-input {
	border : 1px solid red;
}

.dlgerror-message {
	font-size : 11px;
  color: red ;
}



/* ====================================================================== */
/* === ELEMENT SEITENAUFLISTUNG                                           */
/* ====================================================================== */



span.backfor-active {
	border: 1px solid #666666;
  background-color: #E5E5E5 ;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
	width:360px;
}


div.pub-listpage-frame {
  padding-bottom: 6px ;
  clear: both ;
  width:360px;
}

div.pub-listpage-group {
  padding: 6px ;
  margin-bottom: 6px ;	
  background-color: #E5E5E5 ;
  font-weight: bold ;
  width:348px;

}

div.pub-listpage-contentframe {
  float: left ;
  width: 360px ;
  margin-bottom: 10px ;
}

div.pub-listpage-date {
	font-size : 10px;
  font-weight: bold ;
  float: left ;
  margin: 0px ;
  padding-top: 2px;
  width: 60px ;
}


div.pub-listpage-title {
  /*font-weight: bold ;*/
  margin: 0px ;
  /*padding-left:12px;*/
  /*background-image:url(img/bullet_link.gif);*/
  /*background-repeat:no-repeat;*/
  /*background-position:0px 3px;*/
  width:300px;
}

div.pub-listpage-lead {
  padding-top: 3px ;
  margin: 0px ;
  width: 360px ;
}

div.pub-listpage-linkmore {
  width: 200px ;
  background-image:url(img/element_more.gif);
  background-repeat:no-repeat;
  padding-left:12px;
}

  
/* ======================================================================= */
/* === FORMULAR-GENERATOR                                                 */
/* ======================================================================= */

.formgap {
  visibility:hidden;
  line-height:15px;
}

.dlgcaption {
	font-weight : bold;
  color: #4C4C4C ;  
}

.dlgcontrol {
	padding-top:1px;
}

.dlgtextarea {
	font-size : 11px;
	border : 1px solid #5D5D5D;
	
}

img.pub-form-caption-distance {
  height:10px;
}

.pub-form-group {
  font-weight : bold;
  color : #4C4C4C;	
  font-size : 11px;
  border:0; 
  border-bottom:solid 1px #7D8081; 
}

.pub-form-caption {
  font-weight : bold;
  color : #4C4C4C ;
  padding-right:10px;

}

.pub-form-caption-req {
  font-weight : bold;
  color : #4C4C4C ;
  padding-right:10px;
}

.pub-form-caption-req-error {
  font-weight : bold;
  color : #ff0000 ;
}

.pub-form-text {
  font-size : 11px;
  color : #2c2c2c;
}  

input.formcheckbox {
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-right: 5px;
}

input.formradio {
	margin-right:5px;
}


/* ======================================================================= */
/* === 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 #000000;
  font-size : 11px;
  margin-bottom:5px;
  width:250px;
  padding:2px;
  float:left;

}

input.dlgtext-form2mailerror {
  border : 2px solid #ff0000;
  background-color:#FFEDED;
  font-size : 11px;
  margin-bottom:5px;
  width:250px;
   padding:2px;
   float:left;

}

.dlgtextarea-form2mail {
	font-size : 11px;
	border : 1px solid #5D5D5D;
	width:320px;
	height:140px;
}

.dlgtextarea-form2mailerror {
	font-size : 11px;
	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 {
	font-size:11px;
	padding:0px;
  margin:0px;
	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;
}




