/*default stylesheet*/
body{
   margin:0 auto;
   padding-bottom:20px;
   text-align:center;
   background:#ddd;
   font-family:Verdana,Arial,Helvetica,sans-serif;
   font-weight:normal;
   color:#111;
   font-size:10pt;
}
a{
   color:#000;
}
.active{
   font-weight:bold;
   font-size:12pt;
}
#container{
   /*margin-top:5%;*/
   margin-top:20px;
   width:700px;
   /*height:1000px;*//*do a min-height with nix.gif in container or use padding-bottom*/
   border:1px solid #ccc;
   /*border-top:0;*/
   /*border-top:0;
   border-bottom:0;*/
   padding-bottom:400px;
   background:url(hintergrund.png) 0 -260px no-repeat #fff;
}
#banner{
   display:none;
}
#navigation{
   position:relative;
   top:92px;
   left:120px;
   margin:0;
   padding:0;
   text-align:left;
   width:450px;
   overflow:hidden;
}
#navigation li,#navigation li a,#navigation a{
   font-size:8pt;
   /*padding-top:40px;*/
   color:#111;
   text-decoration:none;
}
#navigation a.active{
   /*border:1px solid #fff;
   border-top:0;*/
}
#navigation li a:hover,#navigation a:hover{
   /*font-weight:bold;*/
   text-decoration:underline;
   
}
/*
#subnavigation{
   display:none;
}
*/
#subnavigation{
   width:400px;
   text-align:center;
}
#subnavigation a{
   font-size:7pt;
   
}
#subnavigation a.active{
   border:0;
   height:auto;
}
#zitat{
   position:relative;
   margin-top:36px;
   width:100%;
   height:124px;
   font-weight:normal;
   font-style:italic;
   overflow:hidden;
}
#zitat dl{
  width:700px;
  color:#444;
  font-style:italic;
}
#zitat dl dt{
   font-family:cursive,serif;
   font-weight:normal;
   font-size:12pt;
   color:#ea0006;
}
#zitat dl dd{
   font-family:Verdana,Arial,Helvetica,sans-serif;
   font-size:65%;
   font-style:normal;
}
#content{
   position:relative;
   top:130px;
   left:95px;
   width:400px;
}
#content h1{
   margin-top:0;
   padding-top:0;
   font-size:13pt;
   font-weight:normal;
   text-align:left;
   /*color in content h1 a*/
}
#content h1 a{
   text-decoration:none;
   color:#999;
}
#content h2{
   font-size:10pt;
   font-weight:normal;
   text-align:left;
}
#content h2 a{
   color:#222;
}
 p{
	margin-left:40px;
	margin-right:40px;
	font-size:10pt;
	color:#333;
	text-align:left;
}
/*
#footer{
   position:relative;
   left:105px;
   text-align:left;
}
*/
#footer{
   margin-top:22pt;
   font-size:7pt;
   text-align:left;
}
#maintenance{
   display:none;
}
