/* layout */

#body	{
	width: 1404px;
	height: 900px;
	background-image: url(bilder/body_bg.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#navigation {
   width: 168px;
	height: 470px;
	float: left;
	margin-top: 187px;
	color: white;
}

#content {
   width: 1170px;
	height: 470px;
	margin-left: 20px;
	margin-top: 192px;
	float: left;
	padding: 20px;
}

#content_inner {
	float: left;
	
	width: 984px;	
}

#sideright {
	width: 150px;	
	float: right;
	margin-right: -5px;
	margin-top: -24px;	
}

#sideright a {
	color: black;	
}

#footer	{
	clear: both;
	width: 1024px;
	height: 87px;
	margin-left: -20px;
	background-color: #dcdcdc;
}
.footCol1 {
	width: 33%;
	height: 130px;
	float: left;
	overflow:
	visible;
}

.footCol2 {
	margin-top: 8px;
	margin-right: 10px;
	width: 57%;
	float:
	right;
	font-size:12px;
	text-align: right;
}

#facebook {
	float: right;
	margin-right: 179px;
	margin-top: 9px;
}



/* design */

body, html {
	font-family: arial;	
}

h1, h2, h3 {
	color: #50556b;
}
	
a {
	color: #50556b;
	text-decoration: none; 	
}

a:hover {
	text-decoration: underline;	
}

#colleft {
	width: 47%;
	float: left;
	margin-bottom: 40px;
}
	
#colright {
	width: 47%;
	float: right;
	margin-bottom: 40px;
}
	
a.navLink {
	width: 168px;
	display: block;
	line-height: 30px;
	padding-left: 5px;
	border-radius: 3px / 3px;
	background-color: #50556b;
	text-decoration: none;
	color: white;
	-webkit-transition: background 0.3s linear, padding-left 0.3s linear;
	-moz-transition: background 0.7s linear;
	-o-transition: background 0.7s linear;
	transition: background 0.7s linear;
}

a.navLink:hover {
	padding-left: 10px;
	background-color: #191a21;
	font-weight: bold;
	border-right: 5px solid #50556b;
}

a.navLinkActive {
	width: 170px;
	display: block;
	line-height: 30px;	
	padding-left: 5px;
	border-radius: 3px / 3px;
	background-color: #191a21;
	text-decoration: none;
	color: white;
	font-weight: bold;	
}
		
.googlelink {
	position: relative;
	top: 110px;
	left: -238px;
	width: 264px;
	border: 1px solid black;
	background-color: #50556b;
	border-left: 7px solid #191a21;
	border-top: 3px solid #191a21;
	border-radius: 5px / 5px;
	text-align: center;
	padding: 10px 5px 10px 15px;
	transition: left 1s;
	-moz-transition: left 1s;
	-webkit-transition: left 1s;
	-o-transition: left 1s;
}

.googlelink:hover {
	left: 0px;	
}
	
.googlelinkmaske {
	position: relative;
	top: 100px;
	left: -315px;
	margin-top: -128px;
	width: 315px;
	height: 140px;
	background-color: white;	
}
	
.impreslogin {
	float: right;
	color: white;
	font-size: 12px;
	margin-top: -127px;
	margin-right: 132px;
}
	
.impreslogin a {
	color: white;
	text-decoration: none;
}
	
.impreslogin a:hover {
	text-decoration: underline;	
}
	
.gamesbutton {
	float: left;
	margin-top: 450px;
	margin-left: -168px;
}
	
.login {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px / 5px;
	background-color: #50556b;
	border-left: 7px solid #191a21;
	border-top: 3px solid #191a21;
	text-align: center;
	padding: 30px 40px 40px 40px;
	color: white;
	margin-bottom: 50px;
}
	
.gamelink {
	width: 300px;
	height: 130px;
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
	border-radius: 5px / 5px;
	border: 3px solid #191a21;
}

.gametext {
	width: 590px;
	float: left;
	margin-left: 40px;
	margin-top: 20px;	
}

.infobox {
	width: 150px;
	text-align: center;
	padding: 2px 0px 2px 0px;
	margin-bottom: 15px;
	border: 1px solid white;	
}