/* 
================================
Skin styles for Bad Gögging
================================
*/   

BODY {
	background-color: #ffffff;
    color: #002A5C;
}

#EventCalendar TD
{
    FONT-FAMILY: Arial, Helvetica;
    font-size: 9px;
}

TD
{
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
}

.Head, H1 {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  10pt;
    font-weight: bold;
    color: #002A5C;
}

.SubHead, H2 {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  10pt;
    font-weight: bold;
    color: #002A5C;
}

.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight: normal;
    color: #333333;
}

.NormalLight
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  8pt;
    font-weight: bold;
    color: #002A5C;
}
.NormalLight:link, .NormalLight:visited, .NormalLight:active, .NormalLight:hover
{
    color: #7B7B7B;
}

A:link  {
    text-decoration:    none;
    color:  #002A5C;
}

A:visited   {
    text-decoration:    none;
    color:  #002A5C;
}

A:active    {
    text-decoration:    none;
    color:  #002A5C;
}

A:hover {
    text-decoration:    underline;
    color:  #002A5C;
}

/* 
================================
Navigation
================================
*/   

.MainMenu_MenuContainer {
	z-index: 1000;
}

.MainMenu_MenuBar {
	z-index: 1000;
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_MenuItem {
	z-index: 1000;
	background: #9F2116;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border: 0;	
	padding: 0px 10px 1px 10px;
	height: 22px;
}

.MainMenu_MenuItemSel {
	z-index: 1000;
	background: #ffffff;
	cursor: hand; 
	color: #266296; 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	border: 0;
	padding: 0px 10px 0px 10px;
	height: 22px;
	border-left: #266296 2px solid;		
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer; 
	cursor: hand;
	filter: none;
	margin-top: 0px;
	padding: 1px 1px 1px 1px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border: 0;
	padding: 1px 5px 1px 5px;
}

.MainMenu_MenuBreak{ display:none; }

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}