/******************************************************************************
*                       Styles und Positionierung BOS                        *
******************************************************************************/
/* ======== KLASSEN-FORMATE ======== */


/* --- Kein Zeilenumbruch --- */

.nobr {
  white-space:nowrap;
}

/* --- Hellgraue Balken, horizontal --- */

.nav {
	background-color: #ededed;
	position: absolute;
	left: 0px;
	height: 30px;
	width: 100%;
	padding: 0px;
  	padding-left: 0px;
  	padding-right: 0px;
  	padding-bottom: 0px;
  	white-space: nowrap;
}

.nav2 {
	background-color: #ffffff;
	position: absolute;
	left: 10px;
	height: 30px;
	width: 100%;
	padding: 0px;
  	padding-left: 0px;
  	padding-right: 0px;
  	padding-bottom: 0px;
  	white-space: nowrap;
}

/* --- Ausklapp-Menues --- */

.menu {
    color: #feff00;
    font-weight: bold;
	position: absolute;
	left:125px;
	visibility: hidden;
	z-index:2;
}

/* --- Inhalte --- */

.content {
  border: 0px;
  padding: 10px 30px 30px 30px;
  position: absolute;
  visibility: hidden;
}

/* --- Inhalte --- */

.load {
  border: 0px;
  padding: 10px 30px 30px 30px;
  position: absolute;
  top: 95px;
  left: 90px;
  width: 80%;
  visibility: hidden;
}


/* ======== TAG-FORMATE ======== */

/* --- Body --- */

body {
  background-color: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  margin-left:0px; 
  margin-top:0px;
}

/* --- Verweise --- */

a {
  color: #555555;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #ff001e;
}

a.a2 {
  color: #555555;
  font-weight: bold;
  text-decoration: none;
}

a.a2:hover {
  color: #ff001e;
}

/* --- Bilder --- */

img {
  	border: 0px;
  	vertical-align: bottom;
}

/* ======== CONTAINER-FORMATE ======== */

/* --- BODYBEREICH --- */

#main {
  margin: 0px auto; 
}

/* --- KOPFBEREICH --- */

#head {
  position: absolute;
  top: 10px;
  background-color: #ffffff;
  margin: 0px auto;
  padding: 3px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: right;
  width: 100%;
}

#bus {
	position: absolute;
	top: -1px;
	left: 0px;
	height: 96px;
	width: 800px;
}

/* --- Ausklapp-Menues --- */

#menu0 {
	top: 115px;
	visibility: visible; 
}

#menu1 {
	top: 115px; 
}

#menu2 {
	top: 155px;
}

#menu3 {
	top: 195px;
}

#menu4 {
	top: 235px;
}

#menu5 {
	top: 275px;
}

#menu6 {
	top: 315px;
}

#menu7 {
	top: 355px;
}

#menu8 {
	top: 395px;
}

#menu9 {
	top: 435px;
}

/* --- Ausklapp-Menues Balken --- */

#nav1 {
	top: 105px; 
}

#nav2 {
	top: 145px;
}

#nav3 {
	top: 185px;
}

#nav4 {
	top: 225px;
}

#nav5 {
	top: 265px;
}

#nav6 {
	top: 305px;
}

#nav7 {
	top: 345px;
}

#nav8 {
	top: 385px;}

#nav9 {
	top: 425px;
}

/* --- Balken-leer --- */

#nav10 {
	top: 465px;
}

#nav11 {
	top: 505px;
}

/* --- Menues Bilder --- */

#na1 {
	height: 30px;
	width: 120px;
}

#na2 {
	height: 30px;
	width: 120px;  
}

#na3 {
	height: 30px;
	width: 120px;
}

#na4 {
	height: 30px;
	width: 120px;
}

#na5 {
	height: 30px;
	width: 120px;
}

#na6 {
	height: 30px;
	width: 120px;
}

#na7 {
	height: 30px;
	width: 120px;
}

#na8 {
	height: 30px;
	width: 120px; 
}

#na9 {
	height: 30px;
	width: 120px; 
}

:focus{outline:none;}
