/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:770px;/* for mozilla*/
	background-image: url(bg.gif);
	color: #000000;
}

body, p, html, table, td {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

img{
  border: none;
}

table{
  border: none;
}

a.tekst:link{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

a.tekst:visited{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}
a.tekst:hover{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}
a.tekst:active{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

#outer{
	height:100%;
	min-height:100%;
	width:770px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
  	background: url(page_bg.jpg);
  	background-repeat: repeat-y;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:620px;
}
#header{
	position:absolute;
	top:0;
	left:0px;
	width:770px;
	height:116px;
	background: url(http://log.bugme.nl/images/header.jpg);
  	background-repeat: no-repeat;
	overflow:hidden;
	color: #000000;
	z-index:100;
}

#left {
	position:relative;/*ie needs this to show float */
	width:150px;
	float:left;
	left: 5px;
	padding-top:116px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#right {
	position:relative;/*ie needs this to show float */
	width:150px;
	float:right;
	right: 0px;
	padding-top:116px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#footer {
	width:770px;
	clear:both;
	height:50px;
	background-color: #C2C7ED;
	color: #A4A384;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align:center;
	left:0px;
	bottom:0;
	position: absolute;
	background: url(../images/page_bg.gif);
  background-repeat: repeat-y;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:450px;
	float:right;
	right: 0px;
	margin-right: 5px;
	background: #FCFBEF;
	border: 1px solid #999;
	padding-top:116px;
	padding-bottom:32px;/* needed to make room for footer */
}

.block {
	width: 140px;
	margin:0px 0px 12px 0px;
	padding: 3px;
	background: #FCFBEF;
	border: 1px solid #999;
	font-size: 10px;
	line-height: 12px;
}


.block H3 {
	background: #BCBB9F;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding-left: 3px;
	border-bottom: 1px solid #999;
	font-size: 11px;
}

.block P {
	margin: 0px;
}

.content {
	padding: 4px;
	background: #FCFBEF;
}

.entrycontent {
	padding-top: 116px;
	padding: 5px;
	background: #FCFBEF;
}


.content p {
	margin: 4px 2px 4px 2px;
}

H1 {
	font-size: 20px;
	margin: 4px;
	color: #FFF;
		display: inline;
}


H2 {
	font-size: 13px;
	border-bottom:1px dashed #999;
	margin:0px;
	padding: 2px;
	color: #26344C
}

H3 {
	font-size: 13px;
}

H4 {
	font-size: 14px;
	margin: 4px;
	color: #FFF;
	display: inline;
	font-style: italic;
}

.date {
	color: #A4A384;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.date_linkdump {
	color: #A4A384;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.entryfooter {
	color: #A4A384;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	clear: both;
}

.entryfooter_linkdump {
	color: #A4A384;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px dashed #A4A384;
}

.entryfooter A, .date A, .entryfooter_linkdump A, .date_linkdump A {
	text-decoration: none;
	font-weight: bold;
	color: #A4A384;
}


.entryfooter a:hover, .date a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #A4A384;
}

.block a: link, .block a:hover, .block a:active, .block a:visited{
	font-size: 10px;
}

a {
 color: #A4A384;
}

.prevnext_links {
	float: right;
	color: #FFF;
}

H1 A, .prevnext_links A {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

H1 A:hover, .prevnext_links A:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
