/*********************
 * Main              *
 *********************/

body {
	font-family: Arial;
	font-size: 14px;
	padding: 5px;
	background-color: #c2c5d4;
	overflow: -moz-scrollbars-vertical;
	margin-top:80px;
}

td.main {
	padding:0px;
}

div.main {
	padding: 10px; 
	border: 1px solid #808080; 
	border-top:none;
	background-color: #eeeeee;
	position: relative;
}

td, th, input, select, option, textarea {
	font-family: Arial;
	font-size: 14px;
}

td.mainpage_col1 {
	padding-left: 0px;
}

td.mainpage_col2 {
	padding-left: 15px;
}

img.logo {
	position: absolute;
	left: 5px;
	top: -100px;
	border: 0 none;
}

div.mainbanner {
	margin-bottom:10px;
	position:absolute;
	right:30px;
	top:-100px;
}
div.mainbanner_title {
	position:absolute;
	right:460px;
	top:-110px;
	font-size:10px;
	color:#808080;
}
iframe.ribanner {
	margin-bottom:10px;
	position:absolute;
	right:30px;
	top:-90px;
	border: none;
	width: 468px;
	height: 49px;
	border: 1px solid #808080; 
}

div.infobox {
	border:1px solid #c3c3c3;
	background-color: #f1f1f3;
	white-space: nowrap;
	padding: 5px;
}

div.donate {
	position:absolute;
	right:140px;
	top:-22px;
	width:139px;
	font-size:12px;
	z-index:1;
	background-color:#FFFFFF;
	border: 1px solid black;
	text-align:center;
}

#site_dropdown {
	position:absolute;
	right:0px;
	top:-22px;
	width:108px;
	border:1px solid #808080;
	background-color:#ebe9e9;
	font-size:12px;
	z-index:1;
}
#site_dropdown a { font-weight:normal; color:#000000;}
#site_dropdown a:hover { font-weight:normal; color:#0000CC;}
#site_dropdown img { width:16px; height:11px; border:0px; vertical-align:middle; position:relative; }
#site_dropdown span { vertical-align:middle; }

#site_headselect {
	width:100%;
	height:16px;
	vertical-align:middle;
	cursor:pointer;
	padding-left:3px;
}
#site_bodyselect {
	width:100%;
	display:none;
	padding-left:3px;
	padding-bottom:1px;
}
#site_selectbutton {
	position:absolute;
	width:16px;
	height:16px;
	top:0px;
	right:0px;
	background:url(/img/dropdown2.gif) no-repeat 1px 0px;
}

/*********************
 * Links             *
 *********************/
 
a:link {
	font-weight:bold;
	text-decoration:none;
	color: #0000CC;
}
a:visited {
	font-weight:bold;
	color: #0000CC;
	text-decoration:none;
}
a:active {
	font-weight:bold;
	color: #0000CC;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	color: #4045fe;
	text-decoration:none;
}

.navielement a:link {
	color: #2e3454;
}
.navielement a:visited {
	color: #2e3454;
}
.navielement a:active {
	color: #2e3454;
}
.navielement a:hover {
	color: #2e3454;
}

/*********************
 * Navi              *
 *********************/
 
div.navi {
	font-size: 16px;
	padding: 0px;
}

table.navi {
	border-collapse: collapse;
}

table.navi td.navielement {
	border: 1px solid #808080; 
	background-color: #c4c4cc;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	white-space: nowrap;
	cursor: pointer;
	text-align:center;
}

table.navi td.navilast {
	border-bottom: 1px solid #808080; 
	width:70%;
	text-align: right;
	font-size: 16px;
	color: #2e3454;
	font-weight: bold;
}

/*********************
 * Headline          *
 *********************/

div.headline {
	border: 1px solid #808080; 
	background-color: #c4c4cc;
	color: #2e3454;
	font-weight: bold;
	white-space: nowrap;
	display: block;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 10px;
	text-align: left;
}
td.headline {
	color: #2e3454;
	font-weight: bold;
}
td.headline2 {
	color: #2e3454;
}

/*********************
 * Elemente          *
 *********************/

table.latestrounds {
	border:1px solid #c3c3c3;
	background-color: #f1f1f3;
}
td.latestrounds1 {
	padding-left: 0px;
	padding-bottom:7px;
}
td.latestrounds2 {
	padding-left: 7px;
	padding-bottom:7px;
}

table.latestrounds tr td div {
	position: relative;
}
table.latestrounds tr td div a {
	position: absolute;
	top: 0px;
	left: 0px;
}

table.saisoninfo {
	float:left;
	border:1px solid #000000;
	background-color: #f1f1f3;
}

div.saisoninfo {
	border:1px solid #c3c3c3;
	background-color: #f1f1f3;
}

table.quicklinks {
	border:1px solid #c3c3c3;
	background-color: #f1f1f3;
}

div.quicklinks {
	border:1px solid #c3c3c3;
	background-color: #f1f1f3;
}

