/**
 * css files with filename '{templatename}.css' in the 'css' subdirectory of a template
 * are automatically included in the main document. 
 * 
 * the _default.css file is, however, not automatically included,
 * although this is manually done in the default installation.
 * see 'tmpl/_default/tmpl.php' for the appropriate include statement.
 */

/**
 * DEFAULT MODULE STYLE
 */

div.module {
	display: block;
}

div.align_center {
	text-align: center;
}

div.align_left {
	float: left;
}

div.align_right {
	float: right;
	margin-right: -10px;
}

/**
 * FORMATTING
 * used in text editor [b][i][u]
 */
 
span.dik {
	font-weight: bold;
}	
span.schuin {
	font-style: italic;
}
span.lijn {
	text-decoration: underline;
}

/**
 * TEXT STYLES
 * used in entire website
 */
 
body {
	font-family: Verdana, Arial;
	font-size: 0.75em;
}
body, html {
	overflow: hidden;
	height: 100%;
	font-size: 10pt;
}

body, body * {
	margin: 0;
	padding: 0;
	font-family: Arial;
}

h1, h2, h3, p {
	margin-bottom: 5px;
	margin-right: 10px;
}

h1 {
	color: #219C21;
	font-size: 22pt;
	font-style: italic;
	font-weight: normal;
}

h2 {
	color: black;
	font-size: 10pt;
	font-weight: bold;
}

h3 {
	color: black;
	font-size: 10pt;
	font-weight: bold;
}

div#top {
	background: repeat-x url('../tmpl/grotekamp/images/top_midden.gif');
	height: 150px;
}

div#top_links {
	background: left no-repeat url('../tmpl/grotekamp/images/top_links.gif');
	height: 150px;
	width: 296px;
	float: left;
}

div#top_links div.module {
	color: #219C21;
}

div#top_rechts {
	background: right no-repeat url('../tmpl/grotekamp/images/top_rechts.gif');
	height: 150px;
	width: 380px;
	float: right;
}

div#wrapper {
	background: #E4BF84 left repeat-y url('../tmpl/grotekamp/images/midden_bg.gif');
	height: 100%;
}

div#links {
	/*width: 250px;
	float: left;*/
	display: none;
}

div#midden {
	padding: 0px;
	overflow-y: auto;
	overflow-x: hidden;
	top: 150px;
	bottom: 55px;
	left: 270px;
	margin-right: 0px;
	padding-right: 40px;
	right: 0px;
	position: absolute;
}

div#midden ul, div#midden ol {
	margin-left: 40px;
}

div#kip {
	bottom: 0px;
	height: 247px;
	position:absolute;
	width: 247px;
}

div#onder {
	bottom: 0px;
	height: 55px;
	position:absolute;
	background-color: #5d0860;
	width: 100%;
}

div#onder ul {
	list-style: none;
}

div#onder li {
	display: block;
	float: left;	
}

div#onder li a {
	display: block;
	text-align: center;
	width: 120px;
	height: 25px;
	padding-top: 5px;
	border: 1px solid black;
	margin: 12px 5px 5px 20px;
	background: white left no-repeat url('../tmpl/grotekamp/images/pijl.gif');
	color: black;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
}

div#onder li a:hover {
	background: #219C21 left no-repeat url('../tmpl/grotekamp/images/pijl_groen.gif');
	color: white;	
	border-color: white;
}

div#top h1 {
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 14pt;
}

div#top ul {
	margin-left: 15px;
	list-style: none;
}

div#top a {
	color: #5D0860;
	font-weight: bold;
	font-size: 10pt;
}
