﻿body 
{
    background: #fff url(images/canvas.gif) left top repeat;
    font-family: Verdana, Arial, helvetica, geneva, Sans-Serif;
    font-style: normal;
    line-height: 1.4em;
    font-weight: normal;
    font-variant: normal;
    font-size: 76%;
    
}

#huelle 
{
    margin: 0px auto;
    background: url(images/wrap.gif) left top repeat-y;
    width: 1008px;
    position: relative;
    text-align: left;
}

#headImage
{
    height: 75px;
}

#foot 
{
    clear: both;
    margin-top: 1px;
    text-align: center;
    padding-top: 10px;
    font-size: x-small;
    position: relative;
    font-size: 1.0em;
    height: 50px;
    background: #fff;
    border-top: 4px solid #669900;

}

#queries
{
    max-width: 250px;
}

#searchBox
{
    padding-left: 300px;
    width: 550px;
}

#searchBoxHead
{
    padding-top: 5px;
}

#content
{
    padding-left: 20px;
    padding-right: 50px;
    margin-bottom: 20px;
    padding-top: 0px;
    position: static;
}

h1
{
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 4px;
    color: #669900;
}

h2
{
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 4px;
    margin-top: 10px;
    color: #669900;
}

p
{
    margin-top: 0px;
    margin-bottom: 10px;
}

#searchTypeSelect
{
padding-left: 300px;
}

