/**
 * Sportvereniging KDO Website
 * Copyright © 2007-2009 Maarten Hogenboom, Hogenboom.IT-solutions
 * Pagina default.css
 */

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

td.empty {
	background-position: top right;
	background-repeat: repeat-x;
	background-image: url(/layout/background.jpg);

}

td.left {
	border-left: 1px solid #CC0000;
}

td.right {
	border-right: 1px solid #CC0000;
}

td.main {
	background-position: top right;
	background-repeat: repeat-y;
	background-image: url(/layout/main.jpg);
}

td.index {
/*	opacity: 1.0;
	filter: Alpha(style=0,opacity=60);*/
}

td.content {
	padding: 30px;
}

td.bar {
/*	opacity: 1.0;
	filter: Alpha(style=0,opacity=60);*/
}

td.bottom {
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	background-color: #CC0000;
}

td.bottom_left {
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	background-color: #CC0000;
	border-right: 1px solid #FFFFFF;
}

td.bottom_right {
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	background-color: #CC0000;
	border-left: 1px solid #FFFFFF;
}

span.title {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #444444;
	font-weight: bold;
}

span.title a {
	color: #444444;
	text-decoration: none;
}

span.title a:hover {
	color: #AA0000;
	text-decoration: underline;
}

hr {
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px;
	border-right: 0px;
}

img {
	border: 0px;
}

p, ul, ol, li {
	line-height: 18px;
}

a {
	color: #BB0000;
	text-decoration: underline;
}

a:hover {
	color: #880000;
	text-decoration: none;
}

#title {
	width: 970px;
	height: 100px;
	margin-top: 7px;
	margin-bottom: 7px;
}

#logo {
	width: 250px;
	height: 100px;
	float: left;
}

#info {
	margin: 10px;
	width: 700px;
	height: 50px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	text-align: right;
	float: right;
}

#menu {
	width: 970px;
	height: 40px;
}

#line {
	height: 26px;
	font-size: 13px;
	color: #FFFFFF;
	background: url(/layout/menu.jpg);
}

#kdoMenuID {
	float: right;
	padding-right: 10px;
}

#intro {
	padding-top: 1px;
	margin-left: 107px;
}

#top {
	margin-top: 16px;
	margin-bottom: 8px;
	margin-left: 3px;
	margin-right: 3px;
	width: 964px;
	height: 120px;
}
