/*	file:	default.css
	author:	Gideon Stoop
	edit:	28-08-2009 22:39
*/

/* Standaard body voor alle pagina's */
body {
	background-color: #1D091D;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family: Verdana,Arial;
	font-size: 10pt;
	color: white;
}

/* Standaard opmaak voor divs op alle pagina's */
div {
	scrollbar-base-color: #4788D1;
}

/* Frames */
#backgroundframe {
	background-image: url('images/achtergrond.png');
	background-repeat: no-repeat;
	width:1024px;
	height: 100%;
	margin-top:0;
	text-align:left;
	display:table;
}

#crewframe {
	width: 136px;
	height: 768px;
	margin-top: 0;
	font-size: 8pt;
	float:left;
}

#spacerframe {
	width: 258px;
	height: 112px;
	margin-top: 0;
	float:left;
}

#navframe {
	width: 600px;
	height: 112px;
	margin-top: 0;
	float: left;
	position: relative;
}

#contentframe {	width: 828px;
	height: 600px;
	margin-top: 0;
	float: left;
	display:table;}

#nieuwsframe {	width: 240px;
	height: 600px;
	margin-top: 0;
	padding-left: 10px;
	padding-top: 20px;
	float: left;
	display: table;}

#flitsframe {	width: 220px;
	height: 585px;
	margin-top: 0;
	float: left;
	overflow: none;}

#pagesframe {	width: 559px;
	height: 615px;
	margin-top: 0;
	float: right;
	display: table;}

#pageframe {	width: 539px;
	height: 595px;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	overflow-x: hidden;
	overflow-y: auto;
}

#rssframe {
	width: 258px;
	height: 21px;
	margin-top: 0;
	float: left;
}

#creditsframe {
	width: 540px;
	height: 21px;
	margin-left: 10px;
	margin-top: 12px;
	text-align: center;
	float: left;
	display: table;
	cursor: pointer;
}

/* Navgisatie menu */
#nav {
	position: absolute;
	bottom: -11px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li.horizontal {	float: left;}

#nav li {
	margin-left: 4px;
	margin-right: 24px;
}

#nav div {
	position: absolute;
	bottom: 28px;
}

#nav ul {
	position: absolute;
	left: -2000px;
	bottom: 0;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
	left: auto;
	background-position: 0 0;
}

#nav a {
	display: block;
}

/* Standaard opmaak voor pagina titel op alle pagina's */
p.title {
	text-align: center;
	margin-top: 0;
	font-size: 16pt;
	font-weight: bold;
	color: #D9E021;
}
p.subtitle {
	font-weight: bold;
}

/* Standaard opmaak voor tabellen */
table {
	font-size: 10pt;
	border-collapse: collapse;
	border-color: #FFFFFF;
}
th {
	text-align: left;
}
tr.highlight {
	background-color: #1D091D;
	cursor: pointer;
}
td.prikbord {
	background-image: url('images/oproep.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	width: 230px;
	text-align: center;
	padding: 24px;
}

/* Standaard opmaak voor formulieren */
input, textarea {
	font-family: Verdana, Arial;
	font-size: 10pt;
}

/* Standaard opmaak voor lijnen op alle pagina's */
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #FFFFFF;
}

/* Standaard opmaak voor links op alle pagina's */
a {
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #F3883E;
	text-decoration: underline;
}

/* Standaard opmaak voor error meldingen op alle pagina's */
p.error {
	color: red;
}
span.error {
	color: red;
}

/* Fix PNGs in IE6 */
img {
	behavior: url('pngie.htc');
	border: 0;
}
