/* 
================================
Skin styles for Napoleon in bayern
================================
*/   
/* RESET -------------------------------------------------------------------------------- */

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, fieldset, p, blockquote
								{ margin:0; padding:0; }
address,caption,em,th        	{ font-style:normal; font-weight:normal; }
table 							{ border-collapse:collapse; border-spacing:0; }
fieldset,img 					{ border:0; }

td, tr      					{ font-family:Arial, Helvetica, sans-serif; font-size:12px;  line-height:150%;}



.container{
	min-width:600px;
	max-width:950px;
		}


BODY {
	background-color: #ffffff;
	background-color: #004898;
    color: #002A5C;

}

#EventCalendar TD
{
    FONT-FAMILY: Arial, Helvetica;
    font-size: 9px;
}

 div {
 	 font-size: 8.5pt;
	 }
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:  #9f2116;
}

A:visited   {
    text-decoration:    none;
    color:  #9f2116;
}

A:active    {
    text-decoration:    none;
    color:  #9f2116;
}

A:hover {
    text-decoration:    none;
    color:  #9f2116;
}

/* 
================================
Navigation
================================
*/   

.MainMenu_MenuContainer {
	z-index: 1000;
		font-size: 10pt;
}

.MainMenu_MenuBar {
	z-index: 1000;
	cursor: pointer; 
	cursor: hand; 
		font-size: 10pt;
}

.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;
		font-size: 10pt;
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer; 
	cursor: hand;
	filter: none;
	margin-top: 0px;
	padding: 1px 1px 1px 1px;
		font-size: 10pt;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border: 0;
	padding: 1px 5px 1px 5px;
}

.MainMenu_MenuBreak{ display:none;	font-size: 10pt; }

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

.shadow_right {
	background-image: urL("shadow_right.png");
	background-repeat: no-repeat;
	background-position: left top;
}
.shadow_bottom {
	background-image: urL("shadow_bottom.png");
	background-repeat: no-repeat;
	background-position: left top;
}
.shadow_corner {
	background-image: urL("shadow_corner.png");
	background-repeat: no-repeat;
	background-position: left top;
}
.cCell {
	border-top: 1px #C0C0C0 solid;
	border-left: 1px #C0C0C0 solid;
	padding:5px;
}

