/*   GENERAL PAGE STYLES   */
html,body 
{
    font-family: Arial, sans-serif;
    margin: 0;
	padding: 0;
}

.PortalPageMasterBody 
{
    color: #323232;
	background-color: #0B1C38;
}

p {
	font-size: 11px;
	margin: 0;
    line-height: 17px;
	padding: 0px 8px 10px 8px;
}

h1 {
    	font-size: 18px;
    	font-weight: bold;
    	letter-spacing: -0.01em;
	padding: 12px 0px 15px 8px;
	margin: 0;
}

h2 {
    	font-size: 18px;
    	font-weight: bold;
    	letter-spacing: -0.01em;
	padding: 0px 0px 15px 12px;
	margin: -3px 0;
}

h3 {
	font-size: 12px;
    	font-weight: bold;
    	letter-spacing: -0.01em;
	padding: 0px 0px 15px 12px;
	margin: 2px 0;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #333333;
    text-decoration: none;
}


/*   INPUT FIELDS IN SIDEPANEL  */
.TextBox {
	width: 132px;
	height: 17px;
    border-top:1px solid #0C7E7A;
    border-bottom:1px solid #0E8E8A;
    border-left:1px solid #0D8481;
    border-right:1px solid #0E8E8A;
    	
	margin: 0;
	padding: 0;
	padding-left: 2px;
	padding-top: 2px;
	color: #000000;
	font-size: 9pt;
}

/*  Search */
#topSearchContainer
{
    text-align:right;
    height: 41px;    
}

/* SIMPLE SEARCH */
.searchTextBox .TextBox 
{
    width: 200px;
	height: 17px;
    border-top:1px solid #0C7E7A;
    border-bottom:1px solid #0E8E8A;
    border-left:1px solid #0D8481;
    border-right:1px solid #0E8E8A;
	margin: 0;
	padding: 0;
	padding-left: 2px;
	padding-top: 2px;
	color: #000000;
	font-size: 9pt;
}


#topMenuContainer
{
    text-align:left;
    height:29px;
    vertical-align: bottom; 
    padding-top:12px;    
}

#mainContainer
{
    vertical-align:top;
    width:756px;
}
#mainContent
{
    vertical-align:top;  
    width:756px;  
}

#mainContent p {
	font-size: 11px;
	font-family: Arial, Sans-Serif;
	margin: 0;
    line-height: 17px;
	padding: 0px 8px 10px 8px;
}

#mainContent div {
	font-size: 11px;
	font-family: Arial, Sans-Serif;
	margin: 0;
    line-height: 17px;
	padding: 0px;
	/*padding: 0px 8px 10px 8px;*/
}

#mainContent ul li, #mainContent ol li 
{
	font-size: 11px;
	font-family: Arial, Sans-Serif;
	margin: 0;
    line-height: 17px;
}

#mainContent h1 
{
	font-family: Arial, Sans-Serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.01em;
	padding: 12px 0px 10px 8px;
	margin: 0;
}

#mainContent h2 
{
	font-family: Arial, Sans-Serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.01em;
	padding: 0px 0px 15px 12px;
	margin: -3px 0;
}

#mainContent h3 {
	font-size: 12px;
    	font-weight: bold;
    	letter-spacing: -0.01em;
	padding: 0px 0px 15px 12px;
	margin: 2px 0;
}

#mainContent a {
	text-decoration: none;
	color: #000000;
}

#mainContent a:hover {
	color: #333333;
    text-decoration: underline;
}

.leftMenuHeadlines
{
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    color:#323232;    
    background-color:#DFEAE3;
    padding:3px;
    padding-left:20px;
}
.PrivateLabelHeadline
{
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    color:#323232;    
    background-color:#DFEAE3;
    
    padding-left:20px;
}
.PrivateLabelHeadline:hover
{
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    color:#323232;    
    background-color:#DFEAE3;
    
    padding-left:20px;
}
.seperator
{
    height:1px;
    background-color:White;
    width:100%;   
}

/*  MENU   */
#topContainer 
{
    vertical-align:top;
	background: url(images/layout/topMenuBg.gif) repeat-x;
	height: 82px;
	width: 756px;
}

.TopMenu {
	display: block;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	height: 29px;
	vertical-align:bottom;
}

