/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

body {
margin: 0 auto;
padding: 0;
font-family :   verdana,arial, tahoma,helvetica, sans-serif;
font-size :11px;
background: #ffffff url(img/bg_body2.jpg) top center repeat-x;
border: 0px solid blue;
}
p,h1,h2 {font-family:verdana, arial;}
#menuleiste
{
visibility:hidden;
border:0px solid green;
         height:20px;
         width:100%;
         text-align:center;
         background: url(img/farbleiste.jpg) ;
         }
#submenu1
{        visibility:hidden;
         margin-top:5px;
         height:20px;
         width:100%;
         text-align:center;
         }
#content
{
         font-family :   verdana,arial, tahoma,helvetica, sans-serif;
}
#footer {
visibility:hidden;
}
