

body
{
    color: black;
    background-color: #ffffff;
    font-size: 14px;
    font-family: "Times New Roman", Times, serif;
    margin-top: 0px;
    padding-top: 0;
}

strong
{
    font-weight: bold;
}

p
{
    clear: both;
}

.rightim, .leftim, #header, #nav, img
{
    visibility: hidden;
    width: 0;
    height: 0;
    border: 0;
}

#banner
{
    margin: 0;
    border: 0;
    float: left;
}

img.linkim
{
    border: none;
    outline: none;
    text-decoration: none;
}

#main
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    text-align: justify;
    background-color: #ffffff;
}

#main:before
{
    font-size:2em;
	font-weight:bold;
    content: "www.sits-schramme.de\A";
}

#content
{
    width: 100%;
    padding-bottom: 2em;
    padding-top: 1em;
    float: left;
}

#content h1
{
    font-size: 2em;
    font-weight: bold;
    clear: both;
}

#content h2
{
    font-size: 1.2em;
    font-weight: bolder;
}

#content h3
{
    font-size: 1.0em;
    font-weight: normal;
}

#content #map
{
    width: 425px;
    height: 350px
}

#content .row
{
    display: table-row;
    margin-bottom: 0.5em;
    width: 100%;
    float: left;
}

#content .col1
{
    font-weight: bold;
    text-align: left;
    display: table-cell;
    margin-right: 2%;
    width: 30%;
    float: left
}

#content .col2
{
    text-align: left;
    display: table-cell;
    width: 67%;
    float: left
}

#twitter
{
    float: right;
}

#news
{
    width: 60%;
    float: left;
    margin-right: 1%;
}

#footer
{
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.6em;
    font-weight: bold;
    padding-top: 10px;
    width: 100%;
    clear: both;
}






