html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #000;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 92%;
}
h1, h2, h3, h4, p, ul, li, a {
	margin: 0;
	padding: 0;
}
#wrapper {
	position: relative;
	background-color: #fff;
	color: #fff;
	margin: 0;
}
#header {
	height: 105px;
	background-color: #fff;
	color: #fff;
}
#header #logo h1 {
	display: none;
}
#header {
	position: relative;
	margin: 5px;
	padding: 0;
	width: 805px;
}
#logo {
	position: absolute;
	margin: 5px;
	padding: 0;
	width: 0px;
	height: 0px;
}
#headerText {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 600px;
	font-size: 90%;
	text-align:center;
	text-decoration:underline;
	padding: 0;
	background-color: #fff;
	color: #000;
	visibility:hidden;
}
#headingText1 {
	position: absolute;
	top: 50px;
	left: 150px;
	width: 500px;
	font-size: 150%;
	text-align:left;
	padding: 0;
	background-color: #fff;
	color: #000;
	visibility:hidden;
}
#headingText2 {
	position: absolute;
	top: 50px;
	left: 120px;
	width: 500px;
	font-size: 100%;
	text-align:left;
	padding: 0;
	background-color: #fff;
	color: #000;
	visibility:hidden;
}
#path {
	width: 585px;
	font-size: 75%;
	padding: 0;
	background-color: #fff;
	color: #000;
	margin: 10px 0 0 228px;
}
#menupre {
	background-image: url(../images/ADeV-Logo.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 10px 35px 5px 45px;
	padding: 0;
	width: 97px;
	height: 97px;
}
#menu {
	position: absolute;
	top: 71px;
	left: 22px;
	width: 191px;
	background-color: #2b3f51;
	color: #fff;
}
#menuaft {
	height: 44px;
}
#content #menu p {
	font-size: 100%;
	line-height: 100%;
	margin: 0;
}
#contentpre {
	margin: 0 20px 0 170px;
	height: 10px;
	background-color: #fff;
}
#contentpreM {
	margin: 0 20px 0 170px;
	height: 10px;
	background-color: #fff;
}
#content {
	background-color: #e0d0b0;
	color: #000;
	margin: 0px 0px 0px 170px;
	padding: 20px 20px 0 60px;
}
#content p {
	font-size: 100%;
	line-height: 150%;
	margin: 15px 0 0 20px;
	text-align:justify;
}
#content ul {
	list-style-type: none;
	font-size: 85%;
	line-height: 150%;
	margin: 15px 0 0 20px;
}
#content ul ul {
	font-size: 100%;
	margin: 0 0 0 20px;
}
#contentFrameL {
	position:relative;
	margin: 0 20px 20px 20px; 
	padding: 5px 20px 5px 0;
	width: 150px; 
	float: left;
	left:auto;
	z-index: 3;
	border: 1px solid #999;
}
#contentFrameL p {
	font: italic 10pt/22pt georgia; 
	text-align:center;
	}
