body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666666;
}
div#wrapper{
	width:900px;
}
div#header {
  clear: both;
  width:900px;
  height: 150px;
  background-image:url(basic_FILES/logo.gif);
}
div#menu{
    width: 900px;
    padding-left:70px;
    background-image: url(basic_FILES/menuback.gif); 
    background-repeat: no-repeat;
    height: 30px;
    overflow: hidden;
}
div#left {
  float: left;
  width: 85px;
  height: 323px;
  background-image: url(basic_FILES/content_left.gif);
  background-repeat: no-repeat;
}
div#right {
  float: right;
  width: 221px;
  height:323px;
  background-image: url(basic_FILES/Anne_Lohmann.gif);
}
div#content {
  height: 323px;
  overflow:auto;
}
A:link { color: #FF9900; text-decoration: none; }
A:visited { color: #FF9900; text-decoration: none; }   

div#footer {
	clear: both;
    background-image: url(basic_FILES/footer1.jpg); 
    background-repeat: no-repeat;
    height: 147px;
}
div#counter {
	text-align: right;
	color: white;
	margin-right: 10px;
}

.detail{
	color: #008000;
}
