/*
  Style Sheet
---------------------------------------------
  Style Name  :  
=============================================
  Die Darstellung ist 1024 Pixel breit.
  Das Menu links vertikal angeordnet.
=============================================

Versionshistory:
V01.00	2006-12-15	Roger Schoch   created...
*/


#content{
 float:left;
 width:350px;
 margin-top:55px;
 padding-bottom:20px;
 padding-left:20px;
}

#rightcontent{
 float:left;
 width:170px;
 margin-top:55px;
 padding-bottom:20px;
 padding-left:5px;
 border-left-width:1px;
 border-left-style:solid;
 border-left-color:#222222;
}




