html {
	background-color: #3e3e3e;
}

body {
	background: -moz-linear-gradient(top,  #212121 0%, #3e3e3e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#212121), color-stop(100%,#3e3e3e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #212121 0%,#3e3e3e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #212121 0%,#3e3e3e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #212121 0%,#3e3e3e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #212121 0%,#3e3e3e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#3e3e3e',GradientType=0 ); /* IE6-9 */
	
	height: 100%;
	margin: 0;
	font-family: 'Duru Sans', sans-serif;
}

th {
	text-align: left;
}
a { 
	color: #fa8140;
	text-decoration: none;
}
#head {
	height: 240px;
    background-image: url(img/head26.png);
    background-color: #232323;
    background-position: top center;
    width: 100%;
    background-repeat: no-repeat;
}

#orange_streifen {
	background-color: #fa8140;
    height: 25px;
    width: 100%;
    display: flex;
    justify-content: center;
}

#content {
	background-color: white;
	padding: 20px;
}

#main {
	max-width: 1175px;
	margin: auto;
}

#grau_streifen {
	background-color: #1f1f1f;
	height: 3px; 
	margin-top: 1px;
	margin-bottom: 200px;
}

.auswahl {
	width: 235px;
	height: 100px;
	float: left;
	margin: 30px 0 30px 0px;
position: relative;
}

.aus_links {
	background-color: #3d3d3c;
	float: left;
	border-radius: 3px;
	height: 100px;
	width: 65px;
	overflow: hidden;	
}

.aus_habbo {
	width: 65px;
	height: 66px;
	position: relative;
}

.aus_vote {
	width: 100%;
	height: 34px;
	background-color: #565656;
	color: white; 
	padding: 7px;
	letter-spacing: 1px;
}

.schein {
	position: absolute;
	height: 25px;
	width: 65px;
	width: 100%;
	background-image: url(img/schein.png);
	top: 41px;

}

.aus_rechts {
	float: right;
	width: 160px;
	padding: 5px;
}

.clear {
	clear: both;
}

.overhabbo {
	background-image: url(img/overhabbo.png);
	height: 110px;
	width: 64px;
	position: absolute; 
	top: 0:
	left: 0;
}

.admin_menu_p {
	padding: 5px; 
	color: white;
	float: left;
	font-size: 12px;
	border-right:1px white solid;
}

#vote input[type=text] {
	background-color: #f3f3f3;
	border: 0;
	border-radius: 3px;
	width: 270px;
	margin-bottom: 10px;
	text-align: center;
	padding: 15px;
	color: #bfbebe;
	font-size: 14px;
}

#vote input[type=submit] {
	background-color: #ff7a3b;
	border: 0;
	border-radius: 3px;
	width: 270px;
	margin-bottom: 10px;
	text-align: center;
	padding: 15px;
	color: #fff8f7;
	font-size: 14px;
}
