body{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	margin:0;
	background-color: #CCC;
}
h1{
	font-weight:700;
    font-size: 3em;
	margin:0 0 10px 0;
}
.ranking{
	width:100%;
	border-collapse:collapse; 
	margin-top:20px;
}
.header{
	/*background:#CCC;*/
	background-image:url("grafik/svoemlogo3.gif");
	background-repeat:no-repeat;
	background-position:97.5% 0%;
	background-color:#CCC;
	background-size:contain;
	position:fixed;
	top:0;
	width:96%;
	height:95px;
	padding:0 2% 20px 2%;

}
.content{

	padding:110px 2% 16px 2%;
	width:96%;
	background-color: #FFF;
}
.footer{
	/*background:#CCC;*/

	background-color:#CCC;
	width:96%;
	height:30px;
	padding:0 2% 20px 2%;
	margin-top:20px;
	text-align:left;
}

thead th{
	/*background:#31bc86;*/
	background:#213f60;
	text-align:left;
    font-weight: bold;
    color: #fff;
}
.ranking td{ 
	padding:1px; border:none;
}
.ranking tr{
	background: #FFF;
}
tr.even{
	background: #f5f5f5;
}
.ranking tr:hover {
    background-color: rgba(33,63,93,.3);
}
.choice {
    float: left;
    margin: 0 20px 0 0;
}

/* KNAPPER */

input[type=radio], input[type=checkbox] {
		display:none;
	}

input[type=radio] + label, input[type=checkbox] + label {
		display:inline-block;
		margin:-2px;
		padding: 4px 12px;
		margin-bottom: 0;
		font-size: 14px;
		line-height: 20px;
		color: #333;
		text-align: center;
		text-shadow: 0 1px 1px rgba(255,255,255,0.75);
		vertical-align: middle;
		cursor: pointer;
		background-color: #f5f5f5;
		background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
		background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
		background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
		background-image: -o-linear-gradient(top,#fff,#e6e6e6);
		background-image: linear-gradient(to bottom,#fff,#e6e6e6);
		background-repeat: repeat-x;
		border: 1px solid #ccc;
		border-color: #e6e6e6 #e6e6e6 #bfbfbf;
		border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
		border-bottom-color: #b3b3b3;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	}
	
	input[type=submit]{
		display:inline-block;
		margin:-2px;
		padding: 4px 12px;
		margin-bottom: 0;
		font-size: 14px;
		line-height: 20px;
		color: #333;
		text-align: center;
		text-shadow: 0 1px 1px rgba(255,255,255,0.75);
		vertical-align: middle;
		cursor: pointer;
		background-color: #f5f5f5;
		background-image: -moz-linear-gradient(top,#fff,#31bc86);
		background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#31bc86));
		background-image: -webkit-linear-gradient(top,#fff,#31bc86);
		background-image: -o-linear-gradient(top,#fff,#31bc86);
		background-image: linear-gradient(to bottom,#fff,#31bc86);
		background-repeat: repeat-x;
		border: 1px solid #ccc;
		border-color: #e6e6e6 #e6e6e6 #bfbfbf;
		border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
		border-bottom-color: #b3b3b3;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	}

	 input[type=radio]:checked + label, input[type=checkbox]:checked + label{
		   background-image: none;
		outline: 0;
		-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
		box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
			background-color:#e0e0e0;
	}