/* Allgemeine Definitionen ---------------------------------------------*/

html,body {
	height:				100%;
	margin:				0;
	padding:			0;
	background-color:	#0c2683;
}

*{
	color:				#fff;
	line-height:		140%;
	font-family:		Tahoma, sans-serif;
	font-size:			12px;
}

input, textarea, select{
	color:				#281f81;
}

a{
	color:				#fff !important;
}

a:Hover{
	color:				#f66f22 !important;
	text-decoration:	none;
}

h1, h2, h3{
	font-family:		Georgia, serif;
	color:				#f66f22;
	margin:				0;
}

h1{
	font-size:			28px;
	margin-bottom:		0.1em;
}

h2{
	font-size:			22px;
}

h3{
	font-size:			18px;
}

p{
	margin-top:			0.1em;
}

hr{
	background-color:	#fff;
	border:				none;
}

/* Standard-Tabelle */

.formatedtable{
	border-top:			solid 1px #cfd0ff;
	border-left:		solid 1px #cfd0ff;
	border-right:		solid 1px #000;
	border-bottom:		solid 1px #000;
	background-color:	#0c2683;
}

.formatedtable th{
	background-color:	#0c2683;
	color:				#f66f22;
}

.formatedtable td, .formatedtable th{
	padding-left:		2px;
	padding-right:		2px;
}

.formatedtable td{
	border-right:		solid 1px #cfd0ff;
	border-bottom:		solid 1px #cfd0ff;
}

.formatedtable .even, .formatedtable .even td{
	background-color:	#3953af;
}

.formatedtable .odd, .formatedtable .odd td{

}


/* Grundelemente der Seite ---------------------------------------------*/


/* Container */

#container {
	width:				960px;
	height:				100%;
	border-top:			0px;
	border-bottom:		0px;
	border-left:		2px solid white;
	border-right:		2px solid white;
	border-collapse:	collapse;
	background:			url(../gfx/logo1.png) no-repeat;
}

#container_schatten {
	position:			absolute;
	top:				0px;
	left:				0px;
	width:				10px;
	height:				100%;
	background:			url(../gfx/hauptschatten.png) repeat-y;
	display:			none;
}

/* Header */

#header{
	color:				#FFF;
}

#header, #submenu{
	text-align:			right;
}

/* Submenü */
#submenu .sel{
	color:				#f66f22;
	text-decoration:	none;
}

#sidebar{
	width:				171px;
	vertical-align:		top;
	padding-top:		125px;
}

#sidebar table{
	width:				100%;
	border-collapse:	collapse;
}

#sidebar a{
	color:				#fff;
	text-decoration:	none;
	font-weight:		bold;
	font-size:			20px;
	padding-left:		10px;
}

#footer{
	padding-bottom:		10px;
}

#searchinput{
	margin-left:		10px;
}

#sidebar table .underliner{
	border-bottom:		1px #fff dotted;
}

#sidebar table ul{
	margin-top:			0px;
	margin-bottom:		5px;
	list-style-type:	square;
}

#sidebar table li{
	margin-left:		-28px;
}

#sidebar table .underliner_sub a{
	font-size:			12px;
}

#sidebar a:Hover, #sidebar a.selected{
	color:				#f66f22 !important;
}

/* Content */

#content {
	padding-top:		50px;
	padding-bottom:		10px;
	padding-left:		25px;
	padding-right:		25px;
	vertical-align:		top;
	background-color:	#3953af;
	border-left:		1px solid #fff;
	background-image:	url(../gfx/logo2.png);
	background-repeat:	no-repeat;
}

.image{
	margin:		10px;
	border:				solid 1px #FFF;
}

#path, .pathentry{
	color:				#f66f22 !important;
	font-weight:		bold;
	text-decoration:	none;
}

.pathentry{
	color:				#FFF !important;
}

.pathentry:Hover{
	text-decoration:	underline;
}

/* Spieltabelle */

#spieltabelle{
	position:			relative;
	width:				160px;
	height:				500px;
	top:				0px;
	left:				10px;
	background-color:	#fff;
	border:				solid 1px #281f81;
	float:				right;
	margin-left:		15px;
	margin-bottom:		15px;
	padding:			5px;
	border-collapse:	collapse;
}

#spieltabelle tr th{
	text-align:			left;
}

#spieltabelle tr td, #spieltabelle tr th{
	font-size:			10px;
	color:				#281f81;
	padding:			3px;
	padding-left:		5px;
	padding-right:		5px;
	margin:				3px;
}

#spieltabelle tr td.highlight{
	color:				#f66f22;
}

#spieltabelle .downer{
	background-color:	#f6ddcf;
}

#nextgame{
	font-size:			50px;
	font-weight:		bold;
}

/* Metamenü */

#metamenu{
	height:				85px;
	max-height:			85px;
}


#metamenu td{
	height:				85px;
	max-height:			85px;
	text-align:			right;
	vertical-align:		bottom;
	padding:			6px;
}

#metamenu td a{
	text-decoration:	none;
}

#metamenu td a:Hover, #metamenu td a.selected{
	color:				#f66f22 !important;
}
