html,
body
{
	height:100%;
	margin:0 0 0px 0;
	padding:0;
}

body
{
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: black;
	text-align:center;
	font-family:  Georgia, serif;
	font-size:70%;
	line-height:170%;
	padding:0px;
	margin:0 0 0px 0;
	color: #a8a6a6;
}

/* ----- generic styling ----- */
p,
h1,
h2,
h3,
h4,
h5,
ul,
li,
ol
{
	margin:0px 0 0 0;
	padding:0;
}

li { }
a { color:#009cff; text-decoration: underline;}
a:hover	{ color: gray; }

h1 {
	color: #009cff;
	width: 100%;
	margin: 0px 0 15px 0;
	font-size:170%;
	}

h2,
h3,
h4,
h5
{
	font-weight:bold;
	font-size:120%;
}

h1 span { display: none; }
h2 span { display: none; }

embed { margin: 0px; padding: 0px; }
object{ margin: 0px; padding: 0px;}

em, i { width: 95%; font-size: 100%; }

hr { 
	height: 1px; 
	border: 0 solid transparent; 
	color: black; 
	background-color: black; 
	margin: 20px 0;
	line-height: 1px;
}

img { margin: 0px; padding: 0px; border: 0px; }

.clear { clear: both;}
.clearright { clear: right;}
.clearleft { clear: left;}

a.more
{
	padding-right: 10px;
	background: url(../img/bg_a_more.gif) no-repeat right 60%;
}

/*====================================================================================*/
/*	 Structure						  */
/*====================================================================================*/

#mainOuter
{
	background: url(../img/bg_main_outer.gif) no-repeat center top;
	height: 437px;
}

body.next #mainOuter
{
		background:  url(../img/bg_main_outer.gif) no-repeat center -237px;	
		height: 200px;
}

body.next {
	background-position: center -237px ;
	}

#mainContainer
{
	width: 940px;
	margin: 0 auto;
	text-align: left;
}


#header
{
	position: relative;
	text-align: right;
	width: 940px;
	background-repeat: no-repeat;
	background-position: center center;
}

body.home #header {height: 437px;}
body.next #header {height: 200px; background-position: center top !important; }

#wrap { padding-top: 10px;}


/*====================================================================================*/
/*	 Header						  */
/*====================================================================================*/

#login
{
	position: absolute;
	right: 10px;
	top: 45px;
	padding-right: 20px;
	background:  url(../img/bg_login.gif) no-repeat center right;
	z-index:1000;
}

#login a {color: white; text-decoration: none;}
#login a:hover {color: #009cff; text-decoration: underline;}

#navBox
{
	position: absolute;
	top: 30px;
	left: 0;
	width: 940px;
	height: 50px;
	text-align: left;
}

#innerNavLeft
{
	position: absolute;
	top: 0px;
	left: 0;
	width: 25px;
	height: 50px;
	background: black;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}

a#logo
{
	position: absolute;
	top: 0px;
	left: 25px;
	width: 280px;
	height: 50px;
}

#navBoxInner
{
	position: absolute;
	top: 0px;
	left: 305px;
	width: 635px;
	height: 50px;
	background: black;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}




/*====================================================================================*/
/*	 dropdown nav						  */
/*====================================================================================*/
	ul#mainNav
	{
		position:relative;
		margin: 15px 0px 0px 305px;
		padding:0;
		width:600px;
		list-style:none;
		z-index: 1;
	}
	
	
		#mainNav li
		{
			float:left;
			position:relative;
			list-style: none;
			margin:0 0 0 0px;
			padding:0;
			z-index: 10;
		}
		
		#mainNav li a
		{
			position:relative;
			float:left;
			height:20px;
			line-height: 20px;
			margin:0;
			padding:0 10px 0 10px;
			display:block;
			background-position:0 0;
			background-repeat: no-repeat;
			text-decoration: none;
			color: white;
			font-size: 100%;
			font-weight: bold;
			z-index: 10;
			
		}
		
		#mainNav li a.noLink {
			cursor: default;
		}
		
		#mainNav li span.catTitle {}
	
		#mainNav li a:hover 	{  color: gray;}		
		#mainNav li.selected a { color: #009cff; }	
		
			#mainNav ul
			{
				position:absolute;
				display:none;
				left:0;
				top:35px;
				width:180px;
				list-style:none;
				background: black;
				z-index: 1000;
				margin: 0px;
				padding: 0px;
			}
					
				#mainNav ul li
				{
					position:relative;
					margin:0;
					padding:0;
					display:block;
					width: 100%;
					background-image: none;
					z-index: 1000;
					background: transparent;
				}
				
				*> #mainNav ul li { 	width: 99%; 	}
					
				ul#mainNav li ul li a
				{
					position:relative;
					float:none;
					height:auto;
					min-height: 25px;
					height: 25px;
					display:block;
					padding:0px 5px;
					color: white !important;
					font-weight: normal;
					text-decoration:none;
					line-height:27px;
					text-indent:0;
					z-index: 1000;
					background-image: none;
					background-color: none;
					cursor: pointer;
				}
				
				#mainNav li ul li a:hover
				{
					position:relative;
					color:black !important;
					font-weight:normal;
					z-index: 1000;
					background-image: none !important;
					background: white;
				}	
				
				div.staticNav {
					margin: 15px 0px 0px 305px;
					position: relative;
				}
				
				div.staticNav li{
					display: inline;
					list-style: none;
					float: left;
					margin: 0px 0px 0px 0px;
					z-index: 10;
				}
				
