@charset "utf-8";
/* CSS Document */
body {
	background:#e4e4e4;
	padding:0 0 80px 0;

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}
#conteiner {
	width:913px;
	margin:0 auto 0 auto;
	background:#f8f8f8 url(images/bg.jpg) left top no-repeat;
	border:0;
	padding:25px 0 20px 0;
}
* {
	margin:0;
	padding:0;
}
ul {
	list-style-type:none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
a {
	text-decoration:none;
	color:#999999;
}
a:hover {
	text-decoration:underline;
}
.hide{
display:none;
}
.show{
display:block;

}
.stars{
position:relative;
height:19px;
padding:10px 0;

width:119px;
}
.stars .full{
position:absolute;
left:0;
top:10px;

height:19px;
background:url(images/stars-full.png) left top no-repeat;
z-index:10;}
.stars .empty{
position:absolute;
left:0;
top:10px;
width:119px;

height:19px;
background:url(images/stars-empty.png) left top no-repeat;
}
/* Header */
#header {
	height:134px;
	background:#009900 url(images/header.png) 862px 90px no-repeat;
	position:relative;
		behavior:url("iepngfix.htc");

}
#header #logo {
	position:absolute;
	top:20px;
	left:15px;
	width:220px;
	height:50px;
}
#header #logo h1{
font-size:37px;
color:#FFFFFF;
display:block;
font-weight:normal;
}
#header #logo h1 a{
color:#FFFFFF;
}
#header #logo h1 a:hover{
text-decoration:none;
}
#header #logo h2{
display:block;
text-align:right;
font-size:11px;
color:#DBFFCA;
font-style:italic;	
padding:4px 0 0 0;

}

#header #menu {
	position:absolute;
	left:15px;
	height:31px;
	top: 103px;
	text-align:center;
}
#header #menu .home {
	width:86px;
	height:31px;

}
#header #menu .home.current {
	background:url(images/menu-home.png) left top no-repeat;
	behavior:url("iepngfix.htc");

}
#header #menu .current a {
	color:#006F00;
}
#header #menu li a:first-letter{
text-transform:uppercase;
}
#header #menu li {
	display:block;
	float:left;
	width:112px;
	height:28px;
	padding:8px 0 0 0;
	background:url(images/menu-sp.png) right center no-repeat;
}
#header #menu li.last{
background:none;
}
#header #menu li.current{
	background:url(images/menu-current.png) left top no-repeat;
	behavior:url("iepngfix.htc");
}

#header #menu li a:first-letter {
text-transform:uppercase;

}
#header #menu li a {
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}
/* navigation */

#navigation {
	padding:20px 15px;
}
#navigation .left {
	color:#999999;
	padding:8px 0 0 0;
}
#navigation .left a {
	color:#999999;
}
#navigation .right {
}
#navigation .right.search {
}
#navigation .right.search .text {
	float:left;
	width:190px;
	height:17px;
	margin:0 2px 0 0;
	border:0;
	background:#E4E4E4;
	padding:5px;
	color:#999999;
}
#navigation .right.search .submit {
	background:#339900;
	width:50px;
	height:28px;
	border:1px solid #E4E4E4;
	text-align:center;
	color:#FFFFFF;
	padding:0px 0 0 0;
}
/* main */
#main {
	border:1px solid #e4e4e4;
	margin:0 15px 20px 15px;
}
#main .top {
	height:23px;
	background:url(images/main-top.jpg) left top repeat-x;
	font-size:13px;
	font-size:13px;
	padding:10px 25px 0 15px;
	position:relative;
}
#main .top #network{
	position:absolute;
	left: 700px;
	top: 30px;
	z-index:10;
	display:none;

}
#main .top #network ul{background:#D7FFD7;
border:1px solid #019901;
}
#main .top #network li{
display:block;
border-bottom:1px solid #019901;
text-align:center;
padding:10px 20px;}
#main .top #network a{
font-weight:bold;
color:#005E00;}
#main .top .right a{
font-size:13px;
display:block;
padding:0 15px 0 0;
font-weight:bold;
background:url(images/arrow-bottom.png) right center no-repeat;
color:#019901;

}
#main .top h1 {
	float:left;
	padding:0 0 0 0px;
	color:#006F00;
	font-weight:bold;
	font-size:13px;
}
#main .top h1 a{
	color:#006F00;
}
#main .content {
	padding:15px;
	background:#ffffff;
}

