/*
	CSS voor IkSpeel.nl
	(c) 2002-2004 IkSpeel.nl
*/
html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #FFFFFF;
	background-image: url("./images/background.gif");
	background-position: center center;
	background-repeat: repeat;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

div {
	width: 100%;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}

img {
	border: 0px;
}

iframe {
	margin-top: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea {
	width: 200px;
	background-color: #E2E2E2;
	border: 1px solid #7F7F7F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
}

textarea {
	height: 100px;
}

.logo {
	height: 68px;
	width: 748px;
	background-image: url("./images/top.jpg");
	background-repeat: no-repeat;
	margin: auto;
	padding: 0;
}

.menu {
	height: 24px;
	width: 748px;
	background-image: url("./images/menu.gif");
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.7;
	text-align: center;
	margin: auto;
	padding: 0;
}

.menu a {
	color: #000000;
	text-decoration: none;
}

.content {
	height: 100%;
	width: 748px;
	background-image: url("./images/main.back.gif");
	background-repeat: repeat-y;
	margin: auto;
	padding: 0;
}

.outerbox {
	height: auto;
	width: 748px;
	background-image: url("./images/main.back.gif");
	background-repeat: repeat-y;
	padding: 0;
}

.col_left {
	height: auto;
	width: 191px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 29px;
	padding-right: 29px;
	float: left;
}

.col_middle {
	height: auto;
	width: 191px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 29px;
	padding-right: 29px;
	float: left;
}

.col_right {
	height: auto;
	width: 191px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 29px;
	padding-right: 29px;
	float: right;
}

.cattop {
	height: 41px;
	width: 191px;
	background-image: url("./images/cat.top.gif");
	background-repeat: no-repeat;
	color: #D9E4EF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 2.5;
	text-align: center;
	margin-top: 10px;
	padding: 0;
}

.catback {
	height: auto;
	width: 183px;
	background-image: url("./images/cat.back.gif");
	background-repeat: repeat-y;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.catback a {
	color: #000000;
	text-decoration: none;
}

.catbottom {
	height: 10px;
	width: 191px;
	background-image: url("./images/cat.bottom.gif");
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding: 0;
}

.update {
	height: auto;
	width: 48%;
	padding: 0;
	float: left;
}

.comment {
	height: auto;
	width: 738px;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: left;
	font-weight: 400;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(./images/com.back.gif);
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	border-left: 0px;
	border-right: 0px;
}

.comment a {
	color: #A00E0E;
	font-weight: bold;
	text-decoration: none;
}

.ads_text {
	height: auto;
	width: 748px;
	background-image: url(./images/com.back.gif);
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	border-left: 0px;
	border-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0;
	padding-right: 0;
}

.ads_text a {
	color: #000000;
	text-decoration: none;
}

.help {
	width: 500px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 240px;
	padding-right: 0;
}

.help a {
	color: #A00E0E;
	font-weight: bold;
	text-decoration: none;
}

.submit {
	width: 100px;
	color: #A00E0E;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	padding: 0;
}

.form_left {
	width: 150px;
	height: auto;
	text-align: right;
	padding: 0;
	float: left;
}

.form_right {
	width: auto;
	height: auto;
	padding: 0;
	clear: right;
}

.clear {
	height: 1px;
	width: 1px;
	font-size: 1px;
	overflow: hidden;
	padding: 0;
	clear: both;
}