@CHARSET "UTF-8";
/*ro-all*/
body {
	padding:0;
	margin:0;
}
.right {
	float:right;
}
.left {
	float:left;
}
#menu {
	height:50px;
	margin: 0;
	padding: 0;
}
#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu ul li {
	display:inline;
	float:left;
}
#content-site {
	margin: 0;
	padding: 0 5px 5px 5px;
	overflow:auto;
	width:928px;
}
#main-content {
	width: 605px;
	margin: 0 5px 0 0;
	padding: 0;
	margin-bottom:40px;
}
#right-content {
	width: 300px;
	margin: 0 0 0 5px;
	padding: 0;
	margin-bottom:40px;
}
/* Boxes */
.mainbox {
	position:relative;
	width: 598px;
	padding: 0;
	margin:0;
	float:right;
	margin-bottom:5px;
}
.mini_box {
	position:relative;
	width: 300px;
	margin: 0;
	padding: 0;
	float: right;
	margin-left:8px;
	margin-bottom:5px;
}
.smallbox {
	position:relative;
	width: 300px;
	margin: 0;
	padding: 0;
	margin-bottom:5px;
}
.standart {
	background-color:#dbdce2;
}
#registerHeaderTXT {
	display:none;
}
#flashboxheader {
	margin-left:-300px;
}
.head_bottom {
	margin-top:-2px;
}
/* Boxes Header*/
.mainbox_header {
	width: 598px;
	height:46px;
}
.mainbox {
	width: 598px;
}
.mini_header {
	width: 300px;
	height:46px;
}
.smallbox_header {
	width: 300px;
	height:46px;
}
.partialBox.box_trailer, .partialBox.box_news {
	position:relative;
	width: 294px;
	margin: 0;
	padding: 0;
	margin-bottom:5px;
}
.partialBox.box_news {
	margin: 0 0 0 10px;
}
.partialbox.mainbox_header {
	width: 294px;
}
.sstandart {
	background-color:#dbdce2;
}
.ministandart {
	background-color:#dbdce2;
}
.mainbox_header {
	width: 598px;
	height:34px;
}
.mini_header {
	width: 300px;
	height:34px;
}
.smallbox_header {
	width: 300px;
	height:34px;
}
.landing_main {
	background: none;
	margin:0;
	padding:0
}
.footer_teaser {
	margin-top:-5px;
}
#landing_head {
	top:0px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
.footer_trailer {
	margin-top:0px;
}
.sfooter_trailer {
	margin-top:-7px;
}
.footer_teaser {
	margin-top:0px;
}
.navi_item {
	position:relative;
	cursor:pointer;
	height:50px;
	overflow:hidden;
}
.navi_spacer.spacer8 {
	background: none;
 width=0;
	height:0;
}
.navi_mover {
	position:relative;
	top:0px;
}
.navi_item:hover {
	background-position: 0 -50px !important;
}
.over {
	background-position: 0 -50px !important;
}
.item {
	height: 80px;
	margin: 0;
	padding: 10px;
}
.item img {
	margin: 0 10px 4px 0;
	padding: 0;
	float:left;
}
.item p {
	margin: 0;
	padding: 10px;
}
/* Boxes Content Styles*/
a, a:link, a:visited, a:active {
	font-weight: bold;
	color: #3B1E08;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #661E08;
}
a img {
	text-decoration: none;
	border:0px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #8A6E49;
}
/* Form Styles*/
#landing_signin {
	padding: 10px;
	height:100%;
}
form {
	margin: 0;
	padding: 0;
}
.form-field {
	background-color: #F5F5F5;
	border: 1px solid #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 3px;
}
.landingboxform-field {
	margin: 0;
	padding:0;
}
input {
	margin: 2px;
	padding: 0;
}
#landing_head {
	position :relative;
	padding:20px 20px 0 20px;
}
#landing_center {
	position :relative;
	padding:20px 20px 0 20px;
}
#landing_footer {
	position :relative;
	padding:20px 20px 0 20px;
}
/* Gallery Plugin Styles*/
/* the thumbnail scrollable */
#thumbnails {
	overflow:hidden;
	width: 520px;
	height:95px;
	margin: 20px;
	padding: 10px 10px 10px 10px;
	border:0px;
	outline:1px solid #333;
	-moz-outline-radius:4px;
}
.galerie_right {
	height:270px;
}
/* the overlayed element */
.simple_overlay {
	/* must be initially hidden */
 display:none;
	/* place overlay on top of other elements */
 z-index:10000;
	/* styling */
 background-color:#333;
	width:675px;
	min-height:200px;
	border:1px solid #666;
	/* CSS3 styling for latest browsers */
 -moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}
