/*===========================================================
www.lwc-cologne.de
Stylesheet fuer die Bildschirmausgabe
(c) 2005 by <webmaster@lwc-cologne.de>
============================================================*/

body {
        background:#000000;                                   		/* Farbe: Hintergrund (aussen) */
		/*background:#ff69b4;*/
        margin:0px;
        padding:0px;
}

.invisible, dfn {
        position:absolute;
        left:-1000px;
        top:-1000px;
        width:0px;
        height:0px;
        overflow:hidden;
        display:inline;
}

#druckkopf, #druckfuss {
        display:none;
}

/* Hier wird den Seitencontainer erzeugt */
#con{
        position:relative;
        width: 914px;
        margin: auto;
}

#container {
        position:relative;
        width:782px;
        background:#68511A;                                   		/* Farbe:  Hintergrund (innen) */
		/*background:#00CED1;*/
        border:5px solid #ffffff;					/* Farbe:  Rahmen (aussen) */
        margin-top:20px ;
        padding:0px;
}

#sponsor {
    margin-left:794px;
	position:absolute;
    top:160px;
}

/* Hier wird den Seitenkopf erzeugt */

#head {
        position:relative;
        /*width:780px;*/
        height:150px;
        background:url('../pics/entwurf2.gif') no-repeat top center;       	/* Bild: Seitenkopf */
        padding:0px;
        margin:0px
}

/* Hier wird das Inhaltsfeld erzeugt */

#text {
       position:relative;
       border:solid #ffffff;
       border-width:5px 0px 0px 2px;
       padding:10px;
       margin-left:140px;
       min-height:900px;
       height:auto !important;
       height:1200px;
}

#text h1, h2 {
        width:570px;
        ;
        letter-spacing:1px;
        color:#ffffff;
        background:url('../pics/t_h2.gif') center top;
        border:2px solid #ffffff;
        margin:0px; font-style:italic; font-variant:normal; font-weight:bold; font-size:18px; font-family:georgia, sans-serif; padding-left:40px; padding-right:5px; padding-top:3px; padding-bottom:3px
}

#text h1.ueberschrift {
	    font-size:22px;
        background:url('../pics/t_h1.gif') center top;
        padding-left:40px; padding-right:5px; padding-top:8px; padding-bottom:8px
}

#text h3 {
        width:570px;
        ;
        letter-spacing:1px;
        color:#ffffff;
        background:url('../pics/t_h3.gif') center top;
        border:2px solid #ffffff;
        margin:0px; font-style:italic; font-variant:normal; font-weight:bold; font-size:12px; font-family:georgia, sans-serif; padding-left:40px; padding-right:5px; padding-top:3px; padding-bottom:3px
}

#text a {
        text-decoration:none;
        color:#000000;
}

#text a:hover, a:active {
        text-decoration:none;
        color:#808080;
}

#text a.intern {
        text-decoration:none;
        color:#ffffff;
}

#text hr.white {                                     /* Trenner */
        height:2px;
        background-color:#ffffff;
        border:1px solid #ffffff;
        margin:5px 0px 5px 0px;
}

#text ul {                                          /* Listen */
        list-style-image:url('../pics/t_liste.gif');
	padding-left:18px;
        margin:0px
}

table.spielplan {
	font-size:18px;
	background-color:#ffffff;
         margin-left:0px;
         width:620px;
	border-collapse:collapse;
         border:1px solid #006400;
}

.spielplan td{
	border:solid #006400;
         border-width:1px 0px 0px 0px;
}

.spielplan td.st{
	border:solid #006400;
         border-width:1px 1px 0px 0px;
         text-align:center;
}

.spielplan td.ru{
	border:solid #006400;
         border-width:1px 0px 0px 0px;
         color:#006400;
}

table.ergebnis {
	font-size:16px;
	background-color:#ffffff;
         margin-left:80px;
         width:420px;
	border-collapse:collapse;
         border:1px solid #006400;
}

.ergebnis td{
	border:solid #006400;
         border-width:1px 0px 0px 0px;
         text-align:center;
}

table.tabelle {
	font-size:18px;
	background-color:#ffffff;
         margin-top:20px;
         margin-left:30px;
         width:580px;
	border-collapse:collapse;
         border:1px solid #006400;
}

.tabelle td{
	border:solid #006400;
         border-width:1px 0px 0px 0px;
         text-align:center;
}

.tabelle td.team{
	border:solid #006400;
         width:210px;
         border-width:1px 0px 0px 0px;
         text-align:left;
}

.tabelle tr.auf {
	background-color:#0055ff;
}

.tabelle tr.ab {
	background-color:#ff0000;
}

table.kader {
	margin-top:10px;
         margin-bottom:10px;
         margin-left:50px;
         width:250px;
	border-collapse:collapse;
         /*border:solid #006400;*/
}

table.spieler{
	font-size:18px;
	margin-top:15px;
         width:620px;
}

.spieler td.bild{
	width:210px;
}

table.aktuell {
	width:620px;
	text-align:left;
	border-collapse:collapse;
	border:2px solid #ffffff;
	margin:0px;
}

.aktuell td {
	border:2px solid #ffffff;
}

table.statistik{
	font-size:18px;
	margin-top:15px;
         width:620px;
         /*background-color:#ffffff;*/
         border:2px solid #000000;
         border-collapse:collapse;
         border-width:1px 1px 1px 1px;

}

.statistik td {
	text-align:center;
	border:1px solid #000000;
    border-width:1px 1px 1px 1px;
}

.statistik td.name {
  	text-align:left;
  	font-weight:bold;
}
.statistik th {
	text-align:center;
	border:1px solid #000000;
         border-width:1px 1px 1px 1px;
}


/* Hier wird das Menue erzeugt */

#menue {
        position:absolute;
        top:150px;
        left:0px;
        width:140px;
        border:solid #ffffff;
        border-width:4px 1px 1px 0px;
        padding:0px;
        margin-bottom:20px;
}

#menue h3{
        ;
        letter-spacing: 1px;
        color:#ffffff;
        background:url('../pics/m_themen.gif') center top;           	/* Bild: Menue-Trenner */
        padding:5px;
        margin:0px; font-style:italic; font-variant:normal; font-weight:bold; font-size:12pt; font-family:georgia, sans-serif
}

#menue ul{
        border-bottom:1px solid #ffffff;
        border-top:1px solid #ffffff;
        padding:5px 0px 5px 22px;
        margin:0px;
}

#menue ul.point{
        list-style-image:url('../pics/moon.gif');				/* Bild: Menue-Punkte*/
}

#menue ul.counter{
        list-style-type:none;
}

#menue li{
        padding:3px 0px 3px 6px;
        margin:0px;
}

#menue a {
        text-decoration:none;
        color:#000000;
}

#menue a:hover, a:active {
        text-decoration:underline;
        color:#091354;
}

/* Der Seitenfuss */

#fuss {
        position:relative;
        height:20px;
        font-size:12px;
        background:url('../pics/f_background.gif') repeat-x top center;		/* Bild: Fuss-Hintergrund */
        border-top:3px solid #ffffff;
        margin:0px;
        padding-top:4px
}

#fuss ul {
        padding:0px;
        margin:0px;

}

#fuss li {
        float:right;
        padding:0px;
        margin:0px 10px 0px 15px;
}

#fuss a{
        text-decoration:none;
        color:#ffffff;
}

#fuss a:hover, a:active {
        text-decoration:underline;
}