/* 

--- verwendete farben ---

#FFCC99 - besch
#333399 - dunkelblau
#F5A300 - orange

 - - - */


/* - - -  allgemeine daten - - - */


body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #333399;
}

#beschstart {
	background-color: #FFCC99;
	height: 300px;
}
.mehrwertsteuer {
  position: absolute;
  z-index: 100;
  padding: 30px 0 0 30px;
  width: 250px;
}
.ausschreibung {
  position: absolute;
  z-index: 100;
  padding: 30px 30px 0 0;
  right: 0;
  top: 0;
}
/* - - -  startseite - - - */

#signet {
	position: absolute;
	left: 50%;
	top: 200px;
	margin-left: -200px;
	z-index: 2;
}

#logo a:link, #logo a:visited{
	position: absolute;
	left: 50%;
	top: 245px;
	margin-left: -15px;
	z-index: 2;
	font-size: 2.4em;
	text-decoration: none;
	cursor: text;
	color: #000;
}

#haare {
	position: absolute;
	left: 50%;
	top: 252px;
	margin-left: -470px;
	z-index: 1;
}

#navi {
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: -200px;
	z-index: 3;
}

#navi A:link, #navi A:visited {
	color: #000;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin: 0 0 15px 0;
}

#navi A:hover, #navi A:focus {
	color: #F5A300;
}

#linie {
	margin:2px 0 0 0;
	background-image: url(images/linie-start.gif);
	height: 30px;
	width: 50%;
	background-color: Aqua;
}

/* - - -  startseite ende - - - */

#adresszeile {
	display: none;
}