/* Main Layout */
body {
	font-family: Arial, Verdana,Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url('images/design/bg.png');
	margin: 0px;
}

img { border: none; }

hr {
  color: #666666;
  background-color: #666666;
  border: 0px;
  border-top: transparent;
  border-bottom: transparent;
  margin: 2px 0;
  height: 1px;
}

h1 {
	color: #89826d;
	font-size: 12px;
}

/* Links */
a, a:visited, a:active {
  color: #89826d;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #000000;
  text-decoration: underline;
  font-weight: normal;
}

a.orange {
	color: #e87100;
	font-weight: bold;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

a.titlelink:hover {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}

a.category, a.category:visited, a.category:active {
  color: #333333;
  text-decoration: none;
}

a.category:hover {
  color: #000000;
  text-decoration: underline;
}

/* Font types */
h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}

small {
  color: #383838;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
}

.category_big, .category_big a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

.category {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}

p {
	padding: 0px;
	margin: 0px;
}

/* Forms */
form {
  border: none;
  margin: 0px;
  padding: 0px;
}

input[type="password"], input[type="text"], textarea, select {
	border: 0px;
	border-left: 1px solid #404040;
	border-top: 2px solid #404040;
	background-color: white;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #777676;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	color: white;
	background-color: #c0c0c0;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 0px;
	margin: 3px;
	padding: 1px 5px;
}

input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus {
	background-color: #bd6a1c;
}

input[name="captcha"] {
	text-align: center;
}

textarea {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

input[type="password"]:active, input[type="text"]:active, textarea:active, select:active, input[type="password"]:focus, input[type="text"]:focus, textarea:focus, select:focus {
  background-color: #F6F6F6;
  color: #2C2C2C;
}

input[type="radio"], input[type="checkbox"], 
input[type="radio"]:focus, input[type="radio"]:active,
input[type="checkbox"]:focus, input[type="checkbox"]:active {
  border: 0px;
}

.input {
  background-color: transparent;
  border: none;
  margin: 2px;
}

/* Infomessages - Miscellaneous */
.tooltip {
  position: absolute;
  display: none;
  background-color: #d0d0d0;
  color: #000000;
  border: 1px solid #d0d0d0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
   padding: 4px 10px;
  z-index: 100;
}

.errorbox {
	background: url('images/design/error.png') no-repeat #FFeeee;
	background-position: 95%;
  border: 1px solid #ff0000;
  color: #666666;
  font-size: 10px;
  width: 400px;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

/* BBCode Tags */
.quote {
  color: #383838;
  text-align: left;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 3px;
}

.list {
	list-style-type: disc;
	list-style-position:outside;
}
.list_num {
	list-style-type: decimal;
	list-style-position:outside;
}

.list_alpha {
	list-style-type: lower-latin;
	list-style-position:outside;
}

.code {
  color: #000000;
  text-align: left;
  margin: 0 auto;
  padding: 3px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.codeinner {
  color: #000000;
  font: 11px 'Courier New', Courier, monospace;
}

.codeline0 {
	background-color: #F3F3F3;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

.codeline1 {
	background-color: #FFFFFF;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

/* anexis design classes+ids */

#main {
	width: 1197px;
	background: url(images/design/shadow.png) repeat-y;
	background-position: center;
	margin: 0 auto;
}

#glow {
	background: url(images/design/glow.png) no-repeat;
	background-position: center top;
	margin: 0 auto;
}

#content {
	width: 1027px;
	background-color: white;
	margin: 0 auto;
}

#shadow_left {
	background: url(images/design/shadow_left.png) repeat-y;
	background-position: right;
	width: 85px;
	height: 100%;
	float:left;
	text-align: right;
}
#shadow_right {
	background: url(images/design/shadow_right.png) repeat-y;
	background-position: left;
	width: 85px;
	float: left;
}

.top {
	height: 37px;
	float: left;
}

.top p {
	text-transform: uppercase;
	color: #979276;
	font-weight: bold;
	font-size: 9px;
	padding: 3px 10px 0px 10px;
}

#header {
	clear: both;
	background: url('images/design/header.jpg') no-repeat;
	width: inherit;
	height: 157px;
}

