/* @override 
	http://0.0.0.0:3002/stylesheets/application.css?1272906756
	http://0.0.0.0:3002/stylesheets/application.css?1274280892
*/

html {
	margin: 0;
	margin-left:15px;
	padding: 0;
	height: 100%;
	width:1100px;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #6e6e6e;
	font-style: normal;
	font-family: Helvetica, sans-serif;
	font-size: .85em;
	background: url(../images/back.png) repeat-x left top;
}

a {
	color: #000;
}

a.button { 
	background: url(/images/button_right.gif) no-repeat right 0; 
	font-size: 1em;
	display: block; 
	float: left;
	height: 24px; 
	cursor: pointer; 
	font-weight: bold; 
	padding: 0 18px 0 0; 
	text-decoration: none;
	margin: 5px 10px 0 0;
}

a.button span { 
	position:relative; 
	display:block; 
	white-space:nowrap; 
	padding: 6px 0 6px 18px; 
	line-height: 12px;
	background: url(/images/button_left.gif) no-repeat left 0;
	font-size: 12px;
	color: #000; 
}

a.button:active { 
	background: url(/images/button_right_hover.gif) right no-repeat; 
	outline: none; 
}
a.button:active span {
	background: url(/images/button_left_hover.gif) left no-repeat;
}

img {
	border: 0;
}

img.star {
	width: 12px !important;
	height: 12px !important;
}

#wrapper {
	width: 1100px;
	margin: 0 auto;
}

/* @group Header */

#header {
	width: 1100px;
	height: 70px;
	text-align: left;
	position: relative;
}

#header h1#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;	
	width: 1100px;
	height: 95px;
	margin: 0;
	padding: 0;
	background: url(../images/logo.png) no-repeat top left;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	z-index: 0;
}

ul#menu {
	height: 30px;
	margin: 0;	
	padding: 0;
	list-style-type: none;
	position: absolute;
	left: 0px;
	top: 70px;
	z-index: 1;
}

ul#menu li {
	height: 15px;
	float: left;	
	padding: 5px 10px 4px 10px;
	margin: 0 15px 0 0;
	list-style-type: none;	
	text-align: center;	
	font-size: 11px;	
	color: white;	
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-left: 1px solid #9f5c34;
	border-right: 1px solid #9f5c34;
	border-top: 1px solid #9f5c34;	
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
	background: url(../images/nav.png) repeat-x left bottom;

}

ul#menu li:hover,
ul#menu li.active {
	background-position: center -10px;
	color:#333333;
	background-color:whitesmoke;
}

ul#menu li a {
	font-size: 13px;
	text-decoration: none;
	color: #333333;
	font-weight:bold;


}

ul#menu li:hover a,
ul#menu li.active a {
background: whitesmoke;
color:#333333;
text-decoration:none;

}


.submenu {
	display: none;
	position: absolute;

	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d6d6d6)) !important;	
	background: -moz-linear-gradient(top, #ffffff, #d6d6d6) !important;		
	padding: 2px;
	border: 1px solid #9f5c34;
	-webkit-border-radius: 5px;	
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
	-moz-border-radius: 5px;	
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);	
}

ul#menu li:hover .submenu {
	display: none;
}

.submenu li {
	margin: 0px !important;
	text-align: left !important;
	float: none !important;
	color: #9f5c34;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid white;
}

.submenu li:last-child {
	border-bottom: none;
}

.submenu li:hover {
	background-color: #6a9626;
	border-color: transparent;
	text-decoration:underline;
}

.submenu li a {
	display: block;
	color: 9f5c34 !important;
}

#top5 ul {
	margin: 0;	
	padding: 0;
	list-style-type: none;	
}

#top5 ul li {
	height: 40px;
	overflow: hidden;
	font-size: 12px;
	background: white url(../images/gradient.gif) repeat-x left bottom;
	border: 1px solid #9F9F9F;
	margin: 5px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

#top5 ul li span {
	width: 15px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

#top5 ul li img {
	width: 40px;
	height: 40px;
	margin-right: 5px;
	float: left;
}

#top5 ul li .text {
	width: 195px;
	float: right;
	
} 

