* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -88px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 88px; /* .push must be the same height as .footer */
}

#content{
	font-size: 14px;
	position: relative;
	/* border: 1px solid #ccc; */
	width: 850px;
	height: 100%;
}
#contentText {
	font-size: large;
	font-family: "Arial Narrow",Arial;
	margin-left: 150px;
	margin-top: 0px;
	width: 700px;
}

.subkop {
	font-family: "Arial Narrow";
	font-size: 10px;
	color: red;
}

#profielenmenu{
	/* border: 1px solid #ccc; */
	                              
	margin-left: 0px;
	margin-top: 0px;
	width: 650px;
	height: 125px;
	text-align: left;
}

/*************************************
 +Hn and p
 *************************************/

.entrytitle h2{
	font-size:12px;
}
.entrytitle h2 a
{
	color:#000000;
}
.entrytitle h2 a:hover{
	color:#FF0000;
}
.entrytitle h3{
	font-size:10px;
	color:#000000;
}

/*************************************
 +Entry
 *************************************/
 
.entry{
	font-size: 15px;
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#000 url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#000 url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#000 url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Misc
 *************************************/

.entrybody h1{
	font-size: 16px;
	font-weight: bold;
	color: #c11c8c;
}

.entrybody p{
	font-size: 16px;
	font-family: "Arial Narrow",Arial;
 	margin: 9px 0px;
}

.entrybody .bold {
	font-weight:bold;
}

.entrybody a{
  color: #c41b00;
  font-weight: bold;
  text-decoration: none;
}

.entrybody a:hover{
  color: black;
  background-color: #c41b00;
  text-decoration: none;
}

/*.entrybody a{
	color:#000;
	text-decoration:none;
}
.entrybody a:hover{
	color:#FF0000;
}        */