body {
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-3dlight-color:#ffffff;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#ffffff;
scrollbar-darkshadow-color:#ffffff
}

body.iframe {
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#ed8f8b;
scrollbar-shadow-color:#ed8f8b;
scrollbar-3dlight-color:#ffffff;
scrollbar-arrow-color:#ed8f8b;
scrollbar-track-color:#ffffff;
scrollbar-darkshadow-color:#ffffff
}

td {font-family: Arial; font-size: 12px; color:#000000}


.FairnessListe li
{
margin-bottom: 15px;
}


.tblResLogin {
margin: 0px 0px 10px 0px;

width: 520px;

border: solid 1px #cacbd0;
}

    .tblResLogin td {
    height: 18px;

    font: normal normal normal 11px Tahoma, Arial, Helvetica, sans-serif;
    color: #000000;
    }

    .tblResLogin input {
    width: 85px;

    font: normal normal normal 11px Tahoma, Arial, Helvetica, sans-serif;
    color: #000000;

    border: solid 1px #cacbd0;
    }


.tblResAuswahl {
width: 520px;

border: solid 0px;
}

.tdResAuswahl {
height: 16px;

font: normal normal bold 11px Tahoma, Arial, Helvetica, sans-serif;
color: #000000;

background-color: #00a3e4;
}

    .tdResAuswahl a:link
    {
    text-decoration: none;
    color: #000000;
    }
    .tdResAuswahl a:visited
    {
    text-decoration: none;
    color: #000000;
    }
    .tdResAuswahl a:hover
    {
    text-decoration: none;
    color: #ffffff;
    }
    .tdResAuswahl a:active
    {
    text-decoration: none;
    color: #000000;
    }

.tblResUebersicht {
width: 430px;
 margin-top: 15px;
border: solid 0px;
}

.tdResUebersichtTop {
font: normal normal bold 11px Tahoma, Arial, Helvetica, sans-serif;
color: #000000;
background-color: #efefef;
}

.tdResUebersichtContent {
border-top: solid 1px #00a3e4;
font: normal normal normal 11px Tahoma, Arial, Helvetica, sans-serif;
background-color: #efefef;
}

    .tdResUebersichtContent a:link
    {
    text-decoration: none;
    color: #000000;
    }
    .tdResUebersichtContent a:visited
    {
    text-decoration: none;
    color: #000000;
    }
    .tdResUebersichtContent a:hover
    {
    text-decoration: underline;
    color: #00a3e4;
    }
    .tdResUebersichtContent a:active
    {
    text-decoration: none;
    color: #00a3e4;
    }


.teamListen
{
margin: 10px 0px 0px 0px;
padding: 0px;

width: 500px;
}

.teamListen ul
{
margin: 0px 0px 0px 20px;
padding: 0px;
}

.teamListen li
{
margin: 0px;
padding: 0px;
}



/*** Rechner Tool ***/

#container
{
position: relative;
margin: 0px;
padding: 0px;

width: 410px;
min-height: 400px;

font: normal normal normal 11px Arial, Helvetica, sans-serif;
color: #000000;
text-align: center;

border: solid 0px;
}

    * html #container
    {
    height: 400px;
    }

    /*** Submit/Button ***/
    #container .submit
    {
    padding: 0px 3px;

    width: 80px;
    height: 18px;

    font: normal normal bold 11px Arial, Helvetica, sans-serif;
    color: #db1f18;
    text-align: center;

    background-color: #cccccc;

    border: solid 1px #ffffff;
    }

    /*** Menue ***/
    .containerMenue, .containerMenueAktiv
    {
    float: left;
    margin: 0px 1px;
    padding: 0px 5px;

    height: 20px;
    font: normal normal bold 11px Arial, Helvetica, sans-serif;
    color: #000000;
    text-align: center;
    line-height: 19px;

    background-image: url(images/picToolMenueBG01.jpg);
    background-repeat: repeat-x;
    background-color: #efefef;

    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    }

        .containerMenue a:link
        {
        text-decoration: none;
        color: #db1f18;
        }
        .containerMenue a:visited
        {
        text-decoration: none;
        color: #db1f18;
        }
        .containerMenue a:hover
        {
        text-decoration: none;
        color: #db1f18;
        }
        .containerMenue a:active
        {
        text-decoration: none;
        color: #db1f18;
        }

    .containerMenueAktiv
    {
    background-image: url(images/picToolMenueBG02.jpg);
    background-repeat: repeat-x;

    background-color: #ff0000;
    font-weight: bold;
    }

        .containerMenueAktiv a:link
        {
        text-decoration: none;
        color: #ffffff;
        }
        .containerMenueAktiv a:visited
        {
        text-decoration: none;
        color: #ffffff;
        }
        .containerMenueAktiv a:hover
        {
        text-decoration: none;
        color: #ffffff;
        }
        .containerMenueAktiv a:active
        {
        text-decoration: none;
        color: #ffffff;
        }

/*** Content ***/
#containerContent
{
clear: both;
position: relative;
margin: 0px;
padding: 0px;

width: 400px;
min-height: 420px;

background-color: #efefef;

border: solid 1px #db1f18;
}

    * html #containerContent
    {
    height: 420px;
    }

    /*** ContentMenue ***/
    .contentMenue
    {
    position: absolute;
    top: 5px;
    left: 5px;
    padding-top: 10px;

    width: 390px;
    min-height: 400px;
    }

    * html .contentMenue
    {
    height: 400px;
    }

    .toolText, .toolEingabe, .toolErgebnisText, .toolErgebnis, .toolErgebnisButton
    {
    height: 20px;

    text-align: left;
    line-height: 19px;

    border: solid 0px;
    }

    .toolText
    {
    float: left;
    min-width: 150px;
    }

    * html .toolText
    {
    width: 150px;
    }

    .toolEingabe
    {
    float: left;
    width: 240px;
    }

        .toolEingabe input
        {
        padding: 0px 3px;

        width: 100px;
        height: 14px;

        font: normal normal normal 11px Arial, Helvetica, sans-serif;
        color: #000000;

        background-image: url(images/picToolInputBG.jpg);
        background-repeat: repeat-x;

        border-top: solid 1px #cccccc;
        border-left: solid 1px #cccccc;
        border-right: solid 1px #ffffff;
        border-bottom: solid 1px #ffffff;
        }

        .toolEingabe select, option
        {
        padding: 0px 3px;

        width: 80px;
        height: 14px;

        font: normal normal normal 11px Arial, Helvetica, sans-serif;
        color: #000000;

        border-top: solid 1px #cccccc;
        border-left: solid 1px #cccccc;
        border-right: solid 1px #ffffff;
        border-bottom: solid 1px #ffffff;
        }

    .toolErgebnisText
    {
    float: left;
    margin-top: 10px;
    padding-top: 3px;

    min-width: 150px;

    font-weight: bold;

    border-top: solid 1px #cccccc;
    }

    * html .toolErgebnisText
    {
    width: 150px;
    }

    .toolErgebnis
    {
    float: left;
    margin-top: 10px;
    padding-top: 3px;

    width: 140px;

    border-top: solid 1px #cccccc;
    }

        .toolErgebnis input
        {
        padding: 0px 3px;

        width: 100px;
        height: 14px;

        font: normal normal bold 11px Arial, Helvetica, sans-serif;
        color: #000000;

        background-image: url(images/picToolInputBG.jpg);
        background-repeat: repeat-x;

        border-top: solid 1px #cccccc;
        border-left: solid 1px #cccccc;
        border-right: solid 1px #ffffff;
        border-bottom: solid 1px #ffffff;
        }

    .toolErgebnisButton
    {
    float: left;
    margin-top: 10px;
    padding-top: 3px;

    width: 100px;

    text-align: center;

    border-top: solid 1px #cccccc;
    }

    .inputError
    {
    margin: 0px 0px 5px 0px;
    padding: 0px;

    width: 390px;
    height: 14px;

    font: normal normal bold 11px Arial, Helvetica, sans-serif;
    color: #ff0000;

    background-color: #efefef;

    border: solid 0px #cccccc;
    }

    .toolInfo
    {
    position: relative;
    top: 20px;
    clear: both;
    margin: 0px 0px 0px 0px;
    padding: 3px;

    width: 384px;

    font: normal normal normal 11px Arial, Helvetica, sans-serif;
    color: #000000;
    line-height: 19px;

    background-color: #f9f9f9;
    }

        .toolInfo h1
        {
        font: normal normal bold 11px Arial, Helvetica, sans-serif;
        color: #db1f18;
        display: inline;
        }

        .toolInfo h2
        {
        font: normal normal bold 11px Arial, Helvetica, sans-serif;
        color: #000000;
        display: inline;
        }

    .toolInfo .tblBMIAlter
    {
    float: left;
    margin: 5px 5px;

    font: normal normal normal 11px Arial, Helvetica, sans-serif;
    color: #000000;
    line-height: 18px;

    border: solid 1px #cccccc;
    }

        .tblBMIAlter td, th
        {
        padding: 0px 2px;

        font: normal normal normal 11px Arial, Helvetica, sans-serif;
        color: #000000;
        line-height: 18px;
        text-align: center;

        border: solid 1px #cccccc;
        }

        .tblBMIAlter th
        {
        font-weight: bold;
        }


/*** CSS für Bilderseite ***/

.containerIMGSmall
{
float: left;
margin: 0px 1px 2px 0px;
width: 175px;


text-align: center;
background-color: #000000;
border: solid 0px #efefef;
}

.containerIMGHeadline
{
width: 480px;

font: normal normal 12px Arial, Tahoma, Helvetica, sans-serif;
color: #000000;
text-align: left;

background-color: #ffffff;
}

.containerIMGText
{
float: left;
margin: 5px 2px 20px 0px;

width: 70px;

font: normal normal 11px Arial, Tahoma, Helvetica, sans-serif;
color: #000000;
text-align: center;

background-image: url(images/picButtonBackground.gif);
background-repeat: repeat;
background-color: #ffffff;

border: solid 1px #b9b9b9;
}

        .containerIMGText a:link
        {
        text-decoration: none;
        color: #db1f18;
        }
        .containerIMGText a:visited
        {
        text-decoration: none;
        color: #db1f18;
        }
        .containerIMGText a:hover
        {
        text-decoration: none;
        color: #db1f18;
        }
        .containerIMGText a:active
        {
        text-decoration: none;
        color: #db1f18;
        }

/*** Songliste ***/
#tblSongliste
{
margin-bottom: 20px;

width: 530px;
border: solid 0px;
}

#tblSongliste td
{
padding: 0px 0px 0px 5px;

font: normal normal 11px Arial, Tahoma, Helvetica, sans-serif;
color: #000000;
line-height: 15px;
vertical-align: top;

border-bottom: dotted 1px;
}

.songlistBoxLeft, .songlistBoxRight, .songlistBoxTextRight, .songlistBoxTextLeft, .songlistNumber
{
float: left;

vertical-align: top;
text-align: left;
border: solid 1px;
}

.songlistBoxLeft
{
margin-top: 20px;
width: 160px;
height: 210px;
}

.songlistBoxRight
{
margin-top: 20px;
width: 370px;
}

.songlistBoxRight br
{
clear: both;
}

.songlistBoxTextRight, .songlistBoxTextLeft, .songlistNumber
{
padding-left: 5px;
width: 145px;
font: normal normal 11px Arial, Tahoma, Helvetica, sans-serif;
color: #000000;
line-height: 15px;
}

.songlistBoxTextLeft
{
width: 200px;
}

.songlistNumber
{
padding-left: 0px;
width: 15px;
}


/*** Lightbox ***/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/lytebox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lytebox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lytebox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/*** ***/


#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #000; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
/**#lbImageContainer {background-color: #000000;}  **/
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(images/lytebox/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(images/lytebox/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(images/lytebox/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(images/lytebox/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(images/lytebox/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(images/lytebox/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(images/lytebox/prev_gold.gif) left 15% no-repeat; }

#lbNext { width: 49%; height: 100%; background: transparent url(images/lytebox/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(images/lytebox/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(images/lytebox/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(images/lytebox/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(images/lytebox/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(images/lytebox/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }

#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }

#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(images/lytebox/close_grey2.gif) no-repeat; }
	#lbClose.red { background: url(images/lytebox/close_red.png) no-repeat; }
	#lbClose.green { background: url(images/lytebox/close_green.png) no-repeat; }
	#lbClose.blue { background: url(images/lytebox/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(images/lytebox/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(images/lytebox/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(images/lytebox/play_red.png) no-repeat; }
	#lbPlay.green { background: url(images/lytebox/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(images/lytebox/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(images/lytebox/play_gold.png) no-repeat; }

#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(images/lytebox/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(images/lytebox/pause_red.png) no-repeat; }
	#lbPause.green { background: url(images/lytebox/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(images/lytebox/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(images/lytebox/pause_gold.png) no-repeat; }


/*** PopNews und News***/

.coLabelPN
    {
    float: left;
    padding: 2px 10px 2px 0px;
    width: 80px;
    border: solid 0px;
    }

.coTextPN
    {
    float: left;
    padding: 2px 0px 2px 0px;
    width: 200px;
    border: solid 0px;
    }

.coLabelN
    {
    float: left;
    padding: 2px 10px 2px 0px;
    width: 64px;
    border: solid 0px;
    font-size: 11px;
    }

.coTextN
    {
    float: left;
    padding: 2px 0px 2px 0px;
    width: 100px;
    border: solid 0px;
    font-size: 11px;
    }
