@charset "utf-8";
/* CSS Document */

*, p, div, h1, h2 {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width:100%;
	font-family: Helvetica, Helvetica Neue, Arial, Times, sans;
	color:#FFFFFF;
	font-size:12px;
}

a{
	outline:none;
	text-decoration:none;
	color:#FFFFFF;
	cursor:pointer;
}

h2 {
	color:#000000;
	font-size:14px;
	text-transform:uppercase;
	}
	
ul{
	list-style-type:none;
	}
	
.headerbutton{
	font-size:10px;
	margin-top:5px;
	letter-spacing:1px;	
	text-transform:uppercase;
}

.headerbutton:hover{
	border-bottom:1px solid white;
	}
	

.navi_left{
position:absolute;
top:5px;
left:50%;
margin-left:-585px;
}

.navi_right1{
position:absolute;
top:5px;
left:50%;
margin-left:530px;
}

.navi_right2{
position:absolute;
top:5px;
left:50%;
margin-left:460px;
}
		

.navi_left li{
	float:left;
	margin-right:20px;
	}	
	
	
.header{
	width:100%;
	position:fixed;
	top:0px;
	height:28px;
	z-index:7;
	background-image:url(../img/headerbg.png);
	background-repeat:x-repeat;
	}
	
.columnwrapper{
	z-index: 2;
	width:1185px;
	position:absolute;
	left:50%;
	margin-left:-585px;
	margin-top:70px;
	}

h1{
	width:100%;
	background:url(../img/logo.png) no-repeat center;
	height:115px;
	text-indent:-12000px;
	margin-bottom:10px;
	
}	

.column{
	width:380px;
	float:left;
	margin-right:15px;
	list-style-type:none;
	}
	
/*------------INDEX-PAGE-CONTENT-----------------------*/

.column li{
	margin-bottom:15px;
	width: 380px;
	float: left;
	background: black;
	position: relative;
	line-height: 0;
	}
	
.column li p {
	position: absolute;
	top:0px;
	left:0px;
	text-align:left;
	padding: 15px;
	font-size:12px;
	visibility:hidden;
	color:#FFFFFF;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:16px;
}

.column li:hover p{
visibility:visible;
display:inline;
background-color:#000000;
}			
			
img {
	position: relative;
	z-index: 5;
}
			
li:hover img {
	visibility: hidden;
}


.image{ display:none;}

.textblock{
position:fixed;
z-index:6;
width:100%;
background-color:#fff;
display:none;
}

.textwrapper{
position:absolute;
left:50%;
width:1185px;
margin-left:-585px;
padding-top:67px;
}


.textblock p{
padding-top:5px;
width:380px;
margin-right:15px;
float:left;
color:#000000;
letter-spacing:0px;
line-height:19px;

}

.textblock a{
color:#666666;
}

#block_info{
height:340px;
}

#block_submissions{
height:180px;
}

#block_imprint{
height:190px;
}

	
/*-----------Footer-----------------------*/

.footer{
width:100%;
height:56px;
margin-top:40px;
background-color:transparent;
float:left;
}

.footer p{
width:100%;
text-align:center;
color:#000000;
font-size:10px;
}