
*{ padding: 0;margin: 0; }
html{ height: 101%;}
body {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
  background-image: url(bilder/bg.jpg);
  background-color:#2d2d2d;
  background-position: center top;
}
a{
  outline: none;
  color:#000;
  text-decoration:none;
}
a:focus,
a:hover{
  color:#4C5A6F;
  text-decoration:underline;
}
span{
  color:#9cbb22;
}
ul li{
  list-style: none;
}
.links { 
float:left;
width:300px;
}
.rechts {
width:300px;
}
.clear {
clear:left;
}

#wraper {
width: 760px;
background-color: white;
margin: auto;
}


#header{
  width: 760px; 
  height: 149px; 
  margin: 0 auto;
  color: black;
  margin-top:10px;
  background: url(bilder/header.jpg);
}
#menu {
	margin: 0 auto;
	width: 740px;
  height: 21px;
  background: white;
  border-top:2px solid #93B6DC;
  margin:0 auto;
}
#menu ul {
	margin: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
  height: 21px;
  padding: 0 5px 0 25px;
	text-decoration: none;
	font-size: 12px;
	font-family: arial;
	color:white;
  margin-right: 2px;
  line-height: 18px;
      background-color: #93B6DC; 
    background-image: url('bilder/button.jpg');
    background-repeat: no-repeat;
}
#menu a:focus,
#menu a:hover {
  color:orange;
}
#menu .current_page a {
  background: #222;
}
#page{width:740px;
margin:0 auto;
background-color:white;
margin-top:10px;
margin-bottom:10px;
}
#sidebar{
  float:left;
  width:190px; 
  color:#555;
}
#sidebox{
  margin-top:10px;
}
.sideheader {
width: 150px; 
height: 20px; 
background-image: url('bilder/sidebar.jpg');
background-repeat: no-repeat;
padding-top: 5px;
padding-left: 25px;
font-weight: bold;
color: white;
}
.sidecontent{width:163px;border:1px solid #93B6DC;font-size:12px;padding:5px;}

#content{
  float:right;
  width:550px; 
  color:#555;
  font-size: 12px;
}
.middlecontent{width:538px;border:1px solid #93B6DC;font-size:12px;padding:5px;}
.header1 {
width: 150px; 
 height: 20px;
background-image: url('bilder/sidebar.jpg');
background-repeat: no-repeat;
padding-top: 5px;
padding-left: 25px;
font-weight: bold;
color: white;
float: left;
}
.con1{width:163px;border:1px solid #93B6DC;font-size:12px;padding:5px;float: left;}
div.table { display:table; border-collapse:collapse; }
div.tr { display:table-row; }
div.td { display:table-cell; padding:2px; }

img {
margin: 3px;
}


#footer{
  clear: both;
  color: white;
  margin: 0 auto;
  width: 760px; 
  height:36px;
  background: url(bilder/footer.jpg) no-repeat;
  line-height:36px;
  text-align:center;
}
#footer a{color:#9cbb22;}
