@CHARSET "ISO-8859-1";

/* ######################## main ########################## */

body,html,p,a,span,div,h1,h2,h3,h4,h5,ul,ol,li,td {
	font-family: Verdana, Arial, Tahoma;
	font-size:12px;
	font-weight:normal;	
	color:#000000;
}



html {
	overflow: scroll;
	}

body {
	background-color: #000000; 
	background-image: url('file:///C:/Dokumente%20und%20Einstellungen/Computer/Eigene%20Dateien/Meine%20Websites/MeineWebsite7/images/bg_intro.jpg');
	background-repeat: repeat-x;	
	}

a.eckBildlinksxmas{
position: absolute;
left: 0;
top: 0;
display: block;
width: 180px; /* entspricht der Grafikbreite */
height:450px; /* entspricht der Grafikhöhe */
background: url('file:///C:/Dokumente%20und%20Einstellungen/Computer/Eigene%20Dateien/Meine%20Websites/MeineWebsite7/files/image/Saison2008-2009/2009_vogtlandradio_sportlerwahl.gif');
}

a.eckMitglied{
position: absolute;
left: 50%;
top: 0;
display: block;
width: 200px; /* entspricht der Grafikbreite */
height:10px; /* entspricht der Grafikhöhe */
}
a.eckBildrechts{
position: absolute;
right: 0;
top: 0;
display: block;
width: 196px; /* entspricht der Grafikbreite */
height:132px; /* entspricht der Grafikhöhe */
background: url('images/logo_djk_3d.JPG');
}
a.eckBildlinks{
position: absolute;
left: 0;
top: 0;
display: block;
width: 196px; /* entspricht der Grafikbreite */
height:132px; /* entspricht der Grafikhöhe */
background: url('images/logo_djk_3d.JPG');
}

#box{
	position: absolute;
	left: 100;
	top:2;
	width: 1px;
	height: 1px;
	position: absolute;
	border: 3px solid #000;
	background-color: #ccc;
	visibility:hidden;
	visibility:block;
}

a.eckBild span {
display: none;
}
	
	
/* ================================================================ 
NAVI
=================================================================== */

.menu {width:837px; height:22px; font-size:0.98em; position:relative; z-index:100;border-right:0px solid #000;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:837px; w\idth:837px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:12px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:112px; position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;text-decoration:none; font-size:0.98em;  color:#FFFFFF; width:112x; height:20px; border:1px solid #000000; border-width:1px 1px 1px 1px; background:#000000; padding-left:-0px; line-height:20px;}
/* a hack so that IE5.5 faulty box model is corrected *
* html .menu a, * html .menu a:visited {width:112px; w\idth:112px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited { background:#ffffff }
/* style the second level hover */
.menu ul ul a.drop:hover{color:#000000; background:#000000 }
.menu ul ul :hover > a.drop {color:#000000; background:#000000 }

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#ffffff;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#990000;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;top:20px;left:0; font-size:0.98em; height:0px; width:112px; border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:20px;t\op:20px;}

/* position the third level flyout menu */
.menu ul ul ul{left:123px; top:-1px; width:112px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-112px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0px; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {left:-3; background:#000000; color:#FFFFFF; font-size:0.98em; height:10; line-height:20px; padding:0px 9px; width:111px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:111px;w\idth:111px;  padding:0px 9px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#cc3300;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#cc3300;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



