/*  PRINT-STYLES Seitenbau GmbH
----------------------------------------------------*/

*
{
    background-image: none !important;
    background-color: #ffffff !important;
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    color: #000000 !important;
}


a[href]:after
{ 
  content:" ["attr(href)"]";
  background-color: inherit;
  color: #444444 !important;
  font-style: italic;
}

a[href]#logo:after, a.bildlink:after { 
  content:"";
}

#inhalt a:before {
    content: none !important;
}


#schatten
{
    position: static;
    float: none;
    min-height: inherit;
    min-width: inherit;
    width: auto;
    top: auto;
    left: auto;
    background-image: none;
}

#rahmen
{
    float: none;
    width: auto;
    margin: 0;
    background: transparent;
    text-align: left;
}

#inhalt
{
    width: auto;
    float: none;
    margin: 0;
}


#footer
{
    position: static;
    clear: both;
    bottom: auto;
    width: auto;
    height: auto;
    margin: 0;
    text-align: left;
    border-top: none;
}
#footer ul
{
    display: none;
}
#footer em
{
    float: none !important;
    margin: 0;
}


.zurueck
{
    display: none;
}

#header {
    width: auto;
    height: 33px;
    margin: 0 0 20px 0;
    border-bottom: 3px solid black;
}


#header h1 {
    display: none;
}

#header em {
    display: none;
}

#navigation
{
    display: none;
}


#subnavigation
{
    display: none;
}

#teaserbild
{
    display: none;
}


#content {
    float: none;
    width: auto;
    margin: 0;
}

#inhalt {
    float: none;
    width: auto;
    margin: 0;
}


.spalte1 {
    width: auto;
    margin: 0 0 20px 0;
}
.spalte2 {
    width: auto;
    margin: 0 0 20px 0;
}
.spalte3 {
    width: auto;
    margin: 0 0 20px 0;
}
.spalte4 {
    width: auto;
    margin: 0 0 20px 0;
}

.spalte12 {
    width: auto;
    margin: 0 0 20px 0;
}
.spalte34 {
    width: auto;
    margin: 0 0 20px 0;
}


.grau
{
    color: #000000;
}

/*************
Specials
************/

.nurdrucken {
    display: block;
}


.nichtdrucken
{
    display: none;
}

