﻿body { height: 100%;
 background-image: url('images/hintergrund.jpg'); 
 background-repeat:repeat;
 background-attachment:fixed;
}

html { height: 100%;}

body{
	padding: 0;
	margin: 0;
	text-align: center;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: White;
}
#box { 
	top: 0px;
	width: 980px;
	margin-left: -490px;
	left: 50%;
	background-color: #F0F0F0;
	text-align: left;
	position: absolute;
	border:1px solid #333333;
}

#navigation {
	  width: 980px;
	  height: 30px;
	  background-color: #666666;
}
	
#head{
	width: 980px;
	height: 200px;
	background-image: url('images/head.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}


#mitte {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-top: 5px;
  margin-left: 250px;
  background-color: white;
}

#links {
  	float:left;
	width:210px;
	padding:20px;
	background-color: #F0F0F0;
}

#fuss {
  width: 960px;
  height: 20px;
  background-color: #666666;
  padding-right: 20px;
  text-align: right;
  padding-top: 5px;
}
#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;
}
div.hr
{
	border-bottom-style:dotted;
	border-bottom-width:1px; /* fix */
	border-color: #9933CC;
	height: 1px;
}
