/* Main Menu */

.MainMenu_MenuContainer {
width: 100%;
color: #FFFFFF;
padding-top: 1px;
}

.MainMenu_SubMenu TD
{
border: 0px;
}

.MainMenu_MenuBar {
}

.MainMenu_RootActiveTab
{
color: #FFFFFF;
background-color: #e60956;
font-size: 12px;
font-family: Lucida Grande, Verdana, Times New Roman;
font-weight: normal;
}

.MainMenu_MenuItem {
font-size: 12px;
font-family: Lucida Grande, Verdana, Times New Roman;
font-weight: normal;
padding-left: 25px;
text-indent: -1ex;
}

.MainMenu_MenuIcon {
display: none;
}

.MainMenu_SubMenu {
background-color: #d9e4e6;
font-size: 12px;
font-family: Lucida Grande, Verdana, Times New Roman;
color: #18376A;
padding-left: 25px;
text-indent: -1ex;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
background-color: #e60956;
color: #FFFFFF;
font-size: 12px;
font-family: Lucida Grande, Verdana, Times New Roman;
font-weight: normal;
padding-left: 25px;
text-indent: -1ex;
}

.MainMenu_MenuArrow {

}

.MainMenu_RootMenuArrow {
padding-right: 5px;
}


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
BODY, TD
{

}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
font-weight: bold;
font-size: 12px;
font-family: Lucida Grande, Verdana, Times New Roman;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    color: #333333;
font-weight: bold;font-size: 12px;
font-family: Lucida Grande, Verdana, Times New Roman;
    }

/* 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
{
font-family: Lucida Grande, Verdana, Times New Roman;
                    font-size: 12px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font-family:verdana;
font-size:11px;
}

.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.CommandButton:link {
                    color:#18376A;
font-family: verdana;
font-size: 11px;
text-decoration: underline;
}

A.CommandButton:visited  {
 color:#18376A;
font-family: verdana;
font-size: 11px;
text-decoration: underline;
}

A.CommandButton:active   {
 color:#18376A;
font-family: verdana;
font-size: 11px;
text-decoration: underline;
}

A.CommandButton:hover    {
 color: #333333;
font-family: verdana;
font-size: 11px;
text-decoration: none;
}
    
/* GENERIC */
H1  {
color: #333333;
font-family: verdana;
font-size: 18px;
}

H2  {
color: #333333;
font-family: verdana;
font-size: 14px;
}