#headsponsor {
	margin-right: 50px;
	margin-top: 60px;
	float: right;
	text-transform: uppercase;
	color: #666;
	font-size: 8px;	
	text-align: center;
	cursor: pointer;
}

.headsponsornavi {
	float: left;
	width: 25px;
	padding: 3px;
}

#headsponsorswitch {
	float: left;
	min-width: 150px;
}

#navi {
	height: 38px;
	background: url('images/design/navi_bg.gif') repeat-x;
	width: inherit;
	margin-top: 1px;
}

.navi_entry, .navi_entry_block {
	float: left;
	width: 101px;
	height: inherit;
	color: #a5a5a5;
	background: url('images/design/navi_entry_off.gif') no-repeat;
	cursor: pointer;
	font-size: 10px; 
}
.navi_entry:hover {
	background: url('images/design/navi_entry_on.gif') no-repeat;
	color: white;
}

.navi_entry_block:hover {
	background: url('images/design/navi_entry_on.gif') no-repeat;
	color: white;
	text-decoration: line-through;
}


.navi_entry p, .navi_entry_block p {
	float: left;
	padding-top: 2px;
	text-align: center;	
	width: inherit;
}

#subnavi {
	height: 29px;
	width: inherit;
	background: url('images/design/subnavi_center.gif');
}

.subnavi_entry {
	float: left;
	height: inherit;
}

.subnavi_entry a {
	float: left;
	color: white;
	margin: 6px 10px;
}

.subnavi_entry a:hover {
	font-weight: bold;
	text-decoration: none;
}

#subnaviswitchbg {
	float: left;
	background: url('images/design/subnavi_bg.gif');
	width:600px;
}

#specials {
	height: 154px;
	background: url('images/design/special_bg.gif') no-repeat;
	margin: 1px 0px;
	padding-top: 27px;
}

#specialswitcher {
	float: left;
	width: 40px;
	height: inherit;
}

.specialdiv {
	float: left;
	width: 397px;
	height: inherit;
	padding-right: 6px;
}

.specials_hover {
	width: 398px;
	height: 147px;
	background: url('images/design/specials_hover.png') no-repeat;
	background-position: bottom center;
}

.specialcontent {
	padding: 100px 0px 5px 30px;
	color: #ada58d;
	font-size: 10px;
	float: left;
	width: 300px;
}

.specialcontent h1 {
	color: white;
	font-size: 12px;
}

.specialread {
	padding: 125px 10px 5px 0px;
	float: right;
}

#login {
	float: left;
	width: 170px;
	padding: 1px 2px;
}

#loggedform {
	background: url('images/design/logged.gif') no-repeat;
	background-position: left top;
	padding-top: 30px;
	text-align: center;
	margin: 0;
	color: white;
}

#loggedform a {
	color: white !important;
	text-transform: uppercase;
	text-shadow: black 2px 2px;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

#loggedform span {
	padding: 5px;
}

#loggedform span:hover {
	background-color: #dd6901;
}

#loginform {
	background: url('images/design/loginform.gif') no-repeat;
	padding: 0px 5px 0px 10px;
}

#login a {
	color: #494949;
}

#login input {
	width: 155px;
	margin: 2px;
	background-color: transparent;
	border: 0px;
	color: #8b8775;
	font-weight: bold;
}

#maincontent {
	padding: 0px 2px;
}

#maincontent_left {

	float: left;
	width: 730px;
	overflow: hidden;
}

#maincontent_right {

	float: right;
	width: 290px;
}

#footer {
	float: left;
	width: inherit;
	height: 60px;
	background-color: #323232;
	color: #aeaeae;
	text-align: center;
	padding-top: 15px;
	margin-top: 30px;
}

#footer a {
	color: #aeaeae;
}

.footer_copyright {
	width: 240px;
	color: white;
	vertical-align: middle;
}

.footer_orange {
	color: #eda718;
}

.tab1 {
	height: 44px;
	background: url('images/design/tab1.gif') no-repeat;
	color: white;
	font-size: 10px;
	padding-left: 18px;
	padding-top: 0px;
}
.tab1 p {
	float: left;
	width: 70px;
	padding-top: 10px;
}

