* {
    margin: 0; padding: 0;
    font-family: "Comic Sans MS";
    font-size: 14px;
    color: #faf3d1;
    border: 0px;
}

a {
    outline: none;
}

a:hover {
    color: #B5B3A7;
}

html {
    background: url("/images/bg.jpg");
}

body {
    width: 1000px;
    margin: 0 auto 0 auto;
    text-align: center;
}

#container {
    width: 1000px;
    margin: 0 auto 0 auto;
    text-align: left;
}

#leftCol {
    float: left;
    width: 370px;
    text-align: left;
}

#rightCol {
    float: right;
    width: 630px;
    text-align: left;
}

#menu {
    margin-left: 120px;
}

#menu ul li {
    color: #ee0807;
}

#menu ul li:hover {
    color: #8b3131;
}

#tooltip {
    position: absolute;
    background: black;
    padding: 2px 5px 2px 5px;
    border: 1px solid #8F8F56;
    font-family: Tahoma;
    font-size: 12px;
    color: #faf3d1;
}

.row {
    position: relative;
    display: table;
    width: 100%;
}

.al {
    float: left;
}

.ar {
    float: right;
}

.ln {
    border-bottom: 1px solid #EE0807;
    color: #EE0807;
    font-size: 18px;
}

h2 {
    color: #EE0807;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

.details {
    margin-top: 10px;
    float: left;
    margin-left: 10px;
}

.details a {
    font-size: 11px;
    color: #ED0A08;
}

.details a:hover {
    color: #9C0100;
}

#body {
    width: 1000px;
}

#fotoBox {
    position: relative;
    float: left;
    width: 430px;
    height: 248px;
    overflow: hidden;
    display: block;
}

#fotoSet {
    position: absolute;
    float: left;
}

#fotoSet img {
    float: left;
}

.imgLink {
    cursor: pointer;
}