html {
  height:100.05%;
  overflow:scroll;
}

* {
    padding: 0;
    margin: 0;
} 

body {
    background: #eeeeee;
	font: .74em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em; 
	height:100.05%
}
a {
	color: #5BABDB;
	text-decoration: none;
}

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


#wrap {
margin: 0px auto;
width: 1000px;
background: #eeeeee url('bilder/middle.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('bilder/header.jpg');
height: 210px;
}

#content {
padding: 0px 15px 0 15px;
}

#bottom {

background: #fff url('bilder/bottom.jpg');
height: 56px;
}


.header {
}

.banner {
width: 1000px;
height: 210px;
background: #a10d59 center url('');
}
	
.middle {
text-align:left;
	float: left;
	width: 450px;
	margin: 0px 100px;
	padding: 1% 1%;
}

.right {
	text-align:left;
	float: left;
	width: 200px;
	padding: 1% 1%;
}

.right ul {
	padding: 0;
	margin:0;
}

.right li {	
	list-style-type: none;
	color: #ee7f00;
}

.right li a{
	color: #ee7f00;
}

.right li a:hover{
	color: #eeb472;
}

.middle h1 { color: #5BABDB; font-size: 15px; margin-bottom: 10px; margin-top: 10px;}
.right h1 { color: #5BABDB; font-size: 15px; margin-bottom: 10px; margin-top: 10px;}
.middle h2 { color: #5BABDB; font-size: 12px; margin-bottom: 10px;}
.right h2 { color: #5BABDB; font-size: 12px; margin-bottom: 10px;}
.middle a { color:#ee7f00; text-decoration: none;
	padding-left: 20px;
	background-image:url(bilder/linkright.gif);
	background-repeat:no-repeat;
	background-position:left;}
.middle a:hover { color:#eeb472; text-decoration: none;
	padding-left: 20px;
	background-image:url(bilder/linkrighthover.gif);
	background-repeat:no-repeat;
	background-position:left;}
.right a { color:#5BABDB; text-decoration: none;}
.right a:hover { color:#93C1D8; text-decoration: none;}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}

