/***********************************************************
 * File: do-master.css
 * Project: Ridderlijke Duitsche Orde
 *
 * Copyright: (c) 2004 Hippo Software. All rights reserved
 *            <http://www.hipposoftware.nl>
 *
 * Author: Bert Bulder <mailto:bertb@hipposoftware.nl>
 *
 * Master css file to be included prior to the color specific css def's
***********************************************************************/

/**********************************************************
   General
***********************************************************/
html{
	min-height: 100%;
	height: 100%;	
}

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-arrow-color: #999999;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	text-align: center;
	min-height: 100%;
	height: 100%;
}

ul li {
	list-style-type: square;
	margin-left: 20px;
}

#main {
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	background-color: #FFFFFF;
	height: 100%;
}

#main #content {
	padding: 5px;
	padding-top: 15px;
	word-wrap: break-word;
}

#header {
	height: 170px;
}

#header #banner {
	padding: 0px;
}

#header #menu {
	padding-top: 5px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	height: 73px;
}

#header #menu a {
	display: block;
}
#header #menu a:link {
	text-decoration: none;
	color: #333333;
}
#header #menu a:visited {
	text-decoration: none;
	color: #333333;
}

#header #hoofdmenu {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	font-size: 11px;
	line-height: 15px;
	color: #a3a3a3;
	height: 18px;
}

#header #hoofdmenu a {
	font-weight: bold;
	display: block;
}
#header #hoofdmenu a:link {
	text-decoration: none;
	font-weight: bold;
	color: #a3a3a3;
}
#header #hoofdmenu a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #a3a3a3;
}
#header #hoofdmenu a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #a3a3a3;
}

#content {
	padding: 5px;
	word-wrap: break-word;
}

p {
	padding-bottom: 13px;	
}

p, td, th, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight:normal;
	color: #333333;
}

/**********************************************************
   Links
***********************************************************/
a:link {
	text-decoration: underline;
	color: #333333;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color: #FF6600;
}
/**********************************************************
   Tables
***********************************************************/
table#help {
	border : 0 none #FFFFFF;
	padding: 0;
	width: 100%;
}
table#help td {
	font-size: 10px;
	color: #333333;
}
table#help a:link {
	text-decoration: none;
	color: #333333;
}
table#help a:visited {
	text-decoration: none;
	color: #333333;
}
/**********************************************************
   Text
***********************************************************/
.kleineinterlinie {
	line-height: 6px;
}
.klein {
	font-size: 9px;
}
.kopmenugrijs {
	color: #999999;
	font-weight: bold;
	line-height: 10px;
}

.kopintro {
	
}

.completeThesaurus {
	line-height: 16px;
}

.thesaurus {
	line-height: 16px;
	position: relative;
	padding-left: 10px;
}

.bladerpijltje {
	text-decoration: none;	
}

#paginationControl {
	width: 100%;
}

