/* Seitenhintergrund - Farbe */
body {
  background: #007FCC;
  background-position: 0px 100%;
  margin : 0;
  padding : 0;
  font-size : 101%;
}
body, div, td {
  font-family: Tahoma, Verdana, "Tretbuchet MS", Lucidia, Arial, sans-serif;
  letter-spacing: 1px;
}
div {
font-size : .7em;
}
div div {
font-size : 1em;
}
td {
font-size : .7em;
font-size : 1em;
}
body>div {
font-size : 12px;
}

#container {
	background-color: #005D9F;
	left: 50%;
	position: absolute;
	margin-left: -440px;
	z-index:1;
	height: 100%;
	width:880px;
	clear: both;
}

/* Formularfelder */
button, input, textarea, select, file {
  font-family: tahoma, verdana, trebuchet;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
}

/* Hintergrundfarben */
.b1 { background-color: #007FCC; }
.b2 { background-color: #FFFFFF; }
.b3 { background-color: #FBFCCD; }
.b4 { background-color: #FBFCCD; }
.b5 { background-color: #FFFFFF; }
.b6 { background-color: #EEEEEE; }

/* Navigation - Text */
.MainNavigation { font-family: tahoma, verdana, trebuchet; font-size: 12px; color: #FFFFFE; text-decoration: none; font-weight: bold; }

.SubNavigation  { font-family: tahoma, verdana, trebuchet; font-size: 12px; color: #FFFFFE; text-decoration: none; font-weight: normal;}

.NavAn  { font-family: tahoma, verdana, trebuchet; font-size: 12px; color: #F7B400; text-decoration: none; font-weight: bold; }

.NavAus { font-family: tahoma, verdana, trebuchet; font-size: 12px; color: #FFFFFE; text-decoration: none; font-weight: bold; }


/* Sonstiges - Text */
.t1 { font-family: Tahoma, Verdana, Trebuchet; font-size: 12px; color: #000000; text-decoration: none; }
.t2 { font-family: Tahoma, Verdana, Trebuchet; font-size: 24px; color: #000000; text-decoration: none; }
.t3 {
	font-family: tahoma, verdana, trebuchet;
	font-size: 10px;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
.t4 { font-family: tahoma, verdana, trebuchet; font-size: 10px; color: #000000; font-weight: bold; }
.t5 { font-family: tahoma, verdana, trebuchet; font-size: 12px; color: #000000; }
.t6 { font-family: tahoma, verdana, trebuchet; font-size: 10px; color: #000000; }
a, td { font-family: tahoma, verdana, trebuchet; font-size: 12px; color: #FFFFFF; }

/* Link - Text */

a:hover { font-family: tahoma, verdana, trebuchet; font-size: 12px; text-decoration:none; }
a:link { font-family: tahoma, verdana, trebuchet; font-size: 12px; text-decoration:none; }
a:visited { font-family: tahoma, verdana, trebuchet; font-size: 12px; text-decoration:none; }
a:active { font-family: tahoma, verdana, trebuchet; font-size: 12px; text-decoration:none; }


/* Horizontale Linie - <hr> */
hr {
  height: 1px;
  color: #000000;
  background-color: #000000;
  border: 1px none;
}
/* Layout */
#Oben {
position: absolute; left: 50px; top: 15px; width: 1px; height: 1px; z-index: 1;
}
#HorizontaleNavigation {
position: absolute; left: 220px; top: 117px; width: 1px; height: 1px; z-index: 2;
}
#VertikaleNavigation {
position: absolute; left: 40px; top: 180px; width: 1px; height: 1px; z-index: 3;
}
#Rechts {
position: absolute; left: 736px; top: 160px; width: 180px; height: 1px; z-index: 4;
}
#Content {
position: absolute; left: 230px; top: 160px; width: 500px; height: 100%px; z-index: 5;
}

