@charset "UTF-8";
/* CSS Document */

HTML, BODY {
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: 100%; /* wichtig */
	width: 100%;
	text-align: center;
}

IMG {
	border: 0;
}

BODY {
	background: url('img/bg.jpg') repeat-x #6eaad1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5;
}

TABLE.contenttable {
        font-size: 12px;
}

TABLE.contenttable TD {
        border: 1px solid #efefef;
}

.bodytext STRONG, .bodytext B {
	color: #000;
}

H1 {
        color: #000;
        font-size: 16px;
        font-weight: bold;
}

H2 {
        color: #333;
        font-size: 13px;
        font-weight: normal;
}

H3 {
	font-weight: normal;
	font-size: 14px;
}

A {
        color: #333;
        text-decoration: underline;
}

A:hover {
        color: #000;
        text-decoration: none;
}

.boxcontent UL {
	list-style-type: circle;
	margin-left: 0px;
	padding-left: 20px;
	border-left: 5px solid #bed73b;
	background: #e3e9c8;
	padding-top: 5px;
	padding-bottom: 5px;
    line-height: 1.5;
}

.boxcontent LI {
	margin-top: 2px;
	margin-bottom: 2px;
    line-height: 1.5;
}

#alles {
	margin: 0 auto;
	width: 100%;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	background: url('img/unten.jpg') repeat-x bottom;
}

#kopf {
	margin: 0 auto;
	width: 965px;
	background: url('img/kopf.jpg') repeat-y;
	height: 215px;
}

#bereich {
	margin: 0 auto;
	width: 965px;
	background: url('img/bgbereich.jpg') repeat-y;
	padding-top: 1px;
	text-align: left;
	clear: both;
}

#halter {
	height: 230px;
}

a.tag_cloud {
	text-decoration: none;
	}
	
a.tag_cloud:hover {
	background-color: white;
	}

#wiese {
display: none;
visibility: hidden;
}
#wiese1 {
        position: relative;
	margin: 0 auto;
	height: 230px;
	width: 1000px;
	bottom: 0;
	background: url('img/unten.jpg') no-repeat;
}

/* beginn -teast */

 #slider {  
   
     /* You MUST specify the width and height */  
     width:910px;
     height:350px;
     position:relative;    
     overflow:hidden;  
	border: 1px solid #fefefe;
	margin: 20px;
	margin-bottom: 2px;
 }  
 
 #slidercount {
     width:910px;  
     height:15px;  
     position:relative;    
     overflow:hidden; 
     text-align: right;
     margin-left: 20px;
     margin-right: 20px;
     margin-bottom: 5px;
 }
   
 #mask-gallery {  
       
     overflow:hidden;      
 }  
   
 #gallery {  
       
     /* Clear the list style */  
     list-style:none;
     margin:0;  
     padding:0;
       
     z-index:0;  
       
     /* width = total items multiply with #mask gallery width */  
     width:2730px;
     overflow:hidden;  
 }  
   
 #gallery li {
    /* float left, so that the items are arrangged horizontally */  
    float:left;
    width:910px;
 }  
   
   #outer-excerpt {  
       
     /* Set the position */
     filter:alpha(opacity=60);  
     -moz-opacity:0.6;    
     -khtml-opacity: 0.6;  
     opacity: 0.6; 
     position:absolute;
     top:0;
     right:0;
     bottom: 0;
     z-index:500px;
     background-color:#fff; 
       
     /* width should be lesser than #slider width */  
     width:289px;
 }
   
   
 #mask-excerpt {  
       
     /* Set the position */
     position:absolute;
     top:193px;
     right:0;
     z-index:500px;
       
     /* width should be lesser than #slider width */  
     width:289px;
     overflow:hidden;
 }
       
 #excerpt {         
     /* Clear the list style */  
     list-style:none;  
     margin:0;  
     padding:0;  
       
     /* Set the position */  
     z-index:10;  
     position:absolute;  
     top:0; 
     left:0;
       
     /* Set the style */  
     width:289px;  
     overflow:hidden;  
     font-family:arial;  
     font-size:12px;  
     color:#000;
 }
 
 #excerpt h2 {
 	font-family:arial;  
     font-size:16px; 
     font-weight: bold;
     color:#000;
 }
 
 #excerpt a {
 	font-family:arial;  
     font-size:12px;
     font-weight: bold;
     text-decoration: none;
     color:#000;
 }
  #excerpt a:hover {
     text-decoration: underline;
 }
   
     #excerpt li {
        padding:5px;
        padding-left:10px;
        padding-top: 0px;
     }  
       
  
  #links {
     /* Clear the list style */  
     list-style:none;  
     margin:0;  
     padding:0;
     float: right;
  }
   
  #links li {
  	
	float: left;
	display: inline;
	list-style:none;
	letter-spacing:0px;
 	padding: 0px;
  }
  
  #links li a {
	
        display: block;
	list-style:none;
	letter-spacing:0px;
 	margin: 1px;
 	padding: 0px;
        width: 13px;
        height: 13px;
  	background: url('img/punkt.png');
  	background-repeat: no-repeat;
  	/*text-indent: 9999px;*/
  }
  
  #links li.selected a {
  	background: url('img/punkt1.png');
  	background-repeat: no-repeat;
  }
  
  .level2
  {
  	margin-left: 20px;
  	margin-top: 20px;
  	color: white;
  	font-weight: bold;
  	font-size: 20px;
  	float: left;
  	margin-bottom: 5px;
  }
  
  .backlink
  {
  	margin-top: 35px;
  	margin-right: 35px;
  	float:right;
  	margin-bottom: 5px;
  }
  
  .backlink a
  {
  	text-decoration: none;
  	color: white;
  	font-weight: bold;
  	font-size: 14px;
  }
  
  .backlink a:hover
  {
  	text-decoration: underline;
  }

 .clear {  
     clear:both;   
 }

