BODY {
 color:#FFFFFF;
 /*background-color:#E5DECF;*/
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 font-family:Tahoma,Verdana,Arial;
 font-size:8pt;
}

A:link {
 color:#3E3E3E;
 text-decoration:none;
}
A:visited {
 color:#3E3E3E;
 text-decoration:none;
}
A:hover {
 color:#6F6F6F;
 text-decoration:none;
}
A:head {
 color:#6F6F6F;
 text-decoration:none;
}
A:focused {
 color:#6F6F6F;
 text-decoration:none;
}
.nav_nav_mdl a:link {
 color:#000000;
 text-decoration:none;
 font-size:8pt;
 font-weight:bold;
 font-variant:small-caps;
}
.nav_nav_mdl a:visited {
 color:#000000;
 text-decoration:none;
 font-size:8pt;
 font-weight:bold;
 font-variant:small-caps;
}
.nav_nav_mdl a:hover {
 color:#FFFFFF;
 text-decoration:none;
 font-size:8pt;
 font-weight:bold;
 font-variant:small-caps;
}
.nav_nav_mdl a:head {
 color:#FFFFFF;
 text-decoration:none;
 font-size:8pt;
 font-weight:bold;
 font-variant:small-caps;
}
.nav_nav_mdl a:focused {
 color:#FFFFFF;
 text-decoration:none;
 font-size:8pt;
 font-weight:bold;
 font-variant:small-caps;
}

HR {
 color:#000000;
 border:1px solid #000000;
 /* noshade; */
}

INPUT.text {
 color:#880000;
 background-color:#E5DECF;
 border:1px solid #880000;
 font-size:8pt;
}
INPUT.text_darkred {
 color:#880000;
 background-color:#E5DECF;
 border:1px solid #880000;
 font-size:8pt;
}
INPUT.text_blue {
 color:#6f89d1;
 background-color:#E5DECF;
 border:1px solid #6f89d1;
 font-size:8pt;
}
INPUT.text_orange {
 color:#DD4400;
 background-color:#E5DECF;
 border:1px solid #DD4400;
 font-size:8pt;
}
INPUT.text_green {
 color:#0B5500;
 background-color:#E6EDE2;
 border:1px solid #0B5500;
 font-size:8pt;
}
INPUT.button {
 font-weight:bold;
 font-size:8pt;
 padding:0px;
 margin:0px;
 cursor:pointer;
}
INPUT.button_darkred {
 color:#880000;
 background-color:#E6D7D7;
 border:1px solid #880000;
 font-weight:bold;
 font-size:8pt;
 padding:0px;
 margin:0px;
 cursor:pointer;
}
INPUT.button_blue {
 color:#6f89d1;
 background-color:#E2E5ED;
 border:1px solid #6f89d1;
 font-weight:bold;
 font-size:8pt;
 padding:0px;
 margin:0px;
 cursor:pointer;
}
INPUT.button_orange {
 color:#DD4400;
 background-color:#E2E5ED;
 border:1px solid #DD4400;
 font-weight:bold;
 font-size:8pt;
 padding:0px;
 margin:0px;
 cursor:pointer;
}
INPUT.button_green {
 color:#0B5500;
 background-color:#E6EDE2;
 border:1px solid #0B5500;
 font-weight:bold;
 font-size:8pt;
 padding:0px;
 margin:0px;
 cursor:pointer;
}
INPUT.button_black {
 color:#8D8D8D;
 background-color:#000000;
 border:1px solid #8D8D8D;
 font-weight:bold;
 font-size:8pt;
 padding:0px;
 margin:0px;
 cursor:pointer;
}
INPUT.button_white {
 color:#3E3E3E;
 background-color:#EEEEEE;
 border:1px solid #3E3E3E;
 font-weight:bold;
 font-size:8pt;
 padding:0px;
 margin:0px;
 cursor:pointer;
}

INPUT.radio {
 vertical-align:middle;
}
INPUT.radio_blue {
 /*background-color:#E2E5ED;*/
 vertical-align:middle;
}
INPUT.username {
 background-image:url('./gfx/layout/bg_input_text_name.gif');
 /*background-image:url('./gfx/layout/bg_input_text_empty.gif');*/
 background-repeat:no-repeat;
 background-position:0px 2px;
 color:#880000;
 background-color:#E5DECF;
 border:1px solid #880000;
 font-size:7pt;
}
INPUT.passwort {
 background-image:url('./gfx/layout/bg_input_text_password.gif');
 /*background-image:url('./gfx/layout/bg_input_text_empty.gif');*/
 background-repeat:no-repeat;
 background-position:0px 2px;
 color:#880000;
 background-color:#E5DECF;
 border:1px solid #880000;
 font-size:7pt;
}

SELECT.s_darkred {
 color:#880000;
 background-color:#E5DECF;
 border:1px solid #880000;
 cursor:pointer;
 font-family:Tahoma,Verdana,Arial;
 font-size:8pt;
}
OPTION.o_darkred {
 color:#880000;
 background-color:#E5DECF;
 cursor:pointer;
 font-family:Tahoma,Verdana,Arial;
 font-size:8pt;
}

