* {
	padding: 0;
	margin: 0;
}
img {
	vertical-align: bottom;
}
a img {
	border: 0;
}
body, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	background-color: #aaaaaa;
}
p, dl, form, ul, table, fieldset, h2, h3 {
	margin-bottom: 1em;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
label {
	float: left;
	display: block;
	width: 120px;
}
fieldset.list input, fieldset.list select, fieldset.list textarea {
	margin-bottom: 0.5em;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #aaaaaa;
	color: black;
}
a:link {
	color: white;
	text-decoration: underline;
}
a:visited {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: white;
	text-decoration: none;
}
a:active {
	color: white;
	text-decoration: underline;
}
h1.splash {
	display: none;
}
#splash {
	margin: 50px auto auto auto;
	width: 645px;
	height: 432px;
	background-color: #222222;
	color: white;
	border: 1px solid black;
	background-image: url(../images/splash.jpg);
	background-repeat: no-repeat;
}
#text {
	padding-top: 250px;
	padding-left: 250px;
}
#text p {
	font-weight: bold;
	font-size: 12px;
}
#text p span {
	margin-left: 10px;
}
#text p a {
	text-decoration: none;
}
#container {
	background-color: #222222;
	color: white;
	width: 770px;
	margin: 5px auto 5px auto;
	border: 1px solid black;
}
#content {
	width: 535px;
	float: left;
	padding: 0 5px 5px 10px;
}
#sidebar {
	width: 200px;
	float: left;
	padding: 5px;
	border: 1px solid black;
	margin-bottom: 1em;
}
#footer {
	background-color: black;
	color: white;
	width: 766px;
	clear: both;
	padding: 2px;
	height: 12px;
}
#footer p {
	margin-bottom: 0;
}
h1 {
	display: block;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 150px;
}
h1 span {
	display: none;
}
h2.main {
	margin-top: 5em;
}
#menu {
	list-style-type: none;
	list-style-position: outside;
	background-color: black;
	color: white;
	padding: 5px;
}
#menu li {
	display: inline;
	margin-right: 10px;
}
#menu li a {
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: underline;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#language {
	float: right;
	margin-right: 5px;
}
#slideshow {
	width: 180px;
	height: 250px;
	background-color: black;
	border: 1px solid black;
	margin: 0 auto 1em auto;
	color: white;
	background-image: url(../rotator/14.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
#websites {
	list-style-type: none;
	list-style-position: outside;
	float: right;
	padding-right: 2px;
}
#websites li {
	display: block;
	float: left;
	height: 200px;
}
#websites li a {
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
}
#websites li a.low {
	line-height: 100px;
}
#websites li a.high {
	line-height: 200px;
}
#website li a span {
	display: inline;
	vertical-align: bottom;
}
#diverse {
	background-image: url(../images/diverse.jpg);
	background-repeat: no-repeat;
	width: 200px;
}
#flowlab {
	background-image: url(../images/flowlab.jpg);
	background-repeat: no-repeat;
	width: 300px;
}
#volley {
	background-image: url(../images/volleybal.jpg);
	background-repeat: no-repeat;
	width: 138px;
}
#flownation {
	background-image: url(../images/flownation.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 128px;
}
#handbal {
	background-image: url(../images/handbal.jpg);
	background-repeat: no-repeat;
	width: 137px;
}
#sportbal {
	background-image: url(../images/sportballen.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 130px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.larger {
	font-size: 12px;
}
.center {
	text-align: center;
}
.hide {
	display: none;
}
.hand {
	cursor: pointer;
}
.clear {
	clear: both;
}
.error {
	color: red;
}