/* ================================
    CSS STYLES FOR 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-size:62.5%
}

hr {
clear: both;
}

/* 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   {
}

/* 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.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

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 */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	_margin:10px 0;
	}

.DetailDiv,
.DetailDiv table,
.artikel
{
	color: #666666;
	font-size:8.4pt;
	line-height:11.76pt;
	margin: 10px;
}
.DetailDiv {
margin: 25px;
}

.DetailDiv table,
{
border:none;
margin:-3px;
padding:none;

}
.DetailDiv table td,{
  border:none;
  margin:none;
}
.artikelsmall {
	color: #666666;
	font-size:6.4pt;
	line-height:9.76pt;
	margin: 10px;
}

.photo-border {
	border:10px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block; 
}

.photo-float-left {
	float:left;
	margin-right:10px;

	}

.photo-float-right {
	float:right;
	margin-left:10px;

	}

.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
	color:#666666;
}

.h1 {
	margin-bottom:0;
}

.h1, .h2 {
	margin-top:0px;
}

.h2 {
	font-size:1.3em;
}

.h3 {
	font-size:1.1em;
}

.h3.small {
	font-size:1.2em;
}

.h4 {
	font-size:1.1em;
}

.h5 {
	font-size:1.1em;
}

.h6 {
	font-size:1em;
}

blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url(bg-quote.png) no-repeat;
	font-size:0.9em;
	}

blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}

#dnn_ColumnPane1
{   	

}

.adresbox {
   width=200;
   height=50;
   bgcolor=grey;
   color:white;
   padding=10;
}

.column {
   /* background-color=iceblue; */
   background-color:#666666;
   color:white;

}

/* artikel text selector  */
.ax_menuitem {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.6em;
	margin:5px 0;
	color:#666666;
	font-size:12px;
}

.ax_menu a:link, .ax_menu a:visited {

  text-decoration:none; 
  background-color:#fff; 
  color:#000; 
  display:block; 
  width:12em; 
  height:1.5em; 
  border-bottom:1px solid #fff;  
  border-right:1px solid #fff; 
  padding:0.5em;
  }
.ax_menu a:hover {
  border-bottom:1px solid #000; 
  text-align:right;
  text-decoration:none; 
  color:#555555
  }

/* vertical icon selectors  */
.ax_maggridmenuitem,
.ax_uiggridmenuitem,
.ax_iconmenuitem,
.ax_iconmenulitem {
  width:135;
  valign:top; 
  border:0;

}
.ax_maggridmenuitem {
  width:70px;

}

.ax_maggridmenu a:link, .ax_maggridmenu a:visited,
.ax_uiggridmenu a:link, .ax_uiggridmenu a:visited,
.ax_iconmenul a:link, .ax_iconmenul a:visited,
.ax_iconmenu a:link, .ax_iconmenu a:visited {
  text-decoration:none; 
  background-color:#fff; 
  color:#000; 
  display:block; 
  width:15em; 
  height:1.5em; 
  border-bottom:1px solid #fff;  
  border-right:1px solid #fff; 
  padding:0.5em;

  }
.ax_uiggridmenu a:link, .ax_uiggridmenu a:visited,
.ax_iconmenul a:link, .ax_iconmenul a:visited {
  width:15em;
  text-align:right;
  }
.ax_iconmenu a:link, .ax_iconmenu a:visited,
.ax_uiggridmenu a:link, .ax_uiggridmenu a:visited {
  width:15em;
  text-align:left;

}
.ax_maggridmenu a:link, .ax_maggridmenu a:visited
{ width:10em;
}

.ax_maggridmenu a:hover,
.ax_uiggridmenu a:hover,
.ax_iconmenul a:hover,
.ax_iconmenu a:hover {
  border-bottom:1px solid #fff; 
  text-align:right;
  text-decoration:none; 
  color:#555555;

  }
.ax_iconmenul a:hover {
  text-align:left;
  }

.axred {
 color:E60094;
}

.tarieftabel
{ width:90%;
  border:1px;
}