@CHARSET "UTF-8";

body {
	margin: 0;
	background: #FFF url('../images/bg_top.gif') repeat-x;
}

form {
	display: inline;
}

body, input, textarea, select, a, pre, button {
	font: 12px Arial;
	color: #62696E;
}

input[type=button], input[type=submit], button {
	overflow: visible;
	padding: 0 10px;
}

button div {
	margin-top: -1px;
}

img {
	border: 0;
}

#header {
	width: 100%;
	height: 100px;
	background: url('../images/header.gif');
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#header_logo {
	width: 65px;
	height: 65px;
	position: absolute;
	top: 20px;
	left: 15px;
	cursor: pointer;
}

#header_menu {
	position: absolute;
	top: 2px;
	right: 10px;
}

#header_menu a {
	font-size: 11px;
	text-decoration: none;
	margin: 6px;
}

#header_sub_menu {
	position: absolute;
	bottom: 1px;
	left: 100px;
}

#header_sub_menu a {
	display: block;
	float: left;
	height: 14px;
	background: url('../images/header_button.gif');
	padding: 3px 14px;
	margin-right: 3px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#header_sub_menu .highlight {
	background: url('../images/header_button_active.gif');
}

#content {
	margin: 15px auto 20px auto;
	width: 960px;
}

#content_left {
	width: 660px;
	float: left;
}

#content_right {
	width: 300px;
	float: left;
}

#footer {
	border-top: 1px solid #C4C4C4;
	padding: 3px 7px;
	text-align: right;
	font-size: 11px;
	color: #AEACAD;
	margin: 0 auto;
	width: 960px;
}

#footer a {
	font-size: 11px;
	color: #AEACAD;
	text-decoration: none;
	margin: 0 3px;
}

#overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/overlay.png');
	z-index: 1;
	display: none;	
}

/* Sonstige Klassen */

.bold {
	font-weight: bold;	
}

.green {
	color: #A5C22F;
	text-decoration: none;
}

.topic {
	font-size: 15px;
	font-weight: bold;
}

.error {
	color: red;
}

.orange_arrow {
	background: url('../images/icon_arrow_orange.gif');
	width: 10px;
	height: 10px;
	margin: 5px 8px 0 0;
	float: left;
	overflow: hidden;
}

.orange_dot {
	background: url('../images/dot_orange.gif') no-repeat;
	width: 5px;
	height: 5px;
	margin: 8px 8px 0 0;
	float: left;
	overflow: hidden;
}

.info_icon {
	margin: 5px 8px 0 0;
	vertical-align: -3px;
}

.menu_link {
	display: block;
	border-top: 1px solid #C4C4C6;
	height: 21px;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 0 0 30px;
	background: url('../images/icon_arrow_orange.gif') no-repeat 10px 10px;
}

.menu_link_last {
	border-bottom: 1px solid #C4C4C6;
}

.solid_line {
	height: 1px;
	background: #C1C5C8;
	overflow: hidden;
}

.dotted_line {
	background: url('../images/dotted_line.gif');
	height: 1px;
}

.dotted_line_v {
	background: url('../images/dotted_line_vertical.gif');
	width: 1px;
	height: 24px;
	margin: 0 10px;
}

.small_button, .small_button[type=submit], .small_button[type=button] {
	font-size: 10px;
	padding: 0 7px;
	overflow: visible;
}

.login_modul_box {
	display: block;
	background: url('../images/home/login_box/modul_box.gif');
	padding: 1px;
	width: 129px;
	height: 32px;
	float: left;
	cursor: pointer;
	margin: 0 8px 7px 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 27px;
}

.login_modul_box_img {
	background-position: -2px -2px;
	display: block;
	width: 30px;
	height: 30px;
	border-right: 1px solid #D1D1D1;
	float: left;
	margin-right: 10px;
}

/* Box-Klassen */

.box_left {
	float: left;
	width: 465px;
	margin: 0 30px 10px 0;
}

.box_right {
	float: left;
	width: 465px;
	margin-bottom: 10px;
}

