/** 
 * #########################################
 * #######   	  Nett-Help	     #######
 * ### Jacob Tiedemann und Tammo Depping ###
 * ##########	   		  ##########
 * #########################################
 */ 
 
 /**
  * ######################
  * #Allgemein (Tabelle) #
  * ######################
  */




html,body	{
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}

.tabelle {
	background: #fdb101 url(../bilder/content-bg.png) bottom repeat-x;
	valign:top;
	width:800px;
	border:1px solid #aaa;
	font-family:verdana;
	margin: 0 auto;
	
	}

DIV 	{
	vertical-align:top;
	}

  #main {  }
  
.oeffnungszeiten {
	font-size:12px;
	padding-top:30px;
	margin-left:17px;
	}
.oeffnungszeiten h4{
	padding-top:0;
	padding-bottom:5px;
	margin:0;
	}
	


 /**
  * ######################
  * #	  Der Header	 #
  * ######################
  */

.header {
	background: url(../bilder/header.png) no-repeat;
	height:180px;
	width:100%;
	border-bottom: 1px dotted #000;
	}

 /**
  * ######################
  * #	Das linke Menü	 #
  * ######################
  */


.menu_ro {color:#ff0000;}

.menu_act {
           color:#ff0000;
	   padding-left:22px;
	   background: url(../bilder/button_up.gif) left top no-repeat;
	   padding-top:7px;
	   }

.menu-links { 
	    margin-top:30px;
	    padding-left: 1px;
	    vertical-align:top;
	    align:left;
	    width:150px;
	    float: left;
	    }

.menu-links-item { 
	    margin-top:30px;
	    background: url(../bilder/button_up.gif) left top no-repeat;
	    padding-left:22px;
	    padding-top:7px;
	    
	    }

.menu-links-item:hover { 
	    background: url(../bilder/button_dwn.gif) left top no-repeat;
	    }







 /**
  * ######################
  * # Der Inhaltsbereich #
  * ######################
  */


.content { 
	  width: 610px;
	  margin-left: 160px;
	  font-size:12px; 
	  padding: 0 10px 0 10px; 
	  margin-top:20px; 
	  text-align:left; 
	  border-left: 1px dotted #000;
	  overflow:hidden;
	  }

.bodytext {font-family:verdana;}


 /**
  * ######################
  * # Die rechte Spalte  # 
  * ######################
  */

.spalte-rechts {
		display:none;
		}

	
 /**
  * ######################
  * # clear	bug	 # 
  * ######################
  */

	
.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

#ie-float-bug {
	width: 100%; /* wichtig IE-FLOAT-BUG */
}