/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */
/*-------------------------------------------------------------------------------------------------------------------*/
/*GENERAL*/
body
{
	background-color:#006600;
}


#MainDiv
{	
	margin-top: 20px;
	text-align: center;	
	border: solid 1px #cccccc;
	padding:10px;
	background-color:#ffffff;
}
.MainWidth
{
	width:940px;	
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*CLASSES FOR TopRegion*/
#TopRegion
{
	background-color:#ffffff;
	width:100%;
	border-bottom:solid 2px #006600;
}
/*---TopCorners are defined in classes starting with "TopCorner..."---*/
#TopCornersDiv
{
	text-align: center;
	background-repeat:repeat-x;
	border-top:solid 1px #ffffff;
    height:1px;
}
.TopLeftCorner
{
	
}
.TopRightCorner
{
}
/*---In HeaderDiv Logo and editor are placed---*/
#HeaderDiv
{
	/*height:160px;*/
	border-left:solid 1px #ffffff;
	border-right:solid 1px #ffffff;
	background-color:#fff;
}
.Logotyp
{
	float:left;
	margin:0px 0px 15px 25px;
}
#HeaderEditor
{
	float:right;
	margin-right:-1px;
	overflow:hidden;
}
html>body #HeaderEditor
{
	margin-right:0px;
}

/*---TopMenu is defined in classes starting with "TopMenu...", or "MenuHead"---*/
#TopMenuSpace
{
    width:100%;
    padding:0;
    margin:0;
    height:1px;
    border:solid 1px #ffffff;
}
html>body #TopMenuSpace
{
}
#TopMenuDiv
{ 
	float:left;
	background-color:#006600;
	height:5px;
	width:100%;
}
html>body #TopMenuDiv
{ 
}
#topmenucontrol
{
    padding: 0.7em 1em 0.6em 1em;
	clear:both;
	float:left;
	line-height:2.5em;
	width:750px;
}
html>body #topmenucontrol
{
    padding: 0.3em 1em 0.2em 1em;
}
/* --------- Links in Top menu ----------- */
a.MenuHead
{
	padding: 1.5em 1em 1.2em 1em;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
}
html>body a.MenuHead
{	
    
}
a.MenuHead:hover
{
	font-size: 1.1em;
	font-weight: 400;
	font-style:normal;
	color: #fff;
	text-decoration: none;
	background-color:#006600;
	padding: 1.2em 1em 1.2em 1em;
}
html>body a.MenuHead:hover
{
	padding: 0.8em 1em 0.75em 1em;
}

a.ActiveMenuHead, a.ActiveMenuHead:hover
{
	font-size: 1.1em;
	font-weight: 400;
	font-style:normal;
	color: #fff;
	text-decoration: none;
	margin: auto;
	background-color:#006300;
	padding: 1.2em 1em 1.2em 1em;
}
html>body a.ActiveMenuHead, a.ActiveMenuHead:hover
{
    padding: 0.8em 1em 0.75em 1em;
}
.TopMenuDivider
{

}
/*---Classes defining Quicksearch placed in head on all pages---*/
#QuickSearch
{
	padding: 10px;
	padding-bottom: 29px;
	#padding-bottom: 10px;
	border:solid 1px #669966;
	width:191px;
	background-color: #cbd9b9;
	margin-bottom: 10px;
}
input.QuickSearchInput
{
	float: left;
	width:140px;
	height:16px;
	border:solid 1px #999999;
}
.QuickSearchButton, a.QuickSearchButton
{
	color:#fff;
	text-decoration:none;
}
.QuickSearchText, a.QuickSearchText
{
    color:#fff;
    text-decoration:none; 
    font-family:Arial;
    font-size:1em;
    vertical-align:middle;
}
#QuickSearchButton
{
	float: right;
	height: 14px; 
	padding: 2px; 
	margin: 0px; 
	background-color: #006600;
	border: 1px solid #999999;
	width: 30px; 
	text-align: center;
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*CLASSES FOR FullWidthRegion (In this region are Left- Main- and Rightregion placed, but thay are defined separetly)*/
#FullWidthRegion
{
	float: right;
	text-align:left;
	background-color: #FFFFFF;
	border-left:solid 0px #ffffff;
	border-right:solid 0px #ffffff;
	border-bottom:solid 0px #ffffff;
	padding-top:10px;
}
html>body #FullWidthRegion
{
    margin-left:-11px;
    margin-right:-10px;
    padding-left:10px;
    border-left:solid 0px #666666;
	border-right:solid 0px #666666;
	border-bottom:solid 0px #666666;
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*CLASSES FOR LeftRegion*/
#LeftRegion
{
	float: left;
	text-align:left;
}
html>body #LeftRegion
{
	padding-left:8px;
}
.PageListingHead, .PageListingHead a:link
{
    background-color:#006600;
    color:#ffffff;
    font-weight:bold;
    text-transform:uppercase;
    padding:5px;
    text-decoration:none;
    margin-top:1px;
}
html>body .PageListingHead, .PageListingHead a:link
{
    margin-bottom:0px;
}
.BackSpace
{
    background-color:#669966;
    padding:8px 10px 8px 10px;
    clear:both;
}
.BackToStart, .BackToStart a:link, a.BackToStart:hover
{
    display:block;
    color:#ffffff;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none;
}
.MenuBorder
{
    height:1px;
    margin-bottom:1px;
	padding-bottom:1px;
	margin-top:-17px;
	padding-top:1px;
	border-bottom:solid 1px #c1c1c1;
}
.TextColor, a.TextColor:link, a.TextColor:hover
{
    display:block;
    color:#ffffff;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none;
    padding:3px 5px 2px 5px;
}

.QuickChoice
{
    background-color:#006300;
    padding: 5px;
    margin-bottom:10px;
}
.QuickChoice select
{
	margin-top: 10px;
	width: 100%;
}

.Favorites
{
    background-color:#006300;
    padding: 5px;
    background-image:url(../images/Star.gif);
    background-repeat:no-repeat;
    background-position:180px 8px;
    margin-bottom:10px;
}
.FavoriteText
{
    color:#fff;
    padding: 5px 5px 0px 5px;
    font-size:1.1em;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:5px;
}
.FavoriteList
{
   border:solid 1px red;
   margin-bottom:5px;
   margin-left:5px;
}
/*---Classes for PageMenu---*/
.PageMenuHead
{
    background-color:#006600;
    font-size:1.1em;
    padding:10px 10px 10px 10px;
    color:#fff;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:1px;
}
#PageMenu
{
	background-image:url(../images/BG/TopPageMenuLine.gif);
	background-repeat:repeat-x;   
	background-position: 0px top;
	background-color:#fff;
	padding-top:2px;
}
html>body #PageMenu
{
	background-position:0 1px;
}
.PageMenuItem
{
	background-position:bottom;
	margin-bottom:1px;
	padding-bottom:1px;
	border-bottom:solid 1px #c1c1c1;
}
/*Level 1*/
.PageMenu1, a.PageMenu1
{
	padding-left:15px;
	display:block;
	color:#333;
	font-size:1.1em;
	text-decoration:none;
	padding-top:0.3em;
	padding-bottom:0.3em;
	border-left: solid 5px #e6e7e7;
	
}
a.PageMenu1:hover
{
	color:#333;
	background-color:#cedebd;
	border-left: solid 5px #639c63;
	margin-right:-1px;	
}
.A_PageMenu1, a.A_PageMenu1
{
	display:block;
	padding-left:15px;
	color:#333;
	border-left: solid 5px #639c63;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../Images/RedArrow.gif);
	background-repeat:no-repeat;
	background-position: 10px 10px; 
	background-color:#cedebd;
	padding-top:0.3em;
	padding-bottom:0.3em;
	margin-right:-1px;	
}
html>body .A_PageMenu1, a.A_PageMenu1
{
    background-position: 5px 10px; 
	#background-position: 10px 10px;
	margin-right:0px;	
	#margin-right:-1px;	 
}
/*Level 2*/
.PageMenu2, a.PageMenu2
{
	padding-left:35px;
	font-size:1.1em;
	display:block;
	border-left: solid 5px #e6e7e7;
	color:#333333;
	text-decoration:none;
	padding-top:0.3em;
	padding-bottom:0.3em;
}
a.PageMenu2:hover
{
	color:#333;
	background-color:#cedebd;
	border-left: solid 5px #639c63;
	margin-right:-1px;	
}
.A_PageMenu2, a.A_PageMenu2
{
	display:block;
	padding-left:35px;
	color:#333;
	font-size:1.1em;
	font-weight:bold;
	border-left: solid 5px #639c63;
	text-decoration:none;
	background-color:#cedebd;
    background-image:url(../Images/RedArrow.gif);
	background-repeat:no-repeat;
	background-position: 28px 10px; 
	padding-top:0.3em;
	padding-bottom:0.3em;
	margin-right:-1px;			
}
html>body .A_PageMenu2, a.A_PageMenu2
{
	background-position: 25px 10px; /*ff*/
	#background-position: 28px 10px; /*ie*/
}
/*Level 3*/
.PageMenu3, a.PageMenu3
{
	padding-left:55px;
	border-left: solid 5px #e6e7e7;
	font-size:1.1em;
	display:block;
	color:#333333;
	text-decoration:none;
	padding-top:0.3em;
	padding-bottom:0.3em;
}
a.PageMenu3:hover
{
	color:#333;
	background-color:#cedebd;
	border-left: solid 5px #639c63;
	margin-right:-1px;	
}
.A_PageMenu3, a.A_PageMenu3
{
	display:block;
	padding-left:55px;
	color:#333;
	font-weight:bold;
	font-size:1.1em;
	border-left: solid 5px #639c63;
	text-decoration:none;
	background-color:#cedebd;
	background-image:url(../Images/RedArrow.gif);
	background-repeat:no-repeat;
	background-position: 48px 10px; 
	padding-top:0.3em;
	padding-bottom:0.3em;
	margin-right:-1px;		
}
html>body .A_PageMenu3, a.A_PageMenu3
{
	background-position: 45px 10px; /*ff*/
	#background-position: 48px 10px; /*ie*/
}
/*Level 4*/
.PageMenu4, a.PageMenu4
{
	padding-left:75px;
	border-left: solid 5px #e6e7e7;
	font-size:1.1em;
	display:block;
	color:#333333;
	text-decoration:none;
	padding-top:0.3em;
	padding-bottom:0.3em;
}
a.PageMenu4:hover
{
	color:#333;
	background-color:#cedebd;
	border-left: solid 5px #639c63;
	margin-right:-1px;	
}
.A_PageMenu4, a.A_PageMenu4
{
	display:block;
	padding-left:75px;
	color:#333;
	font-weight:bold;
	font-size:1.1em;
	border-left: solid 5px #639c63;
	text-decoration:none;
	background-color:#cedebd;
	background-image:url(../Images/RedArrow.gif);
	background-repeat:no-repeat;
	background-position: 68px 10px; 
	padding-top:0.3em;
	padding-bottom:0.3em;
	margin-right:-1px;		
}
html>body .A_PageMenu4, a.A_PageMenu4
{
	background-position: 65px 10px; /*ff*/
	#background-position: 68px 10px; /*ie*/
}

/*Level 5*/
.PageMenu5, a.PageMenu5
{
	padding-left:95px;
	border-left: solid 5px #e6e7e7;
	font-size:1.1em;
	display:block;
	color:#333333;
	text-decoration:none;
	padding-top:0.3em;
	padding-bottom:0.3em;
}
a.PageMenu5:hover
{
	color:#333;
	background-color:#cedebd;
	border-left: solid 5px #639c63;
	margin-right:-1px;	
}
.A_PageMenu5, a.A_PageMenu5
{
	display:block;
	padding-left:95px;
	color:#333;
	font-weight:bold;
	font-size:1.1em;
	border-left: solid 5px #639c63;
	text-decoration:none;
	background-color:#cedebd;
	background-image:url(../Images/RedArrow.gif);
	background-repeat:no-repeat;
	background-position: 88px 10px; 
	padding-top:0.3em;
	padding-bottom:0.3em;
	margin-right:-1px;		
}
html>body .A_PageMenu5, a.A_PageMenu5
{
	background-position: 85px 10px; /*ff*/
	#background-position: 88px 10px; /*ie*/
}

/*-------------------------------------------------------------------------------------------------------------------*/
/*CLASSES FOR MainRegion*/
#MainRegionDiv
{
	float: left;
	height:400px;
	text-align: left;
}
html>body #MainRegionDiv
{
	height:auto;
	margin-left:0px;
}
/*---Classes for BreadCrumb---*/
#BreadCrumbDiv
{
	padding-top:0em;
	padding-left:0em;
	padding-right:1em;	
}
.BreadCrumb
{
	color:#999;
	font-size:0.9em;
	font-style:normal;
	text-decoration:none;	
}

a.BreadCrumb
{
	color:#999;
	font-size:0.9em;
	font-style:normal;
	text-decoration:underline;	
}
a.BreadCrumb:hover
{
	color:#999;
	text-decoration:none;	
}
.A_BreadCrumb, a.A_BreadCrumb
{
	color:#999;
	font-size:0.9em;
	text-decoration:none;	
}
a.A_BreadCrumb:hover
{
	color:#999;
	font-size:0.9em;
	text-decoration:none;	
}
.BreadCrumbDivider
{
	background-image:url(../Images/BreadCrumbDivider.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	width:5px;
	height:8px;	
}
/*CLASSES FOR MainAreaDiv*/
#MainAreaDiv
{
	padding-top:20px;
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*CLASSES FOR RightRegion*/

#RightRegion
{
	float: right;
	text-align:left;
	margin-right:5px
}
html>body #RightRegion
{
	padding-right:18px
}
.PagePropertyHead
{
    background-color:#006300;
    padding: 10px;
    color:#fff;
    font-size:1.1em;
    font-weight:bold;
    text-transform:uppercase;
}
.PagePropertyList
{
    margin:0px 0px 14px 0px;  
    padding:5px 10px 5px 10px; 
    border-bottom:solid 1px #e4dcbc ;
    border-left: solid 1px #ccc; 
    border-right: solid 1px #ccc; 
    border-bottom: solid 1px #ccc; 
}
.PagePropertyItem
{
    margin:0px 0px 14px 0px;  
    padding:5px 10px 5px 10px; 
}
#WriterClass
{
    color:#666;
    padding-bottom:10px; 
    padding-top:20px;  
    padding-left:0px; 
    border:solid 0px green; 
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*CLASSES FOR BottomRegion*/
.Pagefooter
{
	height:1px;
	border:solid 0px blue;
}
#BottomRegion
{
 }
#FooterRegionDiv
{
	height:1px;
	margin-top:-1px;
}
html>body #FooterRegionDiv
{
}
/*---BottomCorners are defined in classes starting with "BottomCorner..."---*/
/*html>body #BottomCornersDiv
{
    clear:both;
    padding-left:10px;
    border-top:solid 1px #666;
    border-left:solid 10px #fff;
    border-right:solid 10px #fff;
	border-bottom:solid 10px #fff;
}
html>body .BottomLeftCorner
{
    background-color:#fff;
    height:11px;
    width:10px;
    float:left;
    border:solid 0px #666;
    margin-left:-30px;
    margin-top:-1px;
}
html>body .BottomRightCorner
{
    background-color:#fff;
    height:11px;
    width:10px;
    float:right;
    border:solid 1px #666;
    margin-right:-20px;
    margin-top:-1px;
    #margin-right:-80px;
}*/
.NoFloat
{
    clear:both;    
}
/*-------------------------------------------------------------------------------------------------------------------*/
/* -- Standard divs --*/
img
{
	border: 0px;
}
.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
}
.centered
{
	text-align: center;
}
.rightaligned
{
	text-align: right;
}
.leftaligned
{
	text-align: left;
}
.hidden
{
	display:none;
}
img.borderless
{
	border: 0;
}
div.tablerow
{
	width: 99%;
	padding: 0.5em;
}
div.description
{
	float: left;
	width: 20%;
}
div.content
{
	float: right;
	width: 79%;
}
div.fullwidth
{
	width: 100%;
}
.Clear
{
    clear:both;    
}


.ColumnListItem { background-color: white;}

.RSSHead
{
	background-color: #999999;
}
tr.RSSItem
{
	background-color: #eeeeee;
}
a.RSSItemHead
{
    background-image:url(../Images/BlueArrow.gif);
	background-repeat:no-repeat;
	background-position: 0px 9px; 
	padding-left: 10px;
	padding-top: 3px; 
}
a.RSSReadmoreLink
{
	text-decoration: none;
}
tr.RSSPager
{
	background-color: #eeeeee;
	padding: 5px;
	padding-top: 0px;
}
