


/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */
/*-------------------------------------------------------------------------------------------------------------------*/
/*GENERAL*/

#MainDiv
{	
    margin:20px auto 30px;
    text-align:center;
}
.MainWidth
{
	width:940px;	
}
#MainPageDiv
{
	background-color:#ffffff;
	border: solid 1px #aaa;
	float:left;
	padding:10px 10px 10px 10px;
}

/*-------------------------------------------------------------------------------------------------------------------*/
/*CLASSES FOR TopRegion*/
/*#TopRegion
{
	background-color:#ffffff;
}
#TopCornersDiv
{
	text-align: center;
	background-repeat:repeat-x;
	border-top:solid 1px #666666;
    height:1px;
}
.TopLeftCorner
{

}
.TopRightCorner
{
}*/
/*---In HeaderDiv Logo and editor are placed---*/
#HeaderDiv
{
	height:152px;
	border-left:solid 1px #aaa;
	border-right:solid 1px #aaa;
	border-top:solid 1px #aaa;
	border-bottom:solid 0px #fff;
	background-color:#fff;
	width:918px;
	margin-bottom:-1px;
}

#HeaderDiv p
{
    margin:0px;
}
.Logotyp
{
	float:left;
	margin:0px 0px 0px 0px;
	margin-left:0px;
}

#HeaderEditor
{
	float:right;
	height:94px;
}
/*---TopMenu is defined in classes starting with "TopMenu...", or "MenuHead"---*/
#TopMenuSpace
{
	width:920px;
	float:left;
    border-top:solid 1px #cc9900;
    border-bottom:solid 1px #cc9900;
    padding-top:1px;
    padding-bottom:1px;
    margin-left:-1px;
}
html>body #TopMenuSpace
{
    
}
#TopMenuDiv
{ 
	text-align:left;
	float:left;
	width:100%;
}
html>body #TopMenuDiv
{ 
}
#topmenucontrol
{
    padding: 0.7em 1em 0.6em 1em;
	clear:both;
	float:left;
	line-height:2.5em;
	width:750px;
	border:solid 0px black;
}
html>body #topmenucontrol
{
    padding: 0.3em 1em 0.2em 1em;
}

.TopMenuDivider
{

}

#topMenu
{
	margin-top:5px;
	margin-left:5px;
	color:#000;
}
/*---Classes defining Quicksearch placed in head on all pages---*/

input.QuickSearchInput
{
	width:150px;
	height:1.25em;
	margin-top:3px;
	border:solid 1px #666;
	float:right;
	margin-right:10px;
}
html>body input.QuickSearchInput
{
	width:170px;
}

.QuickSearchText, a.QuickSearchText
{
    text-decoration:none; 
    padding:0 0.5em 0 0.5em;
    font-family:Arial;
    font-size:1em;
    vertical-align:middle;
    color:#000;
	border:1px solid #666;
	background: #ccc;
	margin: 3px 15px 3px 0;
	float:right;
    width: 40px;
    cursor:pointer;
}