SELECT.s_blue {
 color:#6f89d1;
 background-color:#E5DECF;
 border:1px solid #6f89d1;
 cursor:pointer;
 font-family:Tahoma,Verdana,Arial;
 font-size:8pt;
}
OPTION.o_blue {
 color:#6f89d1;
 background-color:#E5DECF;
 cursor:pointer;
 font-family:Tahoma,Verdana,Arial;
 font-size:8pt;
}

SELECT.s_orange {
 color:#DD4400;
 background-color:#E5DECF;
 border:1px solid #DD4400;
 cursor:pointer;
 font-family:Tahoma,Verdana,Arial;
 font-size:8pt;
}
OPTION.o_orange {
 color:#DD4400;
 background-color:#E5DECF;
 cursor:pointer;
 font-family:Tahoma,Verdana,Arial;
 font-size:8pt;
}

.img_darkred {
 border:1px solid #880000;
}
.img_blue {
 border:1px solid #6f89d1;
}
.img_orange {
 border:1px solid #DD4400;
}
.img_green {
 border:1px solid #0B5500;
}
TEXTAREA {
 color:#000000;
 background-color:#FFFFFF;
 border:1px solid #000000;
 font-size:8pt;
}
TEXTAREA.darkred {
 color:#880000;
 background-color:#E5DECF;
 border:1px solid #880000;
 font-size:8pt;
}
TEXTAREA.blue {
 color:#6f89d1;
 background-color:#E5DECF;
 border:1px solid #6f89d1;
 font-family:Tahoma,Verdana,Arial;
 font-size:8pt;
}
TEXTAREA.orange {
 color:#DD4400;
 background-color:#E5DECF;
 border:1px solid #DD4400;
 font-family:Tahoma,Verdana,Arial;
 font-size:8pt;
}
TEXTAREA.green {
 color:#0B5500;
 background-color:#E6EDE2;
 border:1px solid #0B5500;
 font-family:Tahoma,Verdana,Arial;
 font-size:8pt;
}

TABLE,TD {
 font-family:Tahoma,Verdana,Arial;
 font-size:8pt;
 letter-spacing:0pt;
}


TABLE.con {
 width:100%;
 border:1px solid #A00000;
}
TR.con_header TD, TD.con_header {
 color:#A00000;
 background-color:#E6D7D7;
 border:1px solid #C77777;
 font-size:8pt;
 padding:2px 7px 2px 7px;
}
TR.con_body TD, TD.con_body {
 color:#FFFFFF;
 background-color:#C77777;
 border:1px solid #A00000;
 /*border-color:#A00000 #C77777 #C77777 #A00000;*/
 border-color:#C77777 #C77777 #A00000 #C77777;
 padding:2px 5px 2px 5px;
}

TABLE.con_darkred {
 width:100%;
 border:1px solid #A00000;
}
TR.con_header_darkred TD, TD.con_header_darkred {
 color:#A00000;
 background-color:#E6D7D7;
 border:1px solid #C77777;
 font-size:8pt;
 padding:2px 7px 2px 7px;
}
TR.con_body_darkred TD, TD.con_body_darkred {
 color:#FFFFFF;
 background-color:#C77777;
 border:1px solid #A00000;
 /*border-color:#A00000 #C77777 #C77777 #A00000;*/
 border-color:#C77777 #A00000 #A00000 #C77777;
 padding:2px 5px 2px 5px;
}

TABLE.con_blue {
 width:100%;
 border:1px solid #7792E0;
 color:#050FAD;
}
TR.con_header_blue TD, TD.con_header_blue {
 color:#7792E0; /* 7792E0 */
 background-color:#E2E5ED;
 border:1px solid #B3C0E7;
 font-size:8pt;
 padding:2px 7px 2px 7px;
}
TR.con_body_blue TD, TD.con_body_blue {
 color:#050FAD; /* FFFFFF / dunkelblau: #050FAD*/
 background-color:#B3C0E7;
 border:1px solid #7792E0;
 border-color:#B3C0E7 #7792E0 #7792E0 #B3C0E7;
 padding:2px 5px 2px 5px;
}

TR.con_header_blue_bild TD, TD.con_header_blue_bild {
 color:#7792E0; /* 7792E0 */
 background-color:#E2E5ED;
 border:0px;
 font-size:8pt;
 text-align:left;
 vertical-align:top;
 padding:2px 7px 2px 7px;
}

TABLE.con_orange {
 width:100%;
 border:1px solid #F7CB7C;
 color:#DD4400;
}
TR.con_header_orange TD, TD.con_header_orange {
 color:#DD4400;
 background-color:#EFEBE3;
 border:1px solid #DD4400;
 border-color:#F7CB7C #DD4400 #DD4400 #F7CB7C;
 font-size:8pt;
 padding:2px 7px 2px 7px;
}
TR.con_body_orange TD, TD.con_body_orange {
 color:#DD4400;
 background-color:#F2DDB5;
 border:1px solid #DD4400;
 border-color:#EFEBE3 #DD4400 #DD4400 #EFEBE3;
 padding:2px 5px 2px 5px;
}


