/* ============================================
    CSS STYLES FOR KunstWerkStede - DotNetNuke
   ============================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: 
               white}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: 
               gray}

/* hyperlink style for the selected tab */
a:link.SelectedTab {
color: gray; font-size: 12px; font-family: 
               Arial, Verdana, Helvetica, sans-serif}

a:visited.SelectedTab  {
color: gray; font-size: 12px; font-family: 
               Arial, Verdana, Helvetica, sans-serif}

a:active.SelectedTab   {color: gray; font-size: 12px; font-family: 
               Arial, Verdana, Helvetica, sans-serif}

a:hover.SelectedTab    {color: gray; font-size: 12px; font-family: 
               Arial, Verdana, Helvetica, sans-serif}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
a:link.OtherTabs {
}

a:visited.OtherTabs  {
}

a:active.OtherTabs   {
}

a:hover.OtherTabs    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a:link.CommandButton {
}

a:visited.CommandButton  {
}

a:active.CommandButton   {
}

a:hover.CommandButton    {
}
    
/* GENERIC */
H1  { color: aqua; font-size: 13px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; }

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu --> Dit is de vormgeving voor standaard SOLPARTMENU */

/*
.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 10px; color: 
               #C0C0C0}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 10px; color: 
               #FFFFFF}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}
*/

/* uitgezet op 30/04 - nieuwe DNN
#SolpartmenuActive
{
    background-color: Transparent;
    background-image: none;
    border: none;
    padding-left: 2px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
    color: Black
}

*/

/* 
==================
CSS STYLES FOR HOUSEMENU MAIN - ANGELO
============================================
*/
#HouseMenuNav
{
    background-color: Transparent;
    background-image: none;
    border: none;
    padding-left: 2px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
}

#HouseMenuNav ul
{
    padding: 0;
    border: 0;
    margin: 0;
    list-style: none;
}

#HouseMenuNav li
{
    list-style: none;
}

#HouseMenuNav li a:link, #HouseMenuNav li a:visited
{ margin: 0; display: block; padding: 3px 5px 5px 0.5em; background-color: transparent; color: #00999f; font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: none; font-weight: normal; }

#HouseMenuNav li a:hover 
{ color: gray; font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; }

#houseMenuNav a#houseMenuCurrentLink
{ font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; color: gray; font-size: 12px; }
    
#HouseMenuNav ul ul
{
    margin-left: 12px;
    width: 135px;
}
    
#HouseMenuNav a
{
    width: 90%
}



/* 
==================
CSS STYLES FOR HOUSEMENU SUB - ANGELO
============================================
*/
#SubHouseMenu
{
    background-color: transparent;
    background-image: none;
    border: none;
    padding-left: 2px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

#SubHouseMenu ul
{
    padding: 0;
    border: 0;
    margin: 0;
    list-style: none;
}

#SubHouseMenu li
{
    list-style: none;
}

#SubHouseMenu li a:link, #SubHouseMenu li a:visited
{ margin: 0; display: block; padding: 3px 5px 5px 0.5em; background-color: transparent; color: gray; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: none; font-weight: normal; }

#SubHouseMenu li a:hover 
{ color: #00999f; font-family: Arial, Verdana, Helvetica, sans-serif; }

#SubHouseMenu a#houseMenuCurrentLink
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #00999f;
}
    
#SubHouseMenu ul ul
{
    margin-left: 12px;
    width: 135px;
}
    
#SubHouseMenu a
{
    width: 90%
}

/*
==================
CSS STYLES FOR HOUSEMENU TOP-MENU ANGELO
============================================
*/
#SubHouseMenu2
{
    background-color: transparent;
    background-image: none;
    border: none;
    padding-left: 2px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

#SubHouseMenu2 ul
{
    padding: 0;
    border: 0;
    margin: 0;
    list-style: none;
}

#SubHouseMenu2 li
{
    list-style: none;
}

#SubHouseMenu2 li a:link, #SubHouseMenu2 li a:visited
{ margin: 0; display: block; padding: 3px 5px 5px 0.5em; background-color: transparent; color: gray; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: none; font-weight: normal; }

#SubHouseMenu2 li a:hover 
{ color: #00999f; font-family: Arial, Verdana, Helvetica, sans-serif; }

#SubHouseMenu2 a#houseMenuCurrentLink
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #00999f;
}
    
#SubHouseMenu2 ul ul
{
    margin-left: 12px;
    width: 135px;
}
    
#SubHouseMenu2 a
{
    width: 90%
}


/*
==================
CSS STYLES FOR HOUSEMENU SUB - TOPMENU 2 ANGELO
===============================================
*/
#SubHouseMenu3
{
    background-color: transparent;
    background-image: none;
    border: none;
    padding-left: 2px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

#SubHouseMenu3 ul
{
    padding: 0;
    border: 0;
    margin: 0;
    list-style: none;
}

#SubHouseMenu3 li
{
    list-style: none;
}

#SubHouseMenu3 li a:link, #SubHouseMenu3 li a:visited
{ margin: 0; display: block; padding: 3px 5px 5px 0.5em; background-color: transparent; color: gray; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: none; font-weight: normal; }

#SubHouseMenu3 li a:hover 
{ color: gray; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; }

#SubHouseMenu3 a#houseMenuCurrentLink
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: gray;
}
    
#SubHouseMenu3 ul ul
{
    margin-left: 12px;
    width: 135px;
}
    
#SubHouseMenu3 a
{
    width: 90%
}


.ArrowPointer
{
	cursor: default; color:#000000
}
