/*
	Roseboom Installatietechniek...
	Oranje: 	#FE7D19
	Blauw: 	#0C2576

*/
BODY
{
	margin: 0px;
	background: url(afbeeldingen/background_slider.jpg);
}
TABLE
{
	font-family: Verdana;
	font-size: 10pt;
}
A:ACTIVE
{
	color: black;
	text-decoration: underline;	
}
A:LINK
{
	color: black;
	text-decoration: underline;	
}
A:VISITED
{
	color: black;
	text-decoration: underline;	
}
A:hover
{
	color: #006EB1;
}
.beeldvulling
{
/*	background: url(afbeeldingen/background_slider.jpg);*/
/*	background-repeat: repeat-x;
	background-color: #F6F4F4;
	padding-top: 30px;*/
}
.main
{
	background-color: White;
	font-family: Verdana;
	font-size: 10pt;
	padding-left: 2px;
	padding-right: 2px;
}
.main-content
{
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.main-watermark
{
	background: url(afbeeldingen/watermark.jpg) no-repeat right bottom;
}
.table-menu
{
	background-color: #006EB1;
}
.td-menu-divider
{
	background-color:white;
}
.table-footer
{
	background: url(afbeeldingen/footer-background-slider.jpg);
	font-family: Verdana;
	font-size: 8pt;
	color: white;
	text-align: center;
}
A.footerlink:ACTIVE
{
	color: WHITE;
	text-decoration: underline;
}
A.footerlink:LINK
{
	color: WHITE;
	text-decoration: underline;
}
A.footerlink:VISITED
{
	color: WHITE;
	text-decoration: underline;
}
A.footerlink:HOVER
{
	color: #FEF102;
	text-decoration: underline;
}
.copyright
{
	font-size: 8pt;
}
A.smalllink:ACTIVE
{
	font-size: 8pt;
	color: black;
	text-decoration: underline;
}
A.smalllink:LINK
{
	font-size: 8pt;
	color: black;
	text-decoration: underline;
}
A.smalllink:VISITED
{
	font-size: 8pt;
	color: black;
	text-decoration: underline;
}
A.smalllink:hover
{
	color: #006EB1;
	text-decoration: underline;
}
IMG.float
{
	float: left;
	margin: 25px;
}
.actie-header
{
	font-weight: bold;
	font-style:italic;
	border-bottom: 1px solid #006EB1;
}
.actie-caption
{
	font-size: 8pt;
}
.roseboomblauw
{
	color: #006EB1
}
.smalltext
{
	font-size: 8pt;
}
.td_header
{
	padding-bottom: 2px;
	padding-right: 16px;
}
/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
.ControlPanel {
    width: 100%;
    height: 64px;
    background-color: White;
    BORDER: #0E0EFF 1px solid; 
}
/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8pt;
    color: white;
    font-family: Tahoma;
}

/* text style for the unselected tabs */
.OtherTabs {
	color: White; 
	font-family: Arial; 
	font-size: 14pt; 
}
    
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma;
    font-size:  11px;
    font-weight: bold;
    color: #0C2576;
}
/* style for module titles */
.Head   {

}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: normal;	
	 color: black;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;  
}

.NormalRed
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
	 color: #0C2576
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;  
}	
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #0C2576;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #0C2576;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #0C2576;
}

A.CommandButton:hover    {
    color: #0C2576;
    text-decoration:    none;
}
        
/* GENERIC */
H1  {
	font-family: Verdana;
	font-size: 14pt;
	color: #000000;
	border-bottom: 2px solid #006EB1;
	width: 100%;
/*	vertical-align: bottom;*/
	padding-bottom: 2px;
	text-transform: uppercase;
	font-weight: normal;
}
H1:first-letter
{
	padding: 10px;
	font-family: Verdana;
/*	font-size: 250%;*/
	font-size: 30pt;
/*	text-align: center;*/
	background-color: #000000;
	color: #FFFFFF;
	margin-right: 4px;
	line-height: 50px;
	font-weight: normal;
}

H2 {
	color: #006EB1;
	font-size: 13pt;
}

H3  {
    font-family: Tahoma;
    font-size:  12px;
    font-weight:    normal;
    color: black;
}

H4  {
    font-family: Tahoma;
    font-size:  12px;
    font-weight:    normal;
    color: black;
}

H5, DT  {
    font-family: Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

H6  {
    font-family: Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 20;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

/* Bar in which menu items are placed...*/
.MainMenu_MenuContainer {
	border-bottom: white 0px solid; 
	border-left: white 2px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
/*	background-color: #FE7D19;*/
}

.MainMenu_MenuBar {
	background-image: url(menuitem_background_normal.jpg);
	background-repeat: repeat-x;
}

/* Items in submenu...*/
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: White 0px solid; 
	border-bottom: White 0px solid; 
	border-top: White 0px solid; 
	border-right: White 0px solid;
	padding-right: 10px;
	height: 24px;
}
/* menu icon submenu */
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	border-left: #FE7D19 0px solid; 
	border-bottom: #FE7D19 0px solid; 
	border-top: #FE7D19 0px solid; 
	border-right: #FE7D19 0px solid; 
	text-align: center; 
	width: 15; 
	background-color: #006EB1;
/*	height: 20;*/
}
.MainMenu_rightseparator {
	width: 2px;	
}
/* submenu regel */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #006EB1;
	color: white;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #FE7D19 0px solid; 
	border-left: #FE7D19 0px solid; 
	border-top: #FE7D19 0px solid; 
	border-right: #FE7D19 0px solid;
}

/* what happens when you use the separator..*/
.MainMenu_MenuBreak {
	background-color: White; 
}
/* menu item hover... border count only in submenu*/
.MainMenu_MenuItemSel {
/*	background-color: #0001A6; */
	background-image: url(menuitem_background_hover.jpg);
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 24px;
	padding-right: 10px;
}
.MainMenu_Root {
	border: red 2px solid;
}
.MainMenu_RootSelected {
	background-image: url(menuitem_background_hover.jpg);
	border: white 2px solid;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FE7D19 0px solid; 
	border-bottom: #FE7D19 0px solid; 
	border-top: #FE7D19 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}	  
.SkinObject {
    font-weight: bold;
    font-size: 15pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    underline;
    color:white;
}

A.SkinObject:visited  {
    text-decoration:    underline;
    color:white;
}

A.SkinObject:active   {
    text-decoration:    underline;
    color:white;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:white;
}
.td_copyright
{
    padding-top: 2px;
    padding-right: 12px;
}						
A.inloggen
{
    font-weight: bold;
    font-size: 8pt;
    color: Black;
    font-family: Tahoma;
    text-decoration: underline;
}
A.inloggen:link
{
    color: Black;
    text-decoration: underline;
}
A.inloggen:active
{
    color: Black;
    text-decoration: underline;
}
A.inloggen:visited
{
    color: Black;
    text-decoration: underline;
}
A.inloggen:hover
{
	color: #006EB1;
   text-decoration: underline;
}


