/* Border Flags */
.noborder
{
	border: solid 1px #EEEEEE;
}
	

#MainSettings 
{
	width: 1000px;
	height: 450px;	
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;			
}

#BackContent
{
	background-image: url(Images/back_content_algemeen.gif);
	background-repeat: repeat;
	width: 1000px;
	vertical-align: top;
}

.Menu
{
	text-align: center;
	width: 1000px;
	background-image: url(Images/menu.jpg);
	height: 20px;
}

.BackgroundImage
{
	width: 1000px;
	height: 40px;
	background-image: url(Images/header.jpg);
}

.afstandhouder
{
	width: 10%;
}

.search
{
	width: 80%;
}

.taalvlaggen
{
	width: 20%;
}

.footer
{
	width: 1000px;
	background-image: url(Images/footer.jpg);
	height: 10px;
}


/* Menu */
.MainMenuContainer
{
	background-color: #02284d;
	text-align: justify;
}

.MainMenuArrow
{
	width: auto;
}

.MainMenuBar
{
	cursor: pointer;
	height: 15px;
}

.MainMenuItem, .MainMenuItemSel
{
	border-top: solid 1px lightblue;
	font-size: 11px;
	font-style: normal;
	font-family: arial;
	font-weight: bold;
	color: #ffffff;	
}

.MainMenuBreak
{
	border-bottom: solid 1px lightblue;
}

.MainMenuIcon
{
	display: none;
}
                 
.RootMenuItem .RootMenuItemActive
{
	border: solid 1px #FFFFFF;
	font-size: 10px;
}

.RootMenuItemSel
{
	background-color: #9dacba;
	border: solid 1px #FFFFFF;
	height: 13px;
	font-size: 11px;
	color: #ffffff;
}
	
.SubMenu
{
	cursor: pointer;
	background-color: #02284d;
	color: #000000;
}

.SubMenuItemSel
{
	background-color: #aaaaaa;
	color: #ffffff;
	font-size: 11px;
	border-top: solid 1px lightblue;
}

.SubMenuItemActive
{
	color: #ffffff;
	background-color: #02284d;
	font-size: 10px;
}


/* Panes */
.contentpane
{
	width: 100%;
	
	vertical-align: top;
}

contentpane2
{
	width: 100%;
	
	vertical-align: top;
}

contentpaneclass3
{
	width: 100%;
	text-align: center;
	vertical-align: top;
}

/* Tokens */

.hypLogin
{
	color: Red;
}

#LoginText .dnnLOGIN 
{
	font-family: Arial;
	font-size: 10px;	
	color: #ffffff;	
}

.User
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	
	color: #FFFFFF;
}

#searchbox .NormalTextbox
{
	width: 120px;
	height: 15px;
	font-family: Verdana;
	font-size: 10px;
}


.skinObject, a.skinObject:link, a.skinObject:visited 
{
    text-decoration: none;
    /*background-image: url(Images/LinkButton1.gif);*/
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: bottom;
    height: 25px;
    width: 104px;
    font-size: 12px;
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    font-family: Arial; 
}

a.skinObject:hover    
{
    text-decoration: hover;
    color: red;
}

a.skinObject:active   
{
    text-decoration: none;
    color: red;
}
