﻿/* ----------------------- START Wochenthema Abstimmungsseite-----------------------*/

div.box_vote {
	background: #f3f7fc;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	width:100%;
	margin: 0 0 3px 0;
}

div.box_vote a {
	text-decoration: none;
}

div.box_vote td {
	padding: 8px;
	vertical-align: top;
}

td.nomination_no {
	font-size: 24px;
	color: #a4b6ce;
	font-weight: bold;
	height: 36px;
	width: 42px;
	text-align: center;
}

td.vote_align {
	vertical-align: middle !important;
	white-space: nowrap;
}

div.box_vote h3 {
	font-weight: bold;
	color: #666;
	font-size: 100%;
}

div.box_vote h3 a{
	font-weight: bold;
	text-decoration: none;
}

div.box_vote h3 a:hover{
	font-weight: bold;
	text-decoration: none;
}

span.voteup_week {
	background: url(../img/greenbox.png) no-repeat scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px !important;
    display: inline-block;
    height: 23px !important;
    text-align: center;
    width: 27px;
}

span.votedown_week {
	background: url(../img/redbox.png) no-repeat scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px !important;
    display: inline-block;
    height: 23px !important;
    text-align: center;
    width: 27px;
}

h2.pagetitle_sub {
	 font-size: 12px;
	 color: #1C4283;
	 font-weight: bold;
	 margin:20px 0 10px 0;
	
}
div#week_thumbs {
	margin: 10px 0 0 0;
}

div.week_thumb {
	width: 81px;
	height: 81px;
	background: url(../img/polaroid_thumb.png);
	display: inline-block;
	margin: 0 1px 0 0;
}

div#week_thumbs img {
	height: 65px;
	width: 65px;
	padding: 8px;
}

div#week_plus {
	width: 81px;
	height: 81px;
	background: url(../img/polaroid_thumb.png);
	display: inline-block;
	float: right;
}

div.rules {
	background: #f3f7fc;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	width:100%;
	float: left;
	
}

div.rules ul {
	list-style-type: disc;
	list-style-position: inside; 
	padding:8px;
}
div.rules ul li {
	margin: 10px 0;
	width: 100%;
	float: left;
	
}
div.rules ul li div {
	width: 96%;
	float: right;
}

div#box_plus_topic {
	background: #98bbe5;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	width: 577px;
	padding: 10px;
}

div#box_plus_topic fieldset {
	padding: 8px;
	text-align: center;
}

input#submit_topic {
	padding: 5px;
	color: #fff;
	background: #1C4283;
	border: 0px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	font-weight: bold;
	cursor: pointer;
	float: right;
}

input#input_plus {
	padding: 5px;
	border: 1px solid #7592b5;
	width: 440px;
	float: left;
}

/* ----------------------- END Wochenthema Abstimmungsseite -----------------------*/

/* ----------------------- START Orden -----------------------*/
ul#medals {
	clear:both;
	float: left;
	width: 100%;
}

div.medal {
	background: url(../img/medal_bgs.png) no-repeat;
	height: 105px;
	width: 194px;
	margin: 0 5px 0 0;
}

div.medal div{
	vertical-align: middle;
	text-align: center;
	padding: 8px;
	float:left;
	height: 90px;
}

div.medal div.medal-image{
	width: 50px;
	margin-top: 5px;
}
div.medal div.medal-content {
	width: 100px;
}


div.medal h4 {
	font-size: 12px;
	color: #1C4283;
	font-weight: bold;
	margin-top: 25px;
}


div.medal h5 {
	font-size: 12px;
	color: #1C4283;
	font-weight: normal;
	margin-top: 0;
}

/* ----------------------- END Orden -----------------------*/

/* ----------------------- START Content-Box -----------------------*/

/*div#box_topic {
    background-color: #9DC32F;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 208px;
	padding: 8px;
}
*/
div#box_topic h1, div#box_topic h1 a {
	font-size: 12pt;
	color: #405503;
	font-weight: bold;
	margin-top: 0;
	text-decoration: none;
	max-width: 250px;
	overflow: hidden;
	
}

div#topic_thumbs {
	margin: 10px 0 0 0;
	white-space: nowrap;
}

div#topic_thumbs img {
	padding: 7px;
	height: 52px;
        width: 52px;	
	
}

div.topic_thumb{
	width: 66px;
	height: 65px;
	background: url(../img/polaroid_thumb_xs.png);
	display: inline-block;
	margin: 0 1px 0 0;
}

div#topic_buttons {
	margin: 10px 0 0 0;
}

div#topic_button {
    background-color: #85a528;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding: 8px;
	margin: 2px 0 0 0;
	text-align:center;
	font-weight: bold;
}

div#topic_buttons a {
	text-decoration: none;
	color:#fff;
	padding:8px;
}

span.votecount {
	color: #FFFFFF;
    font: bold 9px/12px arial;
}
/* ----------------------- END Content-Box -----------------------*/


ul#topiclist li {
	clear: both;
	height: 230px;
	margin: 10px 0 10px 0;
}

ul#topiclist div.image{
	width: 300px;
	float: left;
}

ul#topiclist div.info {
	width: 235px;
	float: left;
}

ul#topiclist div.info h3 {
	margin-bottom: 5px;
	
}

ul#topiclist div.info label {
	width: 100px;
	float: left;
}
ul#topiclist div.info span {
	width: 135px;
	float: left;
	white-space: nowrap;
}

div#box_topic {
    background-color: #9DC32F;
    clear: both;
    padding: 8px;
    width: 284px;
}