body {
	background: #C9DDF1 url(images/bg_body.jpg) repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #444;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000033;
	text-align:center;
	display:inline;
	padding-top:10px;
	text-align:center;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000033;
	padding-top:10px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000033;
}

a:link {color:#000000; text-decoration:none}
a:visited {color:#000000; text-decoration:none}
a:hover {color:#000000; text-decoration:underline}

.abbildung {
	font-size: 11px;
	color:#003366;
	padding-left:10px;
}

.gross {
	font-size: medium;
	font-weight: bold;
	letter-spacing: -1px;
}

.weiss {
color:#FFFFFF;
}

.infobox {
	background: #DCE9FC url(images/back.gif) repeat-x left top;
	border: 1px solid #1B4170;
	padding: 5px;
	width:600px;
}

.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;
}