#minigames img, #more img {
	width: 40px;
	height: 40px;
	margin-right: 5px;
	float: left;
}


#minigames .text,
#more .text {
	width: 220px;
	float: right;	
}




/* @end */


#main {
	width: 1100px;
	text-align: left;
	color: black;
	margin-top: 20px;


}

#navi {
	width: 260px;
	padding: 0px 0;
	float: right;
	color:9f5c34;
	margin-right:10px;



}



/* @group Navi */


#navi ul {
	width: 260px;
		background-image: url(../images/sidebar_bg.png); 
	margin: 15px 0 15px 10px;
	padding: 0;
	list-style-type: none;
	font-size: 14px;	
	color: #9f5c34;
	border: 1px solid #9f5c34;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

#navi ul li {
	margin: 3px;
	padding: 10px;
	
}

#navi ul li a {
	font-size: 13px;
	text-decoration: none;
	color: #9f5c34;
	font-weight:bold;
	
}



#navi ul.admin li {
	background-color: white;
	width:100%;
}


#navi ul li:hover  {
	color: #333333;
	text-decoration:none;
}
#navi #submenu ul li:hover  {
	color: #333333;
	text-decoration:none;
}

.teasernav {
margin:15px;
margin-bottom:0px;
border:0px;}

.padding{
margin:5px 15px 0px 15px;
font-size:11px;
text-align:justify;}


/* @end */

#content {
	width: 802px;
	float: left;
	border: 1px solid #9f5c34;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	margin-top:15px;
	background-image: url(../images/cossacks_bg.jpg);
		
}
.pad{
padding:5px;
padding-top:0px;
}
#teaser {
	background-color: #6e6e6e;

}

#sidebar {	
	width: 400px;
	padding-top: 10px;
	float: right;
}

.box {
	clear: both;
	padding: 0px;
	margin-bottom: 20px;
}

#content .box {
	padding: 10px;
	font-size: 11px;
	margin: 10px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}

.box .inner {
	background-color: white;
	color: #262626;
	padding: 5px;
}

.silver {
	background-color: #;
}

.dark {
	background-color: #262626;
}

.frame {
	padding: 5px;
	color: white;	
	background-color: #262626;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}

.stripes {
	background-image: url(../images/stripes.gif);
	color: black;
}

#newsletter {
	padding: 10px;
}

.content {
	padding: 10px;


}

.col {
	width: 170px;
	margin-right: 15px;
	font-size: .9em;
}

.col.last {
	margin-right: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}


h1 {
	margin-top:0px;
	padding:5px;
	color: #9b3648;
	font-size:18px;
	margin-bottom:5px;
}

h2 {
	background-color: #d16302;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: white;
	font-size: 12px;
	padding: 5px;
	margin: 5px 0;
}

h2 span {
	font-weight: normal;
}

h2 a {
	color: white;
}

h3 {
	margin: 10px 10px 10px 0px;
	color: #9b3648;
}

h4 {
	background: #B9B9B9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #262626;
	font-size: 12px;
	padding: 2px 15px 2px;
	margin: 10px 0;
}

.rating {
	color: #8E8E8E;
	font-weight: bold;
	padding: 5px 0;
	font-size: 11px;
}

.teaser {
	width: 220px;
	height: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float:right;
	margin:5px;		
}

.game {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}

.game img.teaser {
	width: 170px;
	height: auto;
}

.game img.small {
	width: 40px;
	height: auto;
}

.game img.teaser {
	float: left;
}

.game .text {
	width: 350px;
	float: right;
}


.col .game img.teaser,
.col .game .text {
	float: none;
	width: 170px;
}

.col .game a {
	font-size: 11px;
}

.col .game .text p {
	margin: 5px 0px;
	height: 60px;
	overflow: hidden;
}



#comments {
	font-size: .9em;
	margin-top: 50px;
}

.comment {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;

}

#comment_form {
	margin-top: 20px;
}

#footer {
	width: 100%;
	margin: 20px;	
	text-align: center;
	font-size: .8em;
	position:relative;
	left: -100px;
}

.flash_notice {
	border: 5px solid #9c9;
 	background-color: #cfc;
	padding: 5px;
	color: #577457;
}

