/******************************************************************************
*                       Styles und Positionierung BOS                        *
******************************************************************************/



/* ======== KLASSEN-FORMATE  ======== */

/* ---  Schrift rot,fett  --- */

.redBold {
  color: #ff001e;
  font-weight: bold;
}

/* ---  Schrift gelb,fett  --- */

.yelBold {
  color: #feff00;
  font-weight: bold;
  white-space:nowrap;
}

/* --- Schrift schwarz,normal --- */

.blaNorm {
  color: #000000;
  font-weight: normal;
}

/* ---  Schrift schwarz,fett  --- */

.blaBold {
  color: #000000;
  font-weight: bold;
  white-space:nowrap;
}

/* --- Schrift grau,fett --- */

.greBold {
  color: #555555;
  font-weight: bold;
}

/* --- 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;
}

/* --- 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;
  font-size: 0.75em;
  text-align: left;
  margin-left:0px; 
  margin-top:0px;
}

/* --- Verweise --- */

a {
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  color: #ff001e;
}

/* --- Bilder --- */

img {
  	border: 0px;
  	vertical-align: bottom;
}

/* --- Ueberschriften --- */
 
h2 {
  font-size:1.2em;
  margin-top: 0px;
}


/* ======== CONTAINER-FORMATE ======== */

/* --- KOPFBEREICH --- */

#bus {
	position: absolute;
	top: 10px;
	left: 0px;
	height: 96px;
	width: 800px;
}

#start {
  position: absolute;
  top: 150px;
  left: 100px;
  background-color: #ffffff;
  color: #000000;
  font-size: 10pt;
  margin: 0px auto;
  padding: 3px;
  padding-left: 0px;
  padding-right: 0px;
  width: 350px;
}

:focus{outline:none;}