/*	-------------------------------------------------------------
	JULIANAPOP.NL - HANDWRITTEN CSS BY TIM BEGLINGER @ 11/02/2009
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*******************
AJAX gegevens start
********************/
.fout {
  background-color: #CC4444;
}

.goed {
  background-color: #44CC44;
}

.checkit {
  background-color: #E0E5EF;
}
/*******************
AJAX gegevens einde
********************/


body {
	background: #264b00 url(images/backgroundHome.jpg) repeat-x top left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

* {
	margin: 0; 
	padding: 0;
}

ul {list-style: none;}

h1 {
	font: 28px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
}

.wit {color: #fff;}

.links {float: left;}
.rechts {float: right;}

div.container {
	width: 960px; 
	margin: 0 auto;
	position: relative;
}





/*	-------------------------------------------------------------
	MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menu {
	float: left; 
	height: 29px; 
	line-height: 29px; 
	margin-top: 2px;
	overflow: hidden;
	width: 960px;
}                                   

ul#navlist {
	float: left;
	margin-left: 0; 
	padding-left: 0; 
	white-space: nowrap;
}

#navlist li {
	border-left: 1px solid #f9a65c;
	border-right: 1px solid #d36300;
	display: inline; 
	float: left;
	list-style-type: none;
}

#navlist a {
	padding: 8px 8px;
	color: #fff;
	text-decoration: none;
}

#navlist a:hover {background: #d36300;}

#mp3speler { display: none; float: right; }




/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header {
	background: url(images/header.jpg);
	float: left; 
	height: 696px;  
	margin-top: 20px;
	position: relative;
	width: 960px;
}    

a#ihitro  {
	background: url(images/ihitro.jpg);
	display: block;
	height: 49px;
	position: absolute;
	top: 24px;
	right: 19px;
	width: 325px;
}

a#ihitro:hover  {background: url(images/ihitroOn.jpg);}

a#ticketsBestellen  {

	background: url(images/ticket.jpg);
	height: 60px;
	position: absolute;
	top: 102px;
	right: 19px;
	width: 325px;
}

a#ticketsBestellen:hover  {background: url(images/ticketOn.jpg);}

#nogDagen  {
	color: #fff;
	font: 20px Georgia, "Times New Roman", Times, serif;
	position: absolute;
	top: 272px;
	left: 44px;
}




/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content {
	background: #fff;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
	float: left;  
	line-height: 20px;
	width: 960px;	
}  

#contentPadding {padding: 11px 20px;}  

#contentHeader {
	background: url(images/contentHeader.png) no-repeat bottom;
	float: left; 
	height: 9px;  
	margin-top: 40px;
	width: 960px;
	_behavior: expression( 
              this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1],
              this.style.background = "none",
              this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ")");
} 

#contentFooter {
	background: url(images/contentFooter.png) no-repeat bottom;
	float: left; 
	height: 9px;  
	width: 960px;
	_behavior: expression( 
              this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1],
              this.style.background = "none",
              this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ")");
}  

#content p {margin-bottom: 20px; color: #000;} 
#content h1 {color: #264b00; margin-bottom: 15px} 
#content a {color: #264b00;} 
#content a:hover {text-decoration: none;} 
#content a img {border: 0;}
#content img {margin: 0 20px 5px 0;}  

#content hr {
	border: 0;
	height: 0;
	clear: both;
	border-bottom: 1px solid #ddd;
	margin: 5px 0 20px;
}

#content p.voorbericht {
	border: 1px solid #ddd;
	background: #eee;
	margin-top: 20px;
	padding: 10px;
}

#content em {color: #777;}





/*	-------------------------------------------------------------
	VORIG JAAR
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#vorigJaar {
	float: left; 
	height: 370px;  
	margin-top: 20px;
	width: 960px;
}  

#vorigJaar h1 {color: #264b00;} 

#vorigJaar img {
	border: 1px solid #fff;
	margin: 0 10px 10px 0;
	height: 93px;
	width: 125px;
}  

#vorigJaarLinks {
	float: left;
	margin-top: 10px;
	width: 100%;
}  

#vorigJaarLinks a {
	background: #264b00;
	color: #fff;
	display: inline-block;
	padding: 5px 8px;
	margin-right: 10px;
	text-decoration: none;
}  

#vorigJaarLinks a:hover {text-decoration: underline;} 





/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer, #footerSub {
	color: #fff;
	float: left; 
	height: 220px;  
	margin-top: 10px;
	width: 960px;
}  

#footer h1 {color: #528d14;} 

#footer hr {
	border:0;
	height: 2px;
	border-top: 1px solid #1e3b01;
	border-bottom: 1px solid #305f00;
	margin: 40px 0 15px;
} 

#footer a {
	color: #528d14;
	text-decoration: none;
}

#footerSub a {
	color: #264b00;
	text-decoration: none;
}
 

#footer a:hover, #footerSub a:hover {text-decoration: underline;} 

#footer input.invoer {
	border: 1px solid #1d3900;
	color: #528d14;
	font-style: italic;
	margin: 0 30px 0 5px;
	padding: 5px 6px;
} 

#footer input.button {
	background: #193101;
	border: 1px solid #6d8258;
	color: #528d14;
	cursor: pointer;
	font-style: bold;
	padding: 4px 10px;
} 

#footer input.button:hover {background: #0f1e00;} 





/*	-------------------------------------------------------------
	AGENDA
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

table#agendaTabel td  {
	border-bottom: 1px solid #ddd;
	padding: 20px 0 5px;
}  






/*	-------------------------------------------------------------
	GASTENBOEK
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#gastenboek #preview  {
    background: #fffecd;
	border: 1px solid #e4e1aa;
	width: 500px;
	float: right;
	position: absolute;
	padding: 20px;
	top: 210px;
	right: 20px;
}  

#gastenboek .input {
	border: 1px solid #ddd;
	padding: 4px 10px;
	width: 287px;
}

#gastenboek .textarea {
	border: 1px solid #ddd;
	padding: 10px 10px;
	width: 330px;
}


#module_03_01 {
	background: #ddd;
	border: 1px solid #ccc;
	float: left;
	margin-top: 30px;
	width: 918px;
}

#module_03_01_bericht {
	background: #eee;
	border: 1px solid #ddd;
	border-top: 0;
	float: left;
	width: 918px;
}

.class_bericht {padding: 10px; display: block;}

.class_b {
	font-weight: bold;
	float: left;
	height: 25px;
	line-height: 25px;
	margin-left: 10px;
	width: 820px;
}

.module_03_01_datum {
	color: #777;
	float: left;
	line-height: 25px;
	font-style: italic;
}





/*	-------------------------------------------------------------
	CONTACT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

table#contactTable  {text-align: left;}  

#contactTable input {
	border: 1px solid #ddd;
	padding: 4px 10px;
	width: 300px;
}

#contactTable textarea {
	border: 1px solid #ddd;
	padding: 10px 10px;
	width: 820px;
}





/*	-------------------------------------------------------------
	PROGRAMMA
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

table#programmaTabel  {text-align: left; width: 100%}  

#programmaTabel td {
	border-bottom: 1px solid #ddd;
	padding: 20px 10px 5px;
}





/*	-------------------------------------------------------------
	INSCHRIJVEN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

table#inschrijvenTabel  {text-align: left;}  

#inschrijvenTabel input {
	border: 1px solid #ddd;
	padding: 4px 10px;
	width: 300px;
}

#inschrijvenTabel textarea {
	border: 1px solid #ddd;
	padding: 10px 10px;
	width: 890px;
}