﻿/*
###################################
	Scrollproperties, HTML
###################################
*/
html
{
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
}

/*
###################################
	Body
###################################
*/
body
{
	padding: 0px;
    background-color:#e9e8e8;
}

/*
###################################
Wrapper
###################################
*/
#Wrapper
{
    background-color:White;
    width:978px; margin-left:auto;  margin-right:auto;
    background-image:url('../Images/Design/WrapperBgBottom.png');
    background-repeat:no-repeat;
    background-position:bottom;
}

#WrapperBgLeft
{
    background-image:url('../Images/Design/WrapperBgTopLeft.gif');
    background-repeat:repeat-y;
    background-position:left;
}

#WrapperBgRight
{
    background-image:url('../Images/Design/WrapperBgTopRight.gif');
    background-repeat:repeat-y;
    background-position:right;
}

#WrapperInside
{
    padding:10px 19px 33px 19px;
}

/*
###################################
Header
###################################
*/
#Header
{
    background-color:#c21239;
    height:110px;
    position:relative;
}  

#HeaderGmf
{
    position:absolute; left:29px; top:25px;
}    

#HeaderBlock
{
    position:absolute; left:259px; top:25px;
}   

#HeaderLedarna
{
    position:absolute; right:24px; top:27px;
}  

/*
###################################
Menu
###################################
*/
#Menu
{
    height:36px; background-color:#9e0f2f;
    font-size:12px;
}
.MenuItem
{
    text-align:center;
    float:left;
    height:36px;
    line-height:36px;
    font-weight:normal; color:White;
}
.MenuItemSelected
{
    background-image:url('../Images/Design/Menu/SelectedBgSpan.gif');
    font-weight:bold; color:#000000;
}  
.MenuItemSelectedLeft
{
    background-image:url('../Images/Design/Menu/SelectedBgLeft.gif');
    background-repeat:no-repeat;
    background-position:left;
}
.MenuItemSelectedRight
{
    background-image:url('../Images/Design/Menu/SelectedBgRight.gif');
    background-repeat:no-repeat;
    background-position:right;
}

.MenuItemSpacer
{
    width: 2px;
    height:36px;
    background-image: url('../Images/Design/Menu/Line.gif');
    background-repeat:no-repeat;
    float: left;
}

.MenuItemSpacerActive
{
    width: 2px;
    height:36px;
    background-image: url('../Images/Design/Menu/Line_Active.gif');
    background-repeat:no-repeat;
    float: left;
}

.MenuItemHome{ width:62px;}
.MenuItemAbout{ width:75px;}
.MenuItemWhy{ width:118px;}
.MenuItemBeMember{ width:99px;}
.MenuItemManager{ width:87px;}
.MenuItemAgenda{ width:72px;}
.MenuItemNews{ width:70px;}
.MenuItemNewsletter{ width:106px;}
.MenuItemContact{ width:70px;}

/*
###################################
SubMenu
###################################
*/
#SubMenu
{
    background-image:url('../Images/Design/Menu/SubMenuBg.gif');
    height:32px; 
}
.SubMenuItem
{
    float:left;
    color:#000000;
    padding-left:18px;
    line-height:32px;
    height:32px; 
}

.SubMenuItem a
{
    color:#c21239;
    font-weight:normal;
}

.SubMenuItemLinkSelected a
{
    color:#000000;
} 

/*
###################################
	Content
###################################
*/
#ContentPlate
{
}
#ContentPlatePadding
{
	padding-top: 20px;
	padding-left: 18px; 
	
}
#ContentMainColumn
{
    float:left;
    width:662px;
}
#ContentRightColumn
{
    float:right;
    width:260px;
}
#ContentMainPlate
{
	width:600px;
}
#ContentMainPlatePadding
{
	padding-top: 11px;
}

/*
###################################
	Footer
###################################
*/
#Footer
{
    background-image:url('../Images/Design/WrapperBgTop.png');
    background-repeat:no-repeat;
    width:978px; margin-left:auto;  margin-right:auto;
    background-color:White;
    font-family: Arial;
    font-size:11px;
    line-height:18px;
}

#FooterBgRight
{
    background-image:url('../Images/Design/WrapperBgTopRight.gif');
    background-repeat:repeat-y;
    background-position:right;
}

#FooterBgLeft
{
    background-image:url('../Images/Design/WrapperBgTopLeft.gif');
    background-repeat:repeat-y;
    background-position:left;
}

#FooterBgBottom
{
    background-image:url('../Images/Design/WrapperBgBottom.png');
    background-repeat:no-repeat;
    background-position:bottom;
    height:80px;
}
/*
###################################
	Manager - Link
###################################
*/

.ManagerLinkCategoryItemLeft
{
    width: 200px;
    float:left;    
    margin-top: 10px;
}
.ManagerLinkCategoryItemRight
{
    width: 320px;
    float:left;    
    margin-top: 10px;
}
.ManagerLinkListItemLeft
{
    width: 200px;
    float:left;
    margin-bottom: 10px;
}
.ManagerLinkListItemRight
{
    width: 320px;
    float:left;
    margin-bottom: 10px;
}

