@charset "utf-8";
/* CSS Document */

/* ==================================
   Kalibrierung
   =============================== */ 
   * { margin:0px; padding:0px;}
   
   
   
/* ==================================
   Layout Styles
   =============================== */ 
   body {
	   background:url(../../images/default/main_bg.jpg) center scroll repeat;
}
   
   
   #wrapper {
	   width:760px;
	   margin:0px auto;
	   color:black;
	   
}

   #header {
	   height:150px;
	   background: url(../../images/default/banner1.png);
	   border:1px solid black;
}

   #content {
	   min-height:600px;
	   border:1px solid black;
	   padding:5px;
}

   #footer {
	   text-align:center;
	   border-top: 1px solid black;
	   margin-top:5px;
}




/* ==================================
   Navigation 
   =============================== */ 
   #navigation {
	   border:1px solid black;
	   background: url(../../images/default/menu_bg.png) bottom left repeat-x;
	   margin-top:10px;
	   margin-bottom:10px;
	   padding:5px 10px;
}

   #navigation ul, li {
       display:inline;
}

   #navigation a {
	   padding:5px 10px;
	   color:#900;
	   text-decoration:none;
}

   #navigation a:hover {
	   background:url(../../images/default/menu_hover1.png)repeat-x;
}





