* { margin: 0; padding: 0;}

body
{
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:0.9em;
  font-weight:normal;
  text-align:justify;
  color: rgb(26,26,24);
  background-color:#ffffff;
  text-align:center; 
}
div
{
	text-align:left;
}

#outline
{
	margin: 0 auto;
	margin-top:10px;
	width:1002px;
	background-color:#ffffff;
}

#header
{
	
	width:100%;
	height:188px;	
}

#header_top
{
	background-image:url(../images/header_top.png);
	background-repeat:no-repeat;
	width:996px;
	height:9px;
}

#header_middle
{
	position:absolute;
}

#header_bg
{
	background-image:url(../images/layout_header.png);
	background-repeat:no-repeat;
	width:996px;
	height:179px;
	z-index:98;
	position:absolute;
}

#header_pic1
{
	position:absolute;
	top:12px;
	margin-left:0px;
	z-index:80;
}

#header_pic2
{
	position:absolute;
	top:12px;
	margin-left:272px;
	z-index:85;
}

#header_pic3
{
	position:absolute;
	top:12px;
	margin-left:462px;
	z-index:87;
}

#header_pic4
{
	position:absolute;
	top:12px;
	margin-left:650px;
	z-index:89;
}

#middle
{
	width:100%;
}

#middle_center
{
	margin: auto;
	width:1002px;
}

#middle_nav_out
{
	width:180px;
	height:415px;
	background-color:#ffffff;
	float:left;
}

#middle_content_out
{
	width:615px;
	min-height:589px;
	margin-left:180px;
	margin-right:201px;
	background-image:url(../images/content_longer.png);
	background-repeat:y-repeat;
}

#middle_content_top
{
	background-image:url(../images/content_top.png);
	background-repeat:no-repeat;
	width:615px;
	height:14px;
}


#middle_content_middle
{
	background-image:url(../images/content_middle.png);
	background-repeat:no-repeat;
	width:615px;
	min-height:561px;
}

#middle_content_middle_inline
{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:25px;
	padding-right:25px;
}

#middle_content_bottom
{
	background-image:url(../images/content_bottom.png);
	background-repeat:no-repeat;
	width:615px;
	height:14px;
}

#middle_aktuelles_out
{
	width:210px;
	height:632px;
	background-image:url(../images/layout_aktuelles_right.png);
	background-repeat:no-repeat;
	float:right;
}

#middle_aktuelles_in
{
	margin-top:42px;
	margin-left:30px;
	margin-right:40px;
}

#middle_aktuelles
{
	height:200px;
}
#middle_add
{
	
}


#footer
{
	width:996px;
	height:71px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	margin-top:-35px;
}

#footer_box
{
	padding-top:51px;
	padding-left:200px;
	padding-right:180px;
	text-align:center;
}

#footer_box a
{
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}

#footer_box a:hover
{
	text-decoration:underline;
	color:rgb(205,19,22);
}


/*cont_ID_33*/
/*General Classes*/
.sepLine
{
	line-height:12px;
	height:12px;
	font-size:1px;
}

.clearLine
{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}

input.blankInput, input.wrongInput {
  background-color: white;
  border: 1px inset silver;
}
input.wrongInput {
  background-color:#FF0000
  color: white;
}

.spalteRight{
	
}

.spalteLeft
{
	float:left;
}