* { padding: 0; margin: 0; }
html {
min-height: 101%;
height: 101%;
}

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 80%;
 color: #333;
 text-align: justify;
}
#container { 
 margin: 0 auto;
 width: 800px;
 background: url('../images/layout.jpg') no-repeat;
 background-position: 100% 00%;
 border: 1px solid #ccc;
 overflow:auto;
}

#digitaldruck-offsetdruck {
position: absolute;
margin-top: 30px;
margin-left: 515px;
height: 121px;
width: 194px;
}
#oben {
 color: #696969;
 height: 182px;
clear: both;
}
#oben a{
margin: 5px;
color: #333;
text-decoration: none;
line-height: 45px;
}
#oben a:hover{
color: #fff;
}
#oben a#curent{
color: #fff;
}
#links { 
float: left;
background: #transparent;
 color: #333;
 margin: 5px 0 10px 0;
 width: 212px;
 height: 400px;
}

#navigation {
float: right;
background: url('../images/navi.jpg') no-repeat;
margin: 4px 0 0 0;
width: 575px;
height: 25px;
color: #333;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
#navigation ul
{
border: 0;
list-style-type: none;
text-align: center;
}
#navigation ul li
{
display: block;
float: left;
text-align: center;
}
#navigation ul li a
{
width: 110px;
height: 25px;
color: #333;
text-decoration: none;
display: block;
text-align: center;
line-height: 25px;
}
#navigation ul li a:hover
{
color: #fff;
}
#navigation a:active
{
color: #fff;
}
#navigation li#active a
{
color: #fff;
}
#navigation ul li a#current {
color: #fff;
}
.abstand {
margin-left: 9px;
}
* html .abstand {
margin-left: 4px;
}
.ende {
margin-left: 10px;
}
* html .ende {
margin-left: 10px;
}

#inhalt { 
 float: right;
 background: #transparent;
 color: #333;
 border-top: 1px solid #e6e400;
 margin: 4px 0 5px 0;
 width: 576px;
}
#inhalt p{
 margin-left: 30px;
 margin-right: 30px;
}
#fuss {
 color: #333;
 height: 25px;
 background: url('../images/abschluss.jpg') no-repeat;
 clear: both;
}
h1 {
 color: #333;
 line-height: 1.3;
 margin: 10px 30px 10px 30px;
 font-size: 100%; 
 font-weight: bold;
 text-align: left;
}
h2, h3, h4, h5, h6 {
 color: #333;
 line-height: 1.3;
 margin: 0 30px 0 30px;
 font-size: 100%; 
 font-weight: bold;
 text-align: left;
}
a {
color: #333;
text-decoration: underline;
font-weight: bold;
}
a:hover {
color: #afc700;
text-decoration: underline;
font-weight: bold;
}
hr {
margin-left: 30px;
margin-right: 30px;
margin-top: 5px;
margin-bottom: 10px;
border-top: 1px dashed #696969;
border-bottom: 1px solid #afc700;
color: #83a60f;
background-color: #fff;
height: 3px;
}

p.print { 
display: none;}
