﻿/* Style Sheet */
/* Navigation */

ul.Haupt_Menu #Home A.Haupt_Button:link, ul.Haupt_Menu #Home A.Haupt_Button:visited {background-image: url("../grafiken/button_home.gif");}
ul.Haupt_Menu #News A.Haupt_Button:link, ul.Haupt_Menu #News A.Haupt_Button.Haupt_Button:visited {background-image: url("../grafiken/button_news.gif");}
ul.Haupt_Menu #Verein A.Haupt_Button:link, ul.Haupt_Menu #Verein A.Haupt_Button:visited {background-image: url("../grafiken/button_verein.gif");}
ul.Haupt_Menu #Bilder A.Haupt_Button:link, ul.Haupt_Menu #Bilder A.Haupt_Button:visited {background-image: url("../grafiken/button_bilder.gif");}
ul.Haupt_Menu #Fun A.Haupt_Button:link, ul.Haupt_Menu #Fun A.Haupt_Button:visited {background-image: url("../grafiken/button_fun.gif");}
ul.Haupt_Menu #Intern A.Haupt_Button:link, ul.Haupt_Menu #Intern A.Haupt_Button:visited {background-image: url("../grafiken/button_intern.gif");}
ul.Haupt_Menu #Gast A.Haupt_Button:link, ul.Haupt_Menu #Gast A.Haupt_Button:visited {background-image: url("../grafiken/button_gast.gif");}
ul.Haupt_Menu #Links A.Haupt_Button:link, ul.Haupt_Menu #Links A.Haupt_Button:visited {background-image: url("../grafiken/button_links.gif");}

ul.Haupt_Menu #Home_current A.Haupt_Button:link, ul.Haupt_Menu #Home_current A.Haupt_Button:visited {background-image: url("../grafiken/button_home.gif"); background-position: 0px -60px;}
ul.Haupt_Menu #News_current A.Haupt_Button:link, ul.Haupt_Menu #News_current A.Haupt_Button:visited {background-image: url("../grafiken/button_news.gif"); background-position: 0px -60px;}
ul.Haupt_Menu #Verein_current A.Haupt_Button:link, ul.Haupt_Menu #Verein_current A.Haupt_Button:visited {background-image: url("../grafiken/button_verein.gif"); background-position: 0px -60px;}
ul.Haupt_Menu #Bilder_current A.Haupt_Button:link, ul.Haupt_Menu #Bilder_current A.Haupt_Button:visited {background-image: url("../grafiken/button_bilder.gif"); background-position: 0px -60px;}
ul.Haupt_Menu #Fun_current A.Haupt_Button:link, ul.Haupt_Menu #Fun_current A.Haupt_Button:visited {background-image: url("../grafiken/button_fun.gif"); background-position: 0px -60px;}
ul.Haupt_Menu #Intern_current A.Haupt_Button:link, ul.Haupt_Menu #Intern_current A.Haupt_Button:visited {background-image: url("../grafiken/button_intern.gif"); background-position: 0px -60px;}
ul.Haupt_Menu #Gast_current A.Haupt_Button:link, ul.Haupt_Menu #Gast_current A.Haupt_Button:visited {background-image: url("../grafiken/button_gast.gif"); background-position: 0px -60px;}
ul.Haupt_Menu #Links_current A.Haupt_Button:link, ul.Haupt_Menu #Links_current A.Haupt_Button:visited {background-image: url("../grafiken/button_links.gif"); background-position: 0px -60px;}

ul.Haupt_Menu A.Haupt_Button:link span, ul.Haupt_Menu A.Haupt_Button:visited span {
	display: none;
 	}
 	
ul.Haupt_Menu A.Haupt_Button:hover span, ul.Haupt_Menu A.Haupt_Button:focus span {
	background-image: url("../grafiken/Menu_titel.gif");
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	font-size: 17px;
   	font-weight: bold;
   	text-align: center;
   	color: #000;
   	width: 120px;
   	height: 30px;
   	display: block;
   	position: absolute;
   	top: 104px;
   	left: -141px;
   	padding-top: 4px;
   	}
   	
ul.Haupt_Menu a {
	display:block;
	padding:0px 0px;
	height: 60px;
	}

ul.Haupt_Menu A.Haupt_Button:link, ul.Haupt_Menu A.Haupt_Button:visited {
	background-position: 0px 0px;
   	background-repeat: no-repeat;
   	margin-left: 8px;
	width: 60px;
   	display: block;
   	}

ul.Haupt_Menu A.Haupt_Button:hover, ul.Haupt_Menu A.Haupt_Button:focus {
	background-position: 0px -60px;
   	background-repeat: no-repeat;
   	display: block;
   	text-decoration: none;
   	}

ul.Haupt_Menu ul {
    border: 1px outset;
}

ul.Haupt_Menu ul a {
    background-color:#EDEDED;
    color:#000;
    padding:4px;
    text-decoration:none;
}

ul.Haupt_Menu ul a:hover {
    background-color:#D1DAFA;
    color:#000;
}

ul.Haupt_Menu ul li {
    background-color:#EDEDED;
    font-weight: bold;
    font-size: 13px;
   	font-weight: bold;
}

ul.Haupt_Menu {
    list-style: none;
    margin:0;
    padding:0;
    width:100%;
    z-index:99;
}

ul.Haupt_Menu * ul {
    list-style: none;
    margin: -4px 0px 0px 12px;
    padding: 0;
	display:none;
	position:absolute;
	z-index:99;
	width: 160px;	/*Breite des Pulldown Menüs*/
}

ul.Haupt_Menu li {
    float:left;
}

ul.Haupt_Menu li.Haupt_Button {
    float:left;
    width: 76px;
}

ul.Haupt_Menu li * li {
    float:none;
    position: relative;
}

ul.Haupt_Menu a {
    display:block;
}

ul.Haupt_Menu ul * a {
    height:100%;
}

ul.Haupt_Menu li:hover ul ul, ul.Haupt_Menu li:hover ul ul ul, ul.Haupt_Menu li:hover ul ul ul ul {
    display:none;
}

ul.Haupt_Menu li:hover ul, ul.Haupt_Menu ul li:hover ul, ul.Haupt_Menu ul ul li:hover ul{
    display:block;
}