  *
  {
  	margin: 0;
  	padding: 0;
  }

  body
  {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	color: black;
  	background: url('bilder/hintergrund.jpg') top fixed;
  }
  
  td
  {
  	font-size: 12px;
  }
  
  
  
  #main
  {
  	width: 960px;
  	margin: 20px auto;
  	border: 1px solid #e00000;
  	background: url('bilder/hg-karte.jpg') white;
  }
  
  #header
  {
  	border-bottom: 1px solid #e00000;
  	background: url('bilder/header.jpg');
  	height: 200px;
  }
  
  #header_leiste
  {
  	height: 30px;
  	line-height: 30px;
  	text-align: right;
  	padding-right: 10px;
  	font-size: 15px;
  	font-weight: bold;
  	font-style: italic;
  	color: white;
  	background: url('bilder/leiste.jpg') #e00000;
  	border-bottom: 1px solid #666;
  	
  }
  
  /* @group Navigation */
 
  #navigation
  {
  	width: 200px;
  	float: left;
  	border-right: 1px solid #666;
  }
  
  #navigation_i
  {
  	margin: 10px;
  }
  
  #navigation a
  {
  	display: block;
  	text-decoration: none;
  	color: #e00000;
  }
  
  .nav_ober a
  {
  	border-bottom: 1px solid #CCC;
  	padding: 7px 0;
  }
  

  
  .nav_unter a
  {
  	border-bottom: 1px dashed #e00000;
  	padding: 2px 2px 2px 10px;
  	color: #a50203 !important;
  }
  
  
  
  /* @group Ausgeblendete Naviunterpunkte und Highlight */
  
  #nav_unter_urlaub1, #nav_unter_wannwie
  {
  	display: none;
  }
  
  #cbs_urlaub .nav_ober_urlaub
  {
  	background: #e00000;
  	color: white;
  	padding-left: 5px;
  }
  
  /* @end */
  
  

  
  /* @end */
  
  
  #content
  {
  	padding: 20px;
  	margin-left: 200px;
  }
  
  #footer
  {
  	clear: both;
  }
  
  
  
  /* @group Klassen */
  
  .kl
  {
  	font-size: 11px;
  }
  
  .tm, .textm
  {
  	text-align: center;
  }
  
  .tr, .textr
  {
  	text-align: right;
  }
  
  .b
  {
  	font-weight: bold;
  }
  
  .u
  {
  	text-decoration: underline;
  }
  
  /* @end */
