@charset "utf-8";
/* CSS Document */

body {
    background-image: url(../../../images/themes/home/bg.jpg);
    color: #beadac;
}

a {
    color: #FFFFFF;
}

h1 {
    font-size: 18px;
    color: #e5b320;
    font-weight: lighter;
}

#divSubnav {
    display: none;
}


#divContainer {
    width   : 1010px;
}


#divLeftContent {
	position: relative;
    top: 30px;
    height: 147px;
    background-image: url(../../../images/themes/home/bg-verlauf.png);
    background-repeat: repeat-x;
    background-position: top;
}

#divRightContent {
    display: none;
}

#divEmpfehlen {
    display: none;
}

#divBottomBar {
    top: -1px;
}


.singleContent {
    float: lefT;
    width: 191px;
    height: 127px;
    padding: 10px;
    margin-right: -10px;
/*    cursor: pointer; */
}

.singleContentHeadline {
    margin: 0px 0px 10px 10px;
}

.singleContent p{
    margin: 0px 0px 10px 10px;
    padding: 0px;
}