TR.con_header_orange_player TD, TD.con_header_orange_player {
 color:#DD4400;
 background-color:#EFEBE3;
 border:1px solid #DD4400;
 border-color:#DD4400 #DD4400 #DD4400 #DD4400;
 font-size:8pt;
 padding:2px 7px 2px 7px;
}
TR.con_body_orange_player TD, TD.con_body_orange_player {
 color:#DD4400;
 background-color:#F2DDB5;
 border:1px solid #DD4400;
 border-color:#EFEBE3 #DD4400 #DD4400 #DD4400;
 padding:2px 5px 2px 5px;
}

TABLE.con_black {
 width:100%;
 border:1px solid #000000;
 color:#DD4400;
}
TR.con_header_black_player TD, TD.con_header_black_player {
 color:#000000;
 background-color:#DD4400;
 border:1px solid #000000;
 /*border-color:#DD4400 #DD4400 #DD4400 #DD4400;*/
 font-size:8pt;
 padding:2px 7px 2px 7px;
}
TR.con_body_black_player TD, TD.con_body_black_player {
 color:#8D8D8D;
 background-color:#000000;
 border:1px solid #DD4400;
 border-color:#000000 #8D8D8D #8D8D8D #8D8D8D;
 padding:2px 5px 2px 5px;
}

TABLE.con_white {
 width:100%;
 border:1px solid #EEEEEE;
 color:#DD4400;
}
TR.con_header_white_player TD, TD.con_header_white_player {
 color:#EEEEEE;
 background-color:#DD4400;
 border:1px solid #EEEEEE;
 /*border-color:#DD4400 #DD4400 #DD4400 #DD4400;*/
 font-size:8pt;
 padding:2px 7px 2px 7px;
}
TR.con_body_white_player TD, TD.con_body_white_player {
 color:#3E3E3E;
 background-color:#EEEEEE;
 border:1px solid #DD4400;
 border-color:#EEEEEE #3E3E3E #3E3E3E #3E3E3E;
 padding:2px 5px 2px 5px;
}

TABLE.con_green {
 width:100%;
 color:#0B5500;
 border:1px solid #9FE577;
}
TABLE.con_comments {
 width:100%;
 color:#0B5500;
 border:1px solid #9FE577;
 border-color:#9FE577 #C7EAB3 #C7EAB3 #C7EAB3;
}
TABLE.con_green_kommentar {
 width:100%;
 color:#0B5500;
}
TR.con_header_green TD, TD.con_header_green {
 color:#0B5500;
 background-color:#E6EDE2;
 border:1px solid #C7EAB3;
 font-size:8pt;
 padding:2px 7px 2px 7px;
}
TR.con_body_green TD, TD.con_body_green {
 color:#0B5500; /*0B5500 */
 background-color:#C7EAB3; /*C7EAB3 */
 border:1px solid #B05500;
 border-color:#C7EAB3 #9FE577 #9FE577 #C7EAB3;
 padding:2px 5px 2px 5px;
}
.comments_header {
 color:#0B5500;
 background-color:#E6EDE2;
 padding:2px 4px 2px 4px;
 font-family:Tahoma;
 font-size:8pt;
 letter-spacing: 0px;
}
.comments_body {
 text-align:left;
 padding:0px 10px 20px 20px;
}
.comments_text {
 color:#0B5500;
 background-color:#C7EAB3; /* #9FE577 (dunkelgrün) */
 border:1px solid #B05500;
 border-color:#C7EAB3 #9FE577 #9FE577 #9FE577;
 border-top:0px;
 padding:10px;
}
TABLE.con_darkred, TD.con_darkred, TR.con_darkred {
 background-color:#C77777;
 border:0px;
}

