﻿body 
{
    font-family: arial;
    font-size: 1em;
    color: #000;
    background-color: #fff;
    background-image: url(../img/main/topbgtile.gif);
    background-position: top;
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
#main
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#header
{
    width: 800px;
    height: 159px;
    background-image: url(../img/main/header.gif);
    background-repeat: no-repeat; 
}
#content
{
    width: 800px;
    height: 100%;
    background-image: url(../img/main/contenttile.gif);
    background-repeat: repeat-y;    
}
#contenttop
{
    width: 800px;
    background-image: url(../img/main/topcontent.gif);
    background-repeat: no-repeat;
    background-position: top;
    text-align: left;  
}
#contentbottom
{
    width: 800px;
    height: 11px;
    background-image: url(../img/main/bottomcontent.gif);
    background-repeat: no-repeat;
}
#contentall
{
    width: 100%;
    margin: 0em;
    padding: 1em;
    font-family: Arial;
    font-size: 90%;
    color: #020202;
    overflow: auto;
}
#menu
{
    width: 200px;
    height: auto;
    float: left;
}
#contenttext
{
    width: 570px;
    height: auto;
    float: right;
    padding: 0em 1.8em 0em 0em;
}
/* Headlines ------------*/
h1
{
    font-family: Verdana;
    font-size: 160%;
    font-weight: bold;
    color: #fe9f0c;
}
h2
{
    font-family: Verdana;
    font-size: 140%;
    font-weight: bold;
    color: #fe9f0c;
}
h3
{
    font-family: Verdana;
    font-size: 110%;
    font-weight: bold;
    color: #fe9f0c;
}
h4
{
    font-family: Verdana;
    font-size: 160%;
    font-weight: bold;
    color: #5ab1f1;
}
h5
{
    font-family: Verdana;
    font-size: 140%;
    font-weight: bold;
    color: #5ab1f1;
}
h6
{
    font-family: Verdana;
    font-size: 110%;
    font-weight: bold;
    color: #5ab1f1;
}
/* End Headlines -----------*/

/* Text Style -------------*/

.small
{
    font-family: inherit;
    font-size: 70%;
    color: #5ab1f1;
    text-decoration: none;
    text-align: left;
    margin: 0em 0em 0em 2em;
}

/* Products ----------------*/
.table
{
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;

    vertical-align: bottom;
    text-align: left;
}
.name
{
    font-family: inherit;
    color: #aaa;
    font-style: italic;
    font-size: 95%;
    font-weight: bold; 
}