@charset "UTF-8";
/**
 * Tammo Depping (Nett-Help)
 */

@media all
{

  /* Randbereiche & Seitenhintergrund */
  
body { 
  background-color:#ffffbe;
  font-family: Verdana,UnDotum; 
}
  
  
img {border:0;}
h1 {background: url(pfeil-oben.png) left center no-repeat;padding-left:15px;font-size: 16px;}
.bodytext {text-align:justify;font-family:Verdana,UnDotum;}
.anpassung {padding-top:50px;}
.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:18px;}
.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:17px;
	  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:17px;
	  border-bottom: 2px solid gray;
	  border-top: 2px solid gray;
	  border-right: 2px solid gray;
	  }



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;
  		 }
  #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; }


 /**
  * Formatierung der Inhaltsbereichs
  *
  * 
  */
  #main {min-height:400px;font-family: Verdana, UnDotum;}
  #col1 { float: left; width: 30%; margin-top: 0; padding:0;}
  #col2 { display:none}
  #col3 { width: auto;  margin: 0 0 0 30%}
  #col1_content { padding: 0 0 0 0;font-family: Verdana,UnDotum;}
  #col3_content { padding: 0 0 0 0;font-family: Verdana,UnDotum;}
  #col4 { width: auto;	}
  #col4_content { padding: 0 0 0 0;font-family: Verdana,UnDotum;  text-align:justify;}
 /**
  *  Gestaltung weiterer Layoutelemente
  *
  * 
  */

  #col1 img{ padding: 0 0 0 15px; background: url(pfeil-weiss.png) left top no-repeat;}


}