/* SIDE STRUCTURE

*********************************************
* BODY                                      *
*                                           *
*  *****************************            *
*  *           HEADER          *            *
*  *****************************            *
*                                           *
*  ************** **************            *
*  * NAV        * * CONTENT    *            *
*  *            * *            *            *
*  *            * *            *            *
*  *            * *            *            *
*  *            * *            *            *
*  *            * *            *            *
*  *            * *            *            *
*  ************** *            *            *
*                 *            *            *
*                 *            *            *
*                 *            *            *
*                 *            *            *
*                 **************            *
*                                           *
*       *****************************       *
*       *           FOOTER          *       *
*       *****************************       *
*                                           *
*                                           *
*********************************************
*/

/*
ONLY_FOR_DEBUGGING (OFF--- an den Anfang stellen)

ROT        842223 9c4e4e b57a7b cda6a7 dabcbd e6d2d3 f2e8e9
DUNKELBLAU 162252
HELLBLAU

/*OFF---*/ /*ersetzen durch OFF---
*/

/*
lila: 391E57
t?rkis: 57D2E1
pink: E53364
*/


/* ############################################## */
/* ### BODY                                       */
/* ###                                            */
body {
   background: #391E57;
   color: #57D2E1;
   font-family: Arial,Tahoma,Verdana,sans-serif;
   font-size: 11px;
   margin: 1% 3% 3% 3%;
}
/* ############################################## */





/* ############################################## */
/* ### HEADER                                     */
/* ###                                            */
#header {
   background-color: #391E57;
   color: #57D2E1;
   border-bottom: #5D9975;
   OFF---border: 1px dotted #ff00ff; /* ONLY_FOR_DEBUGGING */
   text-align: right;
   float: both;
   padding: 0em 0 0 0;
   margin-bottom: 10px;
   text-style: bold;
   width: 100%;
}
#header h1 { 

   font-size: 18px;
   border-bottom: 1px solid;
   text-align: right;
   margin: 0 0 0.7em 0;
   padding: 0 0 0.2em 0;
}
#header sup { 
   font-size: small;
   position: absolute;
   text-align: right;
}
#note {
   font-size: 0.8em;
   font-weight: normal;
}
#header img {
   background-color: #391E57; /* HEADER_BACKGROUND_COLOR */
   color: #fff; /* HEADER_COLOR */
   border-bottom: #c00; /* HEADER_BOTTOM_BORDER_COLOR */
   OFF---border: 1px dotted #ff00ff; /* ONLY_FOR_DEBUGGING */
   text-align: left;
   float: both;
   padding: 0em 0em 0 2em;
   margin-bottom: 0px;
   text-style: bold;
}
/* ############################################## */



/* ############################################## */
/* ### NAVIGATION                                 */
/* ### this definition is for the logout menu     */
/* ###                                            */
#nav_extra, #nav_extra ul { /* all lists */
   OFF---border: 1px dotted #ff00ff; /* ONLY_FOR_DEBUGGING */
   padding: 0 0px 0 0;
   margin: 0 0px 0 0;
   list-style: none;
   float: left;
   width: 100%;
}
#nav_extra li { /* all list items */
   OFF---border: 1px dotted #ff00ff; /* ONLY_FOR_DEBUGGING */
   position : relative;
   float: left;
   line-height: 2.5em;
   width: 100%;
}
#nav_extra li ul { /* second-level lists */
   background: #ffffff;
   border: #fff;
   position : absolute;
   left: -999em;
   margin-left: 95%;
   margin-top : -33px;
   text-align: left;
   border: 1px solid;
   border-left: 10px solid; /* #6666ff;*/
   width: 90%;
   padding: 2px;
   font-size: 1.3em;
   font-weight: normal;
}
#nav_extra li ul ul { /* third-and-above-level lists */
   left: -999em;
}
#nav_extra li a {
   color: #E53364;
   display: block;
   font-weight: bold;
   text-decoration: none;
   width: 90%;
   padding: 0 10px 0 0;
   font-size: 1.3em;
   font-style: normal;
}
#nav_extra li a:hover {
   color: #c00;
   xxbackground-color: #333; /* NAVIGATION_LINK_HOVER_BACKGROUND_COLOR */
   xxborder: #fff; /* NAVIGATION_MENU_BORDER_COLOR */
   xxborder: 1px solid;
   font-size: 1.3em;
   width: 90%;
}
#nav_extra li:hover ul ul, #nav_extra li:hover ul ul ul, #nav_extra li.sfhover ul ul, #nav_extra li.sfhover ul ul ul {
   left: -999em;
}
#nav_extra li:hover ul, #nav_extra li li:hover ul, #nav_extra li li li:hover ul
   , #nav_extra li.sfhover ul, #nav_extra li li.sfhover ul
   , #nav_extra li li li.sfhover ul { /* lists nested under hovered list items */
   left: 0px;
}
#nav_extra li.hr {
   line-height: 1px;
   margin-left: 2px;
   margin-top: 1px;
   margin-bottom: 1px;
   border-top: 1px white solid;
}   
/* ############################################## */