/* "next image" and "prev image" links */
.next, .prev {
	/* absolute positioning relative to the overlay */
 position:absolute;
	top:40%;
	border:1px solid #666;
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	/* upcoming CSS3 features */
 -moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}
.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;
}
.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}
/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;
}
/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}
.info strong {
	display:block;
}
.info a {
	cursor:pointer;
	color:#ffffff;
}
.info a:hover {
	color: #8A6E49;
}
/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}
/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(/img/global/gradient/h80.png) repeat-x;
}
/* active thumbnail is raised on top of the mask using the z-index property */
#thumbnails a.active img {
	outline:1px solid #000;
	z-index:9999;
	position:relative;
}
.galerie-box #thumbnails {
	width: 520px;
	height:190px;
	margin: 10px;
	padding: 10px 10px 10px 10px;
	z-index:10000;
	border:0px;
	background: none;
}
.thumb_container {
	position:relative;
	overflow:hidden;
	float:left;
	width:520px;
	margin: 10px;
	padding: 10px;
	height:95px;
	border:0px;
	outline:1px solid #333;
	-moz-outline-radius:4px;
}
.smallbox #thumbnails {
	position:relative;
	overflow:hidden;
	width: 260px;
	height:190px;
	margin: 15px;
	margin-bottom:0px;
	padding: 5px;
	border:0px;
}
.screen_container #thumbnails {
	width: 520px;
	margin:10px;
	padding:10px;
}
#thumbnails div.items div {
	padding:5px;
	float:left;
	border:0px;
	background: none;
}
/* overlay scrollable */
#images {
	position:absolute;
	overflow:hidden;
	margin:50px;
	width:557px;
	height:400px;
}
/* single image */
#images div.items div {
	float:left;
	width:557px;
	height:400px;
	margin-right:30px;
}
/* the tooltip */
#images div.items div.info {
	float:none;
	background:#333;
	color:#fff;
	font-size:13px;
	margin-top:-137px;
	padding:5px 75px;
	height:125px;
	display:none;
	width:490px;
}
#images div.items div.info h3 {
	color:#cde;
	margin-top:10px;
}
/* override button style on the overlay */
#box div.navi {
	position:absolute;
	bottom:33px;
	left:50px;
}
#box div.nextPage {
	left:580px;
}
#mr {
	width: 300px;
	height: 250px;
	margin: 0;
	background-color:#000000;
}
.boxes-content {
	margin: 0;
	padding: 8px 20px 10px 20px;
}
td {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #660000;
	text-decoration: none;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
.form_button {
	text-align: center;
	padding: 0px;
	margin: 0px;
	clear: both;
}
.form_button2 {
	text-align: center;
	padding: 20px 0 0 0;
	margin: 0px;
	clear: both;
}
.form_button3 {
	text-align: center;
	padding: 0px;
	margin: 5px;
	clear: both;
}
.former {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.log-text {
	font-weight: bold;
	color: #3A324E;
	margin: 0px;
	padding: 0px;
}
.log-text a {
	color: #4A324E;
}
.log-text_small {
	color: #3A324E;
}
.login-link2:link {
	font-weight: bold;
	color: #300D87;
}
.login-link2:hover {
	font-weight: bold;
	color: #300D87;
	text-decoration: underline;
}
.padding-box {
	padding: 0;
	margin: 0;
}
.galerie-box {
	padding: 0;
	margin: 0;
}
.galerie-box img {
	padding: 0;
	margin: 3px;
}
.galerie-box h2 {
	padding: 0;
	margin: 3px 0 4px 0;
}
p.sprungziel {
	margin: 2px 6px 0 0;
	text-align: right;
}
.news-link, .news-link:link, .news-link:visited, .news-link:active {
	color: #ffb14d;
}
.news-link:hover {
	color: #FFAA00;
}
.news-date {
	font-weight: bold;
	color: #ff6600;
}
.news-header {
	font-size: 14px;
	font-weight: bold;
	color: #ffb14d;
}
.support2 {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 3px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
input.formtext {
	background-color: #c8e3fe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #6d140e;
	border: 0px none;
}
#countdown {
	position: absolute;
	visibility: visible;
	height: 253px;
	width: 350px;
	top: 15px;
	left: 289px;
}
#top {
	position: absolute;
	visibility: visible;
	height: 242px;
	width: 928px;
	top: 28px;
	left: 0px;
}
.anmeldung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6d140e;
	text-decoration: none;
	padding: 18px;
}
#user {
	position: absolute;
	visibility: visible;
	height: 80px;
	width: 145px;
	top: 576px;
	left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#webstats {
	position:absolute;
	width:10px;
	height:10px;
	z-index:0;
	visibility: hidden;
	left: 0px;
	top: 0px;
}
#werbung {
	visibility: hidden;
}
.friend-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.padding-friendbox {
	padding-left: 18px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/box_bg.gif);
	background-repeat: repeat-y;
}
#skillbox {
	background-color: #EA8A0B;
	border:1px solid #EA8A0B;
}
#skillbox td {
	background-color: #F7ECD6;
	font-size: 10px;
}
#skillbox .tdpad {
	padding-top: 10px;
}
.mainLogin {
	width:136px;
	height:20px;
	border-width:1px;
	border-color:#bbbbbb;
	background-color:#6d140e;
	padding-left:3px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	font-weight:normal;
}
.mainLogin:active {
	width:136px;
	height:20px;
	border-width:1px;
	border-color:#dddddd;
	background-color:#6d140e;
	padding-left:3px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	font-weight:normal;
}
.mainLogin:hover {
	width:136px;
	height:20px;
	border-width:1px;
	border-color:#ffffff;
	background-color:#444444;
	padding-left:3px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:9px;
	color:#FFD25C;
	font-weight:normal;
}
.mainPassword {
	width:136px;
	height:20px;
	border-width:1px;
	border-color:#bbbbbb;
	background-color:#000000;
	padding-left:3px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:9px;
	color:#FFD25C;
	font-weight:normal;
}
.mainPassword:active {
	width:136px;
	height:20px;
	border-width:1px;
	border-color:#dddddd;
	background-color:#222222;
	padding-left:3px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:9px;
	color:#FFD25C;
	font-weight:normal;
}
.mainPassword:hover {
	width:136px;
	height:20px;
	border-width:1px;
	border-color:#ffffff;
	background-color:#444444;
	padding-left:3px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:9px;
	color:#FFD25C;
	font-weight:normal;
}
.lost {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #CC9933;
	text-decoration: none;
}
/*--------------  neue Styles ----------------- */

