/* submissions */
.submissions{
	width:940px;
	margin:0 0 40px 20px;
	
}
.submissions .submItem{
	width:207px;
	float:left;
	margin:0 16px 8px 0;
	height:180px;

}
.submissions .submItem h1,
.submissions .submItem h2{
	padding:2px 10px 0 0;
	margin:0 0 0 0;
	font-size:11px;
	color:#39da42;
}
.submissions .submItem h2{
	font-weight:normal;
	color:#69666b;
}	

/* seitenzahlen */
#pages{
	width:950px;
	height:60px;
	margin:0 0 0 0;
	padding:10px 0 0 0 ;

}

#pages .pageLeft{
	float:left;
	width:92px;
	height:50px;
	padding:0 0 0  0;
}

 .pageCenter{
	float:left;
	text-align:center;
	width:550px;
	height:50px;
	padding:0 0 0 0;
	margin:0 0 0 0;

}
#pages .pageCenter a{
	color:#ff9600;
	background-color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	border:solid 2px #ff9600;
	height:21px;
	line-height:20px;
	

}

#pages .pageCenter .active{
	color:#ffffff;
	background-color:#ff9600;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	border:solid 2px #ff9600;
	height:21px;
	line-height:20px;
	
}
#pages .pageRight{
	float:left;
	width:250px;
	margin:0 0 0 0;
	height:50px;
	padding:0 0 0 0;
	
}
#pages .pageRight span{
	color:#39da42;
	font-weight:bold;
}







/* bildaufsetzer */
.boxTrans{
	background-color:#ffffff;
	width:200px;
	height:30px;
	margin:0 0 0 0;
	position:absolute;
	top:0;
	left:24px;
	-moz-opacity:0.9; /* für Mozilla */
	filter:alpha(opacity:90); /* für IE */
	opacity:0.9; /* für Safari */
	color:#ff9600;
	font-size:11px;
	text-align:center;
	padding:5px 0 0 0;
}

.boxTrans div{
	color:#000000;
}