/*====================================================================================*/
/*	 content						  */
/*====================================================================================*/

body.home #columnRight
{
	width: 470px;
	background: url(../img/bg_columnright.gif) repeat-y left top;
	float: right;
	margin-bottom: 10px;
}

body.next #columnRight
{
	width: 235px;
	background: url(../img/bg_columnright.gif) repeat-y left top;
	float: right;
	margin-bottom: 10px;
	min-height: 400px;
	height: 400px;
}
*> body.next #columnRight
{
	height: auto;
}

body.home #columnLeft
{
	width: 465px;
	float: left;
}
body.next  #wrap 
{
	padding-left: 5px;
}

body.next  #columnLeft
{
	width: 690px;
	float: left;
	min-height: 400px;
	height: 400px;
	background: url(../img/bg_column_left.jpg) repeat-x left 0px;;
}
*> body.next  #columnLeft
{
	height: auto;
}

/* breadcrumbs */

div#breadcrumbs
{
	padding: 5px 5px 10px 10px;	
}

div#breadcrumbs a, div#breadcrumbs span
{
	padding: 5px 10px 5px 30px;
}

div#breadcrumbs a.home { background: url(../img/bg_bread_home.jpg) no-repeat left center;}
div#breadcrumbs a.cat { background: url(../img/bg_bread_cat.jpg) no-repeat left center;}
div#breadcrumbs span.page { background: url(../img/bg_bread_page.jpg) no-repeat left center;}


/* content */
body.home #columnLeft .padding {padding: 10px;}
body.next #columnLeft .padding {padding: 0 15px 15px 15px;}

body.next #columnLeft h1
{
	background: #191919;
	font-size: 200%;
	idth: 690px;
	padding: 10px 0;
	argin:0 -20px 0 -10px;
	text-indent: 10px;
}


body.next #columnLeft h3
{
	ackground: #333333;
	adding:  2px 5px;
}


/* images */

.imgBox
{
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
	display: inline: 
}

