﻿*
{
    margin: 0px;
    padding: 0px;
}
html
{
    font-size: 100.01%;
}

body
{
    font-family: Trebuchet MS;
}
ul, li
{
    list-style-type: none;
}
img
{
    border: 0;
}
#header, #main, #footer
{
    clear: both;
}
.page
{
    width: 1000px;
    margin: 0 auto;
}
#main
{
    width: 100%;
}
#header h1
{
    background: transparent url(/images/toplogo.gif) left top no-repeat;
    text-indent: -9999em;
    height: 76px;
    width: 800px;
    display: block;
}
#header_content
{
    padding: 10px 0;
}
#footer_content
{
   text-align: center;
   }

.col1
{
    width: 730px;
    float: right;
}
.col2
{
    width: 270px;
    float: left;
}

.col1_content, .col2_content
{
    padding: 10px;
}


#forhandlerliste > li
{
    float: left;
    width: 30.333%;
    padding: 1%;
    border: transparent 1px solid;
    font-size: 90%;
}
#forhandlerliste > li.current
,#forhandlerliste > li:hover
{
    border: #c3142d 1px solid;
    background: transparent url(/images/globe.gif) left top no-repeat;
	cursor:default;
}

#forhandlerliste h3
{
    font-size: 110%;
    text-transform: uppercase;
}
#forhandlerliste a
{ color: #7591c0; text-decoration: none; }
#forhandlerliste a:hover
{color: #005295;}
.email{}
