@charset "UTF-8";
/**
 * Tammo Depping (Nett-Help)
 * 
 * 
 *
 */

@media all
{
 /**
  * Design of the Basic Layout | Gestaltung des YAML Basis-Layouts
  *
  * @section layout-basics
  */

  /* Randbereiche & Seitenhintergrund */
body { 
  background-color:#ffffbe;
  font-family:Verdana,UnDotum; 
  }
  
  
  
.csc-firstHeader {font-size:16px; text-align:center;}
.bodytext {text-align:justify;font-family: Verdana,UnDotum;margin-right:8px;margin-left:8px;}
.anpassung {padding-top:50px;}
.ueberschrift {}
.menu-oben {
	  background: url(../bilder/menu-fitness.jpg) left top no-repeat; 
	  height:130px;
	  border-bottom: 2px solid gray;
	  border-top: 2px solid gray;
	  border-left: 2px solid gray;
	   }
.menu-mitte {
	    background: url(../bilder/menu-wellness.jpg) left top no-repeat;
	    height:130px;
	    border-bottom: 2px solid gray;
	    border-top: 2px solid gray;
	    border-left: 2px solid gray;
	    }
.menu-unten {
	    background: url(../bilder/menu-more.jpg) left top no-repeat;
	    height:130px;
	    border-bottom: 2px solid gray;
	    border-top: 2px solid gray;
	    border-left: 2px solid gray;
	    }

.menu-oben img{margin-left:18px;}
.menu-mitte img{margin-left:0px;}
.menu-unten img{margin-left:18px;}

#dyn_id0 {
	  height:130px; 
	  overflow:auto;
	  background-color:white; 
	  border-bottom: 2px solid gray;
	  border-top: 2px solid gray;
	  border-right: 2px solid gray;

	 }
#dyn_id1 {
	  height:130px; 
	  overflow:auto;
	  background-color:white; 
	  margin-top:19px;
	  border-bottom: 2px solid gray;
	  border-top: 2px solid gray;
	  border-right: 2px solid gray;
	 }
#dyn_id2 {
	  height:130px; 
	  overflow:auto;
	  background-color:white; 
	  margin-top:19px;
	  border-bottom: 2px solid gray;
	  border-top: 2px solid gray;
	  border-right: 2px solid gray;
	  }



img {border:0;}


a:link{
	color:#0000ff;
	text-decoration: none
	}
a:visited{
	color:#0000ff;
	text-decoration: none
	}
a:hover {
	color:#0000ff;
	text-decoration: none
	}
a:active {
	color:#0000ff;
	text-decoration: none
	}


  /* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
  #page_margins { 
  		width: 800px;  
  		min-width: 800px; 
  		max-width: 800px; 
  		
  		font-size: 14px;
  		font-family: Verdana, UnDotum ;
  		line-height: 1.35;
  		 }
  #page {   }
  #header {   }
  #topnav { position:static; background: url(nav-bg.png); min-height:83px; width:800px; }
  #topnav-text {}
  #topnav-text a{ padding: 0 0 0 13px; background: url(pfeil-oben.png) left center no-repeat;margin-left:15px;}
  #nav { }
  #footer { text-align:center;font-family: Verdana,UnDotum; }


 /**
  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  */
  #main {min-height:400px;}
  #col1 { float: left; width: 30%; margin-top: 0px; padding:0;}
  #col2 { display:none}
  #col3 { width: auto;  margin: 0 0 0 30%;padding:0;}
  #col1_content { padding: 0 0 0 0;}
  #col3_content { padding: 0 0 0 0;font-family: Verdana,UnDotum}
  #col4 { width: auto;text-align:justify;}
  #col4_content { padding: 0 0 0 0;font-family: Verdana,UnDotum; text-align:justify;}
 /**
  * Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
  *
  * @section layout-misc
  */

  #col1 .klick img { background: url(pfeil-wes.png) left top no-repeat;}
  #col1 img{ padding: 0 0 0 15px; background: url(pfeil-weiss.png) left top no-repeat;}


}