/*-------------------------------------------------------------------------------------------------------------------*/
/*CLASSES FOR FullWidthRegion (In this region are Left- Main- and Rightregion placed, but thay are defined separetly)*/
#FullWidthRegion
{
	width:918px;
	float:left;
	text-align:left;
	background-color: #FFFFFF;
	border-left:solid 1px #aaa;
	border-right:solid 1px #aaa;
	margin-top:0;
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*CLASSES FOR LeftRegion*/
#LeftRegion
{
	float: left;
	text-align:left;
	display:inline;
}
.Favorites
{
    background-color:#c1b37c;
    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:#c1b37c;
    font-size:1.1em;
    padding:10px 10px 10px 10px;
    color:#fff;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:1px;
}
#PageMenu
{
	margin-bottom:10px;
	border:1px solid #ccc;
}
#PageMenu2
{
	margin-bottom:20px;
	background-color:#fff;
	padding: 1px 1px 0px 1px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.PageMenuItem
{

}
/*Level 1
.PageMenu1, a.PageMenu1
{
    padding-left:1em;
	font-weight:normal;
	font-size:1.1em;
	display:block;
	color:#000000;
	text-decoration:none;
	padding-top:0.5em;
	padding-bottom:0.5em;
	margin-bottom:1px;
	margin-top:1px;
	background:url(../images/Level1.gif);
	background-position:-2px 0px;
	background-repeat: repeat;
	border-bottom:solid 1px #ccc;
	
}
a.PageMenu1:hover
{
	background:url(../images/ALevel1.gif);
	background-position:-2px 0px;
	background-repeat: repeat;
	font-weight:bold;
	border-bottom:solid 1px #ccc;
	color:#000;
}
html>body .A_PageMenu1, a.A_PageMenu1
{
	background-position:0.5em 0.6em;
}
.PageMenu2, a.PageMenu2
{
	padding-left:3em;
	font-weight:normal;
	font-size:1.1em;
	display:block;
	color:#000000;
	text-decoration:none;
	padding-top:0.5em;
	padding-bottom:0.5em;
	background:url(../images/Level2.gif);
	background-position:-2px 0px;
	background-repeat: repeat;
}
a.PageMenu2:hover
{
	background:url(../images/ALevel2.gif);
	background-position:-2px 0px;
	background-repeat: repeat;
	font-weight:bold;

	color:#000;
}
.A_PageMenu2, a.A_PageMenu2
{
	padding-left:3em;
	font-weight:normal;
	font-size:1.1em;
	display:block;
	color:#000000;
	text-decoration:none;
	padding-top:0.5em;
	padding-bottom:0.5em;
	background:url(../images/ALevel2.gif);
	background-position:-2px 0px;
	background-repeat: repeat;
	
}
html>body .A_PageMenu2, a.A_PageMenu2
{
	background-position:1.3em 0.6em;
}
.PageMenu3, a.PageMenu3
{
	padding-left:5em;
	font-weight:normal;
	font-size:1.1em;
	display:block;
	color:#000000;
	text-decoration:none;
	padding-top:0.5em;
	padding-bottom:0.5em;
	background:url(../images/MenuSquare.gif);
	background-position:20px 5px;
	background-repeat:  no-repeat;
}
a.PageMenu3:hover
{
	color:#333;
	background-color:#fbf7e6;
	border-left: solid 5px #d3caa5;
	margin-right:-1px;	
}
.A_PageMenu3, a.A_PageMenu3
{
	display:block;
	padding-left:35px;
	color:#333;
	font-weight:bold;
	font-size:1.1em;
	border-left: solid 5px #c1b37c;
	text-decoration:none;
	background-color:#e7e2ce;
	background-image:url(../Images/RedArrow.gif);
	background-repeat:no-repeat;
	background-position:2.4em 0.7em;
	padding-top:0.3em;
	padding-bottom:0.3em;
	margin-right:-1px;		
}
html>body .A_PageMenu3, a.A_PageMenu3
{
	background-position:2.2em 0.6em;
}
.PageMenu4, a.PageMenu4
{
	padding-left:45px;
	border-left: solid 5px #ede9d8;
	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:#fbf7e6;
	border-left: solid 5px #d3caa5;
	margin-right:-1px;	
}
.A_PageMenu4, a.A_PageMenu4
{
	display:block;
	padding-left:45px;
	color:#333;
	font-weight:bold;
	font-size:1.1em;
	border-left: solid 5px #c1b37c;
	text-decoration:none;
	background-color:#e7e2ce;
	background-image:url(../Images/RedArrow.gif);
	background-repeat:no-repeat;
	background-position:3.2em 0.7em;
	padding-top:0.3em;
	padding-bottom:0.3em;
	margin-right:-1px;		
}
html>body .A_PageMenu4, a.A_PageMenu4
{
	background-position:3em 0.6em;
}
*/
.PageMenu1, a.PageMenu1
{
    padding-left:1em;
    padding-right:0.5em;
	font-weight:normal;
	font-size:1.1em;
	display:block;
	color:#000000;
	text-decoration:none;
	padding-top:0.5em;
	padding-bottom:0.5em;
	margin-bottom:1px;
	margin-top:1px;
	border-left:solid 5px #cccc99;
	background-color:#F5F5F5;
	border-bottom:solid 1px #ccc;
}
a.PageMenu1:hover
{
	border-left:solid 5px #cc9900;
	font-weight:normal;
	border-bottom:solid 1px #ccc;
	color:#000;
	background-color:#ccc;
	text-decoration:none;
}
.A_PageMenu1, a.A_PageMenu1, a.A_PageMenu1:hover
{
	text-decoration:none;
	padding-left:1em;
	font-size:1.1em;
	display:block;
	color:#000000;
	text-decoration:none;
	padding-top:0.5em;
	padding-bottom:0.5em;
	border-left:solid 5px #cc9900;
	font-weight:bold;
	background-color:#ccc;
	border-bottom:solid 1px #ccc;
	margin-top:1px;
	margin-bottom:1px;
}
html>body .A_PageMenu1, a.A_PageMenu1
{
}
/*Level 2*/
.PageMenu2, a.PageMenu2
{
	padding-left:2.5em;
	padding-right:0.5em;
	font-weight:normal;
	font-size:1.1em;
	display:block;
	color:#000000;
	text-decoration:none;
	padding-top:0.5em;
	padding-bottom:0.5em;
	border-left:solid 5px #cc9900;
	background-color:#E9E7E8;
	margin-top:1px;
}
a.PageMenu2:hover
{
	border-left:solid 5px #cc9900;
	font-weight:bold;
	color:#000;
	background-color:#ccc;
	text-decoration:none;
}
.A_PageMenu2, a.A_PageMenu2, a.A_PageMenu2:hover
{
	text-decoration:none;
	padding-left:2.5em;
	padding-right:0.5em;
	font-weight:bold;
	font-size:1.1em;
	display:block;
	color:#000000;
	text-decoration:none;
	padding-top:0.5em;
	padding-bottom:0.5em;
	border-left:solid 5px #cc9900;
	background-color:#ccc;
}
html>body .A_PageMenu2, a.A_PageMenu2
{
}
/*Level 3*/
.PageMenu3, a.PageMenu3
{
	padding-left:3.5em;
	padding-right:0.5em;
	font-weight:normal;
	font-size:1.1em;
	display:block;
	color:#000000;
	text-decoration:none;
	padding-top:0.5em;
	padding-bottom:0.5em;
	border-left:solid 5px #cc9900;
	background:url(../images/MenuSquare.gif);
	background-position:3em 14px;
	background-repeat:  no-repeat;
	background-color:#E9E7E8;
}
a.PageMenu3:hover
{
	border-left:solid 5px #cc9900;
	font-weight:bold;
	color:#000;
	background-color:#ccc;
	text-decoration:none;
}
.A_PageMenu3, a.A_PageMenu3, a.A_PageMenu3:hover
{
	text-decoration:none;
	padding-left:3.5em;
	padding-right:0.5em;
	font-weight:bold;
	font-size:1.1em;
	display:block;
	color:#000000;
	text-decoration:none;
	padding-top:0.5em;
	padding-bottom:0.5em;
	border-left:solid 5px #cc9900;
	background:url(../images/MenuSquare.gif);
	background-position:3em 14px;
	background-repeat:  no-repeat;
	background-color:#ccc;
	
}
html>body .A_PageMenu3, a.A_PageMenu3
{
}
/*Level 4*/
.PageMenu4, a.PageMenu4
{
	padding-left:4.5em;
	padding-right:0.5em;
	font-weight:normal;
	font-size:1.1em;
	display:block;
	color:#000000;
	text-decoration:none;
	padding-top:0.5em;
	padding-bottom:0.5em;
	border-left:solid 5px #cc9900;
	background:url(../images/MenuSquare.gif);
	background-position:4em 14px;
	background-repeat:  no-repeat;
	background-color:#E9E7E8;
}
a.PageMenu4:hover
{
	text-decoration:none;
	border-left:solid 5px #cc9900;
	font-weight:bold;
	color:#000;
	background-color:#ccc;	
}
.A_PageMenu4, a.A_PageMenu4, a.A_PageMenu4:hover
{
	text-decoration:none;
	padding-left:4.5em;
	padding-right:0.5em;
	font-weight:bold;
	font-size:1.1em;
	display:block;
	color:#000000;
	text-decoration:none;
	padding-top:0.5em;
	padding-bottom:0.5em;
	border-left:solid 5px #cc9900;
	background:url(../images/MenuSquare.gif);
	background-position:4em 14px;
	background-repeat:  no-repeat;
	background-color:#ccc;		
}
html>body .A_PageMenu4, a.A_PageMenu4
{
}
.BackSpace
{
    margin-bottom:0px;
    background-color:#cccc99;
    padding:5px 5px 5px 5px;
    border:solid 1px #ccc;
}
.BackToStart, a.BackToStart, a.BackToStart:hover
{
    color:#000;
    font-weight:bold;
    padding-left:18px;
    background-image:url(../images/BackToStart.gif);
    background-repeat:no-repeat;
    background-position: 4px 4px;
    text-decoration:none; 
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*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
{

}
/*-------------------------------------------------------------------------------------------------------------------*/
/*CLASSES FOR RightRegion*/

#RightRegion
{
	float: right;
	text-align:left;
	margin-right:10px;
	display:inline;
}
.PagePropertyHead
{
    background-color:#c1b37c;
    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; 
}
#WriterClass
{
    color:#666;
    padding-bottom:10px; 
    padding-top:20px;  
    padding-left:0px; 
    border:solid 0px green; 
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*CLASSES FOR BottomRegion*/
.PageFooter
{
	border:solid 0px blue;
	padding-bottom: 10px;
}
#BottomRegion
{
 }
#FooterRegionDiv
{
	clear:both;
	background:#fff;
	border:solid 1px #aaa;
	margin-bottom:0px;
	border-top: 8px solid #cc9900;
}
.FooterText
{
	
	width: 918px;
}
html>body #FooterRegionDiv
{
    width: 918px;
}
/*---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;    
}
.ClearLeft
{
	clear:left;
}
.ClearRight
{
	clear:right;
}	
.FloatRight
{
	float:right;
}
.FloatLeft
{
	float:left;
}

.HeaderTips
{
	font-size: 0.9em;
	color: gray;
	font-style: italic;
	font-weight: normal;
}

#telluscontent
{
	float:left;
	width:530px;
}

#accesskeys
{
	clear:both;
	margin-left:-1000px;
}






