@charset "utf-8";
html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #233040;
	background-position: top left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #222222;
	margin: 0;
	padding: 0;
}

#wrapper {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
	width: auto;
	height: auto;
	margin: 0 auto;
}

#main {
	width: 1000px;
	min-height: 100px;
	margin: 20px auto 5px;
}

#header {
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	width: 830px;
	height: 90px;
	background-color: #435060;
	background-image: url(../images/site/header.jpg);
}

#header_logo {
	width: 230px;
	height: 60px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

#header_login {
	width: 360px;
	height: 60px;
	float: right;
	margin-top: 10px;
}

#header_registration {
	width: 349px;
	padding-left: 3px;
	padding-top: 2px;
	height:22px;
	color: #ededed;
	font-size: 10px;
}

#navigation {
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	width: 830px;
	height: 35px;
	background-image: url(../images/site/navigation.jpg);
}

#branding_bereich {
	border-top: 1px solid #d5d5d5;
	width: 832px;
	height: 120px;
	background-color: #435060;
}

#left_content {
	border: 1px solid #d5d5d5;
	width: 830px;
	min-height: 1150px;
	background-color: #f0f0f0;
	background-position: top left;
	float: left;
}

#left_left_content {
	border-right: 1px solid #d5d5d5;
	width: 520px;
	min-height: 1250px;
	background-color: #ffffff;
	background-position: top left;
	float: left;
}

#left_left_content_text {
	width: 510px;
	margin-left: 5px;
}

#left_right_content {
	width: 305px;
	min-height: 800px;
	background-color: #f0f0f0;
	background-position: top right;
	float: right;
}

#right_content {
	width: 160px;
	min-height: 800px;
	margin-left: 840px;
	background-position: top right;
}

#footer_wrapper {
	width: 1000px;
	margin: 0 auto;
}

#footer {
	background-color: #333f4d;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	width: 830px;
	height: 150px;
	color: #ededed;
	font-size: 11px;
	line-height:1.6em;
	padding-top: 5px;
	float: left bottom;
	clear: both;
}

#footer_partner {
	background-color: #384655;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	width: 820px;
	height: 22px;
	color: #ededed;
	font-size: 11px;
	line-height:1.6em;
	padding-top: 5px;
	padding-left: 10px;
	float: left bottom;
	clear: both;
}

.footer_boxen{
	float:left;
	width: 195px;
	height: 145px;
	border-right: 1px solid #dcdbdb;
	padding-left: 10px;
}

.footer_box_rechts{
	float:left;
	width: 190px;
	height: 145px;
	padding-left: 10px;
}

/* INPUT */

input.header_eingabe {
	background-color: #efefef;
	width: 130px;
	height: 16px;
	border: 1px solid #9e9e9e;
	font-size:13px;
	color: #606364;
}

input.header_button {
	background-color: #303940;
	border: 1px solid #4e575e;
	width: 60px;
	height:22px;
	font-size:13px;
	padding-bottom: 3px;
	color: #ffffff;
}

input.search_button {
	background-color: #303940;
	border: 1px solid #4e575e;
	width: 80px;
	height:24px;
	font-size:13px;
	padding-bottom: 1px;
	color: #ffffff;
}

input:focus.header_eingabe {
	background-color:#ffffff;
	color: #242424;
}

input.registration_eingabe {
	background-color: #efefef;
	width: 250px;
	height: 20px;
	border: 1px solid #9e9e9e;
	font-size:15px;
	color: #606364;
}

input.eingabe_lang {
	background-color: #efefef;
	width: 350px;
	height: 20px;
	border: 1px solid #9e9e9e;
	font-size:15px;
	color: #000000;
}

input.eingabe_lang_etwas {
	background-color: #efefef;
	width: 400px;
	height: 20px;
	border: 1px solid #9e9e9e;
	font-size:15px;
	color: #000000;
}

input.search_eingabe {
	background-color: #efefef;
	width: 400px;
	height: 20px;
	border: 1px solid #9e9e9e;
	font-size:15px;
	color: #000000;
}

input.eingabe {
	background-color: #efefef;
	width: 250px;
	height: 22px;
	border: 1px solid #9e9e9e;
	font-size:15px;
	color: #606364;
}

select.eingabe {
	background-color: #efefef;
	width: 252px;
	height: 22px;
	border: 1px solid #9e9e9e;
	font-size:15px;
	color: #606364;
}

select:focus.search_eingabe {
	background-color:#fbfbfb;
	color: #242424;
}

select:focus.eingabe {
	background-color:#fbfbfb;
	color: #242424;
}

select.eingabe_klein {
	background-color: #efefef;
	width: 124px;
	height: 22px;
	border: 1px solid #9e9e9e;
	font-size:15px;
	color: #606364;
}

