/*************************
Column Container
*************************/
div#dyngal, div#galwrapper, div#justpicturesContent {
	white-space: nowrap;
}
div#galwrapper { width: 1000px;}
div#dyngal {
	position: relative;
}
div.colspacer {
	float: left;
	width: 40px;
	height: 120px;
}

div.pager {
	float: left;
	width: 24px;
}
div#pagerLeft {
	text-align: left;	
}
div#pagerRight {
	text-align: right;
}

div.col {
	float: left;
	width: 163px;
}
div.col div{
	margin: 0;
	padding: 0;
}
div.col div.row{	
	height: 186px;
	margin-bottom: 22px;
	overflow: hidden;
}

/*************************
Image Box with 2 centering divs
*************************/
div.imagebox {
	width: 163px;
	height: 163px;
	min-height: 163px;
	background-color: #d6d6d6;
	clear: left;
	vertical-align: middle;
	text-align: center;
	display: table; 
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
div.vcenter {
	#position: absolute; 
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}
div.vcenter2 { 
	#position: relative; #
	#top: -50%; 
	#left: -50%;
}
div.vcenter2 img {
	border: 0;
	/**margin-bottom: -6px; **/
}
/** CSS Hack to get Safari 3 
@media screen and (-webkit-min-device-pixel-ratio:0) {
	div.vcenter2 img {
		border: 0;
		margin-bottom: 0px;
	}
}

 -> brauchen wir doch erstmal nicht, aber gut zu wissen, dass es den gibt, auch wenns dreckig ist
**/
/*************************
Infos and Link Below Image
*************************/
div.imagebottom {
	width: 163px;
	/** margin: 6px 0 16px 0 ! important; **/
	margin-top: 6px;
	padding:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	list-style: 13px;
}
div.imagebottom div.voteLink {
	cursor: pointer;
	float: left;
	font-variant: small-caps;
}
div.imagebottom div.infoButton {
	font-weight: bold;
	cursor: pointer;
	font-variant: small-caps;
}

/*************************
Votes Over layer Mouse Over
*************************/
div.votesLayer, div.votescount {
	width: 163px;
	height: 163px;
	min-height: 163px;
	position: absolute;
	z-index: 2;
	vertical-align: middle;
}
div.votescount {
	z-index: 3;
}
div.votesLayer_over {
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
	background-color: #ffffff;
}

div.votesLayer_click {
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	background-color: #b7c14d;
}


div.votescount_number, div.votescount_wording {
	position: absolute;
	top: 70px;
	width: 163px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: black;
	font-size: 28px;
	line-height: 28px;
	/* Gecko-based, Mozilla */
	-moz-user-select:none;
	/* Safari */
	-khtml-user-select: none;
}
div.votescount_number {
	
}
div.votescount_wording {
	font-size: 10px;
	line-height: 10px;
	top: 96px;

}
div.votescount_click div.votescount_number, div.votescount_click div.votescount_wording {
	color: #ffffff;
}
/*************************
Layer with tooltip-box containing article-headline and link 
*************************/

div.articleInfo {
	position: absolute;
	width: 154px;
	height: 146px;
	background-image: url(../gfx/tooltipBG.png);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 4;
	padding: 12px;
	font-weight: bold;
	font-size:12px;
	white-space: normal; 
}
.articleInfoContent {
	width: 154px;
	height: 150px;
}
div#articleInfoContentlink {	
	color: #000000;
	margin-top: 12px;
}
div#articleInfoContent a:hover {
	text-decoration: underline;
}
a#articleInfoContentLinkHref {
	color: #000000;
}
a#articleInfoContentLinkHref:hover {
	text-decoration: underline;
}
/*************************
Layer on top of page which is shown after vote 
*************************/
div#votesInfoLeftCenterer {
	text-align: center;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left:-125px;
	z-index: 12;
}
div#votesInfoLeft {
	text-align: center;
	background-color: #fff59d;
	border: 1px dotted #e0d367;
	padding: 4px;
	width: 250px;
	left: -50%;
	z-index: 12;
}

/*****************************************************/
li.act, li.act a {
	font-weight: bold;
}
