a {text-decoration: none;}
a:link    {  color: blue; border-bottom: 1px solid blue;}
a:visited {  color: red; border-bottom: 1px solid red; }
/* a:aktive  {  color: black; border-bottom: 1px solid black; } */
a:hover   {  color: olive; border-bottom: 1px solid olive;}
a:focus   {  color: olive; border-bottom: 1px solid olive;} 


body {
        background-color: transparent; /*#DADADA;*/
        margin: 0px;
        padding: 0px;
        background-image: url('img/tapete.jpg');
        background-attachment:fixed;
        background-position: 0px 0px;
        }

.Banner {
        height: 85px;
	background-color: transparent; 
	background-color: #FBFBFB;
        color: black;
        }
        
.Silbentrennung, .S{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
        
body.noBGImg {
/*        width: 850px;  1024px-150px-scroll; */
	font-family: Arial,Helvetica;
	font-size: 12pt;
	font-weight: 500;
	line-height: 14pt;
	background-color: #FBFBFB;
	background-image: none;
	}
        
.MCD, .KaRo {
/*       width: 850px;  /* 1024px-150px-scroll; */
	font-family: Arial,Helvetica;
	font-size: 12pt;
	font-weight: 500;
	line-height: 14pt;
	text-shadow: 1px 1px 2px #D0D0D0;
	background-color: #FFFFFF;
	background-image: url('img/bgmcdlogo.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: center 100px;
	margin: 0.3em;
	}

.Titel {
	background-color: #FBFBFB;
	background-image: none; 
	font-family: Arial,Helvetica;
	font-size: 10pt;
	line-height: 14pt;
	padding: 0pt;
	margin: 0pt;
	}

table.winter {
	background-image: url('img/schneekristalle.jpg'); 
}

.Titelbild {
	font-family: Arial,Helvetica;
	font-size: 10pt;
	font-weight: 500;
	line-height: 14pt;
	background-color: transparent;
	}
        
.Titelbildtext{
    background-color: #FBFBFB;
    font-family: Arial,Helvetica;
    font-size: 10pt;
    line-height: 12pt;
	padding: 3pt;
	}

font.Club {
        font-family: Times New Roman, Times, serif;;
        font-size: 26pt;
        font-style: italic;
        font-weight: 500;
        }



h1, .Header {
        font-family: Arial,Helvetica;
        font-size: 1em;
        line-height: 1.1em;
        font-weight: normal;
        color: black; /* #FF4040; */
        background-color: white;
        border-width: 1px;
        border-style: solid;
        border-color: gray;
        vertical-align: baseline;
        text-align: center;
        padding: 3px;
        }
h2, .Kopf {
        font-size: 12pt;
        line-height: 14pt;
        color: #FF2020;
        background-color: white;
        border-width: 1px;
        border-style: solid;
        border-color: gray;
        vertical-align: baseline;
        padding: 3px;
        }

p.ctxt {
	text-align: center;
	margin-top: 0pt;
	margin-bottom: 3pt;
	}
p.ltxt {        
	text-align: left;
	margin-top: 0pt;
	margin-bottom: 3pt;
	}
p.jtxt {
	text-align: justify;
	text-indent:12pt;
	margin-top: 0pt;
	margin-bottom: 3pt;
	}

p.J {
	text-align: justify;
	margin-top: 0.5em;
	}

td.WRow {

}

td.WRowHover {
        background-color : #FBF596;
        text-decoration:underline;
        color:blue;
}
.Navigation {
    width:      150px;
    margin-top: 3px;
    margin-left: 4px;
    text-align: center;
    background-color: #dbe7e3;
    background-image: none;
}

.Button {
        width: 133px;
        height: 20px;
        background-color: #fcd702; 
	font-family: Arial,Helvetica;
	font-size: 10pt;
	text-align: left;
        color: blue;
        padding-top: 5px;
        padding-left: 5px;
        margin-top: 2px;
	border: 1px solid silver;
	border-radius: 7px;
	border: 2px outset #FFFF00;
	cursor: pointer;
        }
        
.Bnorm, .Button:link { 
        border-style: outset;
        }
.Bhover, .Button:hover {
        color: red;
        }
.Button:visited {
	color: blue;
	}  
.Bclick, .Button:active {
	color: blue; 
	border-style: inset;
        }

img.Jmp 
        { cursor: pointer; }

img.Shadow
{
	border-radius: 0.5rem;
	box-shadow: 4px 4px 4px #666;
	border: 1px solid #666;
	margin: 0px 4px 4px 0px;
}

.tip {
	text-decoration:none;
	color:blue;
	cursor: help;
	border-bottom: 1px dashed blue;
}
        