select:focus.eingabe_lang {
	background-color:#fbfbfb;
	color: #242424;
}

select.eingabe_lang {
	background-color: #efefef;
	width: 350px;
	height: 22px;
	border: 1px solid #9e9e9e;
	font-size:15px;
	color: #606364;
}

select:focus.eingabe_klein {
	background-color:#fbfbfb;
	color: #242424;
}

input.registration_button {
	background-color: #303940;
	border: 1px solid #4e575e;
	width: 252px;
	height:22px;
	font-size:13px;
	padding-bottom: 3px;
	color: #ffffff;
}

input:focus.registration_eingabe {
	background-color:#fbfbfb;
	color: #242424;
}

input:focus.eingabe_lang {
	background-color:#fbfbfb;
	color: #000000;
}

input:focus.eingabe_lang_etwas {
	background-color:#fbfbfb;
	color: #000000;
}

textarea {
	background-color: #efefef;
	width: 500px;
	height: 140px;
	border: 1px solid #9e9e9e;
	font-size:15px;
	color: #606364;
}

textarea.textarea_text {
	background-color: #efefef;
	width: 400px;
	height: 250px;
	border: 1px solid #9e9e9e;
	font-size:15px;
	color: #000000;
}

textarea:focus {
	background-color:#ffffff;
	color: #242424;
}

textarea:focus.textarea_text {
	background-color:#ffffff;
	color: #000000;
}

/* FONTS */

.header_login_font {
	color: #ededed;
	font-size: 10px;
}

.navigation_font {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 34px;
	padding: 0 20px;
	text-shadow: 1px 1px #4b4b4b;
}

.content_font {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:1.6em;
}

.content_font_aktuelle_news {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:1.5em;
}

.content_font_beschreibung_top_browsergames {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:1.6em;
	color: #626262;
}

.content_font_error {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:1.6em;
	color: red;
}

.content_font_klein {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height:1.4em;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height:1.6em;
	margin-top: 3px;
	margin-bottom: 6px;
	color: #222222;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height:1.6em;
	margin-top: 3px;
}

.ueberschrift {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height:1.6em;
	margin-top: 3px;
}

/* Balken */

#informations_balken {
	background-color: #596979;
	background-image: url(../images/site/info_bg.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	padding: 0 10px 0;
	text-shadow: 1px 1px #4b4b4b;
	width: 490px;
	height: 25px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 6px;
}

#informations_balken_rechts {
	background-color: #596979;
	background-image: url(../images/site/info_bg.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	padding: 0 10px 0;
	text-shadow: 1px 1px #4b4b4b;
	width: 279px;
	height: 25px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 6px;
	margin-left: 1px;
}

#informations_balken_texte {
	background-color: #596979;
	background-image: url(../images/site/info_bg.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	padding: 0 10px 0;
	text-shadow: 1px 1px #4b4b4b;
	width: 540px;
	height: 25px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 6px;
}

#mehr_info_balken_startseite {
	background-color: #2c4763;
	background-image: url(../images/site/mehr_info_gruen.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	padding: 0 10px 0;
	width: 490px;
	height: 20px;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 6px;
}

#mehr_info_balken {
	background-color: #fe8804;
	background-image: url(../images/site/mehr_info_bg.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	padding: 0 10px 0;
	width: 405px;
	height: 20px;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 6px;
}

#jetzt_spielen_balken {
	background-color: #fe8804;
	background-image: url(../images/site/jetzt_spielen_bg.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	padding: 0 10px 0;
	width: 405px;
	height: 20px;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 6px;
}

#jetzt_spielen_balken_klein {
	background-color: #fe8804;
	background-image: url(../images/site/jetzt_spielen_bg.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	padding: 0 10px 0;
	width: 185px;
	height: 20px;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 6px;
}

#jetzt_spielen_balken_gross {
	background-color: #fe8804;
	background-image: url(../images/site/jetzt_spielen_bg.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	padding: 0 10px 0;
	width: 490px;
	height: 20px;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 6px;
}

#mehr_info_balken_klein {
	background-color: #2c4763;
	background-image: url(../images/site/mehr_info_bg.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	padding: 0 10px 0;
	width: 185px;
	height: 20px;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 6px;
}

#mehr_info_balken_rechts {
	background-color: #4a8b22;
	background-image: url(../images/site/mehr_info_gruen.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	padding: 0 10px 0;
	width: 279px;
	height: 20px;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 6px;
	margin-left: 1px;
}

#mehr_info_balken_gross {
	background-color: #2c4763;
	background-image: url(../images/site/mehr_info_bg.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	padding: 0 10px 0;
	width: 490px;
	height: 20px;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 6px;
}

#balken_klein {
	background: #596979;
	width: 490px;
	height: 1px;
	padding: 0 10px 0;
}