.imgBox img {border: 1px solid #333333;}

/* pdf icons */

.pdfItem a
{
	padding: 3px 0 3px 20px ;
	background: url(../img/bg_pdf_item.gif) no-repeat left top;
}

/* #columnRight */

#schedule, #news
{
	float: right;
	width: 235px;
	adding-top: 10px;
}

#schedule .padding, #news .padding
{
	padding: 0 25px 10px 10px;
}

#schedule h1
{
	background: #191919 url(../img/bg_h1_schedule.gif) no-repeat left center;
	padding:10px 0 10px 0px;
	text-indent: 30px;
	margin: 0px;
}

#news h1
{
	background: #191919 url(../img/bg_h1_news.gif) no-repeat left center;
	padding:10px 0 10px 0px;
	text-indent: 30px;
	margin: 0px;
}

#schedule h2, #news h2
{
	color: white;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

#schedule .specs
{
	background: #333333;
	padding:  2px 5px;
}

.date
{
	display: block;
}

.item
{
	margin-bottom: 10px;
}

/*agendapunt inloggen */
#loginLink
{
	padding: 3px 0 3px 30px;
	background: #333333 url(../img/bg_login.gif) no-repeat 10px 3px;
}

span.inschrijven
{
	display: block;
	margin-top: 5px;
	padding: 3px 0 3px 30px;
	background: #333333 url(../img/event_add.jpg) no-repeat 5px 5px;
}

span.uitschrijven
{
	display: block;
	padding: 3px 0 3px 30px;
	margin-top: 5px;
	background: #333333 url(../img/event_delete.jpg) no-repeat 5px 5px;
}

ol.inschrijvingen
{
	ist-style:none;
	margin:5px 0;
	padding:5px 5px;
	background: #333333;
}

ol.inschrijvingen li
{
	list-style-position: inside;
	padding: 2px 5px;
}

ol.inschrijvingen li.even
{
	background: #262626;
	color: white;
}


/*leden*/

#users
{
	float: right;
	width: 235px;
	adding-top: 10px;
}

#users .padding
{
	padding: 0 25px 10px 10px;
}

#users h1
{
	background: #191919 url(../img/bg_h1_users.gif) no-repeat left center;
	padding:10px 0 10px 0px;
	text-indent: 30px;
	margin: 0px;
}



.userItem
{
	clear: both;
	padding: 2px 3px 2px 3px;
}

.userItem.even
{
	background: #333333;
}

.userItem a
{
	text-decoration: none;
}



.userDescription
{
	loat: left;
	display: block;
}
.userActions
{
	width: 41px;
	eight: 16pxem;
	float: right;
}

.userInfoLink
{
	background: url(../img/bg_user_details.gif) no-repeat center center;
	text-indent: -2000px;
	display: block;
	float: right;
	width: 20px;
	height: 1.7em
}

.userMailLink
{
	background: url(../img/bg_user_send_mail.gif) no-repeat center center;
	text-indent: -2000px;
	display: block;
	float: right;
	width: 20px;
	height: 1.7em;
}


/*leden detail */
div#ledenList img
{
	float: right;
	margin-bottom: 10px;
	border: 1px solid white;
}

 div#ledenList dl
{
	width: 500px;
	margin: 0 10px 0 0px;
   line-height: 1.7em;
}

div#ledenList dt
{
	float:left;
	clear:left;
	width:150px;
   font-weight: bold;
}


 div#ledenList dd
{
	margin-left:150px;
	line-height: 1.7em;
	height: 1.7em;
	min-height: 1.7em;
}

*>  div#ledenList dd
{
	height: auto;
}


div#ledenList  dl a
{
    text-decoration: none;
    }


/*====================================================================================*/
/*	 Form																  */
/*==================================================================================== */


form#loginForm,
form#forgotPassword { margin: 10px 0; }


form#loginForm div.section,
form#forgotPassword div.section
{
	adding: 5px 0;
	argin-bottom: 10px;
}

form#loginForm div.section.submit_fields,
form#forgotPassword div.section.submit_fields
{
	background: None;
	border: none;
	padding-top: 0px;
}

form#loginForm ul,
form#forgotPassword ul
{
	list-style:none;
	width:100%;
	clear:left;
	margin:0;
	padding:0;
}

form#loginForm ul li,
form#forgotPassword ul li
{
	position:relative;
	margin:0;
	padding:5px 5px 5px 0px;
	clear:left;
	list-style-position: outside;
}

form#loginForm ul li div.label
{
	position:absolute;
	width:150px;
	font-weight: bold;
	color: white;
}

form#loginForm ul li label {}
form#loginForm ul li .contents label
{
	display:inline;
	float:none;
	width:auto;
}

form#loginForm ul li div.contents
{
	overflow:hidden;
	position:relative;
	z-index:1;
	left:155px;
	width: 400px;
}

form#loginForm ul li.required
{
	position: relative;
	background-image: url(../img/bg_li_required.gif);
	background-repeat: no-repeat;
	background-position: 145px 7px;
}

form#loginForm input,
form#forgotPassword input
	{
	background: url(../img/bg_input.gif) no-repeat 0 0;
	width: 250px;
	border:1px solid #C6C6C6;
	}
	
form#loginForm  input.image,
form#forgotPassword input.submit
 {
	border: none;
	width: auto;
	height: auto;
}