/* ############################################## */
/* ### NAVIGATION NORMAL                          */
/* ### this definition is for standard menu       */
/* ###                                            */
#nav {
   OFF---border: 1px dotted #00ff00; /* ONLY_FOR_DEBUGGING */
   background: #391E57;
   color: #57D2E1;
   text-align: right;
   float: left;
   padding: 10px 0px 0 0;
   text-style: bold;
   width: 15%;
}
#nav_normal, #nav_normal ul { /* all lists */
   OFF---border: 1px dotted #ff00ff; /* ONLY_FOR_DEBUGGING */
   padding: 20px 0px 0 0;
   margin: 0 0px 0 0;
   list-style: none;
   float: left;
   width: 100%;
}
#nav_normal li { /* all list items */
   OFF---border: 1px dotted #ff00ff; /* ONLY_FOR_DEBUGGING */
   position : relative;
   float: left;
   line-height: 2.5em;
   width: 100%;
}
#nav_normal li ul { /* second-level lists */
   background: #391E57;
   xxborder: #fff; /* NAVIGATION_MENU_BORDER_COLOR */
   position : absolute;
   left: -999em;
   margin-left: 100%;
   margin-top : -35px;
   text-align: left;
   border-top: 3px solid #a2bcd7;
   border-bottom: 3px solid #a2bcd7;
   border-right: 3px solid #a2bcd7;
   border-left: 7px solid #c4def9;
   width: 90%;
   padding: 2px 2px 2px 2px;
   font-size: 0.9em;
   font-weight: normal;
}
#nav_normal li ul ul { /* third-and-above-level lists */
   left: -999em;
}
#nav_normal li a {
   color: #57D2E1;
   border: 1px solid; /* WICHTIG: border-color muss nach diesem Eintrag stehen!!! Für Firefox!!! */
   border-color: #391E57;
   display: block;
   font-weight: bold;
   text-decoration: none;
   width: 90%;
   padding: 0 10px 0 3px;
   font-style: normal;
   font-size: 1.3em;
   background: transparent;
}
#nav_normal li a:hover {
   color: #ffffff;
   background-color: #E53364;
   border: #fff;
   border: 1px solid;
   font-size: 1.3em;
   width: 90%;
}
#nav_normal li:hover ul ul, #nav_normal li:hover ul ul ul, #nav_normal li.sfhover ul ul, #nav_normal li.sfhover ul ul ul {
   left: -999em;
}
#nav_normal li:hover ul, #nav_normal li li:hover ul, #nav_normal li li li:hover ul
   , #nav_normal li.sfhover ul, #nav_normal li li.sfhover ul
   , #nav_normal li li li.sfhover ul { /* lists nested under hovered list items */
   left: 0px;
}
#nav_normal li.hr {
   line-height: 1px;
   margin-left: 2px;
   margin-top: 1px;
   margin-bottom: 1px;
   border-top: 1px white solid;
}   

