body
{
    text-align: center;
    font: 10px Verdana, Helvetica, Sans-Serif;
    color: #333;
    background-color: #F9F9F9;
    min-height: 101%;
    margin: 0;
}

p
{
    margin: 7px 0 3px 0;
    padding: 0;
}

A.CommandButton:link
{
    text-decoration: none;
    font-weight: normal;
    color: #509bdf;
}

A.CommandButton:visited
{
    text-decoration: none;
    font-weight: normal;
    color: #509bdf;
}

A.CommandButton:hover
{
    text-decoration: underline;
    font-weight: normal;
    color: #509bdf;
}


/* ------------- * form elems and classes * ------------- */

select.select
{
    width: 160px;
    height: 18px;
    font-size: 11px;
}

div.fullsearch input
{
    margin-right: 5px;
}

div.fullsearch select.select, div.fullsearch input.text
{
    color: #333;
    margin-top: 3px;
    margin-right: 0;
}

.text
{
    font-size: 11px;
    border: 1px solid #333;
}

/* ------------- * shorthanded helper * ------------- */

.floatleft
{
    /*float: left;*/
    width: 100px;
    height: 100px;
    position: absolute;
    /*top: 10px;*/
    left: 180px;
}

.floatright
{
    float: right;
}

.clear
{
    clear: both;
    height: 1px;
}

.inline
{
    display: inline;
}

.right
{
    text-align: right;
}

.btnbox
{
    float: left;
    width: 100px;
    margin-top: 12px;
}

/* ------------- * main divs * ------------- */

#mainboxinnersmall
{
    /*text-align: left;*/
    height: 170px;
    /*width: 330px;*/
    /*background: url(../graph/site/Hintergrund.jpg) no-repeat 0 bottom;*/
    background-color: #F4F4F4;
}

#quicksearchform
{
    position: absolute;
    top: 0;
    left: 0;
    /*padding-top: 40px;*/
    padding-left: 0px;
    margin-left: 10px;
    width: 165px;
}

div#linkDetailSearch
{
    position: relative;
    top: 40px;
    text-align: center;
}

div#UPTreffer
{
    padding-top: 8px;
}

html* div#UPTreffer
{
    margin-right: 4px;
    padding-top: 7px;
}

* html div#UPTreffer
{
    margin-right: 4px;
    padding-top: 7px;
}

* html div#linkDetailSearch
{
    margin-bottom: 0;
}

/* ------------- * Button * ------------- */


div.btnbox .btnborderright
{
    /*height: 21px;*/
    /*width: 5px;*/
    /*background: url(../graph/site/btn-border-left.gif) no-repeat 0 bottom;*/
}

div.btnbox .btnborderleft
{
    height: 21px;
    width: 5px; /*background: url(../graph/site/btn-border-right.gif) no-repeat 0 bottom;*/
}

div.btnboxinner
{
    position: relative;
    top: 65px;
    left: 14px;
    text-align: center;
    background: url(../graph/site/Button_Suche.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
    height: 28px;
    width: 73px;
    color: #AD001B;
    white-space: nowrap;
}

html* div.btnboxinner /*IE7 only*/
{
    left: 2px;
}

* html div.btnboxinner /*IE6 only*/
{
    position: relative;
    /*top: 101px;*/
    top: 72px;
    left: 14px;
    padding-right: 30px;
}

div.btnbox span#treffer
{
    color: #FF8800;
    font-weight: bold;
}

div.btnbox input.submit
{
    padding: 0 0 2px 0;
}

button
{
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: none;
}

button div
{
    margin: 0;
    background-repeat: no-repeat;
    background-position: left center;
}

/* def standard submit button */
button div p
{
    color: #FF8800;
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: right center;
}

button div.btn
{
    padding: 0 0 0 5px;
    background: url(../graph/site/btn-submit-left.gif) no-repeat left top;
}

button div p.btn
{
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.05em; /* defs in the ie.css - should be different! */
    padding: 1px 5px 1px 0;
    background: url(../graph/site/btn-submit.gif) no-repeat right top;
}

/* ------------- * cntbox  * ------------- */

.tooltip
{
    display: none;
    background: #FFF;
    padding: 5px;
    border: 1px solid #FF8800;
    width: 200px;
    position: absolute;
    text-align: left;
}