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

body {
  font-family:verdana;
  background-color:#8a8a8a;
  background-image:url(/img/bg_body.jpg);
  background-repeat:repeat-x;
  
}

#main { 
  background-color: #ffffff; 
  border: 1px solid #777777; 
  margin: -322px 0 0 -450px;  
  position:absolute; top: 50%; left: 50%; 
  width: 900px; 
  height: 650px; 
}

a {
  text-decoration:none;
  color:#000000;
  font-size:11px;
  line-height:15px;
}

/* index */

div.box {
  position:absolute;
  width:170px;
}

div.top {
  top:315px;
}

div.bottom {
  top:500px;
}

div.left {
  left:255px;
}

div.center {
  left:465px;
}

div.right {
  left:675px;
}

div.topimage {
  top:60px;
}

div.box .headline {
  margin-bottom:4px; padding:0px 0px 1px 5px; color:#000000; font-weight:bold; font-size:10px;
}

div.box .headline a {
  font-size:10px;
}

div.box .headline a:hover {
  color:#000000;
}

div.box .alpen {
  border-bottom:3px solid #3c4457;
}

div.box .impressionen {
  border-bottom:3px solid #86382e;
}

div.box .landschaft {
  border-bottom:3px solid #646d2a;
}

div.box .website {
  border-bottom:3px solid #975700;
}

div.box .kontakt {
  border-bottom:3px solid #676767;
}

div.box .content {
  padding-left:5px;
}

.headerimage {
  position:absolute; 
  top:60px; 
  left:255px;
}

.backlink {
  position:absolute; top:30px; left:30px;
}

.backlink a {
  color:#ffffff;
  background-image:url(/img/bg_backlink.gif);
  background-repeat:no-repeat;
  background-position:0px 4px;
  padding-left:10px;
  display:block;
  line-height:1em;
}

div.backlink a:hover {
  color:#ffffff;
}

.boxleft {
  position:absolute; top:315px; left:255px; width:170px;
}

.boxright {
  position:absolute; top:315px; left:427px; width:419px;
}

.boxborder {
  margin-bottom:4px; color:#000000; font-weight:bold; font-size:10px;
}

.boxleft .boxborder {
  border-bottom:3px solid #aaaaaa; padding:0px 0px 1px 3px;
}

.boxleft .innerframe {
  padding-left:8px; font-size:11px; line-height:16px; padding-top:15px; padding-right:10px;
}

.boxleft .linkbox {
  height:20px; text-align:right;
}

.boxright .boxborder {
   padding:0px 0px 1px 18px;
}

.boxright .innerframe {
  padding-left:18px; font-size:11px; color:#aaaaaa; line-height:16px;  padding-top:15px;
}

.boxright .linkbox {
  height:20px;
}

.alpen .boxright .boxborder {
  border-bottom:3px solid #77a2cc;
}

.impressionen .boxright .boxborder {
  border-bottom:3px solid #86382e;
}

.landschaft .boxright .boxborder {
  border-bottom:3px solid #646d2a;
}

.website .boxright .boxborder {
  border-bottom:3px solid #975700;
}

.kontakt .boxright .boxborder {
  border-bottom:3px solid #676767;
}

.alpen a:hover, a.linkalpen:hover {
  color:#77a2cc;
}

.impressionen a:hover, a.linkimpressionen:hover {
  color:#86382e;
}

.landschaft a:hover, a.linklandschaft:hover {
  color:#846d2a;
}

.website a:hover, a.linkwebsite:hover {
  color:#975700;
}

.kontakt a:hover, a.linkkontakt:hover {
  color:#676767;
}