html, body, ul, ol, li, form, fieldset, legend, label, textarea, div, span, pre, blockquote, h1 {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #C9DDF1 url(images/bg_body.jpg) repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #444;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
}
td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:visited {
	color:#039;
	text-decoration:none
}
a:hover {
	color:#000000;
	text-decoration:underline
}
li {
	margin-left:20px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #369;
	text-align:center;
	display:inline;
	margin-top:15px;
	padding-bottom:10px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #369;
	padding-top:10px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000033;
}
#container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width:955px;
	height:234px;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
}
#content {
	padding:10px 30px 1px 30px;
	background-color:#FFF;
	background-image:url(images/bg_content.jpg);
	background-repeat:repeat-y;
}
#footer {
	width:955px;
	height:66px;
	background-image:url(images/bg_bottom.jpg);
	background-repeat:no-repeat;
}
.abbildung {
	font-size: 11px;
	color:#003366;
	padding-left:10px;
}
.gross {
	font-size: medium;
	font-weight: bold;
	letter-spacing: -1px;
}
.infobox {
	background: #DCE9FC url(images/back.gif) repeat-x left top;
	border: 1px solid #1B4170;
	padding: 5px;
	width:600px;
	margin:0;
}
.bg_header {
	background-image: url(images/bg_header.jpg);
	height:234px;
}
.bg_content {
	background-image: url(images/bg_content.jpg);
}
.bg_bottom {
	background-image: url(images/bg_bottom.jpg);
}
/** Formulare und deren Elemente wie legend, fieldset, textarea und input-Elemente. **/
.nice-form {
	background-color:#FFFFFF;
	background-image:url(images/form_input_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #B5B8C8;
	padding:1px 3px;
}
.nice-form input:hover, .nice-form textarea:hover, .nice-form input:focus, .nice-form textarea:focus {
	border: 1px solid #003366;
}
/* Das obere Menü im Karteikartenformat */
#sub_header_menu {
	position: relative;
	top: 207px;
	left: 30px;
	width: 620px;
	height: 20px;
	border: none;
}
#sub_header_menu a {
	background: url(images/bt.jpg) -100px 0 no-repeat;
	display: block;
	float: left;
	height: 27px;
	width: 100px;
	font-family: verdana, trebuchet ms, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #888;
	text-decoration: none;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 30px;
}
#sub_header_menu a:hover, #sub_header_menu a:active {
	background: url(images/bt.jpg) -200px 0 no-repeat;
	color: #666;
}
#sub_header_menu a.active, #sub_header_menu a.active:hover, #sub_header_menu a.active:active {
	background: url(images/bt.jpg) 0 0 no-repeat;
	line-height:27px;
	color: #444;
}