/* lside */
#lside {
	float:left;
	width:530px;
}
#lside .games {
}
#lside li {
	display:block;
	float:left;
	border:5px solid #e2e2e2;
	width:143px;
	height:144px;
	text-align:center;
	margin:0 35px 30px 0;
}
#lside li .image {
	padding:10px;
	height:90px;
	cursor:pointer;
}
#lside li .image:hover {
	background:#DBFFCA;
}
#lside li .image img {
	width:123px;
	height:90px;
}
#lside li .title {
	height:25px;
	background:url(images/game-title.jpg) left top repeat-x;
	padding:10px 0 0 0;
}
#lside li .title a {
	color:#006F00;
	font-weight:bold;
}
#lside .gopages {
	float:right;
	color:#B2B2B2;
	padding:0 0 15px 0;
}
#lside .gopages img {
	vertical-align:middle;
}

#lside .gopages .previus {
	margin:0 5px 0 0;
}
#lside .gopages .next {
	margin:0 0 0 5px;
}
#lside .gopages a.current {
	text-decoration:underline;
}
#lside .gopages a.current:hover {
	text-decoration:none;
}#lside .gopages a {
	color:#B2B2B2;
	text-decoration:none;
}
/* rside */
#rside {
	width:300px;
	float:right;
}
#rside .box {
	margin:0 0 20px 0;
}
#rside h3 {
	font-size:12px;
	font-weight:bold;
	background:#006F00;
	color:white;
	padding:7px;
	margin:0 0 3px 0;
	text-transform:uppercase;
}
#rside .top-list ul {
	border:1px solid #E4E4E4;
	border-bottom:0;
	background:#f9f9f9;
}
#rside .top-list li {
	display:block;
	padding:0px 7px;
	border-bottom:1px solid #e4e4e4;
	height:80px;
}
#rside .top-list li .n {
	display:block;
	font-size:66px;
	color:#f0f0f0;
	float:left;
	padding:0px 8px 0 0;
	font-weight:bold;
}
#rside .top-list li .t {
	display:block;
	float:left;
	padding:13px 0 0 0;	color:#999999;
	width:200px;

}
#rside .top-list li .t a {
	color:#999999;
	font-size:15px;
	text-decoration:none;
}
#rside .top-list li .t a:hover {
	text-decoration:underline;
}
#rside .top-list li .c {		float:left;
padding:3px 0 0 0;



}
#rside .adv {
	background:#F9F9F9;
	border:1px solid #E4E4E4;
	padding:20px;
	text-align:center;
}
/* Box sopra footer */
.boxs{
padding:15px 0 15px 15px;
margin:15px;
background:#e4e4e4;

}
.boxs .box a{
text-decoration:underline;

}
.boxs .box a:hover{
text-decoration:none;
}
.boxs .box{
width:385px;
float:left;
padding:10px 40px 10px 40px;
background:url(images/boxs-deshed.jpg) right top repeat-y;
height:110px;
}
.boxs .box .title{
font-size:14px;
padding:0 0 20px 0 ;
font-weight:bold;
}
.boxs .box  .text{
line-height:18px;

}

.boxs .box.first{
padding-left:0;
}
.boxs .box.last{
padding-right:0;
background:none;
}

/* footer */

#footer{
clear:both;
margin:0px 15px;
line-height:20px;
background:url(images/footer.png) right center no-repeat;
font-size:11px;
		behavior:url("iepngfix.htc");

}
#footer a{	color:#999999;

padding:0 3px;}