.flash_error {
  	border: 5px solid #f99;	
  	background-color: #FFE5E5;
  	padding: 5px;
  	color: #FF4747;
}

/* @group Formular */

input[type='text'], textarea {
	background-color: #ffffff;
	border: 1px solid silver;
	margin: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
	padding: 5px 10px;
	font-size: 13px;
}

label {
	color: #999999;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
}

span.hint {
	color: #999999;
	font-size: 10px;	
}

.required {
	font-size: 14px;
	font-weight: bold;
	color: #d4090f !important;
}

.form-tbl th {
	background-color: #76b421;
	color: white;
	border-bottom: 1px solid #ddd;
	padding: 10px 20px 15px 0px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 150px;
	line-height: 15px;
}

.form-tbl td {
	border-bottom: 1px solid #ddd;
	margin: 0pt;
	padding: 10px 20px 15px 0pt;
}

.error,
.errorExplanation,
.fieldWithErrors input,
.fieldWithErrors select,
.fieldWithErrors textarea {
  	color: #FF4747;		
  	background-color: #FFE5E5;  	
}

.errorExplanation {
	padding: 5px;
}

.errorExplanation ul {
	margin: 0px 20px;
}

.errorExplanation li {
	padding: 2px;
}

.errorExplanation h2 {
	background-color: transparent;
	border: none;	
	font-size: 14px;
	color: #d4090f;
}

.formError {
	color: #d4090f;		
	font-size: 10px;
}

.fieldWithErrors input,
.fieldWithErrors textarea {
	border: 1px solid #d4090f;
}

.error span {
	display: block;
	padding: 5px;
}

/* @end */


/* Tag Cloud */
.tag-cloud {
	padding: 5px;
}

.tag-cloud a { 
	text-decoration: none;
}

.tag-cloud a:hover {
	text-decoration: underline;
}

.css1 { font-size: 1.0em; font-weight: normal; margin-right: 0.5em; color: #BFBFBF; }
.css2 { font-size: 1.2em; font-weight: normal; margin-right: 0.5em; color: #7F7F7F;}
.css3 { font-size: 1.4em; font-weight: normal; margin-right: 0.5em; color: #3F3F3F; }
.css4 { font-size: 1.6em; font-weight: normal; margin-right: 0.5em; }


#paginate {
		padding: 10px 0;
		font-size: 11px;
}

/* @group Browsergames
 */

body.green {
	background-image: url(../images/back_green.gif);
}

body.green h1 {
	color: #76b421;
}

h2.green {
	background-color: #76b421;	
}

body.green ul#menu li:hover,
body.green ul#menu li.active {
	background-color: #76b421;
}

body.green a.button,
div.green a.button { 
	background-image: url(/images/button_right_green.gif);
}

body.green a.button span,
div.green a.button span { 
	color: white;	
	background-image: url(/images/button_left_green.gif);
}

body.green #more .frame {
	background-color: #76b421;	
}

/* @end */

/* @group Downloadgames */

body.blue {
	background-image: url(../images/back_blue.gif);
}

body.blue h1 {
	color: #224f7b;
}

h2.blue {
	background-color: #224f7b;	
}

body.blue ul#menu li:hover,
body.blue ul#menu li.active {
	background-color: #224f7b;	
}

body.blue a.button,
div.blue a.button { 
	background-image: url(/images/button_right_blue.gif);
}

body.blue a.button span,
div.blue a.button span { 
	color: white;	
	background-image: url(/images/button_left_blue.gif);
}

body.blue #more .frame {
	background-color: #224f7b;	
} 

/* @end */

/* @group Handygames */

body.orange {
	background-image: url(../images/back_orange.gif);	
}

body.orange h1 {
	color: #f78400;
}

h2.orange {
	background-color: #f78400;	
}

body.orange ul#menu li:hover,
body.orange ul#menu li.active {
	background-color: #f78400;	
}

body.orange a.button,
div.orange a.button { 
	background-image: url(/images/button_right_orange.gif);
}

body.orange a.button span,
div.orange a.button span { 
	color: white;	
	background-image: url(/images/button_left_orange.gif);
}

