body
{ 
font-family: Verdana, Tahoma, Arial;
margin: 0
}

/* allgemeine Linkformatierung Textspalte und Footer */
a:link, a:active, a:visited
{  
color: #A0A0A0;
text-decoration: underline       
}
a:hover
{  
text-decoration: none;
color: #CF6767
}


/* Rahmen für Grafiken allgemein */
img
{
border: 0
}

/* Logo */
#logo
{
position:relative;
top:5px; left:100px;
background-color: #364040;
width: 1263px;
min-height: 100px;
}

/* Inhalt Content */
#inhalt     
{
position:relative;
top:10px; left:100px;
border: 1px solid #eee;
border-color: #CF6767;
border-width: 3px 0px 3px 3px;
background-color: #364040;
width: 1263px;
min-height: 660px;
}

/* Überschriften und Absatz */
#inhalt h1 
{           
font-size: 26px;
color: #666;
letter-spacing: 1pt;
text-align: left;
margin: 25px
}
#inhalt h2 
{           
font-size: 16px;
text-align: left;
margin: 25px 25px 0 25px;
color: #707070
}
#inhalt p
{           
margin: 10px 25px 30px 50px;
text-align: left;
font-size: 13px;
color: #D0D0D0
}
#inhalt table
{
margin: 0 25px;
margin-top: 20px;
margin-bottom: 20px;
text-align: left;
font-size: 13px;
line-height: 15px;
padding: 0;
color: #D0D0D0
}

/* Footer */ 
#footer
{
position:relative;
top:0px; left:100px;
line-height: 100px;
color: #A0A0A0;
font-size: 12px;
font-weight: bold;
}

/*Tooltip */
a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:490px;
  color: #D0D0D0;
  background: #364040;
  border: 2px solid #CF6767;
  height: 330px;
  line-height: 15px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
}
a.tooltips span:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  width: 0; height: 0;
  border-bottom: 12px solid #CF6767;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #364040;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 1;
  top: 30px;
  left: 50%;
  margin-left: -220px;
  z-index: 999;
}

