#container-page {
  margin: 0 auto;
  width: 550px;
  background: #FFF;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-head {
	display: none;
	overflow: hidden;
	visibility: hidden;
}
#content-nav {
	display: none;
	overflow: hidden;
	visibility: hidden;
}

#head {
  padding: 5px;
}

#container-content {
  padding: 0px 0px 20px 0px;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content-pri {
  font: 12px Verdana, sans-serif;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  float: left;
}

#content-pri-marge{
	margin-left: 0px;
}

#content-pri a:link
{
	color: #309;
/*	border-bottom: 1px solid #CC0000;
	text-decoration: none;
	background: transparent;
	*/
}
#content-pri a:visited { color: #636; }
#content-pri a:hover, #main a:active { color: #C00; }


#content-sec {
		display: none;
	overflow: hidden;
	visibility: hidden;
}

.footer-content {
		display: none;
	overflow: hidden;
	visibility: hidden;
}

#print
{
width:inherit;
text-align:center;
border-bottom:1px solid #333;
}
#print h1{
font-size:10px;
font-weight:bold;
color:#666666;
}
#submenu
{
/*	width: 180px;
*/		display: none;
	overflow: hidden;
	visibility: hidden;
}

#submenu li
{
	text-decoration: none;
	display: inline;
	/* for IE5 and IE6 */
}

#submenu li a:link, #submenu a:visited
{
	/* 	
	background-image: url(../img/transpatern.gif);
	background-repeat: repeat;
	 */
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 0px ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-align: right;
	text-decoration: none;
}

#submenu li a:hover, #submenu a:active
{
	/* 	
	background-image: url(../img/transpatern.gif);
	background-repeat: repeat;
	 */
	color: #000;
}

#submenu-marge {
	margin-right: 40px;
}

#container-foot {
	display: none;
	overflow: hidden;
	visibility: hidden;
}

#foot {
  padding: 0 1em;
  line-height: 30px;
  text-align:center;
}
#foot a:visited, #foot a:link { color: #666; }
#foot a:hover, #foot a:active { color: #666; }



/* STYLES */

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
  color: #333;
  font: 12px Verdana, sans-serif;
  text-align: center;
}

h1{
	margin: 0;
	padding-bottom: 1em; 
	line-height: 1.5em;
	}
h1 {
	font-size: 17px;
	line-height: 1.5em;
	font-weight: bold;
	}
h3 {
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 1em; 
	}
#Nieuws h3 {
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 1em; 
	}
h5
{
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
}

p {	
	margin: 0px;
	padding-bottom: 1em;
	line-height: 1.5em;
} 
#Nieuws p {	
	margin: 0px;
	padding-bottom: 0em;
	line-height: 1.5em;
} 
/**/
.entry-body p {
	margin: 0px;
	padding-bottom: 1em; 
}

.entry-more-link{	
	margin: 0px;
	padding-bottom: 1.5em; 
}
.entry-footer {
	padding-bottom: 1.5em; 
	padding-top: 1.5em; 
}
.line {	
	margin: 10px 0px 0px 0px;
	border-top: 1px #ccc solid; /* */
	padding-top: 10px;
}
.line_errorpage {
	width: 300px;
	margin: 0px 0px 20px 0px;
	border-top: 1px #DDDDDD solid; /* */
	padding-top: 10px;
}
.date-header {
	line-height: 1.5em;
	text-align: right;
	color: #666666;

}
entry-header {	
	font-size: 14px;
	color: #666;
}
.entry-footer {
	font-size: 10px;
	color: #666;
}



