body {
  font-family: Arial, sans serif;
  font-size:0.85em;
  background:#000000;
  color:#cccccc;
  padding:0px;
  margin:0px;
}

h1      {
  font-family:Arial, sans serif;
  font-size:1.8em;
  text-align:center;
  text-decoration:underline;
  color:#ebbf85;
  margin:0;
  padding:5px 0px 5px 0px;
}

strong { color:#e27949; }
p         { padding:0px 0px 10px 0px;margin:0;text-align:center;font-weight:bold;color:#ebbf85; }

a { color:#cccccc;font-size:0.8em; } 
.credit_list { display:block;list-style-type:none;min-height:725px; }
.credit_list li { float:left;margin:5px;font-size:0.8em;text-align:center; }
.credit_list img { border: 3px solid #c66891; }
li  a       { font-size:1.2em; }  

/* Ergebnisse */

.td_body_res { width:725px;margin: 0 auto; }
.td1, .td2, .td3, .td10, .td11, .td12 { display:table-cell; }
.td1 { width:65px;text-align:right;padding:5px; }
.td2 { width:475px;text-align:left;padding:5px 5px 5px 10px; }
.td3 { width:175px;text-align:center; }
.top_ten { color:#c66891; }
.top_twenty { color:#e27949; }

.td10 { width:200px;text-align:left;padding:5px; }
.td11 { width:225px;text-align:left;padding:5px; }
.td12 { width:150px;text-align:left;padding:5px; }

.td_div_rastings { display:table-cell;padding:15px;font-size:0.85em; }
.td_div_rastings  img { padding-bottom:5px; }

.td_hightlight_last { font-style:italic; }
.td_number_one { color:#ffffff;font-size:1.5em;font-weight:bold; }

/* Ende Ergebnisse */

.covertxt {
  font-family:Times, serif;
  font-weight:bold;
  font-size:1.3em;
  text-decoration:underline;
  color:#c66891;
  padding:10px 0px 5px 0px;
}

.wrapper {
	width:885px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	padding:0;
}

.header { text-align:center; }

.td_head {
  margin: 0px 0px 10px 0px;
  text-align:center;
  color:#000000;
}

.td_head .td_title_name { color:#ebbf85; }

.div_box { padding:5px;margin:10px 35px 10px 35px; }

.div_tr { 
  display:table-row;
  text-align:right; 
}

.td_title_name, .td_vote_0, .td_vote_1, .td_vote_2, .td_vote_3, .td_vote_4, .td_vote_5 {
  display:table-cell;
  vertical-align:middle;
  height:30px;
}
 
.td_title_name {
  width:350px;
  text-align:right;
  padding-right:35px; 
}

.td_vote_0, .td_vote_1, .td_vote_2, .td_vote_3, .td_vote_4, .td_vote_5 {
  width:50px;
  text-align:center;
  background: url(vote_bg.png);
}

.td_vote_0 { background-position: 0 0; }
.td_vote_1 { background-position: -50px  0; }
.td_vote_2 { background-position: -100px  0; }
.td_vote_3 { background-position: -150px  0; }
.td_vote_4 { background-position: -200px 0; }
.td_vote_5 { background-position: -250px  0; }

.td_left_box, .td_right_box { display:table-cell;width:350px;vertical-align:middle; }
.td_left_box { text-align:right;padding-right:10px; }
.td_right_box { text-align:left;padding-left:10px; }

.covervote {
  border: 3px solid #c66891;
}

.cooppages {
  width:100%;
  height:24px;
  background:url(coops/coops_bg.png);
  padding:0px;
  text-align:center;
  font-size:0.8em;
  opacity:0.85; 
}

.cooppages img:hover { opacity:0.5; }
.cooppages img { margin:0px;padding:0px; }

.results_old { text-align:right;padding-right:5px;padding-bottom:2px;margin:0; }

#leg_na, #leg_red, #leg_green      {
  position:absolute;
  visibility:collapse;
  padding: 3px;
  color: #000000;
  font-size: 0.85em;
  width:294px;
  margin: -10px 0px 0px 385px;
}

#leg_na { background:#e3e3e3; }
#leg_red    { background:#dd0000; }
#leg_green { background:#4eff00; }

input[type=text], input[type=submit], select {
  margin:5px;
  background:#fbedbc;
  border: 2px solid #c66891;
}

input[type=text]:hover, select:hover, input[type=text]:active, select:active, input[type=text]:focus, select[type=text]:focus {
    border: 2px solid #ef8aaf;
}

input[type=submit] { background:#fbedbc url(input_bg.png) repeat-x 0 0; }

input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus {
  background:#fbedbc url(input_bg.png) repeat-x 0 -18px;

}