/* ----------------------------------------------------------------------------------
reset.css
------------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ----------------------------------------------------------------------------------
einde reset.css
------------------------------------------------------------------------------------*/

/*phpwcms specifiek
===========================================*/
.imgDIVinTextLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0;
}
.imgDIVinTextRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 5px;
} 
.imgDIVtopLeft { 
	margin:8px 10px 5px 20px; 
	padding:5px; 
	border:0; 
} 
.imgDIVtopCenter { 
	margin:8px -50% 5px -50%; 
	padding:5px; 
	border:0; 
}

.imgDIVblockImgLeft { 
	margin-right: 10px;
}
.imgDIVblockImgRight {
	margin-left: 10px; 
} 

.phpwcmsImgListRight {
	text-align: right;
	margin: 0;
	padding: 0;
}
.phpwcmsImgListLeft {
	text-align: right;
	margin: 0;
	padding: 0;
}
/*Einde phpwcms specifiek
-------------------------------------------------------*/
a {
	color: #6aa9ff;
	text-decoration: none;
	font-weight: bold;
	outline: 0; /*remove dotted outline*/
}
a:hover	{
	text-decoration: underline;
}
p {
	padding: 5px 0;
}

h1,h2,h2,h3 {
	font-weight: bold;	
	color: #444;
}
h1 {
	font-size:	1.2em;
	padding-bottom: 10px;
}

h2 {
	font-size:	1em;
	padding-bottom: 10px;
}

h3 {
	font-size: 0.9em;
	padding-bottom: 15px;
}
h4 {
	font-size: 1em;
	padding-bottom: 5px;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
td {
	vertical-align: top;
	padding: 5px;
}
.clear {
	clear: both;
}

.imgDIVblockImgRight img {
		border: 0px solid #ccc;
		margin-bottom: 5px;
}

.phpwcmsArticleListEntry {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 0px solid #ccc;
}
.phpwcmsArticleListEntry h2 {
	font-size:	1.4em;
	text-transform: uppercase;
	font-weight: bold;
}
.phpwcmsArticleListImage {
	float: right;
	border: 0px solid #ccc;
	margin: 0 0 0 10px;
}
.phpwcmsArticleListImage a {
	line-height: 12px; /*om de onderste lijn afstand van kader ok te houden*/
}

.images img {
	float: left;
	margin: 5px;
	padding: 0px;
}
.form-field { 
	position: relative;
}
.form-field label {
	clear: both;
	float: left;
	padding: 5px 0px;
	width: 160px;
}
.form-type-submit {
	clear: both;
	float: left;
	padding: 5px 0px 0 160px;
}
.form-field input ,.form-field textarea {
	float: left;
	padding: 2px 5px 2px 10px;
}
.twitter{
	width: 100%;
	padding: 10px;
	background: #fff;
}
/*Layout
---------------------------------------------------------*/
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#fff;
	background: #444;
	background-image: linear-gradient(to bottom, #999 0%, #444 100%);	
	background-attachment:fixed; 
}
#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	color: #444;
}
#kop {
	position: relative;
	width:100%;
	height: 300px;
	background: #666 url("bg-kop.jpg") left bottom no-repeat;
}
#logo {
	float: left;
	width: 240px;
	padding-top:20px;
}
#menu {
	position: relative;
	background-color: #C82326;
	height:50px;
	font: normal normal 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0 #000;	
	z-index: 100;
}

#content {
	position: relative;
	min-height: 400px;
	padding: 25px 45px 15px 20px;
	background: #fff;
	line-height: 150%;	
}
* html #content {
	height: 400px;
}

#content-body {
	float: left;
	width: 590px;
	padding-bottom: 15px;
}
#content-aside {
	float: right;
	width: 260px;
	padding-right: 20px;
}
#content-aside img{
box-shadow: 5px 5px 10px #444;
}
#voet {
	position: relative;
	min-height:100px;
	background: #000;
	background-image: linear-gradient(to bottom, #333 0%, #000 70%);	
	color:#fff;
}
#voet a {
	color: #fff;
	font-weight: normal;
}
.voet-tekst {
	float: left;
	width: 300px;
	padding:10px 10px 10px 40px;
	font-size: 0.8em;
}
#voskotan {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
	padding:20px 5px 20px 0;
} 
#voskotan a {
	color: #ccc;
	font-weight:normal;
	font-size:0.8em;
	}

.image-with-text img {
	float: right;
	padding: 0 0 10px 0;
}
#feLoginForm label{
	float: left;
	width: 100px;	
}
#feLoginForm input{
	width: 200px;	
}


/* 

	Sample CSS for use in combination with {NAV_LIST_UL:HCSS}
	
	CSS for show/hide flyout menu is rendered dynamically in the style section
	Basis of this CSS is taken from http://www.alistapart.com/articles/horizdropdowns/

*/


#menu ul ul { display: none; }
#menu ul li:hover ul { display: block; }
#menu ul li:hover ul ul { display: none; }
#menu ul ul li:hover ul { display: block; }

#menu em {
	font-style: normal;
	}
	
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 0;
	z-index:100;
}
	
#menu ul li {
	float: left;
	position: relative;
	xwidth: 130px; /* Width of Menu Items */
	line-height: 50px;
	height:50px;
	border-right: 1px solid #ccc;

	}
	
#menu li ul {
	position: absolute;
	left: 130; /* Set 1px less than menu width */
	top: 50px;
	display: none;
	border: 0;
	}
	
#menu li ul li ul {
	left: 130px;
	top: 0;
	}
	
/* Styles for Menu Items */

#menu ul li a, #menu ul li a:link, #menu ul li a:visited, #menu ul li a:active {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #C82326;
	padding: 0 20px;
	border: 0;
	text-align: center;
	font-size: 1.6em;
	}
#menu ul li li {
	width: 180px; /* Width of SubMenu Items */
	}
#menu ul li a:hover {
	background: #666;
}	
#menu ul li.active a {
	background: #000000;
}
/* Holly Hack. IE Requirement \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */
@media print {

h1,h2,h3,h4 {
display:none;	
}	
body {
	background: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#fff;
}
.hide-print {
display:none;	
}
#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	color: #444;
	background: #fff;

}
#kop {
display:none;
}
#logo {
display:none;
}
#menu {
display:none;
}
#menu-flap1 {
display:none;
}
#menu-flap2 {
display:none;
}
#content {
	position: relative;
	min-height: 400px;
	padding: 5px 45px 15px 20px;
	background: #fff;
	
	font-size:1em;
	line-height: 150%;	
}
* html #content {
	height: 400px;
}
#kruimelpad {
display:none;
}
#content-body {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	color:#000;
}
#content-aside {
display:none;
}
#content-aside img{
display:none;
}
#voet {
display:none;
}
#voet a {
display:none;
}
.voet-tekst {
display:none;
}
#voskotan {
display:none;
} 
#voskotan a {
display:none;
	}

.image-with-text img {
display:none;
}
#feLoginForm label{
display:none;
}
#feLoginForm input{
display:none;
}
}