.TopMenu .rmHorizontal ul {
	margin: 0;
	padding: 0;
}

.TopMenu .rmItem li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

.TopMenu .rmText a 
{
    font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	padding: 2px 8px;
	margin: 0px 2px;
	display: block;
	border-bottom: 7px solid transparent;
}

.TopMenu .rmText a:hover 
{
	border-bottom: 7px solid #4EA7A3;
}

.TopMenu .rmText a.menuSelected {
	border-bottom: 7px solid #4EA7A3;
}

.SubItem 
{
    width:145px;
    background-color:#E9F0EC;
    font-family:Arial;
    color:Black;
    border:0;
}
.ActiveSubItem 
{
    width:145px;
    background-color:#E9F0EC;
    font-family:Arial;
    color:Black;
    border:0;
}
.SubItem a
{
    color:#202020 !important;    
    border:0 !important;
    font-size:11px !important;
}
.ActiveSubItem a
{
    color:#202020 !important;    
    border:0 !important;    
    font-size:11px !important;
}

.TopMenu span.rmText {
	width:145px;
    background-color:#E9F0EC;
    color:Black;
    border:0;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 2px 8px;
	margin: 0px 2px;
	display: block; }

#menuFooterContainer
{
    background-color:#DCE5DF;  
}
#footerContainer 
{
    vertical-align:bottom;
    width:756px;
    background: url(/webresources/images/layout/footerMenuBg.gif) repeat-x;
	height: 28px;
	text-align:center;
}

#catalogContainer
{
    vertical-align:top;
    background-color:#DCE5DF;   
}


/*   SPACER   */
.tdSpacer 
{
	width: 12px;	
}

.trSpacer 
{
	height: 12px;	
}

.frontpageButton
{
    width:244px;
    height:130px;
    background-image:url(/webresources/images/layout/frontpage_button_background.gif);
    background-repeat:no-repeat;  
    vertical-align:top;  
}
.frontpageButton .innerTable
{
    cursor:pointer;
    cursor:hand;
}
.frontpageButton .innerTable .headline
{
    vertical-align:bottom;
    width:154px;
    padding-left:15px;
    padding-bottom:10px;
    color:#008F8A;
    font-family:Arial;
    font-weight:bold;
    font-size:18px;
}
.frontpageButton .innerTable .image
{
    width:90px;
    height:90px;    
}
.frontpageButton .innerTable .text
{
    padding-left:15px;
    padding-bottom:10px;  
    padding-right:15px;  
    color:#008F8A;
    font-family:Arial;
    font-weight:normal;
    font-size:11px;
}
/*   FOOTER  */
#footer 
{
    text-align:center;
	width: 756px;
	font-size: 9px;
	font-weight: normal;
	font-family: Arial;
	color:White;
}

#footer a {
	text-decoration: none;
	color: #333333;
	margin-top: 0px;
	padding: 0px 2px;
}

#footer p {
	font-size: 9px;
	font-weight: bold;
	margin: 10px 0;
	padding: 0px 5px;
}


/*   IMAGE AND FLASH   */


#paymentImage {
	margin: 5px 12px 10px 12px;
}

/*   FRONT PAGE STYLES   */
#frontNewsBlock p {
	color: #ffffff;
	margin-top: 3px;
	margin-left: 3px;
}
/* Tree Menu - Start */
.TreeMenu
{
    padding-left:5px;
    margin-top:20px;
    font-family:Arial;
    font-size:11px;  
    border-left: 1px solid #D2DBD5;  
}
.TreeMenu .RootNode
{
	cursor: pointer;
         
}
.TreeMenu .RootNode_Selected
{
	background: #dce5df;
         
}
.TreeMenu .ChildNode
{
    margin-left:-10px;
	cursor: pointer;
}
.SearchResult
{
    font-size:11px;
        
}
.SearchResult a
{
    text-decoration:underline;
}

/* Tree Menu - End */

/* HIDDEN LINK */
.hiddenLink a
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	padding: 2px 8px;
	margin: 0px 2px;
	display: block;
	border-bottom: 7px solid transparent;
}

.hiddenLink a:active, .hiddenLink a:hover {
	border-bottom: 7px solid #4EA7A3;
} 
