
/*-------------------------------------------------*/
body
{
   font-size: 12px;
   font-family: arial, verdana, helvetica;
   text-align: center;
   margin: 0px;
   background-image: url('../backgrounds/1px_streifen.jpg');
}

/*-------------------------------------------------*/
table
{
   font-size: 12px;
   font-family: arial, verdana;
}

/*-------------------------------------------------*/
a:link
{
    color: #333; 
    font-weight: bold;
    text-decoration: none; 
}

/*-------------------------------------------------*/
a:visited
{
    color: #333; 
    font-weight: bold;
    text-decoration: none; 
}

/*-------------------------------------------------*/
a:hover
{
    color: #333; 
    font-weight: bold;
    text-decoration: underline; 
}

/*-------------------------------------------------*/
a:active
{
    color: #333; 
    font-weight: bold;
    text-decoration: none; 
}

/*-------------------------------------------------*/
h1
{
   border-width: 1px 1px 0px 1px;
   border-color: #333;
   border-style: outset;
   padding: 3px;
   text-align: center;
   color: #333;
   font-weight: bold;
   font-size: 18px;
   margin: auto;
   margin-top: 30px;
   margin-bottom: 15px;
}

/*-------------------------------------------------*/
h2
{
   color: black;
   font-weight: bold;
   font-size: 15px;
   font-family: arial, verdana;
}

/*-------------------------------------------------*/
.hauptkontainer
{
   text-align: left;
   padding-left: 25px;
   padding-right: 25px;
}

/*-------------------------------------------------*/
/*--------------------------------------*/
.produkticon
{
   width: 120px;
   height: 120px;
   padding: 3px;
   float: left;
}

/*-------------------------------------------------*/
/*--------------------------------------*/
.gruppennavi
{
margin-top: 30px;
text-align: center;
}

/*-------------------------------------------------*/
/*--------------------------------------*/
.zentriert
{
width: 840px;
margin: auto;
text-align: left;
}

/*-------------------------------------------------*/
/*--------------------------------------*/
.Oberfl�chenname
{
width: 120px;
text-align: center;
float: left;
margin-right: 2px;
margin-left: 3px;
font-weight: bold;
color: weight;
border-width: 0px 1px 0px 1px;
border-style: dotted;
border-color: #0062A1;
background-color: #E8E8E8;
}

/*-------------------------------------------------*/
.inaktiv
{
    color: #035E93; 
    font-weight: bold;
    text-decoration: none; 
}