td.adv_small {
	padding: 0px;
	padding-left: 10px;
}

/*********************
 * Laddertabelle     *
 *********************/
 
table.ladder {
 	border: 1px solid #808080;
 	background-color: #f9f9fb;
 	border-collapse: collapse;
}
 
table.ladder td, table.ladder th {
 	border: 1px solid #808080;
 	padding-left: 3px;
 	padding-right: 3px;
 	padding-top: 2px;
 	padding-bottom: 2px;
}

table.ladder th {
	font-size: 13px;
}

table.ladder td.ladder_navi {
	background-color: #CCCCCC;
	padding: 0px;
}
table.ladder table.ladder_navi td {
 	font-size: 12px;
 	border: none;
 	background-color: #CCCCCC;
}

table.ladder table.ladder_navi div.navielement {
	border: 1px solid #666666; 
	background-color: #999999;
	white-space: nowrap;
	cursor: pointer;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 1px;
	margin-right: 1px;
}

table.ladder tr.row1 {
	background-color: #f9f9fb;
}
table.ladder tr.row2 {
	background-color: #ebe9e9;
}
table.ladder tr.founded {
	background-color: #ecab76;
}

div.cups {
	overflow: hidden;
	width: 100%;
	height: 18px;
	padding: 0px;
}
img.cupo {
	margin-left: -10px;
}

/*********************
 * Playercard        *
 *********************/

div.userprofile {
	border: 1px solid #c3c3c3;
	background-color: #f1f1f3;
	width: 320px;
	padding: 5px;
}

span.sigcode {
	font-size: 13px;
	background-color: #f1f1f3;
	border: 1px solid #808080;
	padding: 2px;
}

h3.username {
	font-size: 20px;
	letter-spacing: 2px;
}

blink.top {
	color:red;
	font-weight:bold;
	font-size:14px;
	letter-spacing: 0px;
}

.gesperrt {
	color:red;
	font-weight:bold;
}

.disp_lp {
	color:#1c609d;
}

/*********************
 * Rundenübersicht   *
 *********************/
 
table.round th {
	text-align: left;
	background-color: #c4c4cc;
	color: #2e3454;
	border: 1px solid #808080;
	
}

table.round td {
	vertical-align: top;
	padding: 2px;
}

table.round div.navielement {
	border: 1px solid #666666; 
	background-color: #999999;
	color: #2e3454;
	font-weight: bold;
	white-space: nowrap;
	cursor: pointer;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	font-size: 12px;
}

/*********************
 * Adelungen         *
 *********************/

span.info {
	font-size:10px;
	font-weight:bold;
	border:1px solid #c3c3c3;
	background-color: #f1f1f3;
}

/*********************
 * mydstotal         *
 *********************/

table#bbcodetable {
 	border: 1px solid #808080;
 	background-color: #f9f9fb;
 	border-collapse: collapse;
}
 
table#bbcodetable td, table#bbcodetable th {
 	border: 1px solid #808080;
 	padding-left: 3px;
 	padding-right: 3px;
 	padding-top: 2px;
 	padding-bottom: 2px;
 	text-align: left;
}

table#bbcodetable th {
	font-size: 13px;
	background-color: #CCCCCC;
}

table#bbcodetable td{
	font-size: 12px;
}

input.mydstotal {
	width: 250px;
	border: 1px solid #808080;
	background-color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 3px;
	margin-bottom: 5px;
}
textarea.mydstotal {
	width: 400px;
	height: 150px;
	border: 1px solid #808080;
	background-color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 3px;
}

table.messagelist {
 	border: 1px solid #808080;
 	background-color: #f9f9fb;
 	border-collapse: collapse;
}
 
table.messagelist td, table.messagelist th {
 	border: 1px solid #808080;
 	padding-left: 3px;
 	padding-right: 3px;
 	padding-top: 2px;
 	padding-bottom: 2px;
 	text-align: left;
}

table.messagelist th {
	font-size: 13px;
	background-color: #CCCCCC;
}

div.show_from, div.show_subject, div.show_text {
	width: 250px;
	border: 1px solid #808080;
	background-color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 3px;
	margin-bottom: 5px;
}

div.show_text {
	width: 400px;
}

span.mydstotal {
	color: #e80808;
	font-weight: bold;
}

div.welcome {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 10px;
	z-index:0;
}

a.ritextbanner:link, a.ritextbanner:visited, a.ritextbanner:hover, a.ritextbanner:active {
	color:#0000CC;
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
	line-height:15px;
	font-family:arial,sans-serif;
	text-decoration: underline;
}
div.ritextbanner {
	color:#000000;
	display:block;
	font-size:13px;
	line-height:16px;
	font-family:arial,sans-serif;
	padding-left:5px;
	width:110px;
	margin-bottom:15px;
}
span.ritextbanner {
	color:#000000;
	font-size:10px;
	line-height:12px;
	cursor:pointer;
	font-weight:normal;
}