#balken_lang_profile {
	background: #596979;
	width: 510px;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#balken_lang_top_browsergames {
	background: #596979;
	width: 510px;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#balken_lang_berichte {
	background: #c0c8d1;
	width: 510px;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 5px;
}


#balken_mittel_profile {
	background: #596979;
	width: 425px;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#balken_klein_profile {
	background: #596979;
	width: 255px;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#balken_mittel_top_browsergames {
	background: #c0c8d1;
	width: 420px;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Seiten */

#seiten_zahlen ul, #seiten_zahlen li, #seiten_zahlen a {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
}

#seiten_zahlen li {
	float: left;
}

#seiten_zahlen a {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 1px;
	margin-right: 1px;
	display: block;
	color: #333;
	border: 1px solid #7a7a7a;
}

#seiten_zahlen li a:hover {
	border-color: #777777;
	color: #777777;
}

#seiten_zahlen li.nichts {
	border: 0px;
	background: #ffffff;
	margin-top: 6px;
	margin-bottom: 0px;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 1px;
	margin-right: 1px;
	display: block;
}

#seiten_zahlen li.aktive_seite a {
	border: 1px solid #777777;
	background: #dadada;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

#seiten_zahlen li.aktive_seite a:hover  {
	color: #777777;
}

/* LINKS */
a:visited { color:#435060; text-decoration: underline; text-transform: none; }
a:link { color:#435060; text-decoration: underline; text-transform: none; }
a:hover { color:#435060; text-decoration: underline; text-transform: none; }
a:active { color:#435060; text-decoration: underline; text-transform: none; }

a.header_registration:visited { color:#FFFFFF; text-decoration: none; text-transform: none; }
a.header_registration:link { color:#FFFFFF; text-decoration: none; text-transform: none; }
a.header_registration:hover { color:#FFFFFF; text-decoration: none; text-transform: none; }
a.header_registration:active { color:#FFFFFF; text-decoration: none; text-transform: none; }

a.footer:visited { color:#FFFFFF; text-decoration: none; text-transform: none; }
a.footer:link { color:#FFFFFF; text-decoration: none; text-transform: none; }
a.footer:hover { color:#FFFFFF; text-decoration: none; text-transform: none; }
a.footer:active { color:#FFFFFF; text-decoration: none; text-transform: none; }

a.navigation:visited { color: #FFFFFF; text-decoration: none; text-transform: none; }
a.navigation:link { color: #FFFFFF; text-decoration: none; text-transform: none; }
a.navigation:hover { color: #FFFFFF; text-decoration: none; text-transform: none; }
a.navigation:active { color: #FFFFFF; text-decoration: none; text-transform: none; }

a.rechts_gameprofil:visited { color: #242424; text-decoration: none; text-transform: none; }
a.rechts_gameprofil:link { color: #242424; text-decoration: none; text-transform: none; }
a.rechts_gameprofil:hover { color: #777777; text-decoration: none; text-transform: none; }
a.rechts_gameprofil:active { color: #242424; text-decoration: none; text-transform: none; }

a.content_link:visited { color: #435060; text-decoration: underline; text-transform: none; }
a.content_link:link { color: #435060; text-decoration: underline; text-transform: none; }
a.content_link:hover { color: #435060; text-decoration: underline; text-transform: none; }
a.content_link:active { color: #435060; text-decoration: underline; text-transform: none; }

a.jetzt_spielen:visited { color: #FFFFFF; text-decoration: none; text-transform: none; }
a.jetzt_spielen:link { color: #FFFFFF; text-decoration: none; text-transform: none; }
a.jetzt_spielen:hover { color: #FFFFFF; text-decoration: none; text-transform: none; }
a.jetzt_spielen:active { color: #FFFFFF; text-decoration: none; text-transform: none; }

a.ueberschrift:visited { color: #222222; text-decoration: none; text-transform: none; font-family: Verdana, Geneva, sans-serif; font-size: 14px; font-weight: bold; line-height:1.6em; margin-top: 3px; }
a.ueberschrift:link { color: #222222; text-decoration: none; text-transform: none; font-family: Verdana, Geneva, sans-serif; font-size: 14px; font-weight: bold; line-height:1.6em; margin-top: 3px; }
a.ueberschrift:hover { color: #222222; text-decoration: none; text-transform: none; font-family: Verdana, Geneva, sans-serif; font-size: 14px; font-weight: bold; line-height:1.6em; margin-top: 3px; }
a.ueberschrift:active { color: #222222; text-decoration: none; text-transform: none; font-family: Verdana, Geneva, sans-serif; font-size: 14px; font-weight: bold; line-height:1.6em; margin-top: 3px; }

/* Vote Container*/
#red_container {
	background: #f87f7f;
	width: 508px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #ea3939;
}

#green_container {
	background: #5ed780;
	width: 508px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #30b54b;
}