.img_tab_blue0 {
 width:103px;
 height:18px;
 background-image:url('./gfx/layout/tab_blue0.gif');
 background-repeat:no-repeat;
 text-align:center;
 vertical-align:middle;
 padding:0px 0px 0px 5px;
 border:0px;
 color:#050FAD;
 font-family:Arial;
 font-size:8pt;
 cursor:pointer;
}
.img_tab_blue0:hover, .img_tab_blue0:focus {
 /*color:#7792E0;*/
 font-weight:bold;
 background-image:url('./gfx/layout/tab_blue0_hover.gif');
}
.img_tab_blue1 {
 width:103px;
 height:18px;
 background-image:url('./gfx/layout/tab_blue1.gif');
 background-repeat:no-repeat;
 text-align:center;
 vertical-align:middle;
 padding:0px 0px 0px 5px;
 border:0px;
 color:#7792E0;
 font-family:Arial;
 font-weight:bold;
 font-size:8pt;
 cursor:pointer;
}
.img_tab_darkred0 {
 width:103px;
 height:18px;
 background-image:url('./gfx/layout/tab_darkred0.gif');
 background-repeat:no-repeat;
 text-align:center;
 vertical-align:middle;
 padding:0px 0px 0px 5px;
 border:0px;
 color:#FFFFFF;
 font-family:Arial;
 font-size:8pt;
 cursor:pointer;
}
.img_tab_darkred0:hover, .img_tab_darkred0:focus {
 /*color:#A00000;*/
 font-weight:bold;
 background-image:url('./gfx/layout/tab_darkred0_hover.gif');
}
.img_tab_darkred1 {
 width:103px;
 height:18px;
 background-image:url('./gfx/layout/tab_darkred1.gif');
 background-repeat:no-repeat;
 text-align:center;
 vertical-align:middle;
 padding:0px 0px 0px 5px;
 border:0px;
 color:#A00000;
 font-family:Arial;
 font-weight:bold;
 font-size:8pt;
 cursor:pointer;
}
.img_tab_darkredsmall {
 width:18px;
 height:18px;
 background-image:url('./gfx/layout/tab_darkredsmall.gif');
 background-repeat:no-repeat;
 text-align:center;
 vertical-align:middle;
 border:0px;
 color:#A00000;
 font-family:Arial;
 font-weight:bold;
 font-size:8pt;
 cursor:pointer;
}
.img_tab_darkred_alt0 {
 width:103px;
 height:18px;
 background-image:url('./gfx/layout/tab_darkred0.gif');
 background-repeat:no-repeat;
 text-align:center;
 vertical-align:middle;
 padding:0px 0px 0px 5px;
 border:0px;
 color:#666666;
 font-family:Arial;
 font-size:8pt;
 cursor:pointer;
}
.img_tab_darkred_alt0:hover, .img_tab_darkred_alt0:focus {
 /*color:#3E3E3E;*/
 font-weight:bold;
 background-image:url('./gfx/layout/tab_darkred0_hover.gif');
}
.img_tab_darkred_alt1 {
 width:103px;
 height:18px;
 background-image:url('./gfx/layout/tab_darkred1.gif');
 background-repeat:no-repeat;
 text-align:center;
 vertical-align:middle;
 padding:0px 0px 0px 5px;
 border:0px;
 color:#3E3E3E;
 font-family:Arial;
 font-weight:bold;
 font-size:8pt;
 cursor:pointer;
}
.img_tab_green0 {
 width:103px;
 height:18px;
 background-image:url('./gfx/layout/tab_green0.gif');
 background-repeat:no-repeat;
 text-align:center;
 vertical-align:middle;
 padding:0px 0px 0px 5px;
 border:0px;
 color:#0B5500;
 font-family:Arial;
 font-size:8pt;
 cursor:pointer;
}
.img_tab_green0:hover, .img_tab_green0:focus {
 /*color:#000000;*/
 font-weight:bold;
 background-image:url('./gfx/layout/tab_green0_hover.gif');
}
.img_tab_green1 {
 width:103px;
 height:18px;
 background-image:url('./gfx/layout/tab_green1.gif');
 background-repeat:no-repeat;
 text-align:center;
 vertical-align:middle;
 padding:0px 0px 0px 5px;
 border:0px;
 color:#0B5500;
 font-family:Arial;
 font-weight:bold;
 font-size:8pt;
 cursor:pointer;
}
.img_tab_orange0 {
 width:103px;
 height:18px;
 background-image:url('./gfx/layout/tab_orange0.gif');
 background-repeat:no-repeat;
 text-align:center;
 vertical-align:middle;
 padding:0px 0px 0px 5px;
 border:0px;
 color:#DD4400;
 font-family:Arial;
 font-size:8pt;
 cursor:pointer;
}
.img_tab_orange0:hover, .img_tab_orange0:focus {
 /*color:#000000;*/
 font-weight:bold;
 background-image:url('./gfx/layout/tab_orange0_hover.gif');
}
.img_tab_orange1 {
 width:103px;
 height:18px;
 background-image:url('./gfx/layout/tab_orange1.gif');
 background-repeat:no-repeat;
 text-align:center;
 vertical-align:middle;
 padding:0px 0px 0px 5px;
 border:0px;
 color:#DD4400;
 font-family:Arial;
 font-weight:bold;
 font-size:8pt;
 cursor:pointer;
}
.img_tab_blue_s0 {
 width:103px;
 height:18px;
 background-image:url('./gfx/layout/tab_blue_s0.gif');
 background-repeat:no-repeat;
 text-align:center;
 vertical-align:middle;
 padding:0px;
 border:0px;
 color:#FFFFFF;
 font-family:Arial;
 font-size:8pt;
 cursor:pointer;
}
.img_tab_blue_s0:hover, .img_tab_blue_s0:focus {
 color:#7792E0;
}
.img_tab_blue_s1 {
 width:22px;
 height:18px;
 background-image:url('./gfx/layout/tab_blue_s1.gif');
 background-repeat:no-repeat;
 text-align:center;
 vertical-align:middle;
 padding:0px;
 border:0px;
 color:#7792E0;
 font-family:Arial;
 font-weight:bold;
 font-size:8pt;
 cursor:pointer;
}
.img_tab_darkred_s0 {
 width:22px;
 height:18px;
 background-image:url('./gfx/layout/tab_darkred_s0.gif');
 background-repeat:no-repeat;
 text-align:center;
 vertical-align:middle;
 padding:0px;
 border:0px;
 color:#FFFFFF;
 font-family:Arial;
 font-size:8pt;
 cursor:pointer;
}
.img_tab_darkred_s0:hover, .img_tab_darkred_s0:focus {
 color:#A00000;
}
.img_tab_darkred_s1 {
 width:22px;
 height:18px;
 background-image:url('./gfx/layout/tab_darkred_s1.gif');
 background-repeat:no-repeat;
 text-align:center;
 vertical-align:middle;
 padding:0px;
 border:0px;
 color:#A00000;
 font-family:Arial;
 font-weight:bold;
 font-size:8pt;
 cursor:pointer;
}
.img_tab_green_s0 {
 width:22px;
 height:18px;
 background-image:url('./gfx/layout/tab_green_s0.gif');
 background-repeat:no-repeat;
 text-align:center;
 vertical-align:middle;
 padding:0px;
 border:0px;
 color:#0B5500;
 font-family:Arial;
 font-size:8pt;
 cursor:pointer;
}
.img_tab_green_s0:hover, .img_tab_green_s0:focus {
 color:#000000;
}
.img_tab_green_s1 {
 width:22px;
 height:18px;
 background-image:url('./gfx/layout/tab_green_s1.gif');
 background-repeat:no-repeat;
 text-align:center;
 vertical-align:middle;
 padding:0px;
 border:0px;
 color:#0B5500;
 font-family:Arial;
 font-weight:bold;
 font-size:8pt;
 cursor:pointer;
}
.img_tab_orange_s0 {
 width:22px;
 height:18px;
 background-image:url('./gfx/layout/tab_orange_s0.gif');
 background-repeat:no-repeat;
 text-align:center;
 vertical-align:middle;
 padding:0px;
 border:0px;
 color:#DD4400;
 font-family:Arial;
 font-size:8pt;
 cursor:pointer;
}
.img_tab_orange_s0:hover, .img_tab_orange_s0:focus {
 color:#000000;
}
.img_tab_orange_s1 {
 width:22px;
 height:18px;
 background-image:url('./gfx/layout/tab_orange_s1.gif');
 background-repeat:no-repeat;
 text-align:center;
 vertical-align:middle;
 padding:0px;
 border:0px;
 color:#DD4400;
 font-family:Arial;
 font-weight:bold;
 font-size:8pt;
 cursor:pointer;
}