#nav .message {
   color: #fff;
   background-color: #E53364;
   padding: 2px 5px 2px 5px;
   margin-right: 10px;
   font-weight: bold;
   font-size: 1.3em;
   border:1px solid;
   border-color: #fff;
}
#nav .alert {
   color: #fff;
   background-color: #f00;
   padding: 2px 5px 2px 5px;
   font-weight: bold;
   font-size: 1.3em;
   border:1px solid;
   border-color: #fff;
}

/* ############################################## */


#content_out_out {
   background-color: #ccc;
   OFF---border: 1px dotted #0000ff; /* ONLY_FOR_DEBUGGING */
   color: #404040;
   font-size: 1em;
   padding: 3px 0px 3px 3px;
   top: 60px;
   height: 571px;
   aawidth: 75%; /* keine Größe angeben, damit der CONTENT-Bereich korrekt an die Seitenbreite angepaßt wird */
   overflow: auto; /* test this with Firefox */
}
#content_out {
   background-color: #ddd;
   OFF---border: 1px dotted #0000ff; /* ONLY_FOR_DEBUGGING */
   color: #404040;
   font-size: 1em;
   padding: 3px 0px 3px 3px;
   top: 60px;
   height: 562px;
   width: 99%; /* keine Größe angeben, damit der CONTENT-Bereich korrekt an die Seitenbreite angepaßt wird */
   overflow: auto; /* test this with Firefox */
}


/* ############################################## */
/* ### CONTENT CONTAINER                          */
/* ### this definition is for the side content    */
/* ###                                            */
#content {
   background-image: url(../include_side/images/soccer_background.jpg);
   background-color: #ddf6f9;
   OFF---border: 1px dotted #0000ff; /* ONLY_FOR_DEBUGGING */
   color: #391E57;
   font-size: 1.5em;
   padding: 1% 3% 1% 3%;
   top: 60px;
   height: 540px;
   width: 93%; /* keine Größe angeben, damit der CONTENT-Bereich korrekt an die Seitenbreite angepaßt wird */
   overflow: auto; /* test this with Firefox */
}
#content a { 
   color: #f00;
   font-weight: bold;
}
#content a:hover { 
   font-style: normal; 
   background: transparent; /* background so that IE does hover effect (?!?!)*/ 
}
#content table { 
   margin-left: 0px;
   margin-right: 0px;
   padding-left: 0px;
   padding-right: 0px;
   border-collapse: collapse;
   border: 1px solid #000;
   border-color: #57D2E1; /*#391E57;*/
}
#content th {
   background-color: #391E57;
   color: #ffffff;
   padding-left: 5px;
   padding-right: 5px;
   border: 1px solid;
   border-color: #57D2E1; /*#391E57;*/
   font-size: 0.9em; 
   vertical-align: bottom;
   text-align: center;
   white-space: nowrap;
   margin-left: 0px;
   margin-right: 0px;
}
#content th.nowrap {
   white-space: nowrap;
}

