body
{
    margin: 20px;
    background: #FFF url(../img/grass_bgr.png);
    font: 75%/150% "lucida grande", "lucida sans unicode", arial, sans-serif;
    text-align: center;
}

a img
{
    border: none;
}

h1
{
    font-weight: normal;
    color: #070;
    margin: 0 0 1em 0;
}

h2
{
    font-size: 1.2em;
    margin: 0 0 0.2em 0;
    color: #070;
}

h3
{
    font-size: 1em;
    margin: 0;
    color: #070;
}

p
{
    margin: 0 0 1em 0;
}

a
{
    color: #070;
}

a:hover
{
    color: #0A0;
}

ul
{
    margin: 0 0 1em 1em;
    padding: 0;
    list-style-type: square;
}

li
{
    margin: 0 0 0.2em 0;
}

#page-wrapper
{
    text-align: left;
    margin: 0 auto;
    width: 860px;
}

#left-column
{
    display: inline;
    float: left;
    width: 570px;
    margin-right: 20px;
    background-color: #FFF;
}

#left-column-bottom
{
    float: left;
    width: 570px;
    height: 30px;
    background: url(../img/left-column-bottom.gif) 0 0 no-repeat;
}

#right-column
{
    display: inline;
    float: left;
    width: 270px;
}

#header
{
    float: left;
    width: 570px;
    height: 300px;
    background: url(../img/start_top.jpg) 0 0 no-repeat;
}

#logo
{
    display: inline;
    float: left;
    height: 67px;
    width: 170px;
    margin: 20px 0 0 20px;
}

#turf-on-tour
{
    display: inline;
    float: left;
    height: 300px;
    width: 270px;
    background: url(../img/turf-on-tour_bgr.png) 0 0 no-repeat;
}

#kontaktuppgifter
{
    margin-top: 10px;
    float: left;
    width: 570px;
}

#kontaktuppgifter p
{
    font-size: 90%;
    text-align: center;
    color: #FFF;
}

#kontaktuppgifter a, #kontaktuppgifter a:hover
{
    color: #FFF;
}

.tot-content
{
    display: inline;
    float: left;
    margin: 58px 20px 20px 20px;
}

.right-puff
{
    display: inline;
    margin-top: 20px;
    float: left;
    height: 150px;
    width: 270px;
    overflow: hidden;
}

.paddedcontent
{
    float: left;
    padding: 20px;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.halfwidth
{
    display: inline;
    float: left;
    width: 250px;
}

.fullwidth
{
    float: left;
    width: 520px;
}

.textinput, .textarea
{
    border: 1px solid #080;
    padding: 2px;
}

.inspirationsbild
{
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #AAA;
    float: left;
}



