/*



*/
ul {
    margin:0;
    padding:0;
    list-style:none;
}

.layer-head {
    position:absolute;
    top:5px;
    left:5px;
    /* border:1px solid #ccc; */
}

.layer-head h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	color: #41974a;
	font-size: 28px;
}

.layer-text {
    position:absolute;
    top:370px;
    left:0;
    width:100%;
    /* background:#f4f4f4; */
    z-index:999;
    /* background:url(../images/stilleben/bg.png) repeat-x; */
}

.front-table {
    width:100%;
}

.front-table td {
    cursor:pointer;
}

.layer-text-content {
    position:relative;
    float:left;
    padding:3px;
    width:15%;
    text-align:center;
    cursor:pointer;
    font-weight:normal;
    color:#333333;
}