﻿body 
{
    font-family:Arial;
    font-size:9pt;
}
h1
{
    font-size:16pt;
    text-align: center;
}
img 
{
    border-style:none;
}
#navi a
{
    color:White;
    display:block;
    padding:5px;
    
 }
 #navi a:hover
 {
    color:Black;
 }
#nav a
{
    color:Black;
    display:block;
    padding:5px;
}
#wrapper 
{
    width:1024px;
    background-color:#F1F1F1;
    border-color:#C6C0BB;
    border-width:2px;
    border-style:solid;
    height:auto;
    margin:auto;
    /*position:absolute;
    top:3%;
    left:5%;*/
}

#header 
{
    width:1019px;
    background-repeat: repeat-x;
	background-position: left top;
	background-image: url(http://www.activedevelop.de/Images/Logo_End.jpg);
	height: 101px;
	margin:5px;
	border-style:none;
	border-color:inherit;
	
}
#header img
{
    text-decoration:none;
    border-style:none;
}
#nav 
{
    float:left;
    width:130px;
    background-color:#F1F1F1;
    padding:10px;
 }
#nav a:hover
{
    background-color:#C6C0BB;
    color:Black;
}
 #content
 {
     float:left;
     width:710px;
     height:auto;
     border-color:#C6C0BB;
    border-style:solid;
    border-width:0px;
    border-left-width:2px;
    border-right-width:2px;
    background-color:White;
    padding:5px;
 }
#sidebar
{
    float:left;
    width:115px;
    background-color:#F1F1F1;
    height: auto;
}
#navi
{
    float:left;
    background-color:#41529A;
    color:white;
    width:818px;
    height:30px;
    text-decoration:none;
    padding:5px;
}
.english
{
    float:right;
    background-color:#41529A;
    color:White;
    width:196px;
    height:40px;
    text-decoration:none;
 }
 .english a
 {
     text-decoration:none;
     color:white;
 }
.clear
{
    clear:both;
    height: 1px;
}
#footer
{
    width:1014px;
    background-color:#41529A;
    text-align:right;
    color:#F1F1F1;
    padding:5px;
    padding-top:0px;
    padding-bottom:4px;
    height:19px;
    font-size:10pt;
}
ul li
{
    margin-bottom:8px;
  }
.tooltip
{
   position:absolute;
   display:none;
   width:300px; 
   height:auto;
   background-color:#F1F1F1;
   border-style:outset;
   border-width:2px;
   border-color:#C6C0BB;
   padding:7px;
}
.tooltip img
{
    border-style:none;
}
.Artikel
{
    display:none;
}
.Buch
{
   display:none;
}