﻿html { height: 100%;}

body{
    background-image: url('../images/hintergrund.gif');
    background-position: center top;
    background-repeat: no-repeat;
	padding: 0;
	margin: 0;
    font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-variant: normal;
	font-weight:normal;
	background-color: White; 
}
#box { 
	top: 0px;
	width: 970px;
	margin-left: -485px;
	left: 50%;
	text-align: left;
	position: absolute;
}

#head{
	width: 970px;
	height: 226px;
	background-image: url('../images/head.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
#navibox {
	  width: 970px;
	  height: 32px;
	  text-align:right;
}

#schatten {
	  height: 31px;
	  background-image: url('../images/schatten.gif');
	  background-repeat: no-repeat;
	  background-position: left top;
}

#container {
	  background-image: url('../images/linie_hintergrund.gif');
	  background-repeat: repeat-y;
	  background-position: right top;
      height:auto;
      width:auto;
      padding-right:8px;
}

#right_col {
	float: right;
	width: 257px;
	margin-bottom:8px;
}

#right_col_blue {
    text-align: center;
	height:350px;
	background-color: #D7E0E7;
	padding: 0px 20px 20px 20px;
}

#right_col_contact {
   	margin-top: 8px;
	height:22px;
	background-color: #8DBE1F;
	padding: 8px 0px 0px 20px; 
	font-size:13px;
	font-variant:small-caps;
	font-weight:bold;
	color: #ffffff;
}

#right_col_green {
	height:230px;
	background-color: #D3E5A7;
	padding: 20px 20px 20px 20px; 
}

#page_content {
    float: left;
	width:665px;
	padding: 0px 20px 20px 20px;
}

#footer {
	clear: both;
	background-color:#8DBE1F;
	height:22px;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
	padding-left: 20px;
	padding-top:8px;
	margin-right:-8px;
}

#bild_links { 
	MARGIN: 0px 20px 0px 0px; DISPLAY: inline; FLOAT: left
}
#bild_rechts { 
	MARGIN: 0px 0px 0px 20px; DISPLAY: inline; FLOAT: right
}

img {
	border-width: 0px;
}

img.rand {
	border-width: 1px;
	border-color: #ffffff;
	border-style:solid;

	
}

div.hr
{
	border-bottom-style:dotted;
	border-bottom-width:1px; /* fix */
	border-color: #9933CC;
	height: 1px;
}
