/* body: */
/* Hintergrund, Scroll-Balken, Standardschrift */
body 
{ 
    margin-top:1px; 
    margin-bottom:1px; 
    scrollbar-face-color: #CCCCCC; 
    scrollbar-highlight-color: #FFFFFF; 
    scrollbar-shadow-color: #000000; 
    scrollbar-3dlight-color: #000000; 
    scrollbar-arrow-color: #000000; 
    scrollbar-track-color: #999999; 
    scrollbar-darkshadow-color: #CCCCCC; 
    background-color:#D9F1D9;
    background-image:url("/images/logo_bg.gif");
    font-family:Arial,Helvetica; 
    font-size:12pt;
}

/* select, option */
/* Darstellung der Auswahllsten */
input,select,option 
{ 
    font-family:Arial,Helvetica;
    font-size:11pt; 
}

/* link */
/* Darstelling von Links */
a:link 
{
    font-family:Verdana,Arial,Helvetica; 
    color:#0000A0; 
    text-decoration:none; 
}
a:visited 
{
    font-family:Verdana,Arial,Helvetica; 
    color:#0000A0; 
    text-decoration:none; 
}
a:active 
{
    font-family:Verdana,Arial,Helvetica; 
    color:#0000ff; 
    text-decoration:underline; 
}
a:hover 
{
    font-family:Verdana,Arial,Helvetica;
    color:#0000ff;
    text-decoration:underline;
}

/* Darstellung von Ueberschriften: */
h1 
{
    font-family:Arial,Helvetica; 
    font-size:18pt; 
    color:#008000;
    text-decoration:none;
}
h2 
{
    font-family:Arial,Helvetica;
    font-size:12pt;
    color:#008000;
    text-decoration:none;
}

h3
{
    font-family:Arial,Helvetica; 
    font-size:24pt; 
    color:#ff0000;
    text-decoration:none;
    text-align:center;
}

.artikel {
   width:600px;
}

.artikelliste {
   width:600px;
}

.linkliste {
   font-size:8pt;
}

.listentitel {
   font-size:18pt; 
   color:#0000ff;
   margin-bottom:2px;
}

.titel {
   font-size:24pt; 
   font-weight:bold;
   color:#0000ff;
   margin-bottom:8px;
}

.produktzeile1 {
   font-size:13pt;
}

.produktzeile2 {
   font-size:11pt;
}

#inhalt {
   position:absolute;
   top:80px;
   left:260px;
   width:600px;
}

#menuebox {
   position:fixed;
   z-index:100;
   top:5px;
//   left:610px;
   width:250px;
   height:100%;
   background-color:#fff;
}

#produktebox {
   position:fixed;
   z-index:100;
   top:5px;
   left:260px;
   width:600px;
   background-color:#fff;
}
