/* Main CSS */
/* Paul Knecht, 24.11.2008 */
body, x:-moz-any-link, x:default { position:relative; left:-0.1px; }

body {
  margin : 0px;
  padding : 0px;
  background : #9c9483 url(img/bg_top.png) no-repeat center 50px;

  font-family : Hevletica, Arial, Verdana, sans-serif;
  font-size : 12px;
  color : #6B6046;
  line-height : 17px;
}


img {
  border : none;
  margin : 0px;
  padding : 0px;
  float : left;
}

a, a:visited {
  color : #6B6046;
  text-decoration : underline;
}


a:hover {
  text-decoration : none;
}


p {
  margin-top : 0px;
  margin-bottom : 15px;
  padding : 0px;
}

p a:hover {
  text-decoration : underline;

}

h1 {
  font-size : 12px;
  text-transform : uppercase;
  margin-bottom : 15px;
  margin-top : 0px;
}

/* specific definitions */


#center {
  position : absolute;
  left : 50%;
  margin-left : -423px;
  top : 75px;
  width : 846px;
  background : url(img/bg.png);
  margin-bottom : 20px;
}

#logo {
  position : absolute;
  top : 10px;
  left : 569px;
  z-index : 1;
}

#nav {
  position : absolute;
  top : 83px;
  left : 0px;
  z-index : 1;
}

.navpoint {
  position : relative;
  width : 114px;
  height : 140px;
  float : left;
  line-height : 16px;
}

.navpoint img {
  margin-bottom : 7px;
}

.navpoint a {
  text-decoration : none;
  font-weight : bold;
}

#main {
  position : relative;
  padding-top : 270px;
  left : 23px;
  width : 800px;
}

#picframe {
  position : relative;
  float : left;
  width : 270px;
  height : 270px;
  margin-bottom : 30px;
}

#text {
  position : relative;
  margin-left : 319px;
  width : 430px;  
  padding-bottom : 30px;
  min-height : 377px;
}

#footer {
  position : relative;
  height : 29px;
  width : 823px;
  background : url(img/bg_footer.png) no-repeat;
  color : #fff;
  font-weight : bold;
  clear : both;
}

#footer a {
  text-decoration : none;
  color : #fff;
}
#footer a:hover {
  text-decoration : underline;
}

#info {
  padding-top : 6px;
  display : block;
  float : left;
  width : 456px;
  padding-left : 12px;
}
.footerbox {
  padding-top : 6px;
  display : block;
  float : left;
  width : 87px;
  text-align : center;
  margin-left : 1px;
}


#enter {
  position : relative;
  padding-top : 67px;
  left : 23px;
  width : 800px;
}

#enterfooter {
  position : absolute;
  height : 26px;
  background : url(img/bg_enter_footer.png);
  width : 823px;
  left : 23px;
  top : 680px;
  color : #fff;
}

#enterinfo {
  display : block;
  padding-top : 6px;
  padding-left : 12px;
  color : #fff;
  font-weight : bold;
}
