/*
================================
Lam1 Styles
================================
*/

BODY {
	background-color: #FFBC08;
	scrollbar-face-color:#F7F7F7;
	scrollbar-shadow-color:#557A36;
	scrollbar-highlight-color:#557A36;
	scrollbar-3dlight-color:#F7F7F7;
	scrollbar-darkshadow-color:#F7F7F7;
	scrollbar-track-color:#F7F7F7;
	scrollbar-arrow-color:#557A36;
}

TD
{
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
}

#EventCalendar TD
{
    FONT-FAMILY: Arial, Helvetica;
    font-size: 9px;
}

.Head, H1 {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  10pt;
    font-weight: bold;
    color: #557A36; 
}

.SubHead, H2 {
    font-size:  11px;
    font-weight: bold;
    color: #333333;
}

.SubSubHead, H3 {
    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: #7B7B7B;
}
.NormalLight:link, .NormalLight:visited, .NormalLight:active, .NormalLight:hover
{
    color: #7B7B7B;
}

.Logo1 {
	background-color: #557A36;
	BACKGROUND-IMAGE: url(logo1_gruen.gif);
	background-repeat:no-repeat
}

.Logo2 {
	BACKGROUND-IMAGE: url(logo2.gif);
	background-repeat:no-repeat
}

.Schrift1 {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  8pt;
    font-weight: bold;
    color: #333333;
}

.Navigation {
	background-color: #557A36;
}

A:link  {
    text-decoration:    none;
    color:  #000000;
    font-weight: bold;
}

A:visited   {
    text-decoration:    none;
    color:  #000000;
    font-weight: bold;
}

A:active    {
    text-decoration:    none;
    color:  #000000;
    font-weight: bold;
}

A:hover {
    text-decoration:    underline;
    color:  #000000;
    font-weight: bold;
}

.SkinObject {
    font-weight: bold;
    font-size: 8pt;
    color: #313131;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#313131;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#313131;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#313131;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#313131;
}


/* 
================================
Navigation
================================
*/   

.MainMenu_MenuContainer {
	z-index: 1000;
}

.MainMenu_MenuBar {
	z-index: 1000;
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_MenuItem {
	z-index: 1000;
	background: #557A36;
	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: #F7F7F7;
	cursor: pointer; 
	cursor: hand; 
	color: #557A36; 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	border: 0;
	padding: 0px 10px 1px 10px;
	height: 22px;	
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer; 
	cursor: hand;
	background: #557A36; 
	filter: none;
	border: 1px solid #ffffff;
	margin-top: 2px;
	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;
}

/* Chiffon Top */
.CHIFFON_TOP_TabStrip {
	border-bottom : 1px solid #F7F7F7;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 0px;
}

.CHIFFON_TOP_TabPage {
	border-left: 1px solid #F89924;
	border-right: 1px solid #F7F7F7;
	border-bottom: 1px solid #F7F7F7;
	padding: 2px;
	background: #F89924;
}

.CHIFFON_TOP_TabStrip .CHIFFON_TOP_TabSelected{
	cursor: pointer;

	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
	
	background : #F89924;
	border-top : 1px solid #F7F7F7;
	border-left : 1px solid #F7F7F7;
	border-right : 1px solid #F7F7F7;
	border-bottom : 1px solid #F89924;
	color : #ffffff;
	float : left;
	font-size : 10px;
	font-weight : normal;
	line-height : 14px;
	margin-left : 4px;
	padding : 2px 5px 2px 5px;
	text-decoration : none;
 -moz-border-radius-topleft: 7px;
 -moz-border-radius-topright: 7px;

}

.CHIFFON_TOP_TabStrip .CHIFFON_TOP_TabUnselected {
	cursor: pointer;

	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
	background : #FFD666;
	border : 1px solid #F7F7F7;
	color : #666;
	float : left;
	font-size : 10px;
	font-weight : normal;
	line-height : 14px;
	margin-left : 4px;
	padding : 2px 5px 2px 5px;
	text-decoration : none;

 -moz-border-radius-topleft: 7px;
 -moz-border-radius-topright: 7px;
}

.CHIFFON_TOP_TabStrip .CHIFFON_TOP_TabMouseover {
	color : black;
	background: #FFF7CD;
}
