*{
	padding:0px;
	margin:0px;
}

html,body{
  font-family: Helvetica, Arial, sans-serif;
  scrollbar-face-color: #637FFA;
  scrollbar-shadow-color: #16162E;
  scrollbar-highlight-color: #16162E;
  scrollbar-3dlight-color: #637FFA;
  scrollbar-darkshadow-color: #637FFA;
  scrollbar-track-color: #749EFA;
  scrollbar-arrow-color: #16162E;
  width: 100%;
  height:100%;
  margin:0px;
  padding:0px;
}
#document{
width:800px;
height:520px;
position:absolute;
left:50%;
margin-left:-400px;
top:60px;
}

#left{
float:left;
width:555px;
height:495px;
overflow:hidden;
}
#right{
width:245px;
height:495px;
float:right;
overflow:hidden;
}
#right *{
float:right;
}



#header_links{
width:555px;
height:91px;
background-image: url('../image/header.jpg');
background-repeat:no-repeat;
background-position:0px 0px;
}
#header_rechts{
width:245px;
height:51px;
}

#header_rechts_top{
width:245px;
height:30px;
background-image: url('../image/navi_augen.gif');
background-repeat: no-repeat;
background-position:0px 1px;
}
#header_rechts_middle{
width:245px;
height:22px;
background-image: url('../image/navi_blatt.gif');
background-repeat: no-repeat;
float:right;

}
#header_rechts_bottom{
width:245px;
height:85px;
background-image: url('../image/navi_fuesse.gif');
background-repeat: no-repeat;
background-position: 0px 0px;
float:right;
}

#content{
width:555px;
background-image: url('../image/border_left.jpg');
background-repeat: repeat-y;
height:400px;
#height:403px;
background-color: #637ffc;
border-bottom: 1px solid black;
overflow-x:hidden;
}

#contentcenter{
margin:0px 10px;
height:378px;
#height:380px;
overflow: auto;
overflow-x:hidden;
font: 12px Arial;
}


#contentcenter *{
font: 10px Verdana, Arial;
}

#contentright{
width:245px;
height:355px;
#height:357px;
background-image: url('../image/navi_v_3.jpg');
background-repeat: no-repeat;
background-position:left bottom;
float:right;
overflow:hidden;
margin:0;
padding:0;
}

#bottom{
width:800px;
height:25px;
background-color: white;
}


#bottom *{
  font-size: 10px;
  color: #999999;
}

#contentcenter{
 color: #000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 vertical-align: top;
 padding-left:10px;
}

#contentright *{
float:left;
margin:0px;
padding:0px;
overflow:hidden;
} 


table,tr,td,img,a{
border:0px;
margin:0px;
padding:0px;
}


#contentright table *{
margin:0px;
padding:0px;
border:0;
width:245px;
float:left;
}
#contentright table a{
border:0px;
width:244px;
float:left;
}

#contentright table img{
# width:244px;
 float:left;
 margin:0px 2px 0px 0px;
 padding:0;
 border:0;
}

#contentcenter h1{
background-image:url('../image/rechteck.jpg');
background-repeat:no-repeat;
padding-left:20px;
font-size:14px;
font-weight:bold;
margin:5px 0px;
width:100%;
}

#contentcenter h2{
width:100%;
font-size:14px;
font-weight:bold;
color:white;
margin:5px 0px;;
}

strong{
font-weight:bold;
}

#contentcenter p{

}

span.important{
color:white;
font-weight:bold;
margin-left:10px;
}

a{
color:white;
text-decoration:underline;

}


a:hover{
color:white;
text-decoration:none;
}

ul{
margin-left:15px;
}