/******************* main elements **********************/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, input, fieldset, blockquote, cite
{
    margin: 0;
    padding: 0;
    border: 0;
}

.clear{clear: both;}
.space{height: 35px;}
.left{float: left;}
.right{float: right;}
.small{font-size: 0.8em;}
.big{font-size: 1.2em;}

html
{
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    height: 100%;
}

body
{
    font-size: 12px;
    color: #333;
    height: 100%;
    background: #FFF;
}

#share, #header, #footer, #sidebar{
    display: none;
}

p{
    margin: 10px 0;
}

ul{
    margin: 10px 0;
}

div.photo{
    float: left;
    margin: 10px;
}

div#pictures, div#description, div#trainer, div#kurse, div#text{
    clear: both;
    padding: 20px 0;
}

div.tags{
    font-size: 10px;
    margin-bottom: 20px;
}

h2{
    margin-top: 20px;
}

h3{
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

#map{
    margin-top: 20px;
    border: 1px solid #333;
}
