body {
    font:100.01% sans-serif;;
    background-color: #110744;
    text-align: center; 
    
  }
  
  #container {
    width: 900px; 
    text-align: left;
    margin: 0 auto;
    background-color: #110744; 
    
  }
  
  #kopf {
  height: 148px;
  background-color: #110744;
  background-image: url(/picture/template/kartenlegen_online.jpg);
  background-repeat: no-repeat;
  color: white;
  padding: 0px;
  text-align: left;
  
  }

  #navi_horizontal {
  background-color: #110744;
  color: white; 
  padding: 0px;
  text-align: left;
  
  }

  
  #navigation {
  width: 240px;
  float: left; 
  background-color: #110744; 
  color: white; 
  
  }

  #banner_rechts {
  width: 150px;
  float: right; 
  background-color: #110744; 
  color: white; 
  
  }



  .navi {
  font-size:8px;
  }

  
  #inhalt {
  width: 500px;
  background-color: #110744;
  color: white; 
  margin-left: 15em;
  padding-bottom: 10px; 
  
  }
  
  #fuss {
  background-color: #110744;
  color: white; 
  padding: 10px;
  text-align: center;
  clear: left;
  
  }

  
form, div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
color: #BEFCED;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

a:hover, a:focus, a:active {
color: red;
}

#marqueecontainer{
	position: relative;
	width: 200px; /*marquee width */
	
	height: 85px; /*marquee height */
	overflow: hidden;
	border: 0px solid #FFFFFF;
	padding: 2px;
	padding-left: 4px;
}
.scroll_div {
	border:solid 0px #FFFFFF;
	width: 210px;
	width/**/: 210px !important;
}
.vmarquee_content {
	position:absolute;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}


.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #BEFCED;
	font-weight: bold;
	text-decoration: none;
}
.nav_table a:hover {
         color: red;
	text-decoration: none;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
	font-family: Arial;
	font-size: 12px;
	color: red;
	font-weight: bold;
	text-decoration: none;
}