body {
  background-color : #FFFFFF;
  color : #333333;
  font-family:Garamond, Times, Serif;
  font-size : 14px;
}

select {
  font-family:Garamond, Times, Serif;
  font-size : 14px;
  background-color : #669966;
  color:#FFFFFF;
  border:1px solid #FFFFFF;
}

#logo {
  position : absolute;
  left : 50px;
  top : 50px;
}

#menu {
  position: absolute;
  left : 350px;
  top : 0px;
  height : 280px;
  right : 0px;
  background-color : #669966;
  color : #FFFFFF;
  z-index : 0;
}

#menu2 {
   position : relative;
   left : 9px;
   top : 257px;
   width : 430px;
   z-index : 1;
}

#content_title {
  position : absolute;
  left : 100px;
  top : 255px;
  width : 250px;
  z-index : 0;
  font-size : 18px;
}

#photo {
  position : absolute;
  right : 0px;
  top : 250px;
  width : 201px;
  z-index : 1;
  text-align:right;
}

#content1 {
  position : absolute;
  left : 100px;
  top : 310px;
  width : 210px;
  z-index : 0;
}

#content2 {
  position : absolute;
  left : 357px;
  top : 310px;
  width : 400px;
  z-index : 0;
  line-height : 20px;
  background-color : #FFFFFF;
}

h2 {
  font-weight : bold;
  font-size : 19px;
  margin : 0px;
  letter-spacing : 0.1pc;
  text-transform:uppercase;
  color : #33333;
}

hr {
  background-color:#669966; /* Mozilla 1.4 */
  color:#669966; /* IE 6 */
  border: #669966; /* Opera 7.11 */
  height : 1px;
}

ul {
  list-style-type:square;
}

.small {
  color : #537B53;
  font-size : 12px;
}

a:link, a:visited {
  color : #7C7CBE;
  text-decoration : none;
}

a:link.menul, a:visited.menul {
  color : #FFFFFF;
  text-decoration : none;
  border-bottom : 6px solid #669966;
  border-top : 6px solid #669966;
  border-left : 6px solid #669966;
  border-right : 6px solid #669966;
}

a:hover.menul {
  color : #7C7CBE;
  text-decoration : none;
  background-color : #FFFFFF;
  border-bottom : 6px solid #669966;
  border-top : 6px solid #669966;
  border-left : 6px solid #669966;
  border-right : 6px solid #669966;
}

a:link.menul_aktiv, a:visited.menul_aktiv {
  color : #7C7CBE;
  background-color : #FFFFFF;
  text-decoration : none;
  border-bottom : 7px solid #FFFFFF;
  border-top : 6px solid #FFFFFF;
  border-left : 6px solid #FFFFFF;
  border-right : 6px solid #FFFFFF;
}

a:link.menu2, a:visited.menu2 {
  color : #7C7CBE;
  text-decoration : none;
  height : 30px;
}

a:hover.menu2 {
  color : #7C7CBE;
  text-decoration : none;
}

a:link.menu2_aktiv, a:visited.menu2_aktiv {
  color : #FFFFFF;
  background-color : #7C7CBE;
  font-weight : bold;
  text-decoration : none;
}

