body {
	margin:0;
	padding:0;
	background: white url(images/body.png) repeat-x;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: Black;
}
#printhead{
  display:none;
}
#mitte {
  background: url(images/mitte.png) no-repeat;
  width:961px;
  min-height:831px;
  margin:10px auto 0 auto;
}
#head {
  margin:0 41px;
  padding-top:25px;
  min-height:185px;
}
#logo{
	width:197px;
	height:124px;
	margin:17px 0 0 15px;
}
#blueline {
  background:#00b5f1;
  color:white;
  margin:16px 0 0 1px;
}
#blueline img{
	margin:6px 0 5px 10px;
	float:left;
	overflow:hidden;
}
.subhead{
 margin:6px 0 5px 10px;
}
#info{
	margin:7px 0 5px 0;
	float:right;
}
#info ul{
	margin:0 10px 0 0;
  padding:0;
}
#info li{
	list-style-type:none;
	display:inline;
	padding-left:2px;
	font-size:1em;
}
#info .dot{
	padding-right:15px;
	background:url(images/dot.png) no-repeat right;
}
#info a{
	text-decoration:none;
	color:#fff;
}
#info a:hover{
	text-decoration:underline;
}
ul, ol, dt, dd{
	margin:25px 0 0 15px;
}
li, dl{
	padding-bottom:0px;
}
#contain{
	width:515px;
	margin:30px 10px 0 319px;
	float:left;
}
#contain_index{
	width:800px;
	margin:30px 10px 0 80px;
  float:left;
}
#bild{
  margin: 15px 20px 0 20px;
  float:left;
  width: 165px;
  text-align: center;
}
#contain_index img{
  margin-right:0;
}
#text{
  width:560px;
  float:right;
}
#printonly{
	display:none;
}
h1{
	font-size: 1.3em;
	color: #1a4b7e;
	padding:0;
	text-decoration: none;
}
a{
	color:#00b5f1;
	text-decoration:none;
	border:none;
}
a:VISITED {
	color: #00b5f1;
}
a:HOVER, a:VISITED:HOVER, a:FOCUS, a:VISITED:FOCUS {
	color: #00b5f1;
}
a.imglink, a.none {
  text-decoration: none;
}
a:HOVER{
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6, th, dt {
	color: #1a4b7e;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, th strong, dt strong {
  text-transform: uppercase;
}
h2 {
	font-size: 1.2em;
	border-bottom: 1px solid #1a4b7e;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size:0.9em;
}
h6 {
	font-size:0.8em;
}
cite, abbr, acronym {
  text-decoration: none;
}
cite[title], abbr[title], acronym[title], span[title] {
  cursor: help;
}
abbr[title], acronym[title], span[title] {
  border-bottom: 1px dashed #ccc;
}
cite {
  font-weight: normal;
  font-style: italic;
}
del {
  color: red;
}
ins {
  color: Green;
}
.cl {
  clear: both;
}
.cll {
  clear: left;
}
.clr {
  clear: right;
}
/* IMG */
img.right, img.left,
span.imgright, span.imgleft {
  border: 1px solid #ccc;
}
img.right, img.left, img.rightnb, img.leftnb,
span.imgright, span.imgleft, span.imgrightnb, span.imgleftnb {
  margin-bottom: 10px;
}
img.right, img.rightnb,
span.imgright, span.imgrightnb {
  margin-left: 10px;
  float: right;
}
img.left, img.leftnb,
span.imgleft, span.imgleftnb {
  margin-right: 10px;
  float: left;
}
/* TABELLEN 
table {
  border: 1px solid gray;
}
th {
  background: #ccc;
}
.r1 {
  background:#fff;
}
.r2 {
  background:#eee;
}
.r3 {
  background: #ccc;
}*/

/* Formulare */
label {
  font-weight: bold;
}
input[type="text"], input[type="password"] {
  width: 320px;
}
textarea {
  height: 150px;
}
fieldset {
  border: none;
  padding:0;
  margin-top:30px;
}
legend {
  display:none;
}
fieldset p {
  margin-top: 3px;
  margin-bottom: 3px;
}
textarea{
  width:323px;
  max-width:324px;
}
input[type="submit"]{
	border:1px solid #1a4b7e;
	background:#eee;
	margin-right:1em;
	min-width:100px;
	font-weight:bold;
}
input[type="text"]:HOVER, input[type="password"]:HOVER, textarea:HOVER, input[type="submit"]:HOVER{
	border-color:#1a4b7e;
	background:#e8f7fc;
}
input[type="text"]:FOCUS, input[type="password"]:FOCUS, textarea:FOCUS, input[type="submit"]:FOCUS{
	border-color:#1a4b7e;
	background: #d9ebfd;
}
input[readonly] {
	background:#eee !important;
	border-color:Black !important;
}