H3  {
font-weight: normal;
font-size: 17px;
font-family: Lucida Grande, Verdana, Times New Roman;
color: #e50855;
margin-bottom: 2px;
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

a:link
                {
                    color: #333333;
                    text-decoration: underline;
                }
                
                a:hover
                {
                    color: #e50855;
                    text-decoration: none;
                }
                
                a:visited
                {
                    color: #333333;
	    text-decoration: underline;
                }
                
                a:visited:hover
                {
                    color: #e50855;
	    text-decoration:none;
                }

a.normal:link
                {
                    color: #333333;
                    text-decoration: none;
                }
                
                a.normal:hover
                {
                    color: #e50855;
                    text-decoration: none;
                }
                
                a.normal:visited
                {
                    color: #333333;
                    text-decoration: none;

                }
                
                a.normal:visited:hover
                {
                    color: #e50855;

                }

a.normalpijl:link
                {
                    color: #333333;
                    text-decoration: none;
background-image: url(http://www.congrespodiumkunsten.nl/images/arrow_links_desel.gif);
background-position: right;
background-repeat: no-repeat;
width: 150px;
                }
                
                a.normalpijl:hover
                {
                    color: #e50855;
                    text-decoration: none;
background-image: url(http://www.congrespodiumkunsten.nl/images/arrow_links_sel.gif);
background-position: right;
background-repeat: no-repeat;
width: 150px;
                }
                
                a.normalpijl:visited
                {
                    color: #333333;
                    text-decoration: none;
background-image: url(http://www.congrespodiumkunsten.nl/images/arrow_links_desel.gif);
background-position: right;background-repeat: no-repeat;
width: 150px;
                }
                
                a.normalpijl:visited:hover
                {
                    color: #e50855;
background-image: url(http://www.congrespodiumkunsten.nl/images/arrow_links_sel.gif);
background-position: right;
background-repeat: no-repeat;
width: 150px;
                }

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    {
    font-size: 11px;
    font-family: verdana;
    color: white;
    font-weight: bold;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/*
-----------------------------------------------------
Modifications for FORUMS
EdB, 16 september 2007
-----------------------------------------------------
*/
.afgrouprow{
font-weight: normal;
font-size: 11px;
color: #ffffff;height: 30px;
background-color: #5476A0;
background-image: none;
border=0;
}

.afgrouprow a:link
{
color: #FFFFFF;
font-size: 11px;
font-family: verdana;
text-decoration: underline;
}

.afgrouprow a:visited
{
color: #FFFFFF;
font-size: 11px;
font-family: verdana;
text-decoration: underline;
}

.afgrouprow a:hover
{
color: #FFFFFF;
font-size: 11px;
font-family: verdana;
text-decoration: none;
}

.afgrouprow a:visited:hover
{
color: #FFFFFF;
font-size: 11px;
font-family: verdana;
text-decoration: none;
}

.afforumrow
{
background-color: #FFFFFF;
font-size: 11px;
font-family: verdana;
color: #333366;
vertical-align: top;
}

a.discussSubject:link
{
font-size: 12px;
font-family: verdana;
font-color:white;
text-decoration: underline;
font-weight: bold;
}

a.discussSubject:visited
{
font-size: 12px;
font-family: verdana;
text-decoration: underline;
font-weight: bold;
}

.afheader
{
font-weight: normal;
}
/*
OTHER MODIFICATIONS

*/

SELECT
{
font-size: 11px;
font-family: verdana;
}

/*
-----------------------------
FAQ instellingen
-----------------------------
*/
.FAQvraag
{
color: white;
font-weight: bold;
font-family: Lucida Grande, Verdana, Times New Roman;
font-size: 12px;
margin-left: 10px;
}

.FAQantwoord
{
margin-left: 20px;
font-family: Lucida Grande, Verdana, Times New Roman;
font-size: 12px;
}

.InleidTable
{
border-bottom: 1px solid #333333;
border-right: 1px solid #333333;
}

.InleidTable TD
{
border-top: 1px solid #333333;
border-left: 1px solid #333333;
padding: 5px;
}

DIV
{
font-family: Lucida Grande, Verdana, Times New Roman;
font-size: 12px;
}

a.ReadMore:link
{
color: #e50855;
text-decoration: none;
background-image: url(http://www.congrespodiumkunsten.nl/images/arrow_desel.gif);
background-position: right;
padding-right: 13px;
background-repeat: no-repeat;
}
                
a.ReadMore:hover
{
color: #333333;
text-decoration: none;
}
                
a.ReadMore:visited
{
color: #e50855;
text-decoration: none;
background-image: url(http://www.congrespodiumkunsten.nl/images/arrow_desel.gif);
background-position: right;
padding-right: 13px;
background-repeat: no-repeat;
}
                
a.ReadMore:visited:hover
{
color: #333333;
text-decoration:none;
}

.ReadMore a:link
{
color: #e50855;
text-decoration: none;
background-image: url(http://www.congrespodiumkunsten.nl/images/arrow_desel.gif);
background-position: right;
padding-right: 13px;
background-repeat: no-repeat;
}
                
.ReadMore a:hover
{
color: #333333;
text-decoration: none;
}
                
.ReadMore a:visited
{
color: #e50855;
text-decoration: none;
background-image: url(http://www.congrespodiumkunsten.nl/images/arrow_desel.gif);
background-position: right;
padding-right: 13px;
background-repeat: no-repeat;
}
                
a.ReadMore a:visited:hover
{
color: #333333;
text-decoration:none;
}

a.title:link
{
color: #e50855;
text-decoration: none;
font-weight: normal;
}

a.title:hover
{
color: #333333;
text-decoration: none;
font-weight: normal;
}


a.title:visited
{
color: #e50855;
text-decoration: none;
font-weight: normal;
}

a.title:visited:hover
{
color: #333333;
text-decoration: none;
font-weight: normal;
}

.sample
{
font-family: Lucida Grande, Verdana, Times New Roman;
font-size: 12px;
}

.path
{
font-family: Lucida Grande, Verdana, Times New Roman;
font-size: 12px;
color: #999999;
}

.Intro
{
font-family: Lucida Grande, Verdana, Times New Roman;
font-size: 25px;
color: #e50855;
}

.PlaatjeOmTekst
{
text-align: left;
margin-right: 10px;
margin-bottom: 10px;
}











































