/*--------------------------------------------------------------------
Basic Style Sheet

Version: 1.0
Author: Dennie Pasman
Copyright: 2006, DeTi Internet Hosting Service VOF
Email: info@deti.nl
Website: http://www.deti.nl
--------------------------------------------------------------------*/

/* Global settings
-------------------------------------------------------------------------*/

* { 
	font-family: arial, sans-serif; 
	font-size: 11px; 
	color: #000; 
}

/* Element settings
-------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	width: 709px;
	background: url(/images/bg_body.gif) repeat-y;
}

body.smiley {
	margin: 0;
	padding: 0;
	width: auto;
	background: none;
}

img {
	border: 0;
}

h1 {
	padding: 0 0 5px 10px;
	background: url(/images/img_line.gif) no-repeat left bottom;
}

p.center {
	text-align: center;
}

a { 
	color: #476D9E;
	font-weight: bold;
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline;
}

table.competition td {
	padding: 0 5px 0 5px;
}

table.competition th {
	text-align: left;
	padding: 0 5px 0 5px;
}

body.smiley table td {
	text-align: center;
}

body.smiley p {
	padding: 5px;
}

td.center {
	text-align: center;
}

input, textarea {
	border: 1px solid #466d9e;
	width: 250px;
}

textarea {
	height: 100px;
}

input.checkbox {
	border: none;
	width: auto;
}
input.radio {
	border: none;
	width: auto;
}

input.button {
	background-color: #466d9e;
	border: 1px solid #9f1f20;
	width: auto;
	color: #fff;
}

ul.photo {
	margin: 0;
	padding: 0;
	width: 500px;
	list-style: none;
}

ul.photo li {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

ul.video {
	margin: 0;
	padding: 0;
	width: 535px;
	list-style: none;
}

ul.video li {
	float: left;
	text-align: center;
	padding-right: 6px;
	padding-bottom: 25px;
}

/* Wrapper
-------------------------------------------------------------------------*/
div#site {
	position: relative;
	width: 709px;
}

div#header {
	position: relative;
	width: 709px;
	height: 182px;
	background: url(/images/bg_header.gif) no-repeat;
}


/* Menu
-------------------------------------------------------------------------*/
div#menu {
	width: 136px;
	float: left;
	height: 200px;
	background: url(/images/bg_menu.gif) no-repeat;
}

div#menu_top {
	position: relative;
	margin-top: 31px;
}

div#menu_nieuws {
	position: relative;
	margin-top: 12px;
}

div#menu_overons, div#menu_uitjes, div#menu_competitie, div#menu_gastenboek, div#menu_sponsoren, div#menu_links {
	position: relative;
	padding-top: 10px;
}

/* Content
-------------------------------------------------------------------------*/
div#content {
	width: 540px;
	padding-right: 25px;
	float: right;
	padding-top: 20px;
}

div#title {
	position: absolute;
	margin-top: -42px;
	margin-left: 11px;
}

div#content p {
	padding-left: 5px;
}

ul.submenu {
	list-style: none;
	margin: 0;
	padding: 0 10px;
}

ul.submenu li {
	float: left;
	width: 33%;
}

ul.submenu li.right {
	text-align: right;
}

ul.submenu li.center {
	text-align: center;
}


/* Other
-------------------------------------------------------------------------*/
div#poweredby {
	position: absolute;
	top: 350px;
	right: 0;
}

div.clear {
	clear: both;
}

/* Guestbook
-------------------------------------------------------------------------*/
table.guestbook {
	width: 535px;
	margin: 0;
	padding: 0;
}

table.guestbook th, table.guestbook td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

table.guestbook th {
	border-bottom: 1px solid #466d9e;
}

table.guestbook th.first {
	width: 130px;
}

table.guestbook td.name {
	background-color: #7e99bb;
}

table.guestbook td.name img {
	padding-right: 3px;
}

table.guestbook td.right {
	text-align: right;
}

table.guestbook td.name p {
	color: #fff;
	font-weight: bold;
}

table.guestbook td.message {
	border: 1px solid #7e99bb;
}

table.guestbook td h3 {
	padding: 0 0 0 5px;
	border-bottom: 1px solid #9f1f20;
}

table.addmessage th {
	text-align: left;
	vertical-align: top;
	width: 100px;
}

/* IE hacks
-------------------------------------------------------------------------*/
* html div#menu_nieuws {
	margin-top: 15px;
}
* html div#poweredby {
	right: -1px;
}