/* ================================
    CSS STYLES FOR DotNetNuke
   ================================

	/* GENERIC */
	
.compheader  { background-color: #F4F4E4; color: #B90218; font-weight:bold}
.comproweven  { background-color: #EEEEEE}
.comprownoneven  { background-color: #FBFBFB}

.kaartheader  { background-color: #F4F4E4; color: #B90218; font-weight:bold}
	
	
H1{
	color: #b90218;
	font-family: Georgia,Tahoma,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin-top: 8px;
	letter-spacing: 2px;
}

H2{
	color: #4f4f4f;
	font-family: Georgia,Tahoma,Helvetica,sans-serif;
	font-weight: 500;
	letter-spacing: 2px;
	background-color: #f4f4e4;
	border: 1px dotted #808080;
	margin-top: 30px;
	padding: 3px;
	font-variant: small-caps;
	font-size: 18px;
}

H3{
	color: #4f4f4f;
	font-family: Georgia,Tahoma,Helvetica,sans-serif;
	font: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	background-color: transparant;
	border-top: 1px dashed #808080;
	margin-top: 30px;
	padding: 3px;
	font-variant: small-caps;
}

H4 {
	color: #4f4f4f;
	font: 14px bold;
	font-family: Georgia,Tahoma,Helvetica,sans-serif;
	padding: 2px;
	margin-top: 30px;
	border-top: 1px dotted #808080;
}

H5 {
  color: #4F4F4F;
  font: 14px bold;
  font-family: Georgia,Tahoma,Helvetica,sans-serif;
  margin: 0;
}

H6 {
}

TFOOT, THEAD {
}

TABLE{
	border: 0px;
}

TH,TD{
	color: #4f4f4f;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	margin: 0px;
}

A:LINK {
   Verdana,Arial,Helvetica,sans-serif;
	border: none;
	text-decoration: none;
	color: #b90218;
}

A:VISITED {
   Verdana,Arial,Helvetica,sans-serif;
	border: none;
	text-decoration: none;
	color: #b90218;
}

A:HOVER {
  Verdana,Arial,Helvetica,sans-serif;
  text-decoration: underline;
  color: #b90218;
}

A:ACTIVE {
  Verdana,Arial,Helvetica,sans-serif;
}

SMALL {
	font: 10px;
}

BIG {
}

BLOCKQUOTE, PRE {
}

UL LI {
}

UL LI LI {
}

UL LI LI LI {
}

OL LI {
}

OL OL LI {
}

OL OL OL LI {
}

OL UL LI {
}

HR {
}




*/   
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HEADBG {
}

/* background color for the content part of the pages */
BODY {
}

/* background/border colors for the selected tab */
.TABBG {
}

/* text style for the selected tab */
.SELECTEDTAB {
}

/* hyperlink style for the selected tab */
A.SELECTEDTAB:LINK {
}

A.SELECTEDTAB:VISITED {
}

A.SELECTEDTAB:HOVER {
}

A.SELECTEDTAB:ACTIVE {
}

/* text style for the unselected tabs */
.OTHERTABS {
}

    
/* hyperlink style for the unselected tabs */
A.OTHERTABS:LINK {
}

A.OTHERTABS:VISITED {
}

A.OTHERTABS:HOVER {
}

A.OTHERTABS:ACTIVE {
}

/* GENERAL */
/*  from master module */
/*  from master module */
/* 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{
	color: #4f4f4f;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px; 
}

/* 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.COMMANDBUTTON:LINK {
}

A.COMMANDBUTTON:VISITED {
}

A.COMMANDBUTTON:HOVER {
}

    
A.COMMANDBUTTON:ACTIVE {
}

/* button style for standard HTML buttons */
.STANDARDBUTTON {
}


/* 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 */
.MAINMENU_MENUCONTAINER {
}

.MAINMENU_MENUBAR {
}

.MAINMENU_MENUITEM {
}

.MAINMENU_MENUICON {
}

.MAINMENU_SUBMENU {
}

.MAINMENU_MENUBREAK {
}

.MAINMENU_MENUITEMSEL {
}

.MAINMENU_MENUARROW {
}

.MAINMENU_ROOTMENUARROW {
}

/* Login Styles */
.LOGINPANEL{
}

.LOGINTABGROUP{
}

.LOGINTAB {
}

.LOGINTABSELECTED{
}

.LOGINTABHOVER{
}

.LOGINCONTAINERGROUP{
}

.LOGINCONTAINER{
}

/* Control panel */
.CONTROLPANEL {
}

.FORMMASTERCLASS TD {
	padding: 5px;
}

.bin_div 
{
    text-align:left;
}