************************************************
Website: http://www.pentzek.org
Autor: Pentzek.org
Datei: styles-print.css
Datum: 07.05.2010
************************************************
html,
body{
color: black;
background-color: white;
font-family:Arial,'Times New Roman',Times,serif;
font-size: small;
line-height: 1.5;
}

h2,
h3,
h4,
h5,
h6{
color: #990033;
background-color: white;
}

#wrapper{
width: 100%;
margin-top: 2%;
margin-right: auto;
margin-left: auto;
}

#header{
width: 100%;
float: left;
}

#header .imageleft{
float: right;
}

#navi{
display: none;}


#main{
         min-width: 750px;
         border: 1px solid red;
         padding: 0;
         float: left;
         -moz-border-radius-topleft: 0px;
         -moz-border-radius-topright: 0px;
         -moz-border-radius-bottomright: 15px;
         -moz-border-radius-bottomleft: 15px;
         -webkit-border-top-left-radius: 0px;
         -webkit-border-top-right-radius: 0px;
         -webkit-border-bottom-left-radius: 15px;
         -webkit-border-bottom-right-radius: 15px;
}

#main span {
font-weight: bold;
}
#main a {
color: black;
text-decoration: none;
}

#einleitung{
float: left;
margin: 0 2% 2% 2%;
}

#content1{
float: left;
margin: 0 2% 2% 2%;
}
#content2{
float:left;
margin: 0 2% 2% 2%;
}
#content3{
float: left;
margin: 0 2% 2% 2%;
}
#content4{
float: left;
margin: 0 2% 2% 2%;
}

.bild{
float: left;
margin: 2% 1% 2% 1%;
}



#footer{
display: none;
}

#subheader{
display: none;}


.imageleft{
float: left;
}
.imageright{
float: right;
}



.skiplink {
  display: none;
}
