/* commented backslash hides from ie5mac \*/ 
hr{ 
height: 1px;
border: 1px;
color: #232323;
background-color: #232323;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: 60px; /*position where enlarged image should offset horizontally */

}
html{
	height:100%;
	margin:0;
	padding:0;
	background-color:#0A0A0A;
} 
/* end hack */ 
html,body {
	padding:0;
	height: 100%;
	margin:0;
	background-color: #0A0A0A;
	background: url(images/pattern.gif) repeatLIn_date;
	font-size: 12px;
	/*font-family: "Arial", verdana, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
body{	
	text-align:left;
	min-width:1010px;/* for mozilla*/
	min-height: 1200px;
	background-color: #0A0A0A;
	height:100%;
	background: url(images/pattern.gif) repeat-x;
	scrollbar-face-color: #232323;
	scrollbar-highlight-color: #303030; 
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #303030; 
	scrollbar-arrow-color: #D01D21;
	scrollbar-track-color: #353535; 
	scrollbar-darkshadow-color: #000000;
}
#wrapper {
	_height: 82px;
}

#outer{
	height:99.9%;
	min-height:900px;
	width:1010px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
	background:  url(images/bg_main.jpg) repeat-y left top;
}

/* mac hide \*/
* html #outer{
	width:1010px;
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	width:100%;
	padding-top:309px;/*needed to make room for header*/
} 

#header{
	position:absolute;
	top:0px;
	left:0px;
	width:980px;
	height:274px;
	z-index:74;

}

#ajaxmenu{
	position:absolute;
	top:274px;
	left:15px;
	width:980px;
	height:35px;
	z-index:65;
	background:  url(images/bg_menu_35.jpg) no-repeat left top;
}
/* mac hide \*/
* html #outer, * html #header {width:1010px}
/* end hide*/

#sidebarlogin{
	position:absolute;
	top:809px;
	left:769px;
	width:226px;
	height:226px;
	background:  url(images/bg_dirty_login.jpg) no-repeat right top;
}
#kalender{
	position:absolute;
	top:535px;
	left:769px;
	width:226px;
	height:275px;
	background:  url(images/bg_kalender.jpg) no-repeat right top;
}
#recentdocsctnr{
    position:absolute;
	top:309px;
	left:769px;
	width:226px;
	height:226px;
	text-indent:5px;
	background:  url(images/news_blok.jpg) no-repeat right top;
}

#witbalk {
	color: #ffffff;
	width:980px;
	clear:both;
	height:0px;
	text-align:center;
	left:0px;
	bottom:0px;
	position: absolute;
	background:  url(images/footer_top.jpg) no-repeat left top;
}
#footer {
	color: #ffffff;
	width:980px;
	clear:both;
	height:27px;
	text-align:center;
	vertical-align:bottom;
	left:15px;
	bottom: 0px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	text-decoration:none;
	position: absolute;
	background:  url(images/bg_footer_1010_27.jpg) no-repeat left bottom;
}
#footer2 {
	color: #ffffff;
	width:980px;
	clear:both;
	height:0px;
	text-align:center;
	left:5px;
	bottom:0px;
	position: absolute;
	background:  url(images/bg_footer2_1000_58.jpg) no-repeat left top;
}
#footer p {
	margin-top: 10px;
}
#footer p a {
	text-decoration: none;
	color: #ffffff;
}
* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:27px;
	bottom: 0px;
	/* for ie*/
}
/* end hide*/

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/

#right {
	width:226px;
	float:right;
	z-index: 55;
}
#flash_banner{
	background-color: transparent;
	height: 274px;
	margin-top:0px;
	position: relative;
	z-index: 1;
	margin-left: 15px;
}
#right-inner {
	width: 226px;
	height: 800px;
	padding-left: 9px;
	text-align: left;
	text-indent:5px;
}
#right-inner h2 {
	font-size: 15px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:748px;
	float:left;
	padding-left: 15px;
	z-index: 56;
}
#left-inner {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
#clearfooter {
	width:100%;
	height:40px;
	clear:both;
} /* to clear footer */

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} /*safari wrapper */
#content {
	z-index: 300;
/*	margin: 0pt auto;  */ /* align for good browsers */
/*		position:relative;  */
/*		height:auto;   */
/*		valign: top;   */
/*	    height: 800px;   */
	min-height: 800px;
	padding-bottom: 5px;
}

#content h2 {
	font-size: 15px;
	color: #FFFFFF;
	background:  url(images/bullet_17x21.gif) no-repeat left top;
	padding-left: 19px;
	line-height: 24px;
	position: relative;
	z-index: 999;
}

#content h3 {
	font-size: 15px;
	color: #FFFFFF;
	background:  url(images/bullet_h3.gif) no-repeat left top;
	padding-left: 45px;
	line-height: 24px;
	position: relative;
	z-index: 999;
}
#content h4 {
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 0px;
	line-height: 0px;
	font-weight: bold;
	position: relative;
	z-index: 999;
}

