/* CSS Kunstwoche Startseite */
*{
	margin: 0;
	padding: 0;
}

body {
	background-color: #271a17;
	background-image: url(../image/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}

/* Positionselemente */
#top {
	text-align: center;
	margin-top:30px;
	margin-bottom:10px;
	height:200px;
}
#middle {
	background-color: #FFFFFF;
	height:200px;
	vertical-align:bottom;
}
#middle2 img:hover{
	z-index:10;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

*html #middle2 img:hover{
	filter:alpha(opacity=80);
}


/* Hilfsklassen */
.clear {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow:hidden;
}
img {
	margin-top:5px;
	border:0;
}

