

*{
	font-family:arial;
	font-size:11px;
	color:#000;
}


body{
	padding:0px;
	margin:0px;
	text-align:center;
	background: #729350 url(../images/layout/bg_body.jpg) repeat-y 50% 50%;
	line-height:16px;
}

img{
  border:0px;
}

h1{
	margin:0 0 10px 0;
	padding:0px;
  color:#f18b18;
	font-size:14px;
	text-transform:uppercase;
}

h2{
	margin:0 0 10px 0;
	padding:0px;
  color:#000;
	font-size:14px;
	text-transform:uppercase;
}

.clear{
  clear:both;
}


.line{
	margin:20px 0;
	clear:both;
	height:10px;
	width:100%;
	background: #FFF url(../images/layout/line.gif) repeat-y 50% 50%;
}


#content a{
  color:#f18b18;
	text-decoration:none;
}

#content a:hover{
  color:#000;
	text-decoration:none;
}

#content ul{
  margin:10px 0;
	padding:0px;
	list-style-type:none;
}

#content ul li{
  padding-left:15px;
	line-height:16px;
	background: #FFF url(../images/layout/dot.gif) no-repeat 2px 4px;
}

/*** WINNER *******************************************************************/

table.winner{
  width:100%;
}

table.winner td{
  padding:5px;
	background-color:#FFF;
	border-bottom:1px solid #CCC;
}

table.winner td.list1{
  width:50px;
	text-align:center;
}

table.winner td.list2{
  width:300px;
	font-weight:bold;
	text-transform:uppercase;
}

table.winner td.list3{
  width:100px;
	text-align:right;
}



/*** VOTING *******************************************************************/

.voting{
  width:640px;
}

.voting .motiv{
  width:250px;
	padding:5px;
	border:2px solid #CCC;
	float:left;

}


.voting .motiv:hover{
  width:250px;
	padding:5px;
	border:2px solid #f18b18;
	float:left;

}

.voting .info{
  width:350px;
	float:right;
	text-transform:lowercase;
}

.voting .voteinfo{
  margin:20px 0 0 0;
	text-transform:uppercase;
	font-size:10px;
	color:#999;
}

.voting #singleplayer1{
  width:250px;
	height:20px;
	margin:0 0 0 0;
}

.voting #singleplayer2{
  width:250px;
	height:20px;
	margin:0 0 0 0;
}

.voting #singleplayer3{
  width:250px;
	height:20px;
	margin:0 0 0 0;
}

.voting #singleplayer4{
  width:250px;
	height:20px;
	margin:0 0 0 0;
}

.voting #singleplayer5{
  width:250px;
	height:20px;
	margin:0 0 0 0;
}

.voting #singleplayer6{
  width:250px;
	height:20px;
	margin:0 0 0 0;
}

.voting #singleplayer7{
  width:250px;
	height:20px;
	margin:0 0 0 0;
}

.voting #singleplayer8{
  width:250px;
	height:20px;
	margin:0 0 0 0;
}

.voting #singleplayer9{
  width:250px;
	height:20px;
	margin:0 0 0 0;
}

.voting #singleplayer10{
  width:250px;
	height:20px;
	margin:0 0 0 0;
}

.voting .label{
  margin:15px 0 0 0;
}



/*** RATING *******************************************************************/

.rating{
  width:350px;
}

.rating select{
  width:100%;
	color:#000;
	background: #FFF;
	border:1px solid #999;
	text-transform:uppercase;
	padding:1px 0 1px 5px;
}

.rating select option{

	text-transform:uppercase;
	padding:0 0 0 5px;
	color:#ff4e00;
}

.rating select option.border{
	border-bottom:1px solid #999;
}

/*** FORM *********************************************************************/

.form{
  margin:10px 0 0 0;
}

.trans{
  display:none;
}



.label{
	text-transform:uppercase;
	font-size:10px;
	color:#999;
	margin:0 0 3px 0;

}

.txt{
	color:#000;
  width:250px;
	border:1px solid #999;
	padding:0 0 0 3px;
	margin:0 0 3px 0;
}

.btn{
	color:#000;
  width:134px;
	margin:20px 0 0 0;
	display:block;
}

.error{
  border:1px solid #9f0000;
	background-color:#ff9999;
	padding:3px 5px;
	margin:10px 0;
	color:#9f0000;
	text-transform:uppercase;
	font-size:10px;
}





/*** CONTAINER ****************************************************************/

#container{
	width:800px;
  text-align:center;
	margin:0px auto;
}
#header{
  margin:0px auto;
	width:640px;
	height:245px;
	background: #FFF url(../images/layout/bg_header.jpg) no-repeat;
	cursor:pointer;
}

#content{
  margin:0px auto;
	width:640px;
	text-align:left;
	padding:20px 0 0 0;
}

/*** MENU *********************************************************************/

#menu{
  margin:0px auto;
	width:640px;
	height:39px;
  text-align:left;
	background: #FFF url(../images/layout/bg_menu.gif) no-repeat;
	clear:both;
}

#menu a{
	height:39px;
	display:block;
	float:left;
	text-decoration:none;
}

#menu a.info{
  width:39px;
	background: #FFF url(../images/layout/mnu_info.gif) no-repeat;
}

#menu a:hover.info,
#menu a.info_over{
  width:39px;
	background: #FFF url(../images/layout/mnu_info_over.gif) no-repeat;
}

#menu a.voting{
  width:63px;
	background: #FFF url(../images/layout/mnu_voting.gif) no-repeat;
}

#menu a:hover.voting,
#menu a.voting_over{
  width:63px;
	background: #FFF url(../images/layout/mnu_voting_over.gif) no-repeat;
}

#menu a.gewinner{
  width:89px;
	background: #FFF url(../images/layout/mnu_gewinner.gif) no-repeat;
}

#menu a:hover.gewinner,
#menu a.gewinner_over{
  width:89px;
	background: #FFF url(../images/layout/mnu_gewinner_over.gif) no-repeat;
}







