
html {
	height: 100%;
	margin: 0 auto;
	font: 14px Tahoma;
	color: #393A31;
}

body {
	height:100%;
	margin: 0 auto;
	background-color: #E3E3DE;
}

img {
	border: none;
}

#container {
	min-height:100%;
	height: 100%;
	margin: 0 auto;
	width: 950px;
	padding: 0px;
	overflow: visible;
	background: url(layout/background.png);
	background-repeat: repeat-y;
	background-position: top;
}

.footer {
	font-size: 10px;
	text-align: center;
	border-right: solid 1px #393A31;
	width: 33%;
	float: left;
}

h2 {
	border-bottom: dotted; 
	border-bottom-color: #393A31; 
	text-align: center;
}

h1 {
	text-align: left;
	color: #73AC60;
	font-weight: bold;
	margin: 10px;
	font: 22px Tahoma;
	font-weight: bold;
}

#references tr td {
	border-bottom: 1px dashed #393A31;
}

div.overzicht {
	clear: both; 
	margin: 10px;
	padding-top: 10px;
}

div.overzicht2 {
	padding: 25px;
	clear: both;
}

div.overzicht3 {
	float: right; 
	padding-right: 40px;
}

/****************************************************************/
/* menu									    					*/
/****************************************************************/

#menu {
	width: 100%;
	text-align: center;
	margin-left: 3px;
	color: #393A31;
	cursor: pointer;
	font: bold 16px Tahoma;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 147.5px;
	float: left;
}

#menu :hover {
	color: #73AC60;
}

#menu a, #menu h2 {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
	color: #393A31;
	background-color:#FFFFFF;	
}

#menu h2 {
	text-transform: uppercase;
	color: #393A31;
	background-image: url(layout/menu_back.png);
	background-position: bottom;
	background-repeat: repeat-x;
	cursor: default;
}

#menu a {
	text-decoration: none;
	color: #393A31;
}

#menu a:hover {
	color: #73AC60;
}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}

/* <!--[if IE]>--> */
#menu ul li {
	float: left; 
	width: 100%;
	z-index: 500;
}
/* <![endif]--> */
/* <!--[if lt IE 7]>--> */

body {
/*	behavior: url(csshover.htc); */
	font-size: 100%;
}

#menu ul li a {
	height: 1%;
} 

#menu a, #menu h2 {
	font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}

/* <![endif]--> */

/****************************************************************/
/* end menu									  					*/
/****************************************************************/

.bg_news {
	background-color: #33CCFF;
}

.bg_actions {
	background-color: #99FFCC;
}

.bg_events {
	background-color: #FFFFCC;
}

.bg_lastminutes {
	background-color: #FF9999;
}

.news {
	background-color: #33CCFF;
	border-left: 3px solid #3366FF;
	border-bottom: 3px solid #3366FF;
}

.actions {
	background-color: #99FFCC;
	border-left: 3px solid #99FF66;
	border-bottom: 3px solid #99FF66;
}

.events {
	background-color: #FFFFCC;
	border-left: 3px solid #FFFF66;
	border-bottom: 3px solid #FFFF66;
}

.lastminutes {
	background-color: #FF9999;
	border-left: 3px solid #FF6666;
	border-bottom: 3px solid #FF6666;
}

.message_news {
	border-left: 3px solid #3366FF;
	border-bottom: 3px solid #3366FF;
}

.message_actions {
	border-left: 3px solid #99FF66;
	border-bottom: 3px solid #99FF66;
}

.message_events {
	border-left: 3px solid #FFFF66;
	border-bottom: 3px solid #FFFF66;
}

.message_lastminutes {
	border-left: 3px solid #FF6666;
	border-bottom: 3px solid #FF6666;
}

.content {
	margin: 15px;
}

.faqlist li {
	margin: 10px;
}

/****************************************************************/
/* calendar									  					*/
/****************************************************************/


.calendar {
	border: solid 1px;
	border-spacing: 0px;
	text-align: center;
	background-color: #73AC60;
}

.calendar td {
	border: solid 1px;
	padding: 0px;
	cursor: default;
}

.calendar .day {
	cursor: default;
}

.tableB {
	border-spacing: 0px;
}

.tableB td {
	border: 1px solid black;
	padding: 4px;
	vertical-align: text-top;
}


/****************************************************************/
/* css round borders    					  					*/
/****************************************************************/

div.nifty {margin: 10px; background: #D7E0FF}

div.nifty b.rtop, div.nifty b.rbottom {display:block;background: #FFF}
div.nifty b.rtop b, div.nifty b.rbottom b {display:block;height: 1px; overflow: hidden; background: #D7E0FF}
div.nifty b.r1 {margin: 0 5px}
div.nifty b.r2 {margin: 0 3px}
div.nifty b.r3 {margin: 0 2px}
div.nifty b.rtop b.r4, div.nifty b.rbottom b.r4 {margin: 0 1px;height: 2px}

div.nifty img {width: 100px; height: 100px; border: 1px solid #003CB8; }
div.nifty ul {list-style: none;}
div.nifty li {background-repeat: no-repeat; background-position: 0px 4px; padding: 5px; padding-left: 30px; height: 20px;}
