body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #6a797e;
	font-size: 10px;
	margin: 0;
	overflow: hidden;
}

ul, li, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}

img.noBlink  {
	border: #6a797e 1px solid;
}

img.bottom  {
	border: #6a797e 1px solid;
}

img.top  {
	border: #6a797e 1px solid;
}

img.right  {
	border: #6a797e 1px solid;
}

img.left  {
	border: #6a797e 1px solid;
}

img.b  {
	border: #6a797e 1px solid;
}

.clear{
	clear:left;
}

a{
	color: #6a797e;
	font-weight: bold;
}

#fehler{
	font-size:12px;
	color:#ff0000;
}

h1 {
	font-size: 36px;
	text-transform:uppercase;
	background-image:url(images/lines.gif);
	padding:5px;
	margin: 20px 0 10px 0;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	text-transform:uppercase;
	margin: 10px 0 20px 0;
	color: #6a797e;
}

#wii {
	float: right;
}

#konsole {
	z-index: 1;
	margin-top: 230px;
	margin-left: 560px;
	position:absolute;
}


#intro {
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	margin-bottom: 30px;
	font-weight: bold;
	width: 787px;
	z-index: 0;
}

#intro a {
	text-decoration: underline;
	font-size: 13px;
}
	

/* formular */

#anmeldung {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
}

.formular {
        font-family:Arial, Helvetica, sans-serif;
        background-color: #000000;
        border: 1px #666666 solid;
        color: #666666;
        font-size: 14px;
        margin-bottom: 5px;
        padding: 3px;
}

.button {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

#anmeldung #tableFull {
	position:absolute;
	margin-top: -19px;
	font-size: 55px;
}

#anmeldung #tableFullSubline{
	position:absolute;
	margin-top: 70px;
}


/* tabelle */

#spielplan {
	font-size: 9.5px;
}

#spielplan_old {
	/*width: 1024px;
	height: 1000px;*/
	font-size: 9px;
	margin-left: 10px;
}

.FirstRound {
	border: solid #1a1a1a 1px;
	background-color:#1a1a1a;
	width: 85px;
}
.SecondRound {
	border: solid #1a1a1a 1px;
	background-color:#1a1a1a;
	color:#999999;
	width: 72px;
}
.ThirdRound {
	border: solid #1a1a1a 1px;
	background-color: #1a1a1a;
	color: #999999;
	width: 72px;
}
.ForthRound {
	border: solid #1a1a1a 1px;
	background-color: #1a1a1a;
	color: #999999;
	width: 73px;
}
.final {
	border: solid #1a1a1a 1px;
	background-color: #1a1a1a;
	color: #999999;
	width: 57px;
}
.lineTopBottom{
	border-bottom: 1px #1a1a1a solid;
	border-top: 1px #1a1a1a solid;
}
.lineRight{
	border-right: 1px #1a1a1a solid;
}
.lineLeft{
	border-left: 1px #1a1a1a solid;
}
.titles{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
}


/* overview Tabelle*/

#tabelle .FirstRound {
	border: solid #1a1a1a 1px;
	background-color:#1a1a1a;
}
#tabelle .SecondRound {
	border: solid #1a1a1a 1px;
	background-color:#1a1a1a;
	color:#000000;
}
#tabelle .ThirdRound {
	border: solid #1a1a1a 1px;
	background-color: #1a1a1a;
	color: #000000;
}
#tabelle .ForthRound {
	border: solid #1a1a1a 1px;
	background-color: #1a1a1a;
	color: #000000;
}
#tabelle .final {
	border: solid #1a1a1a 1px;
	background-color: #1a1a1a;
	color: #000000;
}

/*winner site*/

#winner {
	width: 100%;
	background-image:url(blink_background.gif);
	line-height: 140px;
	letter-spacing: -8px;
	font-weight: bold;
	font-size: 160px;
	color: #000000;
}

#winner2 {
	width: 100%;
	line-height: 160px;
	letter-spacing: -8px;
	font-weight: bold;
	font-size: 180px;
	color: #000000;
}


/* anim-GRID */
div.section{
	border: 1px black solid;
	background-color:black;
	position:relative;
}
	div.section h3{
		margin-bottom:10px;
	}
	div.section li{
		float:left;
	}
	div.pane{
		overflow: hidden;
		z-index:0;
		clear:left;
		margin: 0px;
		width: 980px;
		height: 100%;
		position: fixed;
		left: 50%;
		margin-left: -490px;
	}
	
ul.elements{
	background-color: #000000;
	padding: 0;
	margin: 0;
}
	ul.elements li{
		width:900px;
		height:1024px;
		padding:0px 40px 0 40px;
		position:relative;
		background-color:#000000;
	}
		ul.elements li a{
			font-size:15px;
			text-decoration: none;
			font-weight: bold;
		}
		ul.elements li p{
		margin: 0px;
		padding:0px;
		}
		
	#pane-options ul.elements li{
		margin:0px;
	}
	#pane-options{
		margin-bottom:10px;
	}
ul.links{
	height:20px;
}
	ul.links a{
		color: #0066FF;
		margin:0pt 5px;
	}
h3 span{
	position:absolute;			
}
.message{
	background:#EEE;
	border:1px solid #999;
	color:#333;
	font-size:12px;
	font-weight:normal;
	padding:1px;
	margin-top:2px;
}

.navi {
	width:84px;
	position:absolute;
	right:25px;
	top: 15px;
	float:right;
}



