body {
	background-color: #ffff00;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
form {
	margin: 0;
	padding: 0;
}
a {
	font-size: 1em;
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #0000ff;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #0000ff;
}
#overall {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffff80;
}
#header {
	background-color: #0000ff;
	height: 200px;
	width: 850px;
}
#navigation {
	height: 30px;
	width: 850px;
	background-color: #ffff80;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0000ff;
	border-left-color: #0000ff;
}
#content {
	width: 780px;
	height: auto;
	padding-top: 50px;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 20px;
	background-color: #ffff80;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0000ff;
	border-bottom-color: #0000ff;
	border-left-color: #0000ff;
}
#footer {
	height: auto;
	width: 850px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	clear: both;
}

/* Navigation - Anfang */
#navigation {
	margin: 0px;
	padding: 0px;
}
#navigation ul {
	margin: 0px;
	display: block;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#navigation li {
	display: inline;
	position: relative;
	float: ;
}
#navigation li a {
	height: 30px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #0000ff;
	text-decoration: none;
}
#navigation li a:hover, #navigation li a.activ {
	color: #000000;
	text-decoration: underline;
}
/* Navigation - Ende */

/* Content - Anfang */
.button_back {
	width: 350px;
	float: left;
	margin-top: 15px;
}
.button_top {
	width: 349px;
	float: left;
	margin-top: 15px;
}
.clear {
	height: 1px;
	font-size: 0em;	/* IE 6.0 Hack */
	clear: both;
}
label {
	display: block;
	float: left;
	width: 200px;
}
input.field {
	width: 400px;
	height: 15px;
	border: 1px solid #030101;
	vertical-align: middle;
	background-image: url(../images/input_bg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom: 5px;
}
input.field2 {
	width: 200px;
	height: 15px;
	border: 1px solid #030101;
	vertical-align: middle;
	background-image: url(../images/input_bg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom: 5px;
}
input.field3 {
	width: 500px;
	height: 15px;
	border: 1px solid #030101;
	vertical-align: middle;
	background-image: url(../images/input_bg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom: 5px;
}
textarea.textarea {
	width: 550px;
	height: 400px;
	border: 1px solid #030101;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 3px;
	margin-bottom: 5px;
}
input.submit {
	margin-left: 200px;
}
blockquote.error {
	background-color: #feffd3;
	border: 1px solid #212121;
	height: auto;
	width: auto;
	background-image: url(../images/error.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
}
blockquote.db_ok {
	background-color: #e1ffd3;
	border: 1px solid #212121;
	height: auto;
	width: auto;
	background-image: url(../images/db_ok.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
}
blockquote.db_error {
	background-color: #ffe3d3;
	border: 1px solid #212121;
	height: auto;
	width: auto;
	background-image: url(../images/db_error.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
}
blockquote.db_error_msg {
	background-color: #fcb6aa;
	height: auto;
	width: auto;
	border: 1px solid #000000;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 0px 0px;
}
div.login_field {
	height: auto;
	width: 300px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
label.label {
	display: block;
	float: left;
	width: 125px;
	margin-bottom: 5px;
	clear: both;
}
input.login {
	float: left;
	width: 150px;
	height: 18px;
	margin-bottom: 5px;
}
table thead tr td {
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: solid 1px #000000;
}
table tbody tr td {
	padding-top: 10px;
}
.antwort_experten {
	border: 1px solid #000000;
	background-color: #ffff00;
	padding: 10px;
	margin-bottom: 20px;
}
.datum {
	font-size: 0.8em;
	font-style: italic;
}
.antwort_experten p {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 20px;
}
/* Content - Ende */

/* Footer - Anfang */
/* Footer - Ende */