body.orange #more .frame {
	background-color: #f78400;	
}

/* @end */

/* Bugfix */
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.clear { display: inline-block; }
* html .clear { height: 1%; }
.clear { display: block;
width:800px; }



.abc {
	list-style-type: none;
	margin: 0;
	padding: 2px;
	height: 18px;
	background-color: #cbf493;
}

.abc li {
	width: 10px;
	height: 22px;
	margin: 0 5px;	
	padding: 0 3px;
	display: inline;
	font-weight: bold;
	border-right: 1px solid #8eb657;
	font-size: 11px;
	color: black;
}

.abc li a {
	background-color: #cbf493;	
	text-decoration: none;
	font-size: 11px;
	color: #6a9626;
}

.abc li a:hover {
	text-decoration: underline;
}



p.news {
width:840px;
float:left;
margin:0px;
padding:0px;
font-size:12px;
float:left;}

.icon_vorteil
{margin:5px;
padding-bottom:3px;
margin-right:7px;}



span.news,
p span {
font-size:12px;
padding-top:5px;
padding-bottom:5px;
padding-left:13px;
padding-right:13px;
color:#9f5c34;
font-weight:bold;
margin-top:10px;
margin-bottom:10px;
float:left;
}

.buttons_teaser
{
margin:15px;}

h6 {
	margin: 5px;
	margin-left:15px;
	margin-top:15px;
	color: #9b3648;
	font-size:18px;
	text-decoration:none;
	
}
h5 {
	margin:25px;
	color: #9b3648;
	font-size:14px;
	font-weight:bold;
	
}
h5:hover{
background-color: #FFFFFF;
text-decoration:none;}


.icon {
margin-bottom:-3px;
margin-right:10px;}

p {
font-size:12px;
color:#333333;
padding:0px;
margin:0px;}

.news{
font-size:11px;
color:#333333;
float:left;}

#vergleich{
	width: 760px;
	border: 1px solid #9f5c34;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
padding:15px;
float:left;
margin:5px;
background-image: url(../images/teaser_bg.png);
}

.border{
	border: 1px solid #9f5c34;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
padding:10px;
margin:5px;
}
.border_teaser{
	border: 1px solid #9f5c34;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
padding:5px;
margin:5px;


}

.border_teaser_more{
	border: 1px solid #9f5c34;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
padding:5px;
margin:5px;
margin-left:20px;

}
#border_teaser{
width:245px;
float:left;
cursor:pointer;
background: url(/images/teaser_bg.png);
}

#border_teaser:hover,
#border_teaser:focus{
/*background: url(/images/teaser_bg_hoover.png);*/
background:white;
}


#border_teaser_red{
width:245px;
float:left;
cursor:pointer;
background: url(/images/teaser_bg_red.png);
}

#border_teaser_red:hover,
#border_teaser_red:focus{
background: url(/images/teaser_bg_red_hoover.png);

}



.buttons{
	border: 1px solid #9b3648;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
padding:10px;
margin:5px;
cursor:pointer;
}

table#vergl{
width:100%;
padding:0px;
margin:0px;
vertical-align:top;

}


table#vergl p {
margin:0px;
padding:5px;
vertical-align:top;}

table#vergl h1 {
margin:0px;
padding:5px;
vertical-align:top;}

table#vergl tr td {
vertical-align:top;
margin:0px;
text-align:justify;}

.img{
border:0px;
margin:0px;
padding-top: 5px;}

.yes{
width:15px;
}

h1.no{
	font-size:36px;
	float:left;
	margin-left:-25px;
	font-weight:normal;
/*	color:#9f5c34;*/
}
.tipp {
width:210px;}

.stoerer{
float:right;
width:212px;
margin-left:15px;}
.stoerer_breit{
float:right;
margin-left:15px;}

#content li {list-style-image: url(/images/dot.png);}

.imgs{
width:170px;
padding-top:10px;}

#column {
width:300px;
float:left;
margin:20px;
padding:10px;
background: url(/images/teaser_bg.png) repeat left top;
}

h1.more{
margin-left:15px;
font-size:30px;
}
h1.white{
color:#FFFFFF;
}

.preload
{
visibility:hidden;}