
/**site **/
body {
    margin: 0;
    padding: 10px 0;
    font-family: arial, tahoma, verdana, sans-serif;

    font-size: 70%;
    background: #333;
    text-align: center;
    color: #ddd;
}

img {
    border: none;
}

#container {
    text-align: left;
    margin: auto;
    padding: 0;
    width: 770px;
    position: relative;
    border:  1px solid black;
}

#head {
    height: 32px;
    background-color: #000;
    margin-bottom: 4px;
    background-image: url(../images/ic_klein.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

#shot {
    text-align: center;
    margin-top: 10px;
    margin-left: 15px;
}

#head ul {
    margin-left: 10px;
    margin-top: 0;
    padding: 0;
    padding-top: 6px;
    list-style: none;
}

#head li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 30px;
    margin-right: 5px;
}


#main {
    float: left;
    line-height: 1.3em;
    margin-left: 10px;
    width: 730px;
    height: 400px;
}

#main[id] {
    height: auto;
    min-height: 400px;
}

#foot {
    clear: left;
    text-align: center;
    padding: 20px 0 10px 0;
}
   


#main p {
  margin-top: 15px; 
}


