body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	background: #EEEEEE;
}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 0;
}
h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 12px 0 6px 0;
	padding: 0;
}

p {
	margin: 0 0 6px 0;
	padding: 0;
	text-align: justify;
}

/* Inhalt */
ul.content {
	margin: 0 0 10px 6px;
	padding: 0;
	list-style: none;
}

/* Menü */
ul.menue {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}
li.menue {
	float: left;
	border-right: 2px #000000 solid;
}
li.menueende {
	float: left;
}

/* Links */

a:link {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:focus {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.menue:link {
	color: #000000;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}
a.menue:visited {
	color: #000000;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}
a.menue:active {
	color: #000000;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}
a.menue:focus {
	color: #000000;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}
a.menue:hover {
	color: #000000;
	background-color: #FFCC00;
	border-bottom: 2px #000000 solid;
	padding: 2px 4px 0px 4px;
}

/* Tabellenelemente */

table {
	border: none;
}
td {
	border: none;
	text-align: justify;
}
th {
	border: none;
	text-align: center;
	font-weight: normal;
}
.border {
	border-collapse: collapse;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}

/* Farbklassen */

.grau {
	background-color: #EEEEEE;
}
.weiss {
	background-color: #FFFFFF;
}
.loe {
	background-color: #FF3333;
}
.unaa {
	background-color: #FFFF66;
}
.hide {
	background-color: #6699FF;
}

/* Formularelemente */

input, select, textarea {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px #666666 solid;
}
input:hover, select:hover, textarea:hover {
	border: 1px #000000 solid;
}
input:focus, select:focus, textarea:focus {
	border: 1px #000000 solid;
}
.button {
	background-color: #DDDDDD;
	width: auto;
	cursor: pointer;
}
.feld {
	width: 300px;
}
.feldklein {
	width: 150px;
}
label {
	font-weight: bold;
}

/* Strukturelemente */

#rahmen {
	position: relative;
	top: 10px;
	width: 780px;
	min-height: 500px;
	background: #FFFFFF;
	border: 1px solid #999999;
	padding-bottom: 10px;
	z-index: 2;
}
* html #rahmen {
	height: 500px; /* IE-Hack */
}
#header {
	width: 780px;
	height: 122px;
	text-align: justify;
}
#main-content {
	position: relative;
	width: 760px;
	text-align: justify;
	padding: 10px 10px 0 10px;
}
#main-header {
	width: 760px;
}
#main-header-title {
	position: relative;
	top: 0;
	float: left;
	width: 450px;
}
#main-header-ffdb {
	font-size: 10px;
	text-align: right;
	margin-left: 465px;
}
#main-header-umbruch {
	clear: both;
}
#main-overall {
	width: 760px;
}
#main-left {
	position: relative;
	top: 0;
	float: left;
	width: 490px;
}
#main-right {
	width: 250px;
	margin-left: 505px
}
#main-umbruch {
	clear: both;
	width: 760px;
	height: 1px;
}
* html #main-umbruch {
	font-size: 1px;
}
#footer-copyright {
	position: relative;
	width: 780px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	margin: 15px 0 10px 0;
}
#streifen-links {
	position: absolute;
	top: 99px;
	left: 0;
	height: 17px;
	width: 50%;
	background-color: #FFCC00;
	z-index: 1;
}
* html #streifen-links {
	font-size: 8px;
}
#streifen-rechts {
	position: absolute;
	top: 116px;
	right: 0;
	height: 17px;
	width: 50%;
	background-color: #FFCC00;
	z-index: 1;
}
* html #streifen-rechts {
	font-size: 8px;
}

.menuelinks {
	height: 17px;
	vertical-align: top;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}
.menuerechts {
	float: right;
	height: 17px;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
}