.box_header {
	padding-left: 25px;
	background: url('../images/dotted_line.gif') repeat-x 0 7px;
	margin-bottom: 5px;
	height: 13px;
}

.box_header_text {
	background: #FFF;
	padding: 0 5px;
}

.box_topic {
	border-bottom: 1px solid #C1C6C9;
	border-left: 1px solid #E0E0E0;
	margin-bottom: 15px;
	padding-left: 5px;
	height: 11px;
	font: bold 10px/8px Arial;
	color: #A2A2A2;
}

/* Warn-Box */

.error_box, .warning_box, .info_box, .success_box {
	margin-bottom: 10px;
	border: 1px solid black;
	padding: 12px 0 12px 50px;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
}

.error_box {
	border-color: #FE7171;
	background: #FFEBEB url('../images/icon_error_big.gif') no-repeat 10px;
}

.warning_box {
	border-color: #FE8804;
	background: #FFF9EC url('../images/icon_warning_big.gif') no-repeat 10px;
}

.info_box {
	border-color: #59A6FF;
	background: #EAF5FF url('../images/icon_info_big.gif') no-repeat 10px;
}

.success_box {
	border-color: #08B908;
	background: #E4f9E4 url('../images/icon_success_big.gif') no-repeat 10px;
}

.error_box a, .warning_box a, .info_box a, .success_box a {
	font-size: 11px;
	font-weight: bold;
	color: #696969;
}

.error_msg_box div {
	margin-left: 10px;
	font-weight: normal;
}

/* Tabelle */

.overview .align_left, .table_light .align_left {
	text-align: left;
	padding-left: 10px;
}

.overview {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.overview th {
	border: 1px solid #B0B0B0;
	border-width: 1px 0;
	background: #E7E7E7;
	height: 22px;
}

.overview th a {
	font-weight: bold;
}

.overview td {
	border: 1px solid #E0E0E0;
	border-width: 0 1px;
	height: 28px;
	text-align: center;
}

.overview a {
	text-decoration: none;
}

.table_light {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.table_light th {
	border-left: 1px solid #E0E0E0;
	border-bottom: 1px solid #B0B0B0;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	font-size: 10px;
	color: #A2A2A2;
}

.table_light td {
	border: 1px solid #E0E0E0;
	border-width: 0 1px;
	height: 30px;
	text-align: center;
	font-size: 11px;
}

.table_light th:first-child {
	border-left: 0;
}

.table_light a {
	text-decoration: none;
	font-size: 11px;
}

.table_light_high td, .table_light_high a {
	font-size: 12px;
}

/* Anzeigen-Optionen */

#show_options, #show_options input, #show_options select, #show_options textarea {
	font-size: 10px;
}

#show_options input[type=button], #show_options input[type=submit] {
	padding: 0 7px;
	overflow: visible;
}

/* Formular-Layout */
.form {
	margin: 0 15px;
	width: 420px;
}

.form div {
	margin: 0;
	padding: 2px 0;
	min-height: 18px;
}

.form .wrapper {
	padding: 0;
}

.form span {
	display: block;
	float: left;
	padding: 0 15px 2px 0;
	width: 140px;
	text-align: right;
}

.form span span {
	display: inline;
	float: none;
	padding: 0;
}

.form input {
	width: 250px;
}

.form input[type=radio], .form input[type=checkbox], .form input[type=button], .form input[type=reset] {
	width: auto;
}

.form input[type=submit] {
	width: auto;
	font-weight: bold;
}

.form select {
	width: 256px;
}

.form textarea {
	width: 250px;
	height: 50px;
}

/* Home */

#home_teasers div {
	width: 630px;
	height: 142px;
	display: none;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #777f85;
	padding: 10px;
	cursor: pointer;
}

#home_buttons {
	background: url('../images/home/home/buttons.jpg');
	width: 650px;
	height: 26px;
	margin-bottom: 10px;
}

#home_buttons div {
 color: #FFF;
 text-align: center;
 font-size: 13px;
 font-weight: bolder;
 padding-top: 5px;
 height: 21px;
 width: 162px;
 float: left;
 cursor: pointer;
}

