*
{
    padding:                0px;
    margin:                 0px;
}

body
{
    text-align:             center;
    font-family:            Verdana, Tahoma, Arial, sans-serif;
    background-color:       #bcc4c3;
}

h3
{
    margin-top:             1em;
    margin-bottom:          1em;
    display:                block;
    background-color:       #3e4a4f;
    color:                  #fff;
    padding:                2px 0px 2px 4px;
    font-size:              16px;
}

h3 a:hover {
    color:                  #fff;
    text-decoration:        none;
}


h2
{
    margin-top:             1em;
    margin-bottom:          1em;
    color:                  #fff;
    padding:                4px 0px 4px 8px;
    background-color:       #64902a;
    font-size:              18px;
    display:                block;
}

h2 a:hover {
    color:                  #fff;
    text-decoration:        none;
}

h1
{
    margin-bottom:          1em;
    font-size:              22px;
}

a:link
{
    color:                  #3e4a4f;
    text-decoration:        underline;
}
a:hover
{
    color:                  #3e4a4f;
    text-decoration:        underline;
}
a:visited
{
    color:                  #3e4a4f;
    text-decoration:        underline;
}

a img
{
    border: 0px;
}

.menua:link,.menua:hover,.menua:visited
{
    color: #fff;
    text-decoration: none;
}

#root
{
    width:                  900px;
    /*height:                 650px;*/
    margin:                 0 auto;
    text-align:             left;
}

#header
{
    width:                  900px;
    height:                 100px;
    background-color:       #ddd;
    background-image:       url(header_grafik.jpg);
}

#menu
{
    width:                  900px;
    height:                 30px;
    /*background-color:       #517522;*/
    background-color:       #3e4a4f;
    color:                  #fff;
    font-family:            Tahoma;
}
#menu ul
{
    list-style-type:        none;
    margin:                 0px;
    padding:                0px;
}

#menu li
{
    float:                  left;
    padding:                4px 5px 0px 5px;
    text-align:             center;
    width:                  170px;
    height:                 26px;
    display:                block;
    cursor:                 pointer;
}

#menu li:hover
{
    display:                block;
    background-color:       #64902a;
}

#content
{
    width:                  900px;
    min-height:             400px;
    font-size:              14px;
    background-color:       #fff;
}

table
{
    font-size:              14px;
}

table td
{
    padding: 2px;
}

#inner_content
{
    width:                  878px;
    min-height:             379px;
    border-left:            1px solid #3e4a4f;
    border-right:           1px solid #3e4a4f;
    padding:                10px;
}

#footer
{
    padding-top:            6px;
    background-color:       #3e4a4f;
    height:                 24px;
    width:                  900px;
    color:                  #fff;
    text-align:             center;
}

.spalten
{
    margin: 2em 0 2em 0;
    height: 850px;
}

.links
{
    float: left;
    width: 437px;
    /*height: 500px;*/
    text-align: center;
}

.rechts
{
    float: left;
    width: 437px;
    /*height: 500px;*/
    text-align: center;
}

.pricetable tr td, .pricetable tr th
{
    padding: 10px;
    border: 1px solid black;
    text-align: center;
}

img {
    padding: 2px;
    border: 1px solid #acacac;
}
