body {
	margin:0px;
	background-color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2B2B2B;
	padding-top: 0px;
	padding-right: 200px;
	padding-bottom: 10px;
	padding-left: 0px;
}
a:link,
a:active, 
a:visited {
	color:#0066FF;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color: #FF0000;
}
img {
	border:0px;
}
.base {
	margin:auto;
	width:999px;
	top:0px;
	text-align:left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B3B3B3;
	border-bottom-color: #B3B3B3;
	border-left-color: #B3B3B3;
	background-color: #FFFFFF;
	position: static;
	left: 100px;
}
.header, .main, .foot {
	position:relative;
	clear:both;
}
.foot {
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	left: -1px;
}
/* HEADER LINIEN */
.header_line1 {
	width:100%;
	height:100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	position: relative;
	background-color: #FFFFFF;
}
.header_line2 {
	position:absolute;
	top:-32px;
	width:100%;
	height:1px;
	background:#FFFFFF;
}
.header_line3 {
	position:relative;
	width:100%;
	height:3px;
}
.header_logo {
	float: left;
	height: 90px;
	width: 250px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 5px;
}
.header_werbung {
	float: right;
	height: 90px;
	width: 728px;
	margin-top: 5px;
	margin-right: 5px;

}
.faq {
	margin:5px 0px;
	background-color: #F5F5F5;
	border: 1px solid #C2C2C2;
}
.faq div {
	padding:3px;
	border-top-color: #C2C2C2;
	border-right-color: #C2C2C2;
	border-bottom-color: #C2C2C2;
	border-left-color: #C2C2C2;
}
.faq_div_number {
	padding:3px;
	background-image: url(/design/nav.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: C2C2C2;
}
.faq_div_answer {
	background-color: #eff3f5;
}
.faq_div_foot {
	background-color: #eff3f5;
}
/* FOOTER LINIEN */
.foot_line1 {
	width:100%;
	height:25px;
	background:#B3B3B3;
}
.foot_line2 {
	position:absolute;
	top:2px;
	width:100%;
	height:8px;
	background:#FFFFFF;
}
.foot_line3 {
	position:absolute;
	top:3px;
	width:100%;
	height:6px;
	background:#D6511D;
}
/* CONTENT */
.navi1, .navi2 {
	width:150px;
	font-size:11px;
	top: 150px;
	height: auto;
	left: 150px;
	background-color: #EDEDED;
	background-image: url(nav.gif);
	background-position: top;
	vertical-align: middle;
}
.navi1 {
	width: 99%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #B3B3B3;
	border-bottom-color: #B3B3B3;
	text-align: left;
	padding: 5px;
	text-indent: 5px;
	vertical-align: middle;
	height: auto;
}
.navi2 {
	float:right;
	border-left:1px solid #B3B3B3;
	border-bottom:1px solid #B3B3B3;
	margin-top:29px;
	vertical-align: middle;
	padding-top: 6px;
}
.navi1 a:link,
.navi1 a:active,
.navi1 a:visited,
.navi2 a:link,
.navi2 a:active,
.navi2 a:visited {
	color:#707070;
	text-decoration:none;
	height: 50px;
}
.navi1 a:hover,
.navi2 a:hover {
	color:#2B2B2B;
	text-decoration:underline;
}
.logo {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	padding: 5px;
}
h1 {
	font-weight:normal;
	font-size:17px;
	vertical-align: middle;
	white-space: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-style: none;
}
h1 a:link,
h1 a:active,
h1 a:visited {
	color:#2B2B2B;
	font-weight:normal;
	text-decoration:none;
}
h1 a:hover {
	text-decoration:underline;
}
.content {
	float:left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	min-height: 100%;
}
.content_position {
	clear:both;
	width:660px;
	font-size:12px;
}
/* COPYRIGHT */
.copyright {
	position:absolute;
	width:999px;
	text-align:center;
	font-size:10px;
	color:#000000;
	height: 60px;
	background-image: url(nav.gif);
	background-position: top;
	padding-top: 4px;
	border: 1px solid #C2C2C2;
	vertical-align: middle;
}
.copyright a:link,
.copyright a:active, 
.copyright a:visited {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
.copyright a:hover {
	text-decoration:underline;
}
.line {
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C2C2C2;
	width: 99%;
}
hr {
	height: 0;
	border-bottom: 1px solid #C2C2C2;
	border-top: 0px;
	color: #C2C2C2;
}
/* Content Bereich */
/* TEXTBLÖCKE */
.small {
	font-size:10px;
}
.browsergames {
	font-size: 12px;
	margin-left: 3px;
	padding-left: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 12pt;
}
.stickyadrechts {
	height: 600px;
	width: auto;
	left: 330px;
	float: right;
	position: absolute;
	top: 0px;
	border-collapse:separate;
	visibility: visible;
	z-index: 0;
	clear: both;
	overflow: hidden;
}
.besthits {
	font-size:12px;
	clear: both;
}
.pages {
	font-size:11px;
	margin:0px 3px 5px 3px;
}
.sortby {
	text-align:center;
	font-size:11px;
	margin:10px 0px 0px 0px;
}

.slink, .letters {
	margin:15px 20px;
	padding:3px 5px;
	border-top:1px solid #C2C2C2;
	border-bottom:1px solid #C2C2C2;
	background:#F0F0F0;
}
.letters {
	font-size:11px;
	text-align:center;
}
.error { border:1px solid white; color:white; padding:5px; margin:5px; font-family:courier,sans-serif; background:darkred; }

/* TABELLEN */
table {
	border-collapse:collapse;
}
.ad_top {
	width: 560px;
	height: 60px;
	border: 1px solid #C2C2C2;
}
.ad_rechts {
	width: 314px;
	height: 100%;
	left: 0px;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C2C2C2;
	border-right-color: #C2C2C2;
	border-bottom-color: #C2C2C2;
	border-left-color: #C2C2C2;
	background-color: #eff3f5;
	top: 0px;
	position: relative;
	z-index: 1;
	display: block;
}
.ad_rechts_header {
	width: auto;
	height: auto;
	left: 680px;
	background-image: url(header_line1.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C2C2C2;
	border-right-color: #C2C2C2;
	border-bottom-color: #C2C2C2;
	border-left-color: #C2C2C2;
	padding-bottom: 4px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	background-position: center center;
}
.ad_rechts_header2 {
	left: 680px;
	background-image: url(header_line1.gif);
	background-position: center center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C2C2C2;
	border-right-color: #C2C2C2;
	border-bottom-color: #C2C2C2;
	border-left-color: #C2C2C2;
	padding-bottom: 4px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
}
.ad_rechts_header3 {
	left: 680px;
	background-image: url(header_line1.gif);
	background-position: center center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #C2C2C2;
	border-right-color: #C2C2C2;
	border-bottom-color: #C2C2C2;
	border-left-color: #C2C2C2;
	padding-bottom: 4px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	height: auto;
}
.wrapper {
	height: 250px;
	text-align: center;
}
.ad_rechts_index {
	width: 300px;
	height: 300px;
	border: 1px solid #C2C2C2;
	position: absolute;
	left: 680px;
	top: 50px;
}
.ad_rechts_index_header {
	width: 300px;
	height: auto;
	position: static;
	left: 680px;
	top: 157px;
	background-image: url(header_line1.gif);
	background-position: center center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C2C2C2;
	border-right-color: #C2C2C2;
	border-bottom-color: #C2C2C2;
	border-left-color: #C2C2C2;
	padding-bottom: 2px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
}
td {
	font-size:12px;
}
.header1 {
	height:35px;
	padding-left:3px;
	font-size:14px;
	font-weight:bold;
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C2C2C2;
	border-right-color: #C2C2C2;
	border-bottom-color: #C2C2C2;
	border-left-color: #C2C2C2;
	background-image: url(nav.gif);
	background-position: center top;
	font-style: normal;
}
.header2 {
	height:22px;
	background-color:#C2C2C2;
	background-image:url(header_line1.gif);
	font-size:11px;
	font-weight:bold;
	text-align:center;
	border: 1px solid #C2C2C2;
	background-position: center center;
}
.header3 {
	height:27px;
	background-color:#eff3f5;
	font-weight:normal;
	text-align:left;
	border: 1px solid #C2C2C2;
	padding: 3px;
}
.similar {
	height:22px;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	background-image: url(header_line1.gif);
	background-position: center;
	border: 1px solid #C2C2C2;
	padding: 5px;
}
.similar_main {
	text-align:left;
	background-image: url(header1.gif);
	background-position: center center;
	border: 1px none #C2C2C2;
	padding: 0px;
}
.last {
	height:22px;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #000000;
	border-top-color: #C2C2C2;
}
tr.color td,
td.color,
tr.color_nosize td,
td.color_nosize {
	padding:3px;
	border:1px solid #C2C2C2;
	background-color: #eff3f5;
}
tr.color td,
td.color,
tr.color_hover td {
	height:27px;
}
.footer, .footer_tbl {
	padding:8px;
	border:1px solid #C2C2C2;
	text-align:center;
	background-color: #F0F0F0;
	background-position: top;
	background-image: url(nav.gif);
}
.footer_tbl {
	text-align:right;
}
.space1 {
	font-size:0px;
	height:15px;
}
.space2 {
	font-size:0px;
	height:5px;
}
.space3 {
	background-image: url(/design/t_bot.gif);
	width: 300px;
	position: relative;
	float: right;
	height: 15px;
	background-repeat: no-repeat;
	background-position: right top;
}
/* LAYER*/
.layer_table td {
	padding:0px;
}
.layer {
	border:1px dashed #C2C2C2;
	padding:20px 10px;
}
.layer_bar {
	font-size:12px;
	background:url('layer.gif');
}
.layer_bar a:link,
.layer_bar a:active,
.layer_bar a:visited {
	color:#A6A6A6;
}
.layer_bar a:hover {
	color:#2B2B2B;
}
.layer_bar_sel {
	font-size:12px;
	background:url('layer_sel.gif');
}

/* FORMULAR */
form {
	margin:0px;
}
input, select, textarea {
	font-family:tahoma, verdana, arial, sans-serif;
	font-size:12px;
	color:#2B2B2B;
}
textarea,
.input {
	border:1px solid #B3B3B3;
	padding:2px;
}
.button { 
	color:#2B2B2B;
	border-width:1px;
	background-color:#B3B3B3;
	background-image:url('bg_buttons.gif');
}
.code {
	border:1px solid #B3B3B3;
	padding:2px;
	font-family:courier new, courier, monospace;
}
.index_box {
	width:170px;
	border:1px solid #B3B3B3;
	background:#F0F0F0;
	margin:0px 3px 5px 3px;
}
.index_box_head {
	color:#707070;
	font-size:10px;
	font-weight:bold;
	background-image:url('design/header_box.gif');
	background-position:bottom;
	padding:3px 0px 7px 3px;
}
.index_news a {
	font-size:14px;
}
.index_news div {
	margin:5px 0px;
}
.index_box_content {
	padding:3px;
}
.index_box_content img {
	border:2px solid #2B2B2B;
}
.index_box_content ul {
	margin:0px;
	padding:0px;
}
.index_box_content li {
	margin:0px;
	padding:0px;
	margin-left:15px;
}
.downloads_category {
	border-collapse:separate;
}
.downloads_category_td {
	border:1px solid #DEDEDE;
	padding:3px;
	vertical-align:top;
	background-color: #eff3f5;
}
.videos_category {
	border-collapse:separate;
}
.videos_category_td {
	border:1px solid #DEDEDE;
	background:#eff3f5;
	padding:3px;
	vertical-align:top;
}
.video_list {
	padding:0px;
	background-color: #eff3f5;
	border: 1px solid #C2C2C2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.video_title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C2C2;
	height: 28px;
	background-image: url(nav.gif);
	padding-left: 3px;
	margin: 0px;
	padding-top: 7px;
	background-position: center top;
}
.video_info {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 3px;
}
.video_footer  {
	font-size:11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2C2C2;
	text-align: left;
	padding-top: 9px;
	padding-right: 3px;
	padding-bottom: 60px;
	padding-left: 3px;
	white-space: nowrap;
}
.video_footer_left {
	float: left;
	padding-bottom: 22px;
}
.video_footer_right {
	float: right;
	padding-bottom: 10px;
	width: 500px;
	padding-top: 13px;
}
.video_player {
	margin-bottom:10px;
	margin-left: 10px;
	margin-top: 10px;
}
.video_screens img {
	margin:0 3px;
}
.header1_list {
	height:30px;
	padding-left:3px;
	font-size:14px;
	font-weight:bold;
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C2C2C2;
	border-right-color: #C2C2C2;
	border-bottom-color: #C2C2C2;
	border-left-color: #C2C2C2;
	background-image: url(nav.gif);
	background-position: center top;
	text-align: center;
}
.com_title {
	margin:0px 0px 10px 0px;
	font-size:10px;
	font-weight:bold;
}
.com_date {
	font-size:10px;
	text-align:right;
	border-top:1px solid #B5B5B5;
	padding-top:3px;
}
.datehead {
	background-image: url(nav.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2C2C2;
	background-position: bottom;
	vertical-align: middle;
	width: 100%;
	height: 20px;
	white-space: nowrap;
	text-align: left;
	padding-top: 3px;
	text-indent: 5px;
}
.poll {
	padding-left: 5px;
	padding-right: 5px;
}
.bestrating {
	font-size:12px;
	padding:1px;
}
.boxsize1 {
	min-height: 100%;
	float: none;
	position: absolute;
}

/* Messages */
.messagebox {
	position:absolute;
	width:700px;
	top:35%;
	left:50%;
	right:50%;
	margin-left:-350px;
	text-align:left;
}

.message_text {
	border:1px solid #D1D1D1;
	background:#F2F2F2;
	text-align:center;
	padding:10px;
}

.message_text a:link,
.message_text a:active, 
.message_text a:visited {
	color:#2B2B2B;
	font-weight:bold;
	text-decoration:none;
}

.message_text a:hover {
	text-decoration:underline;
}

.message_redirect {
	font-weight:bold;
	font-size:10px;
	margin:7px 0px 0px 0px;
}
