/* -------------------------------------------------
     Allgemeine Einstellungen
--------------------------------------------------*/
body
{
	color:green;
	background-color:white;
	font-family:Verdana, sans-serif;
	font-size:12pt;
	margin-top:0;
	margin-left:0;
	background-image:url('/img/background.gif');
	background-repeat:repeat-y
}

table
{
 	 font-family:Verdana, sans-serif;
	 font-size:10pt;
	 margin:0;
	 padding:0
}

form
{
	padding:0;
	margin:0;
}

input { font-size:9pt }
select { font-size:9pt }

option[value=BEL]:before { content: url('http://www.ski09.de/img/flaggen/belgien.gif') }
option[value=DEN]:before { content: url('http://www.ski09.de/img/flaggen/daenemark.gif') }
option[value=GER]:before { content: url('http://www.ski09.de/img/flaggen/deutschland.gif') }
option[value=UK]:before { content: url('http://www.ski09.de/img/flaggen/grossbritannien.gif') }
option[value=FRA]:before { content: url('http://www.ski09.de/img/flaggen/frankreich.gif') }
option[value=ITA]:before { content: url('http://www.ski09.de/img/flaggen/italien.gif') }
option[value=LUX]:before { content: url('http://www.ski09.de/img/flaggen/luxemburg.gif') }
option[value=NED]:before { content: url('http://www.ski09.de/img/flaggen/niederlande.gif') }
option[value=AUS]:before { content: url('http://www.ski09.de/img/flaggen/oesterreich.gif') }
option[value=POL]:before { content: url('http://www.ski09.de/img/flaggen/polen.gif') }
option[value=SUI]:before { content: url('http://www.ski09.de/img/flaggen/schweiz.gif') }
option[value=CZE]:before { content: url('http://www.ski09.de/img/flaggen/tschechien.gif') }

.separator
{
	padding-top:5px;
	line-height:0px; 
	font-size:0px; 
}

/* ------------------------------------------------------
     Position und Formatierungen der Inhaltsbereiche
-------------------------------------------------------*/

#navArea
{
	position:absolute;
	top:180px;
	left:0px;
	width:180px;
	max-width:180px;
	padding-top:220px;
	background-color:lime;
	text-align:center;
	z-index:0;
}

#navArea a	{ color:green }
#navArea a:visited	{ color:green }
#navArea a:hover	{ color:#32CD32 }
#navArea a:active	{ color:lime }

#mainArea
{
	position:absolute;
	top:134px;
	left:180px;
	width:800px;
	overflow:hidden;
	padding-left:10px;
	font-size:12pt;
	z-index:0;
}

#mainArea a	{ color:green }
#mainArea a:visited	{ color:green }
#mainArea a:hover	{ color:#32CD32 }
#mainArea a:active	{ color:lime }

/* -----------------------------------------------------
     Einstellungen für die Navigationsleiste im Kopf
------------------------------------------------------*/

