/* ALGEMEEN */
a {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #ed1b23;
}
body {
	background-color: #B1B1B1;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 8pt;
}

li {
	font-size: 8pt;
}

h1 {
	letter-spacing: 2px;
	font-size: 16pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #660000;
	padding-left: 10px;
}

img {
	border-style: none;
}

input, button {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: white;
}

button[type="submit"] {
	font-weight: bold;
	font-size: 9pt;
}

iframe {
	width: 560px;
	height: 600px;
	border-style: none;
}

.error {
	color: red;
	font-weight: bold;
}

/* OPBOUW */

#container {
	margin: 0 auto;
	position: relative;
	width: 780px;
}

#top {
	background-image: URL("/images/site/boventotaal.jpg");
	height: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

#top span.date {
	position: absolute;
	top: 95px;
	left: 320px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

#top span.admin {
	position: absolute;
	top: 95px;
	left: 20px;
	font-size: 12px;
	font-weight: bold;
}

#top span.admin a {
	color: #000066;
}

#bottom {
}


#header {
	background-image: URL("/images/site/header.gif");
	width: 780px;
	height: 10px;
}

#main{
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu {
	float: left;
	margin-left: 10px;

	background-image: URL("/images/site/linkstotaal.jpg");
	width: 132px;
	height: 380px;
}

#sponsor {
	position: absolute;
	text-align: center;
	top: 50px;
	color: 000066;
	top: 432px;
}

#OneStatTag {
	margin-top: 40px;
	text-align: left;
}

#almexx {
	text-align: right;
	font-style: italic;
}

#almexx a {
	color: #A61500;
	text-decoration: none;
}

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

#content {
	float: right;
	margin-right: 10px;

	width: 610px;
}

.clear {
	clear: both;
}

#footer {
	clear: both;
	background-image: URL("/images/site/footer.gif");
	width: 780px;
	height: 10px;
}

/* MENU */
#menu ul {
	position: relative;
	top: 10px;
	list-style-type: square;
}

#menu ul li {
}

#menu a {
	color: #000000;
}

#menu li.selected {
}

#menu li.selected a {
	color: #ed1b23;
	font-weight: bold;
}

/* PAGES */
div.pages {
	text-align: center;
}

div.pSearch {
	width: 75%;
}

div.pages span a {
}

div.pages span.selected a {
	color: #ed1b23;
}

/* CMS */

.cmsinfo {
	text-align: right;
	font-style: italic;
	padding-right: 50px;
	font-size: 9pt;
}

.cmsinfo date {
}

.cmsinfo author {
}

p.portal {
	font-style: italic;
	margin-bottom: 0px;
}

ul.portal {
	list-style-type: square;
	margin-top: 0px;
}

ul.portal li {
}