h3#post-  {
	font-size: 12px;
	color: #FFFFFF;
	background:  url() no-repeat left top;
	padding-left: 0px;
}

#content p {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	_line-height: 16px;
}

#content p a {
	color: #FFFFFF;
}

#content p a:hover {
	background-color: #CF1D20;
	color: #ffffff;
}


#footer p {
	padding: 8px;
}





.FSF_searchResults {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_resultLink {
	color: #CF1D20;
}

.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	color: #CF1D20;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;

}

img {
	border: dotted 0px #444444;
}

#content ul li{
	list-style-image: url(images/bullet_11x8.gif);
	margin-bottom: 0.5em;
	font-size: 110%;
}

.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.LIn_desc {
	display: none;
}
.LIn_date {
	font-style: italic;
	font-weight: bold;
	margin-left: 5px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
}

#content a, #sidebar a
{
    color: rgb(255, 255, 255);
}

#content a:hover, #sidebar a:hover
{
    background-color: rgb(207, 29, 32);
    color: rgb(255, 255, 255);
}

/*EasyEvents opmaak*/
.ee_miniCalendar{padding-left:5px;}
.ee_current{background:url(images/bg-evenement.gif) no-repeat;width:29px;height:25px;}
.ee_miniCalendarNav{color:#ffffff; height: 15px;}
.ee_miniCalMonth{}
.ee_miniCalendarNav ul{display:inline;font-weight:bold;}
.ee_miniCalendarNav ul li{font-style:normal;display:inline;}
.ee_miniCalendarDays{border-collapse:collapse;padding:0;text-align:center;}
.ee_miniCalendarNav ul li:hover{background:none;}
.ee_miniCalendarNav a{color:#000000 !important;}
thead{font-size:7pt;}
.ee_prev{color:#ffffff;background:url(images/bg-evenement.gif) no-repeat;}
.ee_today a{color:#fff;}.courses{padding-top:10px;height:f180px;width:273px;background:url(images/courses-bg.jpg) no-repeat;padding-left:0;}
.courses ul.LIn_shortMode{list-style:none;padding-left:0;margin-left:0;}
.courses a{margin-left:11pt;font-size:9pt;padding-left:14pt;color:#000;display:block;padding-top:4pt;padding-bottom:3pt;text-decoration:none;background:url(images/ico-courses.gif);background-repeat:no-repeat;background-attachment:scroll;background-position:left center;}
.courses img{padding-left:6pt;}
.courses li{list-style-image:none;}
.courses li a:hover{margin-left:0;color:#fff;padding-left:10pt;background-color:#6d6d6d;text-decoration:none;border-left:15pt #f9128c solid;border-right:15pt #f9128c solid;background-image:none;}
.photos{width:500px;}
.photos ul{font-size:9pt;display:block;border-bottom:1pt #fff solid;border-left:1pt #fff solid;border-right:1pt #fff solid;margin-left:15pt;padding:0;background-color:#c8c9ca;}
.photos li{font-style:normal;display:block;padding-left:10pt;border-top:1pt #fff solid;list-style-image:none;}
.photos li:hover{background-color:#a6a9ab;}
.photos li a{display:block;color:#000;padding-top:10pt;padding-bottom:10pt;background:#c8c9ca url(images/icon-photos.gif) no-repeat right center;}
.photos li a:hover{color:#fff;text-decoration:none;background-color:#a6a9ab;}
.pagenumbers{text-align:center;}
.pagenumbers a{border:1pt #b8b8b8 solid;padding-top:1pt;padding-bottom:1pt;padding-left:2pt;padding-right:2pt;background-color:transparent;}
.pagenumbers a:hover{border:1pt #b8b8b8 solid;background-color:#cbcbcb;color:#fff;text-decoration:none;}
.tagcloud{padding-top:50pt;text-align:justify;padding-right:15px;}
.tagcloud a:link{padding-right:5pt;padding-bottom:5pt;color:#f7f7f7;text-decoration:underline;}
.tagcloud a:visited{padding-right:5pt;padding-bottom:5pt;color:#f7f7f7;text-decoration:underline;}
.tagcloud a:hover{color:#979696;text-decoration:none;}
.s1{font-size:7pt;}
.s2{font-size:10pt;}
.s3{font-size:17pt;}
.qui{border-bottom:1px solid #bcbbbc;font-size:8pt;color:#908f90;text-align:right;}
.prevenement{background-image:url(images/pave.gif);background-repeat:repeat;margin-top:20pt;width:275px;padding-bottom:5pt;padding-top:5pt;font-style:normal;margin-top:10pt;}
.prevenement ul{display:block;padding:0;margin:0;}
.prevenement li{list-style-image:none;list-style:none;padding-left:10pt;padding-right:10pt;margin-bottom:8pt;margin-top:8pt;}
.prevenement li a{font-style:normal;color:#000;}
.prevenement li a:hover{background-color:#6d6d6d;color:#fff;text-decoration:none;}
.ditto_item{
background-color:#232323;
text-indent:5px;
margin-top:5px;
margin-bottom:5px;
}

