a:link {
	color: #6D2542;
	text-decoration: none;
	}
a:visited {
	color: #666666;
	text-decoration: underline;
	}
a:hover {
	color: #999999;
	text-decoration: underline;
	}
a:active {
	color: #999999;
	text-decoration: none;
	} 

html {
overflow-y:scroll;
background-color:#ffffff;
}

body {
margin:0 0 0 0;
padding:0 0 0 0;
}

#page {
width:768px;
margin:auto;
color: #888888;
font-size:14px;
font-weight:normal;
line-height:1.6em;
font-family: Sylfaen, Geneva, Helvetica, Verdana, Arial, "Bitstream Charter", serif;
}

#head {
height:200px;
margin:34px
}

#mainbody {
position:relative;
}

#content {
width:500px;
text-align: justify;
margin:34px;
}

#menu {
position:absolute;
text-align:center;
width:166px;
right:34px; top:-20px;
}

#indent {
width:480px;
text-align: justify;
position:relative;
left:20px;
}

h1 { 
font-size:15px;
letter-spacing: 1px; 
margin-bottom: 5px; 
font-weight:bold;
}

h2 {
font-size:12px;
font-weight:normal;
}

h3 {
letter-spacing: 0px; 
font-size: 14px;
font-weight:bold;
}



/* Relativer Tooltip (von webbe.de) */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none; 
  font-style: normal;
  color: #888888; 
  }
  
a.tooltip:hover {
  color: #888888; 
  background: transparent;
  }

a.tooltip span {
  display: none;  
  text-decoration: none; 
}

a.tooltip:hover span {
  display: block;
  position: absolute; 
  top: -80px; 
  left: 10px; 
  z-index: 100;
  color: #000000; 
  border:0px solid #000000; 
  background: #ffffff;
  font: 12px Verdana, sans-serif; 
  text-align: left;
}