.img_header_top_0_neu {
 width:60px;
 height:27px;
 background-image:url('./gfx/layout/header_top_0_neu.gif');
 background-repeat:no-repeat;
 padding:0px 0px 2px 0px;
 color:#B25959;
}
.img_header_top_1_neu {
 width:170px;
 height:27px;
 background-image:url('./gfx/layout/header_top_1_neu.gif');
 background-repeat:no-repeat;
 padding:0px 0px 2px 0px;
 color:#B25959;
}
.img_header_top_2_neu {
 width:350px;
 height:27px;
 background-image:url('./gfx/layout/header_top_2_neu.gif');
 padding:0px 0px 2px 0px;
 color:#B25959;
}
.img_header_top_3_neu {
 width:160px;
 height:27px;
 background-image:url('./gfx/layout/header_top_3_neu.gif');
 padding:0px 0px 2px 0px;
 color:#B25959;
}
.img_header_top_4_neu {
 width:260px;
 height:27px;
 background-image:url('./gfx/layout/header_top_4_neu.gif');
 background-repeat:no-repeat;
 padding:0px 0px 2px 0px;
 text-align:right;
 color:#B25959;
}

.img_header_mdl_logo_default_0 {
 width:95px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_default_0.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_default_1 {
 width:96px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_default_1.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_default_2 {
 width:95px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_default_2.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_default_3 {
 width:96px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_default_3.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_default_4 {
 width:95px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_default_4.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_spring_0 {
 width:95px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_spring_0.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_spring_1 {
 width:96px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_spring_1.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_spring_2 {
 width:95px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_spring_2.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_spring_3 {
 width:96px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_spring_3.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_spring_4 {
 width:95px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_spring_4.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_summer_0 {
 width:95px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_summer_0.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_summer_1 {
 width:96px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_summer_1.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_summer_2 {
 width:95px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_summer_2.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_summer_3 {
 width:96px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_summer_3.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_summer_4 {
 width:95px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_summer_4.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_autumn_0 {
 width:95px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_autumn_0.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_autumn_1 {
 width:96px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_autumn_1.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_autumn_2 {
 width:95px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_autumn_2.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_autumn_3 {
 width:96px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_autumn_3.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_autumn_4 {
 width:95px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_autumn_4.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_winter_0 {
 width:95px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_winter_0.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_winter_1 {
 width:96px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_winter_1.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_winter_2 {
 width:95px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_winter_2.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_winter_3 {
 width:96px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_winter_3.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_logo_winter_4 {
 width:95px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_logo_winter_4.gif');
 background-repeat:no-repeat;
}

.img_header_mdl_menu_top {
 width:51px;
 height:18px;
 background-image:url('./gfx/layout/header_mdl_menu_top.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_menu_dif {
 width:51px;
 height:2px;
 background-image:url('./gfx/layout/header_mdl_menu_dif.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_menu_btm {
 width:51px;
 height:12px;
 background-image:url('./gfx/layout/header_mdl_menu_btm.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_adv_top {
 width:468px;
 height:17px;
 background-image:url('./gfx/layout/header_mdl_adv_top.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_adv_mdl {
 width:468px;
 height:60px;
 background-color:#EEEEEE;
}
.img_header_mdl_adv_btm {
 width:468px;
 height:3px;
 background-image:url('./gfx/layout/header_mdl_adv_btm.gif');
 background-repeat:no-repeat;
}
.img_header_mdl_adv_rgt {
 width:4px;
 height:80px;
 background-image:url('./gfx/layout/header_mdl_adv_rgt.gif');
 background-repeat:no-repeat;
}
.img_header_btm_lft {
 width:61px;
 height:21px;
 background-image:url('./gfx/layout/header_btm_lft.gif');
 background-repeat:no-repeat;
}
.img_header_btm_ticker {
 width:86px;
 height:21px;
 background-image:url('./gfx/layout/header_btm_ticker.gif');
 background-repeat:no-repeat;
}
.img_header_btm_ticker_rgt {
 color:#5A0000;
 font-size:10px;
 height:21px;
 padding:0px 5px 3px 0px;
 background-image:url('./gfx/layout/header_btm_ticker_rgt.gif');
 background-repeat:repeat-x;
}
.img_menu_lft {
 width:72px;
 height:36px;
 background-image:url('./gfx/layout/menu_lft.gif');
 background-repeat:no-repeat;
}
.img_menu_rgt_0 {
 width:141px;
 height:36px;
 background-image:url('./gfx/layout/menu_rgt_0.gif');
 background-repeat:no-repeat;
}
.img_menu_rgt_1 {
 width:140px;
 height:36px;
 background-image:url('./gfx/layout/menu_rgt_1.gif');
 background-repeat:no-repeat;
}
.img_menu_rgt_2 {
 width:141px;
 height:36px;
 background-image:url('./gfx/layout/menu_rgt_2.gif');
 background-repeat:no-repeat;
}
.img_menu_btm {
 width:100px;
 height:7px;
 background-image:url('./gfx/layout/menu_btm.gif');
 background-repeat:no-repeat;
}
/* für geänderte startseite */
.img_con_home_specials_top_0 {
 width:688px;
 height:36px;
 background-image:url('./gfx/layout/con_home_specials_top_0.gif');
 background-repeat:no-repeat;
}
.img_con_home_specials_top_1 {
 width:688px;
 background-image:url('./gfx/layout/con_home_specials_top_1.gif');
 background-repeat:repeat-y;
 padding:0px 5px 5px 10px;
}

/* für geänderte startseite */
.img_con_home_specials_top_4 {
 width:688px;
 height:59px;
 background-image:url('./gfx/layout/con_home_specials_top_4.gif');
 background-repeat:no-repeat;
 color:#FFAAAA;
 vertical-align:top;
 padding:0px 5px 0px 20px;
}

.img_con_home_specials_btm_top {
 width:450px;
 height:11px;
 background-image:url('./gfx/layout/con_home_specials_btm_top.gif');
 background-repeat:no-repeat;
}
.img_con_home_specials_btm_mdl {
 width:450px;
 background-image:url('./gfx/layout/con_home_specials_btm_mdl.gif');
 background-repeat:repeat-y;
 padding:0px 3px 5px 8px;
}
.img_con_home_specials_bg_ravenet {
 width:428px;
 height:30px;
 background-image:url('./gfx/layout/con_home_specials_bg_ravenet.gif');
 background-repeat:no-repeat;
 color:#CF7777;
}
.img_con_home_specials_bg_scene {
 width:428px;
 height:30px;
 background-image:url('./gfx/layout/con_home_specials_bg_scene.gif');
 background-repeat:no-repeat;
 color:#CF7777;
}
.img_con_home_specials_bg_other {
 width:428px;
 height:30px;
 background-image:url('./gfx/layout/con_home_specials_bg_other.gif');
 background-repeat:no-repeat;
 color:#CF7777;
}
.img_con_home_community_top {
 width:300px;
 height:28px;
 background-image:url('./gfx/layout/con_home_community_top.gif');
 background-repeat:no-repeat;
}
.img_con_home_community_mdl_top {
 width:238px;
 height:44px;
 /*background-image:url('./gfx/layout/con_home_community_mdl_top.gif');*/
 background-repeat:no-repeat;
}

.img_con_home_community_mdl {
 width:300px;
 background-image:url('./gfx/layout/con_home_community_mdl.gif');
 background-repeat:repeat-y;
 color:#0022AA;
 padding:5px;
 /*padding:5px 5px 5px 8px;*/
}
.img_con_home_news_top {
 width:688px;
 height:28px;
 background-image:url('./gfx/layout/con_home_news_top.gif');
 background-repeat:no-repeat;
}
/*
.img_con_home_news_top {
 width:238px;
 height:28px;
 background-image:url('./gfx/layout/con_home_news_top.gif');
 background-repeat:no-repeat;
}
*/
.img_con_home_news_mdl {
 width:688px;
 background-image:url('./gfx/layout/con_home_news_mdl.gif');
 background-repeat:repeat-y;
 color:#0B5500;
 padding:5px 5px 5px 8px;
}
.img_con_home_news_dif {
 width:235px;
 height:1px;
 background-image:url('./gfx/layout/con_home_news_dif.gif');
 background-repeat:no-repeat;
}
.img_con_radio_top {
 width:200px;
 height:110px;
 background-image:url('./gfx/layout/con_radio_top.gif');
 background-repeat:no-repeat;
 color:#FFFFFF;
 padding:0px 15px 15px 0px;
 text-align:right;
 vertical-align:bottom;
 font-family:Arial;
 font-size:10pt;
 font-weight:bold;
 font-variant:small-caps;
}
.img_con_radio_mdl {
 width:200px;
 background-image:url('./gfx/layout/con_radio_mdl.gif');
 background-repeat:repeat-y;
 color:#FFFFFF;
 padding:0px 5px 0px 10px;
}
.img_con_radio_btm {
 width:200px;
 height:6px;
 background-image:url('./gfx/layout/con_radio_btm.gif');
 background-repeat:no-repeat;
}
.img_con_radio_con {
 background-color:#A00000;
 color:#FFFFFF;
 padding:5px 5px 5px 0px;
}
.img_con_community_top {
 width:200px;
 height:110px;
 background-image:url('./gfx/layout/con_community_top.gif');
 background-repeat:no-repeat;
 color:#FFFFFF;
 padding:0px 15px 15px 0px;
 text-align:right;
 vertical-align:bottom;
 font-family:Arial;
 font-size:10pt;
 font-weight:bold;
 font-variant:small-caps;
}
.img_con_community_mdl {
 width:200px;
 background-image:url('./gfx/layout/con_community_mdl.gif');
 background-repeat:repeat-y;
 color:#FFFFFF;
 padding:0px 5px 0px 10px;
}
.img_con_community_btm {
 width:200px;
 height:6px;
 background-image:url('./gfx/layout/con_community_btm.gif');
 background-repeat:no-repeat;
}
.img_con_community_con {
 background-color:#7792E0;
 color:#FFFFFF;
 padding:5px 5px 5px 0px;
}
.img_con_info_top {
 width:200px;
 height:110px;
 background-image:url('./gfx/layout/con_info_top.gif');
 background-repeat:no-repeat;
 color:#FFFFFF;
 padding:0px 15px 15px 0px;
 text-align:right;
 vertical-align:bottom;
 font-family:Arial;
 font-size:10pt;
 font-weight:bold;
 font-variant:small-caps;
}
.img_con_info_mdl {
 width:200px;
 background-image:url('./gfx/layout/con_info_mdl.gif');
 background-repeat:repeat-y;
 color:#FFFFFF;
 padding:0px 5px 0px 10px;
}
.img_con_info_btm {
 width:200px;
 height:6px;
 background-image:url('./gfx/layout/con_info_btm.gif');
 background-repeat:no-repeat;
}
.img_con_info_con {
 background-color:#9FE577;
 color:#FFFFFF;
 padding:5px 5px 5px 0px;
}
.img_con_partner_top {
 width:200px;
 height:110px;
 background-image:url('./gfx/layout/con_partner_top.gif');
 background-repeat:no-repeat;
 color:#FFFFFF;
 padding:0px 15px 15px 0px;
 text-align:right;
 vertical-align:bottom;
 font-family:Arial;
 font-size:10pt;
 font-weight:bold;
 font-variant:small-caps;
}
.img_con_partner_mdl {
 width:200px;
 background-image:url('./gfx/layout/con_partner_mdl.gif');
 background-repeat:repeat-y;
 color:#FFFFFF;
 padding:0px 5px 0px 10px;
}
.img_con_partner_btm {
 width:200px;
 height:6px;
 background-image:url('./gfx/layout/con_partner_btm.gif');
 background-repeat:no-repeat;
}
.img_con_partner_con {
 background-color:#F7CB7C;
 color:#FFFFFF;
 padding:5px 5px 5px 0px;
}
.img_con_kontakt_top {
 width:200px;
 height:110px;
 background-image:url('./gfx/layout/con_kontakt_top.gif');
 background-repeat:no-repeat;
 color:#FFFFFF;
 padding:0px 15px 15px 0px;
 text-align:right;
 vertical-align:bottom;
 font-family:Arial;
 font-size:10pt;
 font-weight:bold;
 font-variant:small-caps;
}
.img_con_kontakt_mdl {
 width:200px;
 background-image:url('./gfx/layout/con_kontakt_mdl.gif');
 background-repeat:repeat-y;
 color:#FFFFFF;
 padding:0px 5px 0px 10px;
}
.img_con_kontakt_btm {
 width:200px;
 height:6px;
 background-image:url('./gfx/layout/con_kontakt_btm.gif');
 background-repeat:no-repeat;
}
.img_con_kontakt_con {
 background-color:#F7CB7C;
 color:#FFFFFF;
 padding:5px 5px 5px 0px;
}

.img_con_dif_vertical {
 width:12px;
 background-image:url('./gfx/layout/con_dif_vertical.gif');
 background-repeat:repeat-y;
}

.img_con_side_radio_top {
 width:300px;
 height:28px;
 background-image:url('./gfx/layout/con_side_radio_top.gif');
 background-repeat:no-repeat;
}
.img_con_side_radio_top_b {
 width:300px;
 height:40px;
 background-image:url('./gfx/layout/con_side_radio_top_b.png');
 background-repeat:no-repeat;
}
.img_con_side_radio_top_w {
 width:300px;
 height:40px;
 background-image:url('./gfx/layout/con_side_radio_top_w.png');
 background-repeat:no-repeat;
}
.img_con_side_radio_mdl {
 width:300px;
 background-image:url('./gfx/layout/con_side_radio_mdl.gif');
 background-repeat:repeat-y;
 color:#DD4400;
 padding:4px;
}
.img_con_side_radio_mdl_b {
 width:280px;
 background-image:url('./gfx/layout/con_side_radio_mdl_b.png');
 background-repeat:repeat-y;
 /*color:#000000;*/
 padding:4px;
}
.img_con_side_radio_mdl_w {
 width:280px;
 background-image:url('./gfx/layout/con_side_radio_mdl_w.png');
 background-repeat:repeat-y;
 padding:4px;
}
.img_con_side_radio_b_w {
 width:300px;
 height:1px;
 /*background-image:url('./gfx/layout/con_side_radio_b_w.gif');*/
 background-repeat:no-repeat;
}
.img_con_side_radio_btm_w {
 width:300px;
 height:1px;
 background-image:url('./gfx/layout/con_side_radio_btm_w.png');
 background-repeat:no-repeat;
}
.img_con_side_sponsoren_top {
 width:300px;
 height:28px;
 background-image:url('./gfx/layout/con_side_sponsoren_top.gif');
 background-repeat:no-repeat;
}
.img_con_side_sponsoren_mdl {
 width:300px;
 background-image:url('./gfx/layout/con_side_sponsoren_mdl.gif');
 background-repeat:repeat-y;
 color:#FFFFFF;
 padding:5px;
}
.img_con_btm_blue {
 height:141px;
 background-image:url('./gfx/layout/con_btm_blue.gif');
 background-repeat:repeat-x;
}
.img_con_btm_darkred {
 height:141px;
 background-image:url('./gfx/layout/con_btm_darkred.gif');
 background-repeat:repeat-x;
}
.img_con_btm_gold {
 height:141px;
 background-image:url('./gfx/layout/con_btm_gold.gif');
 background-repeat:repeat-x;
}
.img_con_btm_green {
 height:141px;
 background-image:url('./gfx/layout/con_btm_green.gif');
 background-repeat:repeat-x;
}
.img_con_btm_lightred {
 height:141px;
 background-image:url('./gfx/layout/con_btm_lightred.gif');
 background-repeat:repeat-x;
}
.img_con_btm_orange {
 height:141px;
 background-image:url('./gfx/layout/con_btm_orange.gif');
 background-repeat:repeat-x;
}
.img_footer_top_0 {
 width:333px;
 height:15px;
 background-image:url('./gfx/layout/footer_top_0.gif');
 background-repeat:no-repeat;
}
.img_footer_top_1 {
 width:334px;
 height:15px;
 background-image:url('./gfx/layout/footer_top_1.gif');
 background-repeat:no-repeat;
}
.img_footer_top_2 {
 width:333px;
 height:15px;
 background-image:url('./gfx/layout/footer_top_2.gif');
 background-repeat:no-repeat;
}
.img_footer_btm_0 {
 width:180px;
 height:44px;
 background-image:url('./gfx/layout/footer_btm_0.gif');
 background-repeat:no-repeat;
}
.img_footer_btm_1 {
 width:622px; /* 652 */
 height:44px;
 background-image:url('./gfx/layout/footer_btm_1.gif');
 background-repeat:no-repeat;
 color:#A18A8A;
 /*padding:2px 0px 2px 10px;*/
}
.img_footer_btm_2 {
 width:198px; /* 168 */
 height:44px;
 background-image:url('./gfx/layout/footer_btm_2.gif');
 background-repeat:repeat-x;
 color:#A18A8A;
}
.img_footer_btm_1 a:link {
 color:#A18A8A;
 text-decoration:none;
}
.img_footer_btm_1 a:visited {
 color:#A18A8A;
 text-decoration:none;
}
.img_footer_btm_1 a:hover {
 color:#C7BCBC;
 text-decoration:none;
}
.img_footer_btm_1 a:head {
 color:#C7BCBC;
 text-decoration:none;
}
.img_footer_btm_1 a:focused {
 color:#C7BCBC;
 text-decoration:none;
}

.gb_header_blue {
 color:#7792E0;
 background-color:#E2E5ED;
 padding:2px 4px 2px 4px;
 font-family:Tahoma;
 font-size:8pt;
 letter-spacing: 0px;
}
.gb_body_blue {
 text-align:left;
 padding:0px 10px 20px 20px;
}
.gb_text_blue {
 color:#050FAD;
 background-color:#B3C0E7;
 border:1px solid #ABABAB;
 border-top:0px;
 padding:10px;
}

.gb_header_darkred {
 color:#A00000;
 background-color:#E6D7D7;
 padding:2px 4px 2px 4px;
 font-family:Tahoma;
 font-size:8pt;
 letter-spacing: 0px;
}
.gb_body_darkred {
 text-align:left;
 padding:0px 10px 20px 20px;
}
.gb_text_darkred {
 color:#FFFFFF;
 background-color:#C77777;
 border:1px solid #ABABAB;
 border-top:0px;
 padding:10px;
}