.tab1 div.switchnavi {
	float: left;
	min-width: 23px;
	color: #b7b7b7;
	margin: 20px 3px 0px 3px;
	padding: 1px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
}

.tab1 div.switchnavi:hover {
	color: #dd6902;
	background-color: #e7e7e7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.tab1_body {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #f3f3f3;
	margin: 0px 10px;
	padding: 5px;
}

.tab1_line {
	height: 30px;
	cursor: pointer;
	font-size: 12px;
}

.tab1_line:hover {
	background-color: #f6f6f6;
}

.results_logo {
	float: left;
	width: 30px;
	height: inherit;
	text-align: center;
}

.tab1_info {
	float: left;
	width: 150px;
	height: inherit;
	padding: 1px 3px;
	overflow: hidden;
}

.tab1_score {
	float: right;
	background: url('images/design/bg_score.png') no-repeat;
	width: 50px;
	height: inherit;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	color: #ff9c37;
	font-weight: bold;
}

.line_dot {
	border: 0px;
	border-top: 1px dotted #9f9f9f;
	margin: 5px 0px;
}

.line {
	border: 0px;
	border-top: 1px solid #e4e4e4;
}

div.line_longdot {
	height: 1px;
	background: url('images/design/linedot.gif') repeat-x;
	clear: both;
}

div.line_grey {
	height: 1px;
	background-color: #dadada;
	margin-bottom: 1px;
	clear: both;
}

div.title_line {
	height: 1px;
	background-color: #dd6901;
	margin-bottom: 1px;
	clear: both;
}

div.titlediv {
	height: 20px;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: -1px;
}

div.titlediv_left {
	background: url('images/design/title_allover_left.gif') no-repeat;
	height: inherit;
	width: 25px;
	float: left;
}

div.titlediv_content {
	background: url('images/design/title_allover_bg.gif') repeat-x;
	height: inherit;
	float: left;
	padding: 4px 0px;
	height: 12px;
}

div.titlediv_right {
	background: url('images/design/title_allover_right.gif') no-repeat;
	height: inherit;
	width: 35px;
	float: left;
}

span.orange {
	color: #ff9c37;
	padding-left: 5px;
}

.titletext {
	font-size: 12px;
	font-weight: bold;
}

.grey {
	color: #9a9a9a;
}

.partnersnavi {
	float: left;
	cursor: pointer;
	width: 30px;
}

#partnersswitch {
	float: left;
	width: 198px;
}

div.userlevel_bg {
	background-color: black;
	width: 100px;
	height: 10px;
	padding: 2px;
}

div.userlevel_bar {
	background-color: #de7606;
	height: 100%;
}

.bold {
	font-weight: bold;
}

p.path {
	padding-left: 20px;
	font-size: 12px;
	margin: 10px;
}

p.topmargin {
	margin-top: 10px;
}

#specialinterview_left {
	background: url('images/design/interviewhead.png') no-repeat;
	height: 140px;
	width: 210px;
	float: left;
	color: #beb79a;
}

#specialinterview_left p {
	margin: 105px 3px 3px 20px;
	overflow: hidden;
}

#specialinterview_right {
	float: right;
	background-color: #262626;
	border: 1px solid #313131;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	height: 120px;
	width: 160px;
	margin: 2px;
	color: #ada58d;
	padding: 10px;
}

/* layer */

div#layer_fog
{
	width:100%;
	height:100%;
	display: none;	
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 998;
	background-color: black;	
	filter:Alpha(opacity=80);
	opacity: 0.8;
}

div#layer_content
{
	margin-top: 30px;
	width:100%;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	color: white;
}

/* Unterseiten */