#contentFrameR {
	position:relative;
	margin: 0; 
	padding: 5px;
	width: 120px; 
	float: right;
	left: auto;
	z-index: 3;
	border: 0px solid #999;
}
#contentFrameR p {
	font: italic 10pt/22pt georgia; 
	text-align: center;
}
#contentMain {
	position: relative;
	padding: 0 20px 0 10px;
	z-index: 2;
}
#contentMain p {}
h3 {
	clear: left;
}
#footerpre {
	margin: 0 20px 0 170px;
	height: 40px;
}
#footer {
	background-color: #223546;
	color: #fff;
	height: 30px;
	margin: 0 20px 0 170px;
	text-align: center;
}
#footer p {
	font-size: 75%;
	padding: 0 40px 0 0;
	text-align: right;
	background-color: transparent;
	color: #ccc;
}
#toolbox {
	position: absolute;
	float: right;
	top: 10px;
	right: 20px;
}
form {
	display: inline;
}
.headerInText {
	color: #000;
	background-color: #fff;
	font-weight:bold;
	padding: 2px 2px 2px 10px;
}
#menu a {
	display: block;
	width: 168px;
	text-decoration: none;
	background-color: #223546;
	color: #99c0e2;
	margin: 2px 0 2px 0;
	padding:2px 0 3px 10px;
	border-top: 1px solid #3a4f63;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #3a4f63;
}
#menu a:link {
	background-color: #223546;
	color: #99c0e2;
}
#menu a:visited {
	background-color: #223546;
	color: #99c0e2;
}
#menu a:hover {
	background-color: #47637e;
	color: #fc9;
	padding: 3px 0 2px 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #597389;
	border-bottom: 1px solid #597389;
	border-left: 1px solid #000;
}
#menu a:active {
	background-color: #223546;
	color: #fc9;
}
#menu a.aktiv {
	background-color: #47637e;
	color: #fc9;
}
a {
	text-decoration: underline;
}
a:link {
	background-color: transparent;
	color: #600;
}
a:visited {
	background-color: transparent;
	color: #600;
}
a:hover {
	background-color: transparent;
	color: #900;
}
a:active {
	background-color: transparent;
	color: #900;
}
#content h1 {
	margin: 0;
	padding: 0;
}
#content h2 {
	margin: 0 0 20px 0;
	padding: 3px 0 3px 5px;
	font-size: 150%;
	letter-spacing: 2pt;
	background-color: #d0c0a0;
	color: #223546;
}
#content h3 {
	margin: 20px 0 20px 0;
	padding: 3px 0 3px 5px;
	font-size: 115%;
	letter-spacing: 2pt;
	background-color: #d0c0a0;
	color: #223546;
}
#content h4 {
	margin: 20px 0 20px 0;
	padding: 3px 0 3px 5px;
	font-size: 100%;
	letter-spacing: 2pt;
	background-color: #d0c0a0;
	color: #223546;
}
table {
	text-align: left;
	margin: 0;
}
#content #tableStyle table {
	border: 0;
	border-collapse: collapse;
	background-color: white;
}
#content #tableStyle table td,th {
	line-height: 100%;
	padding: 5px;
	border: 0px solid #000;
}
#content #tableStyle table thead tr {
	color: #fff;
	background-color: #000066;
	font-size: 85%;
}
.matchModified {
	color: black;
	background-color: #ccc;
}
#content #tableStyleSmall table {
	border: 0;
	border-collapse: collapse;
}
#content #tableStyleSmall table tbody th {
	line-height: 120%;
	font-size: 75%;
	padding: 3px;
	background-color: #fff;
}
#content #tableStyleSmall table tbody td {
	line-height: 120%;
	font-size: 60%;
	padding: 3px;
	background-color: #eee;
}
#content #tableStyleSmall table thead tr {
	color: #fff;
	background-color: #000066;
	font-size: 85%;
}
#content #tableStyleBig table {
	border: 0;
	border-collapse: collapse;
	background-color: #fff;
}
#content #tableStyleBig table td,th {
	line-height: 100%;
	font-size: 12px;
	padding: 5px;
}
#content #tableStyleBig table thead tr {
	color: #fff;
	background-color: #000066;
	font-size: 12px;
}
#tableStyleBigGB table {
	border: 0;
	border-collapse: collapse;
	background-color: #fff;
}
#tableStyleBigGB table td,tr {}

