@import url(navi.css);
@import url(system.css);

html{
 margin: 0px;
 padding: 0px;}

body {
	
	color: #000;
	font-family: arial;
	line-height: 1.5em;
	font-size: 14pt;
	font-weight: regular;
	text-align: justify;
	margin: 0px;
 padding: 0px;
 background: url(../images/background.gif) repeat-x #43495a;	
}


#rahmen {

min-width:902px;
max-width:902px;
width: 902px;
margin: 0px auto;
min-height: 800px;
border-left: 1px solid #000;
border-right: 1px solid #000;
padding: 24px 24px 24px 24px;
background: #fff;

}

#head{
 position: relative;
 height: 402px;
 margin: 0px 0px 24px 0px;
 background:  #fff;	}
 
#logo{
  position: absolute;
  width: 305px;
  height: 184px;
  top: -10px;
  
  background: url(../images/logo.gif) no-repeat -10px -10px;	
  
  
  }

#links{
 float: left;
 width: 340px;
 margin: 0px 0px 0px 0px;}


#content {
overflow:hidden;
padding: 0px 0px 0px 0px;

}
#foot {
clear:both;

}


#rechts{
float:right;
width: 300px;
margin: 0px 0px 0px 0px;
overflow:hidden;
border: 1px solid red;
clear:both
 }



