html,body {
	font-family: ARIAL,HELVETICA,SANS SERIF;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 98%;
	width: 100%;
}

* {
	margin: 0;
	padding: 0;
}


@font-face {
    font-family: 'DSDigitalBold';
    src: url('font/ds-digib-webfont.eot');
    src: url('font/ds-digib-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/ds-digib-webfont.woff') format('woff'),
         url('font/ds-digib-webfont.ttf') format('truetype'),
         url('font/ds-digib-webfont.svg#DSDigitalBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.userpic {
	width: 100px;	
}

.birdpic {
	width: 140px;	
}

.osmpic {
	width: 80px;	
}

.points {
	font-family: 'DSDigitalBold';
	font-size: 60px;
	width: 50px;
}

.username {
	font-size: 16px;
	font-weight: bold;
}

#wrap {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#osmfightlogo {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 10px;
}

#fightpicons table {
	font: 12px Verdana;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

.mapper_img { height:120px; /* Gecko-Browser (Firefox) */ -moz-border-radius: 200px; /* Webkit-Browser (Chrome, Safari) */ -webkit-border-radius: 200px; /* CSS3 allgemein */ border-radius: 200px;  }

#user_input {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	white-space: nowrap;
	padding-left: 20px;
}

#inputfield {
	border-width: 1px; 
	border-style: solid; 
	border-color: #CCCCCC;
	font: 14px arial,sans-serif; 
	height: 20px; 
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px; 
	padding: 4px; 
	vertical-align: top;
}

#versus {
	font-size: 20px;
	font-weight: bold;	
}

#vs {
	font-weight: bold;
}

.button {
	background: none repeat scroll 0 0 #EEEEEE;
	display: inline-block;
	margin-top: 20px;
	margin-right: 4px;
	maring-left: 4px;
}

#fightbutton {
	background: transparent;
	border: none;
	color: #000000;
	cursor: pointer;
	font: 15px Arial,sans-serif;
	height: 30px;
	padding-left: 8px; 
	padding-right: 8px;
}

#fightbutton:active {
	background: none repeat scroll 0 0 #CCCCCC;
}

#winner {
	margin-top: 15px;
	font-size: 21px;
	text-decoration: blink;
	color: #FF0017;
}

#result {
	font: 15px Arial,sans-serif;
	margin-top:15px;
}

.r {
	margin-top: 10px;
	font-size: 10px;	
}
.r1 {
	font-size: 14px;
}

#shareit {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size:15px;
	font-family:Verdana;	
}

#latestfights {
	margin-top: 70px;	
}

.title_uc { font-size: 14px; font-weight:bold; }
.uc { font-size: 14px; color: #FF0017; }
.ucvs { font-size: 12px; color: black; }

#error {
	font: 12px Verdana;
	font-weight:bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom:8px;
}

.copyright {text-align:center; font-size:10px; color:grey; font-family:Verdana;}