/* Start of CMSMS style sheet 'pw' */
body {
	padding: 0;
	margin: 0;
	text-align: center;
        background-color:#F2F6F7;
}

#page	{
	text-align: center;
	margin: auto;
	width: 1007px;
	font-family: sans, Verdana, Bitstream, Tahoma;	
}

h1	{
  	font-size: 14px;
 	color: #77B753;
  	margin: 0px 0px 0px 15px;
  	padding: 20px 0px 0px 0px;
        
  }

h2	{
  	font-size: 12px;
 	color: #215A75;
  	margin: 0px 0px 0px 15px;
  	padding: 20px 0px 0px 0px;
	font-weight:bold;
        
  }
  
p	{
	font-size: 11px;
	color: #000000;
	margin: 0px 15px 0px 15px;
	padding: 10px 15px 0px 0px;
	font-weight: normal;
        
}

a {
	color: white;
	text-decoration: none;
}

/*Print**************************************************************************/
pre a{
     padding-left:20px;
     font-size:12px;
     color:#77B753;
     font-weight:bold;
     font-family:sans, Verdana, Bitstream, Tahoma;
     
}
.noprint{
     padding-left:20px;
     font-size:12px;
     color:#77B753;
     font-weight:bold;
     font-family:sans, Verdana, Bitstream, Tahoma;
     
}

/* Header**********************************************************************/  
#head{
	width: 1007px;
	height: 126px;
	background-image:url('images/bgtop.jpg');
	background-repeat:repeat-x;
        margin:0px;
}
#leftheader{
	width: 240px;
	height: 126px;
	float:left;
}
#leftheader img{
	margin-top:5px;
}

#rightheader{
	width:767px;
	height:126px;
	float:right;
}

#oben {
	height:65px;
	text-align:right;	
}

#oben img{
	margin-top:10px;
	margin-right:25px;
}
#unten{
	height:61px;
	border-left: 1px solid #f2f6f7;
}

#mainnav{
	text-align:left;
        font-size:12px;
}

#mainnav ul {
	margin:0;
	padding:7px 0 0 0;
        height:32px;	
}

#mainnav ul li {	
	list-style-type: none;
	display: inline;               
        padding: 0 7px 19px 7px;
}

#mainnav ul li:hover {
	border-top:12px solid #9ECB89;
	background-color:#77b753;
}

#mainnav a:hover {
	border-top:12px solid #9ECB89;
        _border-bottom:19px solid #77b753;
	background-color:#77b753;
}

#mainnav ul li.active{
	border-top:12px solid #9ECB89;
	background-color:#77b753;
        
}

#subnav{
	text-align:left;
}

#subnav ul{
	margin:0;
	padding:0;
        line-height:135%;
}

#subnav ul li{
	list-style-type: none;
	display: inline;
	font-size:10px;
	font-weight:normal;
	margin-right:10px;
	margin-left:10px;
	padding-top:3px;
}

#subnav ul li:hover{
	font-weight:bold;
}

#subnav ul li.active {
	font-weight:bold;
}

/* Content**********************************************************************/

#content {
	width:1007px;
	text-align: left;
        _margin-bottom:-3px;

}

#contentleft{
	float:left;
	width: 240px;
	height:455px;
	overflow:hidden;
	background-color:#d3dfe4;
	text-align:center;
}

#contentleft img{
	border:10px solid #b7cbd3;
}

#contentcenter{
	float:left;
        height:455px;
	width: 610px;
	background-color:#fff;
        text-align:left;
}

#text a{
	color: #0F4961;
	text-decoration: none;
}

#text{
	height:416px;
	overflow:auto;
        padding:0px;
        margin:0px;
}

#text img{
       padding: 5px 5px 5px 5px;
}
#verlauf{}
#verlaufoben{padding:0px;margin:0px;}

#contentright{
	float: left;
	width: 157px;
	height: 455px;	
	overflow:hidden;
	background-color:#D3DFE4;	
}

#contentright h1{
	font-size:11px;
	font-weight:bold;
	color:#396A7D;
	margin: 15px 0px 0px 10px;
	padding: 10px 3px 0px 0px;	
}

#contentright p{
	font-size:11px;
	color:#396A7D;
	margin: 0px 0px 0px 10px;
	padding: 2px 5px 0px 0px;
	font-weight:normal;
}

/* Footer***********************************************************************/

#footer {
	height: 30px;
	width: 1007px;
	text-align: left;
	color:#fff;
	background-color:#004964;
	background-image:url('images/footlogo.jpg');
	background-repeat:no-repeat;
	background-position:30px 8px;

}

#footer ul	{
	list-style-type: none;
	margin:0; 
	padding-left:850px;
}

#footer ul li	{
	display: inline;
	padding: 0 10px 0px 0;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
#footer img{
	float:left;
	margin-left:240px;
}

#footer ul li:active {
	font-weight:bold;
}

.clearall {
	clear:both;
}

input{
      border:none;
      display:block;
      margin-bottom:15px;
}

/*fairnet***********************/
#fairnet{
      font-size:10px;
      color:#B5D3DF;
}

#fairnet a{
      font-size:10px;
      color:#B5D3DF;
      text-decoration:none;
}

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

.form{
         border:none; 
         font-family: sans, Verdana, Bitstream, Tahoma;
         font-size:11px;
}

legend {
	font-size:13px;
        font-weight:bold;
        padding-bottom:15px;
}

select {
        margin-bottom:15px;   
        display:block;
        border:1px solid #215A75;
        background-color:#F2F6F7;
}
textarea {
	overflow:auto;
        border:none;
        display:block;
}
.fbsubmit {
	margin-top:10px;
        background-color:#215A75;
        color:#fff;
}

fieldset{
      border:2px solid #0F4961;  
      margin:10px;
      background-color:#d3dfe4;    
}

.field2{
     border:1px solid #F2F6F7;
     color:#0F4961;
     float:left;
}

/* Fehlermeldung im Formular*********************************************************/

.error_message{
        font-family: sans, Verdana, Bitstream, Tahoma;
        font-size:12px; 
        color:#215A75;   
}
/*Galerie************************************************************************/

.thickbox img{
      padding:0;
      margin:0;
      
}
 
a.thickbox {
      padding-left:25px;
      margin:0;
      border:1px solid #D3DFE4;
      background-color:#D3DFE4;
      padding-top:0;
      padding-bottom:0;
      padding-right:0;
      
}

.picturelist .thumb img{
       border:none;
}

.picturelist .thumb {
       border:1px solid #0F4961;
       width:160px;
       height:80px;
       padding:auto;
       margin:10px;
       background-color:#D3DFE4;
      
}

/*Albumliste**************************/

.albumlist {
        padding:auto; 
        text-align:center;  
        
}

.albumlist .thumb{
     width:130px;
     height:100px;
     background-color:#D3DFE4;
     border:1px solid #0F4961;
     text-align:center;
     padding-bottom:40px;
     margin:10px;
     
}

.albumlist .thumb a{
     background-color:#D3DFE4;
     border:none;
     text-align:center;

}

.albumlist .thumb a img{
     padding:0px;
     margin:0;
     border:none;
}

.albumname{
       font-size:10px;
       font-weight:bold;
       color:#0F4961;
       padding:0;
       margin:10px 0 0 0;
       text-align:center;
}

.submit{
       clear:both;
}
/* End of 'pw' */

