* {
	margin:0;
	padding:0;
}


a:active {
	outline: none;
}

:focus {
	outline: 0;
}

img {
	border: none;
}

html {
}

body {
    width:100%;
    height:100%;
    font-family: Arial;
    background-image: url(../img/checkboard.png);
    background-repeat: repeat;
    background-color: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0, rgb(134,26,144)),
    	color-stop(0.6, rgb(255,102,255))
    );
}


html {
    height:100%;
}

h2 {
	font-family: "Arial Rounded MT Bold", "Arial Narrow", Arial;
	font-size: 16px;
	margin-bottom: 10px;
	text-shadow: 0px 3px 3px #999;
}

h3 {
	font-family: "Arial Rounded MT Bold", "Arial Narrow", Arial;
	font-size: 14px;
}

#checkboard {
    height:100%;
    width:100%;
}

#header {
	height: 281px;
	background-image: url(../img/header.png);
}

#navigation {
	width: 775px;
	height: 25px;
	color: white;
	padding-left: 45px;
	background-color: #000;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a{
	color: #fff;
	font-family: "Arial Rounded MT Bold", "Arial Narrow", Arial;
}

#navigation ul li.active a {
	display: inline;
	color: #871a90;
}

#navigation ul li a {
	float: left;
	display: inline;
	text-decoration: none;
	padding: 5px 25px 0px 0px;
}

#navigation ul li a:hover {
	color: #ff66ff;
	-webkit-transition: color 0.25s linear;
}


#page {
	width: 820px;
	padding:0px;
	margin: 0px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	/*-webkit-transform: rotate(-0.75deg);
	-moz-transform: rotate(-0.75deg);
	-o-transform: rotate(-0.75deg);
	transform: rotate(-0.75deg);*/
}


/* Start of Column CSS */
#container2 {
	clear:left;
	float:left;
	width:800px;
	overflow:hidden;
	background:#eee; /* column 2 background colour */
	border-left: 10px solid #000;
	border-right: 10px solid #000;
	border-top: 10px solid #000;

}
#container1 {
	float:left;
	width:800px;
	position:relative;
	right:39%;
	background:#fff; /* column 1 background colour */
	
}

#col1 {
	float:left;
	width:57%;
	position:relative;
	left:41%;
	overflow:hidden;
	padding-top: 20px;
}

#col2 {
	float:left;
	width:33%;
	position:relative;
	left:46%;
	overflow:hidden;
}
/* --> */

#col1 h2 {
	font-weight: bold;
	font-size: 16px;
	text-shadow: 0px 3px 3px #999;
}

#col1 h3 {
	font-weight: bold;
	font-size: 14px;
	text-shadow: 0px 3px 3px #999;
}

.pictureform
{
	font-size: 10px;
}

#col1 p {
	font-size: 14px;
	margin: 10px 0px 10px 0px;
	line-height: 150%;
}

#col1 ul {
	font-size: 14px;
	margin: 5px 0px 10px 15px;
	line-height: 150%;
}

#col1 a
{
	text-decoration: none;
	color: #871a90;
}

.bottomdeco {
    position: relative;
	margin-top: 20px;
}


#footer {
	clear:both;
	float:left;
	width: 775px;
	height: 25px;
	color: white;
	padding-left: 45px;
	background-color: #000;
	margin-bottom: 35px;
}

#footer p {
	margin-left:2%;
	padding-right:2%;
}

.smalltext {
	font-size: 10px;
}

#highscore
{
	width: 100%;
	border-collapse: collapse;
	color: #efefef;
}

#highscore thead
{
	background-color: #000;
	border-bottom: 1px solid #242424;
}

#highscore tr.odd
{
	background-color: #1f1f1f;
	border-bottom: 1px solid #242424;
}
#highscore tr.even
{
	background-color: #141414;
}

#langSwitch {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 10px;
}

#langSwitch ul li {
	display: inline;
	margin-right: 15px;

}

#langSwitch ul li a {
	text-decoration: none;
	color: #fff;
}

.yams_lang_de yams_current {
	color: #871a90;
}