.tableLogin {
	border-collapse: collapse;
	margin: 0 0 0 5px;
	padding: 5px 0 2px 5px;
	font-size: 75%;
	color: #99c0e2;
	line-height: 100%;
}
.invis, hr {
	display: none;
}
img {
	border: none;
}
#content #imageMainInfoMini {
	position: absolute;
	border: 2px solid #006;
	width: 120px;
	height: 170px;
	margin: 5px 0 5px 370px;
	cursor: pointer;
	float: right;
}
#imageMainInfo {
	position: absolute;
	background-image: url(../Images/Winterliga_2004-05/Jahreshauptversammlung.jpg);
	background-repeat: no-repeat;
	margin: 5px 0 5px 5px;
	padding: 0;
	border: 2px solid #006;
	width: 600px;
	height: 853px;
	top: 193px;
	left: 220px;
	right: auto;
	overflow: auto;
	page-break-after:always;
}
#image2 {
	background-repeat: no-repeat;
	margin: 5px 0px 5px 5px;
	padding: 0;
	border: 2px solid #006;
	width: 468px;
	height: 60px;
}
span.menuheader {
	display: block;
	margin: 10px 0 0 5px;
}
span.menustatic {
	display: block;
	margin: 15px 0 0 5px;
	padding: 0 0 0 5px;
	font-size: 100%;
	text-align: left;
	color: #99c0e2;
}
#content #menu p.menutitle {
	margin: 10px 5px 0 0;
	font-size: 20px;
	line-height: 100%;
	text-align: center;
}
#content #menu p.menu1 {
	margin: 10px 0 0 0;
	font-size: 100%;
	line-height: 100%;
}
#content #menu p.menu2 {
	margin: 20px 0 0 0;
	font-size: 100%;
	line-height: 100%;
}
#content #menu p.menu3 {
	margin: 20px 0 0 0;
	font-size: 100%;
	line-height: 100%;
}
#content #menu p.menu4 {
	margin: 20px 0 0 0;
	font-size: 100%;
	line-height: 100%;
}
#content p.textVorstand {
	margin: 20px;
	font-size: 85%;
	line-height: 150%;
}
#content img.imageVorstand {
	position: absolute;
	background-repeat: no-repeat;
	float: right;
	margin: 5px 0 5px 370px;
	padding: 0;
	border: 2px solid #006;
	width: 150px;
	height: 150px;
	left: auto;
	right: auto;
	overflow: auto;
}
.newsContent {
	width: 100%;
	background-color: #FFCC66;
	color: #003399;
}
.newsContent p {
	margin: 0 0 10px 10px;
	padding: 0 20px 0 0;
}
.newsTop { 
	background: url("../Images/CornerRound-Top-Right.gif") no-repeat top right; 
}
.newsBottom {
	background: url("../Images/CornerRound-Down-Right.gif") no-repeat top right; 
}
.newsHeader {
	color: #666;
	font-size: 75%;
	text-align: right;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: thin;
	margin-left: 2em;
	margin-right: 2em;
}
.newsFooter {
	color: #666;
	font-size: 60%;
	text-decoration: underline overline;
	text-align: right;
	margin-left: 2em;
	margin-right: 2em;
}
img.newsCorner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
.newsTitle {
	color: #666;
	font-size: 200%;
	text-align: left;
	border-bottom-color: #003399; 
	margin-left: 1em;
	margin-right: 2em;
}
.columnContent {
	clear: both;
	width: 100%;
	color: black;
	background: url("../Images/Dartboard-Background.jpg") repeat;
}
.columnTop { 
	background: url("../Images/CornerDartboard.gif") no-repeat top right; 
}