.home_box_large {
	line-height: 22px;
	width: 175px;
	height: 142px;
	float: left;
	margin-bottom: 10px;
	padding: 8px 0 0 145px;
}

.home_box_large .orange_dot {
	margin-top: 10px;	
}

.home_box_advertiser {
	background: url('../images/home/home/box_advertiser.jpg');
	margin-right: 10px;
}

.home_box_publisher {
	background: url('../images/home/home/box_publisher.jpg');
}

.box_home_info {
	width: 190px;
	height: 103px;
	line-height: 20px; 
	padding: 17px 0 0 20px;
	background: url('../images/home/home/box_info.gif');
	float: left;
	margin: 0 10px 10px 0;
}

/* Referenzen */

.reference_col {
	width: 294px;
	min-height: 590px; 
	padding: 20px 0 0 25px; 
	border-right: 1px solid #CCC; 
	float: left;
}

.reference_col span {
	color: #A5C22F;
	font-size: 15px;
	font-weight: bold;	
}

/* Produkte */

.product_box {
	width: 160px;
	padding: 280px 40px 0 40px;
	text-align: center;
	float: left;
	cursor: pointer;
}

.casual_box {
	background: url('../images/home/products/browsergames/casualgames_play.jpg');
	width: 165px;
	height: 138px;
	padding: 7px 0 0 9px;
	float: left;
	cursor: pointer;
	margin-right: 50px;
}

.casual_box:hover {
	background: url('../images/home/products/browsergames/casualgames_play_hover.jpg');
}

/* Karriere */

.career_left_td {
	padding-left: 10px;
	width: 340px;
	height: 28px;
}

/* Modul-Liste */

.modul {
	width: 150px;
	height: 16px;
	padding: 2px 0 0 5px;
	cursor: pointer;
	font-size: 11px;
}

.modul:hover {
	background: #D0D0D0;
}

#modul_list {
	display: none;
	border: 1px solid #C2C5C8;
	background: #FFF;
	position: absolute;
	right: -5px;
	top: 20px;
	z-index: 10;
}

/* Language-Liste */

.language {
	width: 97px;
	height: 16px;
	padding: 2px 0 0 5px;
	cursor: pointer;
	font-size: 11px;
}

.language:hover {
	background: #D0D0D0;
}

#language_list {
	display: none;
	border: 1px solid #C2C5C8;
	background: #FFF;
	position: absolute;
	right: -5px;
	top: 20px;
	z-index: 10;
}

/* Kalender */

#calendar {
	background: url('../images/calendar.gif') no-repeat;
	margin: 5px 0 0 1px;
	text-align: center;
	font-size: 11px;
}

#calendar_header div {
	float: left;
	width: 30px;
	height: 15px;
	margin: 0 1px 1px 0;
	padding-top: 3px;
	color: #FFF;
	font-size: 10px;
}

#calendar_body div {
	float: left;
	width: 30px;
	height: 19px;
	padding-top: 5px;
	margin: 1px 1px 0 0;
	cursor: pointer;
}

#calendar .another {
	color: #B4B4B4;
}

#calendar #current {
	background: #FFA500;
	font-weight: bold;
	color: #FFF;
}

#calendar .default_date {
	background: #B3D4FF;
	font-weight: bold;
	color: #FFF;
}

/* Country-Liste */

#country_select {
	float: left;
	position: relative;
	cursor: pointer;
}

#current_country {
	background: url('../images/header_button.gif');
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 14px 0 14px;
	height: 17px;
	width: 110px;
}

#country_icon {
	position: absolute;
	right: 8px;
	top: 10px;
}

#country_list {
	width: 138px;
	position: absolute;
	background: #9B9A9B;
	margin-top: 1px;
	display: none;
}

.country_link {
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	width: 123px;
	height: 19px;
	padding: 3px 0 0 13px;
	margin: 1px;
}

.country_link:hover {
	background: #D3DCE3;
}

#current_country img, .country_link img {
	vertical-align: -3px;
}
