body, html {
	background : black;
	color : #ccc;
	font-size : 12px;
	font-family : Verdana, Arial, helvetica, sans-serif;
	margin : 0;
	padding : 0;
	height : 100%;
}

a:link, a:visited, a:active {
	color : #ccc;
}

a:hover {
	color : red;
}

#container {
	width : 970px;
	margin : 0 auto;
	background : url(img/layout/body.png) repeat-y;
}

#header {
	background : url(img/layout/top.png) no-repeat;
	width : 790px;
	height : 126px;
	margin : 0;
	padding : 25px 90px 1px 90px;
}

#menulinks_head a {
	padding-left: 0px;
	font-size:14px;
	font-weight:bolder;
	text-decoration:none;
}

#menulinks_sub1 a {
	padding-left: 10px;
	text-decoration:none;
}

#menu {
	background : url(img/layout/menu.png) no-repeat;
	width : 970px;
	height : 20px;
	padding : 10px 0 5px 0;
	text-align : center;
}

#menu a {
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	color : #ccc;
	height : 13px;
	padding : 5px 15px 7px 15px;
	background : url(img/layout/not_selected.png) repeat-x;
}

#menu a:hover {
	background : url(img/layout/selected.png) repeat-x;
}

#body {
	padding : 0 86px;
	width : 798px;
	margin : 0;
}

#kolom_links {
	float : left;
	width : 159px;
}

#kolom_midden {
	margin : 0 160px;
	text-align : justify;
}

#kolom_rechts {
	float : right;
	width : 159px;
}

div.block {
	background : url(img/layout/kolom_body.png) repeat-y;
	width : 159px;
}

div.block_top {
	background : url(img/layout/kolom_top.png) no-repeat top;
	width : 100%;
	height : 7px;
}

div.block_bottom {
	background : url(img/layout/kolom_bottom.png) no-repeat bottom;
	width : 100%;
	height : 7px;
}
div.block_body {
	padding : 0 7px;
}

.block h1 {
	font-size : 12px;
	font-weight : bold;
	color : red;
	margin : 0;
}

h4 {
	font-size : 12px;
	font-weight : bold;
	color : red;
	margin : 0;
}

input.text {
	border : 1px solid black;
	background : #515151;
	color : #ccc;
	width : 141px;
}

input.submitbutton {
	border : 1px solid black;
	background : #515151;
	color : #ccc;
	font-weight : bold;
}

#kolom_midden h1 {
	color : red;
	margin : 0;
	font-size : 22px;
	font-weight : bold;
}

div.h2 {
	border : 1px solid black;
	border-width : 1px 0;
	margin : 10px 0 0 0;
}

#kolom_midden h2 {
	margin : 0;
	padding : 1px 0 1px 7px;
	background : #2c2c2c;
	border : 1px solid #515151;
	border-width : 1px 0;
	font-size : 12px;
}

#kolom_midden h3 {
	margin : 0;
	padding : 1px 0 8px 7px;
	font-size : 10px;
	font-weight : normal;
}

p.reactions {
	text-align : right;
}

div.reaction {
	border : 1px dashed #515151;
	border-width: 1px 0 0 0;
	margin : 5px 0 15px 0;
}

img.picleft {
	border : 1px solid #515151;
	margin : 2px 4px 2px 0;
	float : left;
}

img.picright {
	border : 1px solid #515151;
	margin : 2px 0 2px 4px;
	float : right;
}

img.sponsor {
	border : 1px solid #515151;
	margin : 1px;
}

table.laninfo {
	border : 1px solid #515151;
	background : black;
	margin : 10px 0 5px 5px;
	float : right;
	width : 250px;
}

table.crewinfo {
	border : 1px solid #515151;
	background : black;
	margin : 0;
	text-align : left;
}

tr.on {
	background : #333;
}
tr.ev {
	background : #444;
}

td, th {
	vertical-align: top;
	text-align : left;
}

div.quote {
	border : 1px solid #515151;
	background : #2c2c2c;
	margin : 5px 0 5px 10px;
	padding : 2px;
}

#comment {
	background : url(img/layout/bottom.png) no-repeat top;
	height : 100px;
	width : 970px;
	clear : both;
	text-align : center;
	padding : 61px 0 0 0;
	color : #666;
	font-size : 10px;
}

#comment a:link, #comment a:visited, #comment a:active {
	color : #666;
}