.columnBottom {
	background: url("../Images/CornerDartboard.gif") no-repeat top right; 
}
.columnTitle {
	color: #003366;
	font-size: 200%;
	text-align: left;
	border-bottom-color: #003399; 
	margin-left: 2em;
	margin-right: 2em;
}
.columnHeader {
	font-size: 75%;
	text-align: right;
	border-bottom-color: #003399; 
	margin-left: 2em;
	margin-right: 2em;
}
.columnFooter {
	color: #003366;
	font-size: 75%;
	text-align: right;
	margin-left: 2em;
	margin-right: 2em;
}
img.columnCorner {
   width: 25px;
   height: 25px;
   border: none;
   display: block !important;
}
.inputTeam {
	margin: 2px 0 2px 0;
}
.inputtd {
	vertical-align: bottom;
	padding: 10px 0 0 0;
}
#updateTeam, #updateTeam1{
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}
.headtd{
	background-color: #000066;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
.headtd2{
	height: 22px;
	background-color: #000066;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}
.headtd3{
	height: 22px;
	background-color: #000066;
	color: #fff;
	font-size: 11px;
	text-align: center;
}
.headtdBig {
	background-color: #D0C0A0;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2.5px;
	padding: 3px 0 3px 5px;
}
.teamtd{
	background-color: #fff;
	font-size: 12px;
	padding: 2px 0 2px 5px;
}
.teamtdl{
	width: 10%;
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px 0 5px;
}
.teamtdm{
	width: 50%;
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px 0 5px;
}
.teamtdr{
	width: 40%;
	background-color: #eee;
	font-size: 12px;
	line-height: 10px;
	padding: 2px 0 2px 5px;
}
.bltable{
	margin: 0;
	padding: 0;
}
.bltdhead{
	height: 20px;
	background-color: #000066;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.bltdl1{
	width: 18px;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 5px 5px 2px;
	line-height: 12px;
}
.bltdm1{
	width: 147px;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 5px 5px 0;
	line-height: 12px;
}
.bltdr1{
	width: 60px;
	font-size: 9px;
	line-height: 10px;
	padding: 3px;
}
.bltdl2{
	width: 18px;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 5px 5px 12px;
	line-height: 12px;
}
.bltdm2{
	width: 148px;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 5px 5px 0;
	line-height: 12px;
}
.bltdr2{
	width: 59px;
	font-size: 9px;
	line-height: 10px;
	padding: 3px;
}
.bltdl3{
	width: 18px;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 5px 5px 12px;
	line-height: 12px;
}
.bltdm3{
	width: 148px;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 5px 5px 0;
	line-height: 12px;
}
.bltdr3{
	width: 59px;
	font-size: 9px;
	line-height: 10px;
	padding: 3px;
}
.teamtd2{
	background-color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}
.teamtd3{
	height: 24px;
	background-color: #fff;
	font-size: 12px;
	text-align: center;
}
.teamtd4{
	background-color: #fff;
	font-size: 12px;
	text-align: right;
	padding: 4px 3px 4px 0;
}
.teamtd5{
	height: 24px;
	background-color : #fff;
	font-size: 12px;
	text-align: left;
}
.genehmigt {
	color: #000;
}
.nicht_genehmigt {
	color: #ff0000;
}
.selSpieltag {
	width: 160px;
	background-color: #223546;
	color: #99c0e2;
	margin-left: 20px;
}
.spielplanheadtr {
	height: 24px;
}
.spielplanheadtd1{
	background-color: #000066;
	color: #fff;
	font-size: 12px;
	text-align: right;
}
.spielplanheadtd2 {
	background-color: #000066;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 0 5px 0 5px;
}
.spielplanheadtd3{
	background-color: #000066;
	color: #fff;
	font-size: 12px;
}
.spielplanheadtd4{
	background-color: #000066;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.spieleingabetd2{
	background-color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}
.spieleingabetd3{
	height: 24px;
	background-color: #fff;
	font-size: 12px;
	text-align: center;
}
.spieleingabetd4{
	height: 24px;
	background-color: #fff;
	font-size: 12px;
	text-align: right;
}
.spieleingabetd5{
	height: 24px;
	background-color: #fff;
	font-size: 12px;
	text-align: left;
}
.selSpieler{
	width: 150px;
}
.selErg{
	width: 34px;
}
.spielertable{
	width: 600px;
	background-color: #fff;
	font-size: 12px;
	border-top: 1px solid #D0C0A0;
	border-left: 1px solid #D0C0A0;
	border-right: 1px solid #D0C0A0;
	margin-top:20px;
}
.spielertable td{
	padding: 2px 0 1px 5px;
	border-bottom: 1px solid #D0C0A0;
}
#spielerTable1{
	float:left;
}
#spielerTable2{
	float:left;
}
.floatleft60{
	width:60px;
	margin:10px 0 0 0;
	float:left;
}
.clear{
	clear:both;
}
#spielerResult {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	margin-top:20px;
}
#adminPW {
	float:left;
}
#captainLiga {
	float:left;
}
