html, body {
	height: 100%;
	margin: 0px;
}
body {
	background-color: #fff;
	padding: 0;
	text-align: center;
}
p, div, td, h1, li {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color:#000;
}


.head {
	background: url(../img/bg/head.gif) top right no-repeat;
	margin: 0px auto;
	width: 898px;
	height: 93px;
	text-align: right;
}
.center {
	width: 955px;
}
.container {
	background: url(../img/bg/bg_container.gif) no-repeat;
	margin: 0px auto;
	width: 955px;
	height: 410px;
	text-align: left;
}
.left {
	width: 224px;
	height: 412px;
	float: left;
}
.scroll img {border: 0;}
#divUpControl{position:relative; float: right; margin: 0; padding: 0;} 
#divDownControl{position:relative; float: right; margin: 0; padding: 0;} 

.scroll {
	width: 27px;
	height: 410px;
	float: left;
	text-align: right;
}
.spacer {
	width: 27px;
	height: 410px;
	float: left;
}

/************* CONTENT *************/

#content,
#content_img {
	width: 449px;
	height: 410px;
	float: left;
}
#content {
	width: 449px;
	height: 408px;
	position: relative;
	overflow: hidden;
	clip:rect(10,440,400,0); 
	visibility: hidden;
	margin: 0;
	padding: 0;
}
#text {
	padding: 8px 20px 20px 20px;
	position:relative;
}
#text p, h1 {
	margin: 0;
	padding: 8px 0 9px 0;
}
#text p.blue {
	font-weight: bold;
	color:#003a80;
}

#text p.link {
	margin: 0;
	padding: 0px 0 9px 0 !important;

}



h1.datum {font-weight: bold; text-transform: uppercase; padding: 8px 0 0px 0;}

h1 {
	font-size: 14px;
	line-height: 17px;
	color:#003a80;
	font-weight: bold;
}
ul, li {
	padding: 0; 
	margin-left: 8px;
}
a {
	color: #b2b2b4; 
	text-decoration: none; 
	font-weight: bold;}

a:hover {
	color: #000; 
	text-decoration: none;
}

/************** MENUE **************/
#menu {
	width: 225px;
	float: left;
	text-align: right;
	font-weight: bold;
	padding: 13px 0 0 0;
}
#menu a {
	display: block !important;
	text-decoration: none;
}
.menu1, .menu1-act, .menu2, .menu2-act {
	float: left;
	clear: both;
}
.menu1, .menu1-act { 
	width: 205px;
	height: 22px; 
}
.menu2, .menu2-act { 
	width: 187px;
	height: 19px; 
	line-height: 19px;
}
.menu1,
.menu1 a {
	font-size: 14px;
	line-height: 22px;
	color: #b1b2b4;
}
.menu1 a:hover, 
.menu1-act a {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}
.menu2,
.menu2 a {
	font-size: 12px;
	line-height: 19px;
	color: #b1b2b4;
}
.menu2 a:hover,
.menu2-act a {
	font-size: 12px;
	line-height: 19px;
	color: #fff; 
}

/*********** FORMULARE ***********/

form {padding: 0; margin: 0;}

input, textarea {font-family: Arial;}

textarea, .fieldflach, .fieldhoch {
	border: 1px solid #b2b1b6;
	font-size: 12px;
	background-color: #fff;
}

.fieldflach, .fieldhoch {width:409px;}
.fieldflach {height: 21px;}
.fieldhoch {height: 42px;}