/* end - teaser */

.boxgross {
	margin: 20px;
	margin-top: 0px;
	margin-right: 0px;
	width: 910px;
	background: #dfe9af;
	border: 1px solid #fefefe;
	border-top: 5px solid #ffffff;
}

.boxklein {
	margin: 20px;
	margin-top: 0px;
	margin-right: 0px;
	width: 289px;
	float: left;
	background: #dfe9af;
	border: 1px solid #fefefe;
	border-top: 5px solid #ffffff;
}

.box1 {
        padding-top: 45px;
        background: url('img/box1-hdl.jpg') #dfe9af;
  	background-repeat: no-repeat;
}


.box2 {
        padding-top: 45px;
        background: url('img/box2-hdl.jpg') #dfe9af;
  	background-repeat: no-repeat;
}


.box3 {
        padding-top: 45px;
        background: url('img/box3-hdl.jpg') #dfe9af;
  	background-repeat: no-repeat;
}

.boxmittel {
	margin: 20px;
	margin-top: 0px;
	margin-right: 0px;
	width: 600px;
	float: left;
	background: #dfe9af;
	border: 1px solid #fefefe;
	border-top: 5px solid #ffffff;
}

.boxcontent {
	margin: 20px;
	margin-right: 0px;
	width: 600px;
	float: left;
	background: #dfe9af;
	border: 1px solid #fefefe;
	border-top: 5px solid #ffffff;
}

.boxside {
	margin: 20px;
	margin-right: 0px;
	width: 289px;
	float: left;
	background: #dfe9af;
	border: 1px solid #fefefe;
	border-top: 5px solid #ffffff;
}

.boxnav {
	margin: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 910px;
	background: #dfe9af;
	border: 1px solid #fefefe;
	border-top: 5px solid #ffffff;
}

.innerbox {
	margin: 10px;
}

.zeile {
	clear: both;
}

.boxnav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.boxnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.boxnav li a {
	color: #555555;
	text-decoration: none;
	font-size: 14px;
}

.boxnav li a:hover {
	text-decoration: underline;
	color: #222222;
}

.boxnav li.mainact a {
	font-weight: 600;
	color: #555555;
}

#nav1 {
        position: relative;
        width: 890px;
        height: 44px;
        background: #006666;
}

#bild {
        position: relative;
        width: 890px;
        height: 135px;
        background: url('img/tukan.jpg') no-repeat;
        margin-top: 5px;
}

#nav2 {
        position: relative;
        width: 890px;
        height: 26px;
        border-top: 1px solid #006666;
        border-bottom: 1px solid #006666;
        margin-top: 5px;
        margin-bottom: 40px;
}

#col2 {
	float: left;
	width: 330px;
        padding-bottom: 30px;
        padding-top: 12px;
}

#col3 {
	float: left;
	width: 550px;
        margin-bottom: 25px;
}

.cls {
        clear: both;
}

#fuss {
	width: 890px;
	height: 60px;
	position:relative;
        text-align: center;
        border-top: 1px solid #006666;
        padding-top: 5px;
	font-size: 11px;
        color: #333333;
}

.sitehdl {
        padding-left: 30px;
        padding-right: 10px;
        color: #006666;
        font-size: 16px;
}

