/* generelles reset  v1.0 | 20080212 */
/* http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Ende Reset %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

body
{	line-height: 1.4em;
	font-family: Arial, Verdana, Palatino Linotype, Palatino, sans-serif;
	font-size: 1em;
	height: 100%;
	background-color: #FFA500;
}

/* Header */
#header
{	width: 700px;
	height: 6.5em;
	background: url('./images/kopf.png') no-repeat;
	margin: 1.5em auto 1.5em auto;
}

#seite
{	width: 100%;
	padding-left: 1.2em;
	text-align: center;
}

#turnier, ul			/* wird in der Ausschreibung benötigt, erzeugt die Aufzählung a) , b) usw. */
{	text-align: left;
	list-style: lower-alpha;
	padding-left: 1.5em;
}

#unterseite
{
	width: 80%;
	text-align: left;
	margin: 0 5em 0 10em;
	font-size: 1.2em;
}
#trainertable
{
	width: 60%;
	margin: 1em auto 1em auto;
}

.titel
{
	color: #000000;
	margin: 2em auto 1.5em auto;
	word-spacing: 0.3em;
	font-size: 1.45em;
}

#kontakttable
{
	margin: 0em auto 0em auto;
	padding: 5px;
	font-size: 0.97em;
	vertical-align: top;
	width: 80%;
}

#verband_l
{	width: 25%;
	float: left;
	margin-left: 2em;
	margin-right: 4em;
	font-size: 0.75em;
}
#verband_m
{	width: 25%;
	float: left;
	font-size: 0.75em;
}
#verband_r
{	width: 25%;
	float: left;
	margin-right: 2em;
	margin-left: 4em;
	font-size: 0.75em;
}

div.bar
{
	margin: 2em auto 1em auto;
}

#bericht
{
	width: 60%;
	float: left;
	text-align: left;
	margin-right: 0.75em;
	margin-left: 0.5em;
	color: #000000;
}
#bild .foto
{
	width: 35%;
	float: right;	/* die Bilder sollten eine max. Breite von 230px haben */
	text-align: left;
}

#upcoming
{
	width: 230px;
	height: 200px;
}

#kalender
{
	width: 1000px;
	height: 750px;
	margin: 3em auto 1em auto;
}

div.clear
{
	clear: both;
}

a
{
	color: #0000FF;
/*text-decoration: underline;*/
}

/* Fuss */
#footer
{
	background: url('images/fussbalken.jpg') top left repeat-x;
	padding: 1.5em 2em 1.5em 2em;
	text-align: left;
	margin: 0em auto;
	font-size: 0.6em;
	color: #505050;
}
#adresse
{
	padding: 1.5em 2em 1.5em 2em;
	text-align: center;
	margin: 0em auto;
	font-size: 0.8em;
	color: #000000;
}

.clear
{
	clear: both;
}

/* =============================  NAVIGATION ========================== */

div#Rahmen	{
	width: 100%;			/*57.1em;*/
	padding: 0.8em;
/*	border: 1px solid black;*/
	background-color: #FFCE73;		/*silver;*/
height: 0.5em;
z-index: 10;
}
* html div#Rahmen {  /* Korrektur fuer IE 5.x */
	width: 100.1%;			/*58.7em;*/
	w\idth: 100%;			/*57.1em;*/
}
div#Rahmen div	{
	clear: left;
}
ul#Navigation	{
	margin: 0;
	padding: 0;
	text-align: center;
}

ul#Navigation li	{
	list-style: none;
	float: left;  /* ohne width - nach CSS 2.1 erlaubt */
	position: relative;
	margin: 0.4em;
	padding: 0;
}
* html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
	margin-bottom: -0.4em;
}
*:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
	margin-bottom: -0.1em;
}

ul#Navigation li ul	{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1.6em;
	left: -0.4em;
	display: none;  /* Unternavigation ausblenden */
}
* html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
	left: -1.5em;
	lef\t: -0.4em;
}
*:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
	background-color: silver;
	padding-bottom: 0.4em;
 }
	ul#Navigation li:hover ul {
	display: block;  /* Unternavigation in modernen Browsern einblenden */
}
ul#Navigation li ul li {
	float: none;
	display: block;
	margin-bottom: 0.2em;
}

ul#Navigation a, ul#Navigation span {
	display: block;
	width: 8em;  /* Breite den in li enthaltenen Elementen zuweisen */
	padding: 0.2em 1em;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid black;
	border-left-color: white;
	border-top-color: white;
	color: #000000;				/*maroon;*/
	background-color: #BF8D30;		/*#ccc;*/
}
* html ul#Navigation a, * html ul#Navigation span {
	width: 10.2em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
	w\idth: 8em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
}

ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
	border-color: white;
	border-left-color: black;
	border-top-color: black;
	color: white;
	background-color: maroon;		/*gray;*/
}
li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
	color: maroon;
	background-color: #FFA500;		/*silver;*/
}
ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
	background-color: maroon;
}