.content_top_pad {
	margin-top: 20px;
}

/* neue Styles vom 10.10.08 */

#fansite_hinweis {
	padding: 5px 20px 5px 20px;
}
#fansite_hinweis h2 {
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#fansite_hinweis p {
	font-size: 9px;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0 0 0;
}
.infobox_zusatz {
	font-size: 9px;
	font-weight: normal;
}
/* neue Styles vom 28.04.2009 */

#beta-content {
	position:relative;
	margin: 0px;
	padding: 0px;
}
#left-beta {
	position:relative;
	width: 259px;
	left:30px;
}
#right-beta {
	position:absolute;
	width: 200px;
	height: 200px;
	left:350px;
	top:250px;
}
#info-beta {
	position:relative;
	width: 259px;
	left:30px;
	margin-top:30px;
	color:#990000;
}
.betabutton {
	width: 118px;
	height: 20px;
}
 * define background image for the expose mask */ #mask {
 background:#123;
 background-position:50% -200px;
}
/* general settings for both scrollables */
div.items {
	width:20000em;
	position:absolute;
	clear:both;
}
body {
	background-color: #000000;
	font-family: Verdana;
	color:	#cabab2;
	font-size: 11px;
}
a {
	color:#cabab2;
}
.sprungziel a {
	color:#cabab2;
}
a:hover, a:active {
	color:#fdc473;
}
.log-text {
	color: #000000;
}
.log-text a {
	color: #3B1E08;
}
.log-text a:hover {
	color: #fdc473;
}
.log-text_small {
	color: #000000;
}
.boxes_inner{}
div.box_text,.box_text {
	text-align: left;
	margin-left:auto !important;
	margin-right:auto !important;
	margin-top:10px;
	margin-bottom:10px;
	color:	#cabab2;
	font-family: Verdana;
	font-size:11px;
	width:86%;
}
.box_text a {
	color:#ff9933;
}
.news_links br, .news_links_right br {
	margin-bottom:16px;
}
.news_links_right p {
	width:250px;
	text-align:center;
	height:20px;
	margin:0;
	margin-bottom:10px;
	margin-left:0px;
	padding:5px;
	background-color: #946E59;
}
.news_links p {
	width:246px;
	text-align:center;
	height:auto;
	margin:0;
	margin-bottom:10px;
	margin-left:0px;
	padding:5px;
	background-color: #946E59;
}
.news_links a, .news_links_right a {
	color:#000000;
}
.box_text a:hover {
	color:#fdc473;
}
h1, h2, h3 {
	color:#CC9966;
	font-weight: bold;
}
/* wrapper */