div.start {
	float: left;
	width: 361px;
	border: 1px solid #ddd;
	margin: 1px;
	min-height: 270px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

div.news_pic {
	float: left;
	border: inherit;
	padding: 1px;
	margin: 10px 2px 10px 10px;
	width: 70px;
	height: 40px;
	overflow: hidden;
}

div.news_title {
	float: left;
	width: 220px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 10px 20px 10px 10px;
	line-height: 10px;
	padding: 10px;
}

div.news_content {
	height: 58px;
	overflow: hidden;
	padding: 5px 10px;
	clear: both;
}

div.news_content p {
	margin: 0px;
	padding: 0px;
}

div.news_readmore {
	text-align: right;
	padding: 10px;
	padding-right: 30px;
}

div.start_bg {
	height: 28px;
	background: url('images/design/bg_start.gif') no-repeat;
	background-position: center;
	margin: 1px;
}

div.start_bg p {
	text-transform: uppercase;
	color: white;
	font-size: 10px;
	margin: 0px;
	padding: 7px 15px;
	width: 100%;
	font-weight: bold;
}

div.start_bg a {
	float: right;
	padding-right: 30px;
	color: #313131;
}

#topnews_image {
	width: 340px;
	height: 80px;
	border: 1px solid black;
	margin: 0 auto;
}

#topnews_headline {
	border: 1px solid grey;
	margin-top: 60px;
	height: 15px;
	background-color: black;
	text-transform: uppercase;
	color: white;
	background: url('images/design/topnews_bg.png');
	border-top: 1px solid #aaa; 
	padding-top: 3px;
	padding-left: 10px;
}

#topnews_flow {
	background: url('images/design/picture_flow.gif');
	height: 8px;
	width: 344px;
	margin: 0 auto;
}

#topnews_content {
	margin: 0 auto;
	width: 330px;
	overflow: hidden;
	height:155px;
}

div.headline {
	height: 31px;
	margin: 5px 10px;
	border: 1px solid white;
	color: #969696;
	cursor: pointer;
}

div.headline a {
	color: black;
}

div.headline:hover {
	background: url('images/design/headlines_bg.gif') repeat-x;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #afa985;
	color: #dd9e60;
}

div.headline:hover a {
	color: #dcc0a2;
}

div.headline_pic {
	float: left;
	width: 65px;
	overflow: hidden;
	height: inherit;
}

img.headline_pic {
	width: 63px;
	height: 31px;
	margin: 0px;
}

div.headline_content {
	float: left;
}

/* polls */

div.poll_option {
	float: left;
	width: 50%;
	line-height: 20px;
}

div.poll_voted {
 padding: 5px 0px;	
}

div.poll_result {
	background-color: #da6801;
	height: 2px;
}

/* forum */

div.forum_kategorie {
	height: 30px;
	line-height: 30px;
	color: #303030;
	font-size: 12px;
	font-weight: bold;
}

div.forum_kategorie a {
	color: #303030;
	font-weight: bold;
	font-size: 12px;
}

div.forum_board {
	height: 35px;
	padding-top: 5px;
	color: #414141;
}

div.forum_board small {
	font-size: 10px;
}

div.forum_board a {
	color: #e87000;
	font-size: 11px;
}

div.forum_main_name {
	float: left;
	width: 380px;
	padding-left: 20px;
}

div.forum_main_name div {
	padding-left: 20px;
}

div.forum_main_topics, div.forum_main_posts {
	float: left;
	width: 80px;	
	text-align: center;
}

div.forum_main_lastpost {
	float: left;
	width: 150px;	
	text-align: center;
}

div.forum_main_lastpost a {
	color: #414141;
	font-size: 10px;
}

div#forum_title {
	padding: 5px 10px;
	font-size: 12px;
}

div#forum_title a {
	color: black;
	padding: 0px 5px;
}

div.forum_topic_right {
	float: left;
	width: 580px;
	border-left: 1px solid #bfbfbf;
	padding: 10px;
}

div.forum_topic_left {
	float: left;
	width: 119px;
	padding: 5px;
}

div.forum_topic_left a {
	color: #db6b01;
}

div.regusers_title {
	float: left;
	font-weight: bold;
	text-align: center;
	background-color: white;
	margin: 10px 0px;
	font-size: 12px;
	border-right: 1px solid #ffe4af;
}

div.regusers_content {
	float: left;
	margin: 1px 1px 0px 0px;
	line-height: 25px;
	height: 25px;
	padding-left: 20px;
}

div.messenger_navi {
	float: left;
	text-align: center;
	background-color: #e3e3e3;
	color: #333;
	line-height: 25px;
	margin-right: 2px;
}

