/* CSS Document */

body {
  color: #0069A7;
  background: #FFF;
  font-family: verdana,arial,sans-serif;
  font-size: 100.01%;
  padding: 0;
  margin: 0;
  text-align: center;
}


/*Rahmen*/
   
#rahmen
  {width: 760px;
   height: 570px;
 
  position: absolute;
  top:50%;
  left:50%;
  margin-left:-380px;
  margin-top:-285px;
  }
  
  
#links
   {float: left;
   border-bottom: 1px solid #9ACF16;
  
    /*width: 453px;*/
    }
  
#rechts
   {background: #FFF url(file://C|/Dokumente%20und%20Einstellungen/suzieQ/Eigene%20Dateien/Websites/Roland%20Stein/images/blaupunkt.gif) bottom right no-repeat;
	float: left;
    width: 400px;
	height: 558px;
	color: #0069A7;
	font-size: 11px;
	line-height: 14px;
	padding-left: 40px;
	border-top: 1px solid #0069A7;
	border-right: 1px solid #0069A7;
	border-bottom: 1px solid #0069A7;
	/*border: 1px solid #000;*/
    }
