body, p, ul, li, div, form, h1, h2, h3 {
   margin: 0;
   padding: 0;
}

body {
   background: #F3F3F3;
   font-size:95%;
}

p, ul, li, td, th, h1, h2, h3, h4  {
   font: normal 1em verdana, arial, sans-serif;  
   color: #333;
}

a {
   font: normal 1em verdana, arial, sans-serif; 
   color: #264477;
}

a:visited {
   font: normal 1em verdana, arial, sans-serif; 
   color: #5B6A7C;
}

a:hover {
   color: #5B6A7C;
}

#wrapper {
   margin-left: 25px;
   margin-right: 25px;
/*   border: 1px solid red; */
}

#wrapper.home {
/*   background: #F3F3F3 url(../images/home2.jpg) repeat-y top right; */
}


#container {
   margin-left: 25px;
/*   border: 1px solid blue;  */
}

/* Head-Bereich */
#container div.head {
   height: 80px;
   clear:both;
   font-size:0px;
   border-bottom: 2px solid #CC3300;
}

#container div.head div.logo {
   width: 380px;
   height: 80px;
   margin-right: 225px;
   background: #F3F3F3 url(../images/logo.gif);
   text-decoration: none;
}

#container div.head div.logo a {
   display: block;
   width: 380px;
   height: 60px;
}

#container div.head div.logo h1 {
   display: none;
}

#container div.head div.themepic {
   width: 200px;
   height: 80px;
   float: right;
   background: #F3F3F3 url(../images/themepic_default.jpg);
}

#container div.head div.home {
   background: none;
}

#container div.subhead {
   border-bottom: 1px solid #cc3300;
}

#container div.subhead a {
   font-size: 0.65em;
   line-height: 2.2em;
   text-decoration: none;
   color: #264477;
}

#container div.subhead a:hover,
#container div.subhead a.active {
   color: #5B6A7C;
}

#container div.subhead div.language {
   width: 160px;
   float: left;
}

#container div.subhead div.language a {
   padding-right: 4px;
   font-weight: bold;
}

#container div.subhead div.breadcrumbs {
   position: relative;
   margin-left: 185px;
}
   
/* Navigation */
#navigation {
   width: 185px;
   margin-top: 18px;
   float: left;
}

div#navigation a {
   display: block;
   text-align: left;
   font-size: 0.75em;
   line-height: 1.2em;
   padding-left: 24px;
   text-decoration: none;
   color: #264477;
}

div#navigation a:hover,
div#navigation a.active,
div#navigation a.second.active:hover,
div#navigation a.third.active:hover {
   background: url(../images/square_blue.gif) no-repeat 0 4px;
}
div#navigation a.active {
   background-image: url(../images/square_grey.gif);
   color: #5B6A7C;
}

div#navigation a.first {
   font-weight: bold;
   margin-top: 4px;
}

div#navigation a.second {
   padding-left: 40px;
}

div#navigation a.third {
   padding-left: 60px;
} 
   
/* Content */
#content {
   margin-left: 210px;
   margin-top: 20px;
   margin-bottom: 25px;
}

#content div.text {
   margin-right: 225px;
}

#content div.zoom {
   position: relative;
   margin-right: auto;
}

#content div.text p {
   position: relative;
   font-size: 0.77em;
   line-height: 1.3em;
   margin-bottom: 8px;
}

#content div.text ul {
   margin: 0;
   padding: 0;
   margin-bottom: 8px;
   margin-top: -8px;
}

#content div.text li {
   font-size: 0.77em;
   line-height: 1.3em;
   padding:0.4em 0em 0em 0.3em;
   margin-left: 17px;
   list-style-type: square;
   margin-top: 0;
   margin-bottom: 0;
   padding-top: 0;
   padding-top: 0;
}

#content div.text h2 {
   font-size: 1.1em;
   color: #666;
   margin-bottom: 14px;
   margin-top: 0;
   padding-top: 0;
}

#content div.text h3 {
   font-size: 0.85em;
   font-weight: bold;
   color: #666;
   margin-bottom: 8px;
   padding-bottom: 0;
   margin-top: 12px;
   padding-top: 12px;
}

#content div.pic {
   float: right;
   width: 200px;
   padding-left: 15px;
   margin-left: 15px;
   margin-top: 3px;
   margin-bottom: 17px;
}

#content div.pic p, 
#content div.pic div.zoomlink, 
#content div.pic div.copyright {
   line-height: 1.2em;
   margin-bottom: 8px;
   font: normal 0.7em verdana, arial, sans-serif;  
   color: #333
}

#content div.pic div.zoomlink {
   float: right;
   margin-top: 4px;
}

#content div.pic div.zoomlink a {
   padding-left: 18px;
   text-align: right;
   font-size: 1em;
   background: url(../images/ic_zoom.gif) no-repeat 1px;;
}

#content div.pic div.copyright {
   margin-top: 4px;
   color: #666;
}

#content div.pic p strong {
   color: #666;
}

#content div.zoom div.legend {
   position: relative;
   margin-bottom: 16px;
}

#content div.text ul#sitemap {
   margin-top: 12px;
}

#content div.text ul#sitemap ul {
   margin-top: 4px;
}

#content div.text ul#sitemap li li {
	font-size: 1em;
}

#content #search {
   font: normal 0.77em verdana, arial, sans-serif;  
}

/* Content-Footer */
#content div.footer {
   position: relative;
   border-top: 1px solid #CC3300;
   padding-top: 3px;
   background-color: #F3F3F3;
}

#content div.footer a {
   font-size: 0.7em;
   line-height: 1.3em;
   text-decoration: none;
   color: #264477;
   padding-left: 16px;
   padding-right: 12px;
   padding-bottom: 12px;
}

#content div.footer a:hover,
#content div.footer a.active {
   color: #5B6A7C;
}

#wrapper #content div.footer a.top {
   background: url(../images/ic_top.gif) no-repeat 2px 1px;
}

#wrapper #content div.footer a.print {
   background: url(../images/ic_print.gif) no-repeat 2px 1px;
}

#wrapper #content div.footer a.imprint {
   background: url(../images/ic_imprint.gif) no-repeat 2px 1px;
}

/* Content-Footer fuer die Druckausgabe */
#content div.footerprint {
   display: none;
}

/* Allgemeine Angaben */
.hidden {
   display: none;
   width:1px;
   height:1px;
   font-size:0px;
   margin-top:-1px;
   margin-left:-1px;
}

.clear {
   clear:both;
   font-size:0px;
}

.footnote {
   font-size: 0.85em;
   line-height: 1.2em;
}

.floatleft {
   float: left;
}

.right {
   text-align: right;
}

.left {
   text-align: left;
}



