/** CONTAINER **/
div#event_wrap {
	background:url(/typo3conf/ext/wc_eventvote/pi1/res/event_bg.jpg);
	background-repeat:no-repeat;
	width:860px;
	height:650px;
	margin:0;
	padding:0;
}

div.event_content {
	width:750px;
}

div.event_footer {
	padding-top:2px;
}

div.event_head {
	width:750px;
}

.vote_list_container {
	width:747px;
	height:190px;
	background:url(/typo3conf/ext/wc_eventvote/pi1/res/event_vote_content.png);
	background-repeat:no-repeat;
	margin:0;
	padding:15px;
}

.vote_list_rootline {
	position:relative;
	top:-25px;
	width:770px;
	height:19px;
	color:#8c8c8c;
	background:url(/typo3conf/ext/wc_eventvote/pi1/res/rootline.png);
	background-repeat:no-repeat;
	margin:0;
	padding: 3px 0 0 3px;
	text-align:left;
	font-size:8pt;	
}

/** CSS **/

div.event_head img {
	padding:0;
	margin:0;
	position:relative;
	left:-30px;
}

div.event_content p {
	text-align:justify;
	font-size:12px;
}

.tx-wceventvote-pi1 h1 {
	margin:0;
	padding:0;
	margin: 28px 3px 4px 0;
	font-size:13px;
	font-weight:bolder;
	color:#00618b;
	text-align:center;
}



.h5 {
	float:left;
	width: auto;
	border:0;
	clear:both;
	padding:0;
	margin:0;
}

/** SINGLE VOTE OPTION CONTAINER **/
.vote_row {
	float:left;
	text-align:center;
	font-size:10px;
	width:143px;
	height:75px;
	
	margin:0;
	padding:0;
	margin-bottom:4px;
	padding-top:6px;
}

.vote_row:hover{
	background-color:#6c9d30;
}

.vote_row img {
	border: 1px #000000 solid;	
	padding: 2px 10px 2px 10px;
	margin:0;
	background-color:#ffffff;
}

.vote_row p.vote_row_text {
	text-align:center;
	margin:0;
	padding:0;
	padding-top:5px;
	font-size:9px;
}

/** SINGLE ACTIVE VOTE OPTION CONTAINER **/
.vote_row_active {
	float:left;
	text-align:center;
	font-size:10px;
	width:143px;
	height:75px;
	
	margin:0;
	padding:0;
	margin-bottom:4px;
	padding-top:6px;
	
	background-color:#6c9d30;
}

.vote_row_active img {
	border: 1px #000000 solid;	
	padding: 2px 10px 2px 10px;
	margin:0;
	background-color:#ffffff;
}

.vote_row_active p.vote_row_text {
	text-align:center;
	margin:0;
	padding:0;
	padding-top:5px;
	font-size:9px;
}

/** NAVIGATION **/
/*top*/
.event_navi_top {
	margin-top:10px;
	border-bottom: 1px solid #8b8b8b;
	padding-bottom:3px;
	*padding-bottom:0;
	width:745px;
}

.event_navi_top img {
	margin-left:8px;
	position:relative;
	top:3px;
}

.event_navi_top a {
	font-size:11pt;
	color:#8b8b8b;
	margin-left:4px;
	margin-right:4px;
}

.event_navi_top a:hover {
	color:#000000;
	background: #8cc53e url(/typo3conf/ext/wc_eventvote/pi1/res/event_topnav_over_left.gif) left top no-repeat;
}

.event_navi_top span {
	padding:0 5px 0 5px;
}

.event_navi_top a:hover span {
	color:#000000;
	background: url(/typo3conf/ext/wc_eventvote/pi1/res/event_topnav_over_right.gif) right top no-repeat;
}

a.event_topnav_active {
	color:#000000;
	background: #8cc53e url(/typo3conf/ext/wc_eventvote/pi1/res/event_topnav_over_left.gif) left top no-repeat;	
}

a.event_topnav_active span {
	font-weight:bold;
	color:#000000;
	background: url(/typo3conf/ext/wc_eventvote/pi1/res/event_topnav_over_right.gif) right top no-repeat;
}

/*bottom*/
.event_navi {
	width:760px;
	height:21px;
	padding:0;
	margin:0;
	margin-bottom:22px;
	padding-top:3px;
}

.event_navi a {
	margin-left:5px;
	margin-right:4px;
}

#event_next_vote {
}

/** PAGE specific stuff **/
div.event_sponsoren table.imgtext-table {
	width:200px;
	height:64px;
}

div.event_gewinner table.imgtext-nowrap p {
	padding-left:20px;
	width:300px;
}

div.event_gewinner table.imgtext-nowrap {
	float:left;
}

