/* body and html */

html {
	overflow:-moz-scrollbars-vertical;
}

body {
	margin: 0px;
	padding: 0 0 0 0;
	font-family: TradeGothic, Verdana, Arial; 
	font-size: 10pt; 
	color: #000000; 
	background-color: #2b5d84;
	background-color: orange;
	background-image: url('/summer/_img/8grond.gif');
	background-position: center;
}

/* anchors */

a:link, a:visited {
	text-decoration: none; 
	background-color: transparent;
	color: #aa0000;
}

a:active, a:hover {
	background-color: #aa0000;
	color: #ffffff;
}

.imga a:active, .imga a:hover {
	background-color: transparent;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

.vierkantje {
        padding : 3px;
        border : 1px solid #9cf449;
}

.vierkantje a:active, .vierkantje a:hover {
	background-color: transparent;
}

.small {
	width: 44px;
}

/* divs */

#menu {
	position: absolute; 
	left: 50%; 
	margin-left: -320px; 
	top: 170px; 
	width: 630px;
	text-align:center;
	text-decoration: none;
}

#header {
	padding-left: 25px;
	position: absolute; 
	left: 50%; 
	margin-left: -329px; 
	top: 120px; 
	font-size: 30px;
	font-style: italic;
	color: #ffffff;
}

#header2 {
	padding-left: 355px;
	position: absolute; 
	left: 50%; 
	margin-left: -329px; 
	top: 120px; 
	font-size: 30px;
	font-style: italic;
	color: #dddddd;
}

#menu a:link, #menu a:visited {
	color: #000000;
	background-color: transparent;
}
#menu a:hover, #menu a:active {
	background-color: #000000;
	color: #ffffff;
}

div#tekstlinks {
	position: absolute; 
	left: 50%; 
	margin-left: -326px; 
	top: 200px; 
	width: 530px;
	border: 0px solid #000;
}

div#tekstrechts {
	text-align: center;
	position: absolute; 
	left: 50%; 
	margin-left: 108px; 
	top: 200px; 
	width: 200px;
	border: 0px solid #000;
}

ul {
	padding: 0;
	margin: 0 0 0 17px;
	list-style-type: disc;
}

ol {
	padding: 0;
	margin: 0 0 0 30px;
	font-size: 9pt;
}

li {
	padding: 0;
	margin: 0;
}

.title {
	text-transform: lowercase;
}

.th {
	font-size: 12px;
	font-weight: bold;
	text-align:left;
}

.news_list {
	font-size: 10px;
}

.datum {
	font-size:10px;
}

.confirmed {
	color: #ff0000;
}

.selectbox {
	color: #eee;
	border: 1px #000 solid;
}

