﻿/* Stylesheet nur für die Golfshop Landingpage */
body {
    background: #f4fafd url(../images/start/hg.png) repeat-x;
    color: #0072BC;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}

body, h1, h2, h3, h4, p {
    margin: 0; padding: 0;
}

h1, h2, h3, h4, p {
    margin-bottom: 1.3em;
}

p, address {
    line-height: 1.3em;
}

img {
    border: none;
}



a {
    color: #0072BC;
}

a:hover {
    text-decoration: none;
}


#box_l, #box_r {
    float: left;
    width: 44%;
    margin-top: 12%;
    font-size: 1.4em;
}

#box_l {
    margin-right: 40px;
    text-align: right;
}

#box_r {
    margin-left: 40px;
    text-align: left;
}

#box_l h3, #box_l address {
    padding-right: 0px;
}

#box_r h3, #box_r address {
    padding-left: 0px;
}

h3 {
    font-size: 1.2em;
    font-weight: normal;
    margin-top: 50px;
    visibility: hidden;
}


h1.logos a img {
    border: 1px solid #0072BC;
    background: white;
}


h1.logos a:hover img {
    border: 1px solid #D7151E;
}

address {
    font-style: normal;
}


address a {
    text-decoration: none;
}

address a:hover {
    border-bottom: 1px dotted #0072BC;
}

h5#wd {
    clear: both;
    font-weight: normal;
    padding-top: 40px;
    padding-right: 50px;
    font-size: 9px;
}

h5#wd a {
    text-decoration: none;
    letter-spacing: 5px;
    color: #6DB6FE;
}

h5#wd a:hover {
    color: #0072BC;
}