div.messenger_navi:hover {
	background-color: #333;
	color: #e3e3e3;
}

div.usercp_content {
	float: left;
	width: 200px;
	color: white;
	text-align: left;
	font-size: 14px;
}

div.usercp_content a {
	color: white;
	font-weight: bold;
}

div.usercp_content a:hover {
	color: #d37e32;
	text-decoration: none;
}

div.editprofile_tab {
	float: left;
	width: 103px;
	height: 27px;
	background: url('images/design/editprofile_tab.png') no-repeat;
	text-align: center;
	padding: 0px 2px;
}

div.editprofile_tab a {
	color: white;
	font-weight: bold;
	line-height: 25px;
	text-shadow: grey 1px 1px;
}

div.editprofile_title {
	border: 1px white solid;
	clear: both;
	height: 20px;
}

div.editprofile_title div {
	background-color: #ffb13f;
	color: black;
	float: left;
	width: 50%;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}

div.editprofile_content {
	background-color: #ffcb7f;
	color: black;
	border: 1px white solid;
	font-weight: bold;
}

div.editprofile_button {
	background: url('images/design/editprofile_save.png') no-repeat;
	width: 117px;
	line-height: 40px;
	float: left;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
	color: white;
}

div.partners_left {
	float: left;
	width: 250px;
	padding: 10px;
	text-align: center;
}

div.partners_right {
	float: left;
	width: 430px;
	padding: 10px;
}

div.gallery_thumblist {
	float: left;
	width: 120px;
	padding: 10px;
	text-align: center;
}

div#matches_head {
	text-shadow: grey 2px 2px;
	float: left;
	width: 200px;
	padding: 35px 0px 0px 250px;
	text-align: center;
	color: white;
	font-size: 18px;
}

div.matches_teammember {
	float: left;
	width: 130px;
	text-align: center;
	padding: 2px;
}

table.matches {
	color: #303030;
}

table.matches b {
	color: #dd6901;
	padding-left: 5px;
}

table.matches small {
	color: #a2a2a2;
	font-size: 8px;
	padding-left: 5px;
}

div.members_head {
	background: url('images/design/teams.gif') no-repeat;
	line-height: 25px;
	color: white;
	padding-left: 5px;
}

div.members_frame {
	border: 3px solid #dc6f05;
	width: 718px;
	margin: 0 auto;
}

div.members_content {
	line-height: 20px;
	padding: 3px 5px;
}

div.members_content div {
	float: left;
}

div.usercp_tab {
	background-color: #3a3a3a;
	border: 1px solid #3a3a3a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: -30px 13px 10px 40px;
	padding: 30px 30px;
	display: none;
}

div.profil_tab {
	float: right;
	background: url('images/design/profil_tab.gif') no-repeat;
	width: 65px;
	line-height: 21px;
	text-align: center;
	padding-right: 5px;
}

div.profilcontent {
	line-height: 25px;
	padding-left: 5px;
	font-weight: bold;
	background-color: #f2f2f2;
	margin: 1px;
}

div.profilcontent div.left {
	float: left;
	width: 30%;
	color: #e87100;
}

div.profilcontent div.right {
	float: left;
	width: 70%;
}


.clear {
	clear:both;
}

a#roccat {
	width:260px;
	height:72px;
	background:url(images/s_banner/roccat.jpg);
	float:left;
}

a#likoer {
	width:260px;
	height:56px;
	background:url(images/s_banner/likoer.jpg);
	float:left;
}

a#linemax {
	width:260px;
	height:53px;
	background:url(images/s_banner/linemax.jpg);
	float:left;
	padding:1px 0px 2px 0px;
}

a#taurus {
	width:260px;
	height:79px;
	background:url(images/s_banner/taurus.jpg);
	float:left;
}

.s_spacer {
	width:260px;
	height:28px;
	background:url(images/s_banner/spacer.jpg);
	float:left;
}


.faq_question {
	color:#db6b01;
	font-weight:bold;
	padding-bottom:6px;
}

.faq_answer {
	padding-bottom:3px;
}

.small_info {
	font-size:11px;
	color:#919191;
}