/***** digipeer stylesheet media print (c) l.schletzbaum */
/***** allgemein */
body, h1, h2, h3, h4, h5, h6, div, span, p, ul, dl, ol, li, a, dd, dt, table, tr, th, td, textarea, select, option, input, label {
font-family: Arial, Helvetica, Verdana, sans-serif;
background-color: #FFF;
color: #000;
}

html, body, div, span, img, h1, h2, h3, h4, h5, h6, p, ul, dl, ol, li, a, dd, dt, table, tr, th, td, textarea, select, option, input, label {
margin: 0;
padding: 0;
}

/***** der body */
html, body {
text-align: center;
font-size: 100.01%;
}

body {
padding: 0 5px;
}

/***** alle Bilder */
img {
border: none;
}

a {
text-decoration: none;
}

/***** der Kopfbereich */
div #header {
position: relative;
height: 100px;
text-align: left;
}

	/***** der Kopfbereich links */
div #headleft {
position: absolute;
top: -10px;
left: 0;
height: 100px;
width: 100px;
}

div #headleft img {
margin: 0;
width: 100px;
height: 100px;
}

	/***** der Kopfbereich mitte */
div#headmid {
display: none;
}

	/***** der Kopfbereich rechts */
div #headright {
display: none;
}

/***** der Hauptbereich */
div#main {
background-color: #FFF;
font-size: 0.9em;
text-align: left;
}

#wrapper {
height: 100%;
}

/***** die linke Spalte */
#leftcol {
display: none;
}

/***** der Inhalt */
#content {
margin: 0;
padding: 5px;
}

	/***** der Search container */
div#search {
display: none;
}

	/***** die Info container */
div.infoset {
border-top: 1px solid #004C76;
padding: 10px 0;
margin: 10px 0 5px 0;
}

div.infoset h2 {
page-break-after: avoid;
font-size: 1.0em;
padding-bottom: 0.5em;
color: #004C76;
}

div.infoset h3 {
page-break-after: avoid;
font-size: 0.9em;
margin-top: 0.8em;
padding-bottom: 0.3em;
color: #004C76;
}

div.infoset p {
font-size: 0.9em;
padding: 0.2em 0;
}

div.infoset p.author {
text-align: right;
font-style: italic;
}

div.infoset ul {
margin: 0 0 6px 15px;
}

div.infoset ul li {
font-size: 0.9em;
margin: 0.5em 0 0 0;
padding: 0;
}

div.infoset ul.footnote {
margin: 0 0 6px 0;
padding-top: 4px;
list-style: none;
}

div.infoset ul.footnote li {
background-image: none;
font-size: 0.8em;
text-indent: -1em;
margin: 0.3em 0 0 1em;
padding: 0;
}

div.infoset ol {
margin: 0 0 .5em 20px;
}

div.infoset ol.lowlat {
list-style-type: lower-latin;
}

div.infoset ol li {
font-size: 0.9em;
padding: 0.2em 0;
}


/*
div.infoset img {
float: right;
padding: 5px 0 2px 2px;
}
*/

div.infoset div.imgwrap {
float: right;
margin: 7px 0 0 5px;
padding: 3px;
border: 1px solid #aaf8ff;
background-color: #fcfcfc;
}

div.infoset dl.imgright {

}

div.infoset dt img {

}

div.infoset dd.imgcaption {
font-size: 0.8em;
color: #004C76;
}



div.infoset span.fnote {
font-size: 0.8em;
vertical-align: top;
}

div.infoset span.fnote a {
text-decoration: none;
}



div.infoset a:hover {
color: #004C76;
}

	/***** die Daten container */
div.dataset {
border: 1px solid #004C76;
padding: 10px;
margin: 10px 0 5px 0;
}

div.dataset table { 
font-size: 0.9em;
padding: 0.5em; 
}

div.dataset table thead { 
display: none;
}

div.dataset table td { 
vertical-align: top;
padding: .2em 0;
}

div.dataset table td.tleft { 
width: 150px;
padding-right: .5em;
text-align: right; 
font-weight: bold; 
color: #004C76; 
} 

/***** die rechte Spalte */
#rightcol {
position: absolute;
right: 0;
top: 20px;
}

#logotainer {
margin: 0;
width: 550px;
}

#logotainer img {
width: 80px;
margin-left: 10px;
}

#logotainer img.imgtop {
width: 120px;
}

#logotainer img.imgleft {
padding: 0;
}

#logotainer img.imgright {
padding: 0;
}

#logotainer img.imgcenter {
width: 57px;
height: 40px;
margin-top: 15px;
padding-left: 50px;
}

/***** der float clearer */
.clear {
clear: both;
}

#footer {
background-color: #FFF;
}







