body {
  background: url("img/hintergrundstreifen.gif");
	background-repeat:repeat-y;
  background-color: #FFFFFF;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#60727D;
}

/* ### bloecke ########################################## */

#topbanner {
	position: absolute;
  background: url("img/topmenu-hintergrund.gif");
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 100px;
	z-index: 1;
}

#tophome {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 190px;
	height: 70px;
	z-index: 2;
}

#topnavi {
	position: absolute;
	top: 65px;
	left: 240px;
	width: 570px;
	z-index: 2;
}

#inhalt {
	position: absolute;
	top: 140px;
	left: 40px;
	width: 980px;
	z-index: 3;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table, tr, td, th {
	border-collapse:collapse;
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

/* ### Tabellenformatierung ################################## */

th.zweispalter {
	width: 300px;
	background-color: #6C808C;
  vertical-align: top;
  text-align: left;
}

td.zweispalter {
	width: 300px;
	background-color: #EBEEF0;
  vertical-align: top;
  text-align: left;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.tabellentext {
	margin-top: 12px;
	margin-left: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
}

.buttonpfeil {
	vertical-align: middle;
	margin-top: -2px;
}

/* ### Linkdefinitionen ###################################### */

a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:visited {color:#ffffff;}
a:hover {color:#dddddd;}
a:active {color:#ffffff;}
a:focus {color:#ffffff;}

/* ### Textdefinitionen ###################################### */

h1 {font-size: 1.6em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.3em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.0em;}

ul {
  margin-top: 0.0em;
  margin-bottom: 1.0em;
  margin-left: 0px;
  padding-left: 25px;
}

li {
  margin-top: 0.2em;
  text-align: left;
	font-weight: normal;
}

p {
  margin-top:1.0em;
  margin-bottom:0.5em;
  text-align: justify;
}

.weisstext {
	color: #ffffff;
}

.mini {
	font-size: 0.85em;
}