#wrapper {
}
/* Header */

#header {
	height:240px;
}
#header img {
	margin-top:-13px;
}

#main-content {
}
#right-content {
}
.galerie-box #thumbnails {
}
.thumb_container {
}
.smallbox #thumbnails {
}
.screen_container #thumbnails {
}
#menu {
	height:62px;
}
.navi_item {
}
.navi_item:hover {
}
.over {
}
.mainbox_footer {
}
.mini_footer {
}
.smallbox_footer {
}
/* Boxes Header*/
.mainbox_header {
	height:25px;
}
.mini_header {
	height:25px;
}
.smallbox_header {
	height:25px;
}
#landing_head {
	margin-top:40px;
	color:#681b00;
	padding-left:5px;
}
#landing_center {
	position :relative;
	padding:10px 20px 0 20px;
	padding-left:5px;
}
#landing_footer {
	position :relative;
	padding:10px 20px 0 20px;
	padding-left:5px;
}
#landing_footer p {
	padding: -5px 45px 0pt 45px;
}
.register_btn_container {
	height:37px;
	width:136px;
	margin-bottom:20px;
}
.register_btn_container:hover {
	background-position:0 -37px;
}
.info_btn_container {
	height:29px;
	width:106px;
}
.info_btn_container:hover {
	background-position:0 -29px;
}
.item {
	padding-left:20px;
}
/*NEW STYLES*/
.news_btn_container {
	height:29px;
	position:relative;
}
.news_links_right ul, .news_links_right li {
	list-style-type:none;
	padding:0;
}
.news_links ul, .news_links li {
	margin:0;
	list-style-type:none;
	padding:0;
}
.news_links, .news_links_right {}
div.highlightLayer {
	margin-left:14px;
}
div#landing_content {
	margin-left:10px !important;
	width:262px;
}
.news_links li, .news_links_right li {
	background-color:#946E59;
	margin:0 0 10px 0;
	padding:5px;
	text-align:center;
}
#gamigoGameLinks {
	margin-top:50px;
}
/*NEW STYLES*/

#fblikebox {
	margin-left:10px;
}
.box_facebook hr {
	width:90%;
	margin-left: 15px;
}
#gamigoTermsLinks{
    margin-top: 20px;
}