#content td {
   border-bottom: 1px dotted;
   border-bottom-color: #57D2E1; /*#391E57;*/
   font-size: 0.9em; 
   margin-left: 0px;
   margin-right: 0px;
   xxwhite-space: nowrap;
   padding-left: 3px;
}
#content input, .auswahl {
   border-color: #676;
   border: 1px solid;
   text-align: left;
   float: left;
   padding: 0 0 0 3px;
   font-size: 1em;
   margin-top: 2px;
   margin-bottom: 2px;
}
#content input.button {
   font-size: 0.8em; 
   padding-left: 0px;
   padding-right: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
   margin: 0px 0px 0px 10px;
   text-align: center;
   float: none;
}
#content input.text_field {
   border-color: #676;
   border: 1px solid;
   text-align: left;
   float: left;
   padding: 0 0 0 3px;
   font-size: 1em;
   margin-top: 2px;
   margin-bottom: 2px;
   white-space: nowrap;
}
#content input.text_field_readonly {
   border-color: #676
   border: 1px solid;
   background-color: darkgrey;
   text-align: left;
   float: left;
   padding: 0 0 0 3px;
   font-size: 1em;
   margin-top: 2px;
   margin-bottom: 2px;
   white-space: nowrap;
}
#content select.sel_box {
   border-color: #676;
   border: 1px solid;
   text-align: left;
   float: auto;
   padding: 0 0 0px 0px;
   font-size: 1em;
   margin-top: 0px;
   margin-bottom: 0px;
}
#content input.radio, input.checkbox {
   border: 0px solid #000;
   border-color: #000;
}
#content .alert {
   color: #ffffff;
   background-color: #842223;
   padding: 2px 5px 2px 5px;
   font-weight: bold;
   font-size: 0.9em;
   border:0px solid;
   border-color: #fff;
}
#content .message {
   color: #fff;
   background-color: #E53364;
   padding: 2px 5px 2px 5px;
   font-weight: bold;
   font-size: 0.9em;
   border:1px solid;
   border-color: #fff;
}
#content h1 {
   padding-top: 0.5em;
   padding-bottom: 0em;
   font-size: 1.5em;
   font-weight: bold;
   color: #404040;
}
#content h2 { 
   padding-top: 0.1em;
   padding-bottom: 0em;
   font-size: 1.2em; 
   font-weight: bold;
   color: #404040;
}
#content h3 { 
   padding-top: 0.1em;
   padding-bottom: 0em;
   font-size: 1.0em; 
   font-weight: bold;
   color: #404040;
}
#content h4 { 
   padding-top: 0.1em;
   padding-bottom: 0em;
   font-size: 0.9em; 
   font-weight: bold;
   color: #404040;
}
#content h5 { 
   padding-top: 0.1em;
   padding-bottom: 0em;
   font-size: 0.8em; 
   font-weight: bold;
   color: #404040;
}
#content h6 { 
   padding-top: 0.1em;
   padding-bottom: 0em;
   font-size: 0.7em; 
   font-weight: bold;
   color: #404040;
}
#content ul {
   padding: 0px 0px 0px 30px;
}
#content li {
   padding: 0px 0px 0px 0px;
}
#content .hl {
   font-size: 0.9em;
   margin-left: 10px;
   padding-bottom: 20px;
   vertical-align: top;
   width: 160px;
}
#content .hl:first-letter {
   font-size: 1.3em;
}

#content tr.space {
   height: 1.5em;
}
#content td.space {
   width: 1.5em;
}
#content .dat {
   padding-bottom: 20px;
   vertical-align: top;
   width: 6em;;
}
#content .lev {
   padding-bottom: 20px;
   vertical-align: top;
   padding-left: 10px;
}
#content .t {
   padding-bottom: 20px;
   padding-left: 10px;
   vertical-align: top;
}
#content li {
   padding-bottom: 0px;
   padding-top: 0px;
   font-size: 1em;
}
#content ul {
   padding-bottom: 0px;
   padding-top: 0px;
   padding-left: -10px;
   margin-left: -10px;
   font-size: 1.0em;
}
#content .dat1 {
   color: #ccc;
   padding: 0px;
   line-height: 2em;
}
#content .img img image {
   border: 0px;
}
#content input.image {
   border: 0px;
   white-space: nowrap;
   float: left;
}


#content :link{
   xxxdisplay:block;
   width:100%;
   color: #f00;
}
#content tr:hover{ 
   background-color: #ddd;
}


#content .highlight {
   color: #900;
   background-color: #999;
}
#content .button_on {
   color: #900;
   background-color: #999;
}
#content .button_off {
   color: #900;
   background-color: #999;
}
#content .row_color_1 {
   color: #900;
   background-color: #999;
}

#content .color_first_place {
	color:#000;
	background-color:#57D2E1;
	font-weight:bold;
}
#content .color_place_2 {
	color:#000;
	background-color:#78dbe7;
	font-weight:bold;
}
#content .color_place_3 {
	color:#000;
	background-color:#9ae4ed;
	font-weight:bold;
}
#content .color_place_4 {
	color:#000;
	background-color:#bbedf3;
	font-weight:bold;
}
#content .color_place_5 {
	color:#000;
	background-color:#ddf6f9;
	font-weight:bold;
}
#content .color_place_6 {
	color:#000;
	background-color:#eefafc;
	font-weight:bold;
}
#content .color_last_place {
	color:#ffffff;
	background-color:red;
	font-weight:bold;
}

