/*
	Cascading Style Sheet
	DenIvo.be v2.0
	Copyright 2007
	Peter Huys
	
	Last updated:	22-10-2007
	Tested with:	Mozilla Firefox 2.0
					Internet Explorer 6 and 7
*/

/*---------- Tags ----------*/
* { margin:0px; }

a, a:active, a:link, a:visited {
	background-color:#FFF;
	color:#900;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	background-color:#FFF;
	color:#069;
}

body {
	background-color:#069;
	color:#000;
	font-family:Tahoma, "MS Sans Serif", sans-serif;
	font-size:10pt;
}

h1 {
	font-family:Verdana, Arial, Helvetica, serif;
	font-size:11pt;
	font-weight:bold;
	
	padding-bottom:5px;
	margin-left:0px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, serif;
	font-size:10pt;
	font-weight:bold;
	
	padding-top:5px;
	margin-left:-5px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, serif;
	font-size:10pt;
	font-weight:bold;
	
	padding-bottom:5px;
	margin-left:40px;
	text-align:left;
}

h4 {
	font-size:10pt;
}

h5 {
	font-size:8pt;
	font-weight:normal;
	display:inline;
	margin-left:5px;
}

li {
	list-style-type:square;
}

td {
	vertical-align:top;
	font-size:10pt;
}

ul {
	margin-left:10px;
}

/*---------- ID's ----------*/

#Container {
	width:750px;
	position: absolute;
	left:50%;
	margin-left:-385px;
}

	/*---------- Banner ----------*/
		#Banner {
			background-image:url(../images/Banner.jpg);
			background-repeat:no-repeat;
			height:100px;
			width:750px;
			margin-top:10px;
			border:5px solid #000;
		}

	/*---------- Menu ----------*/
		#Menu {
			background-color:#FFF;
			width:750px;
			line-height:1.5em;
			border-left:5px solid #000;
			border-right:5px solid #000;
		}
		
		#Menu ul {
			text-align:center;
		}
		
		#Menu li {
			display:inline;
			list-style-type:none;
			margin-right:30px;
		}
		
		#AdminMenu {
			top:145px;
			left:5px;
			position:absolute;
			width:750px;
			border-bottom:5px solid #000;
			margin-bottom:10px;
		}
		
		#AdminMenu td {
			text-align:center;
		}

	/*---------- Content ----------*/
		
		#Content {
			background-color:#FFF;
			background-repeat:repeat-y;
			width:750px;
			border:5px solid #000;
		}
		
		#Main {
			padding-bottom:1px;
			padding-left:10px;
			padding-top:10px;
			width:720px;
		}
		
		#AdminForm {
			background-color:#FFFFFF;
			border:2px solid #000;
			
			left:10px;
			position:absolute;
			display:none;
			
			padding:5px;
			margin:5px;
			
			width:550px;
		}
		
		#AdminEditForm {
			position:absolute;
			right:10px;
			top:180px;
		}

	/*---------- Footer ----------*/
		#Footer {
			font-size:8pt;
			text-align:center;
			padding-top:10px;
			width:750px;
			background-color:#FFF;
			padding-bottom:10px;
			
		}

/*---------- Classes ----------*/
		
	/*---------- Other Classes ----------*/
		
		.Comment {
			border-bottom:1px dotted #000;
		}
		
		.Frame {
			border:1px dotted #000;
		}
		
		.Note {
			color:#000;
			font-weight:bold;
			position:absolute;
			top:157px;
			right:150px;
		}
		
		.Icon {
			border:0px none #000;
			position:absolute;
			top:122px;
		}
		
		.Warning {
			color:#f00;
			font-weight:bold;
		}
