/* CSS Document */

/* Fuer die Druckausgabe ueberfluessiges abschalten */


body
{
        font-family: Verdana, Arial, Sans-Serif;
        font-size: 75%;
								margin:0;
        padding:0;
								height: 100%;
}


#column
{
        left: 10px;
								margin: 0 ;
        background: transparent;
        border: solid 0px #cc0000;
        border-bottom: solid 0px #583F99;
        border-top: solid 0px #A6C2DB;
        padding: 0;
        text-align: left;
        max-width: 940px;
}

body > #drum { width: 940px; }
*html #drum { width: expression((body.offsetWidth>900)?'940px':'auto'); }
*>html #drum { width: 940px; }



#drum2
{
        margin: 0px;
        width: 100%;
        background: url(../images/hintergrund2.gif) no-repeat;
        border-right: solid 0px #cc0000;
}

#drum2 .logo
{
margin-left: 35px;
 margin-bottom:30px;
       border: solid 0px;
							   
        
}

#drum2 .headbild
{
       margin-top:5px;
								margin-left: 15px;          
        border-right: solid 0px #cc0000;
								
}

#breadcrumb{display:none}




#content{
width: 15cm;

}

* html #content{ 

width: 15cm;


}



#header
{
  display:none;
}

#navoben
{
  display:none;
							
}
#left
{
  display:none;
							
}

h1 {
font-size:18px;
font-weight: normal;
padding-top: 5px;
padding-bottom: 5px;
padding-left: -10px;
margin:0px;}