.navHorItem
{
	float:left;
	display:inline;
	margin-right:2px;
	padding:4px 0 4px 0;
	height:24px;
	color:white;
	font-size:10Pt;
	font-weight:bold;
	font-family:Verdana, sans-serif;
}
.navHorItem a
{
	padding:4px 8px 4px 8px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	background-color:#3CB371;
}
.navHorItem a:hover	{ background-color:#00FA9A; }

/* -------------------------------------------------
     Allgemeine Einstellungen
--------------------------------------------------*/

.menue
{
	position:absolute;
	top:200px;
	left:10px;
	width:170px;
	overflow:hidden;
	padding:0;
	font-family:Verdana, sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-align:left;
	z-index:999;
}
.menue .zeile
{
	clear:both;
	background-color:#3CB371;
	border-bottom:2px solid lime;
	padding-bottom:2px
}
.menue .zeile_a
{
	clear:both;
	background-color:green;
	border-bottom:2px solid lime;
	padding-bottom:2px
}
.menue .zeile_h
{
	clear:both;
	background-color:#00FA9A;
	border-bottom:2px solid lime;
	padding-bottom:2px
}
.menue .zeile_a_h
{
	clear:both;
	background-color:#8FBC8F;
	border-bottom:2px solid lime;
	padding-bottom:2px
}
* html .menue .zeile	{ padding-bottom:0 }
.menue .vorne, .menue .hinten	{ padding:3px }
.menue .vorne
{
	float:left;
	padding-right:2px;
}
.menue .hinten
{
	float:right;
	padding-left:1px;
	padding-right:0;
	margin-top:5px;
}
.menue .einr
{
	float:left;
	width:10px;
	background-color:lime;
	height:24px
}
.menue .link, .menue .link2, .menue .link3, .menue .link4
{
	white-space:nowrap;
	overflow:hidden;
	width:141px;
	padding:0;
	padding-left:2px;
	line-height:22px;
}
.menue .link2 {	width:131px }
.menue .link3 {	width:149px }
.menue .link4 {	width:139px }
* html .menue .link, * html .menue .link2, * html .menue .link3, * html .menue .link4
{ padding-left:0; line-height:24px }
.menue a	{ text-decoration:none; color:white; }
.menue img	{ border:0px none; vertical-align:middle }
* html .menue img { padding-top:1px }
.submenue { color:white }
.submenue .zeile { background-color:#3CB371 }
.submenue .zeile_h { background-color:#00FA9A }
.submenue a { text-decoration:none; color:white }
.submenue td { border-bottom:2px solid white }
.submenue .bor_left { border-left:2px solid white }

/* -------------------------------------------------
     Einstellungen für Link-Auflistungen
--------------------------------------------------*/

.mliste
{
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	margin-left: 50px
}
.mliste a			{ color:green }
.mliste a:visited	{ color:green }
.mliste a:hover		{ color:lime }
.mliste a:active	{ color:#32CD32 }

/* -------------------------------------------------
     Einstellungen für "Letzte Aktualisierung"
--------------------------------------------------*/

.aktdate
{
	position:absolute;
	top:120px;
	left:790px;
	width:200px;
	text-align:right;
	font-family:Verdana, sans-serif;
	font-size:8pt;
	z-index: 999;
}

/* -------------------------------------------------
     Einstellungen für "Druckansicht-Symbol"
--------------------------------------------------*/

.druck
{
	position:absolute;
	top:70px;
	left:755px;
	width:50px;
	text-align:right;
	font-family:Verdana, sans-serif;
	font-size:9pt;
	z-index: 999;
}

/* -------------------------------------------------
     Header des Inhaltsbereiches
--------------------------------------------------*/

.headline
{
	text-align: left;
	background-image: url('/img/kopf.png');
	background-repeat: no-repeat;
	height: 60px;
	vertical-align: top;
	font-size: 20pt;
	color: white;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-top: 0;
}

/* -------------------------------------------------
     Einstellungen für einzelne Seiten
--------------------------------------------------*/

#news { margin:0; padding-left:18px; list-style-type:square; font-size:10pt }
#news a { text-decoration:none }
#news a:visited { color:green }
#news a:hover { color:lime }
#news a:active { color:#32CD32 }

#sitemap { font-size:10pt; font-family:Verdana }
#sitemap a { text-decoration:none; color:green }
#sitemap a:visited { color:green }
#sitemap a:hover { color:lime; font-weight:bold }
#sitemap a:active { color:green }
#sitemap input { font-size:7pt }
#sitemap .bullet
{
	vertical-align:middle;
	font-size:7px;
	line-height:7px;
	padding-right:15px;
	margin-right:5px;
	background-color:green;
}
#sitemap .ebene1 { margin-left:30px }
#sitemap .ebene1 .bullet { background-color:#00A000 }
#sitemap .ebene2 { margin-left:60px }
#sitemap .ebene2 .bullet { background-color:#00C000 }
#sitemap .ebene3 { margin-left:90px }
#sitemap .ebene3 .bullet { background-color:#00E000 }
#sitemap .ebene4 { margin-left:120px }
#sitemap .ebene4 .bullet { background-color:lime }

#ordnung		{ font-size:10pt }
#ordnung table
{
	clear:both;
	font-size:10pt
}
#ordnung h1
{
	font-size:12pt;
	margin-top:12px;
	margin-bottom:6px;
}
#ordnung p	{ text-align:justify; margin:0; }
#ordnung td	{ text-align:justify; }
#ordnung a	{ text-decoration:none; }

#satzung		{ font-size:10pt }
#satzung table
{
	clear:both;
	font-size:10pt
}
#satzung h1
{
	margin-top:12px;
	margin-bottom:6px;
	font-size:12pt;
}
#satzung p	{ text-align:justify; margin:0; }
#satzung td	{ text-align:justify; }
#satzung ol	{ margin-top:0; text-align:justify; }
#satzung a	{ text-decoration:none; }

#teams a				{ text-decoration:none; }
#teams a.Ueb			{ color: green; }
#teams a.Tab:visited	{ color: green; }
#teams a.Ueb:hover		{ color: green; }
#teams a.Ueb:active		{ color: #32CD32; }
#teams a.Tab			{ color: green; }
#teams a.Tab:visited	{ color: green; }
#teams a.Tab:hover		{ color: lime; }
#teams a.Tab:active		{ color: #32CD32; }

#reiter { background:lime }
#reiter a { background-color:#3CB371; color:white }
#reiter a:visited { color:white; }
#reiter a:hover { color:green; background-color:#00FA9A; }
#inhalt { border:2px solid; border-color:lime }

.partien a { color:#000000; text-decoration:none }
.partien td { text-align:left; vertical-align:top; font-size:10pt; font-family:Verdana }
.partien img { position:relative }
.partien input { font-size:8pt }
.partien select { font-size:8pt }

.fideregeln .num	{
			float: left;
			font-size: 10Pt;
			font-weight: bold;
			width: 3em;
			margin-bottom: 1ex;
		}
.fideregeln  .num2	{
			float: left;
			font-size: 10Pt;
			font-weight: bold;
			width: 1.5em;
		}
.fideregeln  .txt	{
			font-size: 10Pt;
			margin-left: 3em;
			margin-bottom: 1ex;
			text-align: justify;
		}
.fideregeln  .txt2	{
			font-size: 10Pt;
			margin-left: 4.5em;
			text-align: justify;
		}
.fideregeln  .txt3	{
			font-size: 10Pt;
			margin-left: 6em;
			text-align: justify;
		}
.fideregeln p { text-align: justify; font-size:10Pt }
.fideregeln a { text-decoration:none }
.fideregeln li { font-size: 10Pt }
.fideregeln h2 { margin-top: 24px; margin-bottom:0 }
.fideregeln h3 { margin-top: 24px }
.fideregeln .zurueck { float:right; font-size: 8Pt }

.t_monat { border:0; border-spacing:0; font-size:10pt; font-family:Verdana,Arial,Helvetica,sans-serif; }
.t_monat td { padding:0px 1px 0px 1px; }
.t_monat td span { display:none }
.t_monat td:hover span { display: block; position:absolute; margin-top:-60px; z-index:100; text-align:left; padding:3px }
* html .t_monat td:hover span { margin-top:-45px }
*:first-child+html .t_monat td:hover span { margin-top:-45px }
.t_monat .mon { background-color:#9cf; border:1px solid #9cf; }
.t_monat .wday { background-color:#808080; border:1px solid #808080; color:white; 
  text-align:center; font-size:8pt }
.t_monat td.wday { width:21px }
.t_monat .kleer { border:1px solid white }
.t_monat .week { background-color:#eee; border:1px solid #eee; color:#999; text-align:left; font-weight:bold }
.t_monat .fday { color:red }
.t_monat .day { background-color:#f0f0f0; border:1px solid #fff; text-align:right }
.t_monat .bayr { background-color:#555; border:1px solid #fff; text-align:right }
.t_monat .bcol_normal, .t_monat .bcol_mittel, .t_monat .bcol_hell, .t_monat .bcol_dunkel { border:1px solid #fff; text-align:right }
.t_monat .weday { background-color:#cce0ff; border:1px solid #fff; text-align:right; font-weight:600 }
.t_monat td.day:hover, .t_monat td.bayr:hover, 
.t_monat td.bcol_normal:hover, .t_monat td.bcol_mittel:hover, 
.t_monat td.bcol_hell:hover, .t_monat td.bcol_dunkel:hover { background-color:#888; color:#fff; }
.t_monat td.weday:hover { background-color:#359; color:#fff; }

.tip { display:none; position:absolute; padding:3px; text-align:left; font-size:10pt; border:1px solid black; margin-top:5px }
* html .tip { margin-top:25px }
*:first-child+html .tip { margin-top:25px }
.navi	{ width:180px; background-color:lime; text-align:center }
.NoWidth { width: 0%; height: 0%}

.tleft		{ text-align: left }
.tright		{ text-align: right }
.tcenter	{ text-align: center }
.tblock		{ text-align: justify }

.fs8	{ font-Size: 8pt; }
.fs9	{ font-Size: 9pt; }
.fs10	{ font-Size: 10pt; }
.fs11	{ font-Size: 11pt; }
.fs12	{ font-Size: 12pt; }
.fs14	{ font-Size: 14pt; }
.fs16	{ font-Size: 16pt; }
.fs20	{ font-Size: 20pt; }

.bcol_normal { background-color:#3CB371; color:white }
.bcol_normal a { text-decoration:none }
.bcol_hell { background-color:lime }
.bcol_dunkel { background-color:green; color:white }
.bcol_mittel { background-color:#32CD32 }
.col_normal { color:green }
.col_hell { color:lime }

#tab { border-right:1px solid; border-bottom:1px solid; border-color:#32CD32 }
#tab td, #tab th { border-left:1px solid; border-top:1px solid; border-color:#32CD32 }