#content .bgcolor_column_1 {
	color:#000;
	background-color:#57D2E1;
	font-weight:bold;
}
#content .bgcolor_column_2 {
	color:#000;
	background-color:#78dbe7;
	font-weight:bold;
}
#content .bgcolor_column_3 {
	color:#000;
	background-color:#9ae4ed;
	font-weight:bold;
}
#content .bgcolor_column_4 {
	color:#000;
	background-color:#bbedf3;
	font-weight:bold;
}
#content .bgcolor_column_5 {
	color:#000;
	background-color:#bbedf3;
	font-weight:bold;
}
#content .bgcolor_column_6 {
	color:#000;
	background-color:#eefafc;
	font-weight:bold;
}
#content .bgcolor_column_11 {
	color:#000;
	background-color:#fc6;
	font-weight:bold;
}
#content .bgcolor_column_16 {
	color:#ffffff;
	background-color:#f99;
	font-weight:bold;
}
#content .bgcolor_column_17 {
	color:#ffffff;
	background-color:#f60;
	font-weight:bold;
}
#content .bgcolor_column_18 {
	color:#ffffff;
	background-color:#f00;
	font-weight:bold;
}

/* ############################################## */



#vis {
   padding: 0em 0 0 0;
   margin: 3em 0 0 0;
   xxborder: 1px solid;
   font-size: 0.8em;
   text-align: left;
   float: right;
}
#vis td {
   xxmargin: 0 0 0 0;
   xxpadding: 0 0 0 0;
   padding-left: 30px;
   xxmargin-left: 23px;
}




/* ############################################## */
/* ### FOOTER                                     */
/* ###                                            */
#footer {
   border-top: #99f;
   OFF---border: 1px dotted #ff0000; /* ONLY_FOR_DEBUGGING */
   margin: 2em 0 0 0;
   border-top: 1px solid;
   text-align: center;
   font-size: xx-small;
}
/* ############################################## */




/* ############################################## */
/* ### LOGIN                                      */
/* ### this definition is for the login box       */
/* ###                                            */
#login {
   border: 1px solid #fff;
   xxborder-color: @LOGON_BORDER_COLOR@;
   OFF---border: 1px dotted #000; /* ONLY_FOR_DEBUGGING */
   background-color: #E53364;
   color: #fff; @LOGIN_COLOR@;
   text-align: right;
   float: left;
   padding: 0.3em 0.3em 0.3em 0.3em;
   margin-bottom: 15px; /* bringt leider im IE nix !!! */
   text-style: bold;
   width: 90%; /*150px;*/
   text-align: left;
   font-size: 1.2em;
}
#login .input {
   background-color: #ccc;
   border-color: #600;
   border:1px solid;
   text-align: left;
   float: left;
   padding: 0 0 0 3px;
   width: 80px;
   height: 1.5em;
   font-size: 1.2em;
   color: #600;
}
#login .alert {
   color: #f00;
}
#login .button {
   border: 1px solid;
   border-color: #c4def9;
   color: #fff;
   xxtext-align: left;
   float: left;
   font-size: 1.0em;
   width: 40px;
   height: 1.6em;
   background-color: #162252;
   padding: 0 0 0 0;
   margin: 1px 18px 0 0;
}
#loginmessage {
   border: 1px solid;
   border-color: #f60;
   aawidth: 99%;
   font-size: 0.8em;
   text-align: center;
   align: center;
   color: #f60;
   background-color: #842223;
   float: left;
   padding: 5px 5px 5px 5px;
   margin: 0px 0px 15px 0px;
}
/* ############################################## */


.histtable {
   vertical-align: top;
}

.center {
   text-align: center;
}


.timecount {
   color: #666;
   background-color: #fff;
}


#start {
   color: #900;
   background-color: #999;
}
