/* * * LAY OUT * * */
body {

margin:				25px;
padding:			0px;

color:				#333333;
background-color:	#3399FF;
background-image:	url('../_img/background.jpg');
background-repeat:	no-repeat;
font-family:		'Lucida Grande', Verdana, Geneva, sans-serif;

} .wrapper {
	
width:				960px;
position:			relative;
left:				50%;
margin:				0 0 0 -480px;
	
} a {
	
color:				inherit;	

} p {

margin:				25px 0 25px 0;

} p.finalline {

margin:				70px 0 0 0;
font-style:			italic;
text-align:			center;
font-size:			20px;
font-weight:		bold;
color:				#AA3333;

} img.left {
	
float:				left;
padding:			0 20px 0 0;
	
} img.right {
	
float:				right;
padding:			0 0 0 20px;
	
}

/* * * DEKDWEILFESTIVAL * * */
.dekdweilfestival_header {

height:				350px;
background-image:	url('../_img/dekdweilfestival_header.png');
background-repeat:	no-repeat;
margin:				0 0 20px 0;
	
}

/* * * TEKST * * */
.tekst_header {
	
height:				75px;
background-image:	url('../_img/tekst_header.png');
background-repeat:	no-repeat;
	
} .tekst_content {

padding:			30px 60px 30px 60px;
background-color:	#FFFFFF;
text-align:			justify;

} .tekst_content img {
	

	
} .tekst_footer {

height:				40px;
background-image:	url('../_img/round-corners-bottom.png');
background-repeat:	no-repeat;
margin:				0 0 20px 0;

}

/* * * PROGRAMMA * * */
.programma_header {
	
height:				75px;
background-image:	url('../_img/programma_header.png');
background-repeat:	no-repeat;
	
} .programma_content {

font-size:			12px;
padding:			30px;
background-color:	#FFFFFF;
	
} .programma_footer {

height:				40px;
background-image:	url('../_img/round-corners-bottom.png');
background-repeat:	no-repeat;
margin:				0 0 20px 0;

}

/* * * CONTENT * * */
.content_header {
	


} .content_row {
	

	
} .content_row .filled {

background-color:	#99DDFF;
padding:			7px 0 7px 0;
/*height:				65px;	
background-image:	url('../_img/cell_back.png');
background-repeat:	no-repeat;*/
	
} .cell {

margin:				0 0 0 5px;
/*padding:			22px 10px 0px 10px;*/
width:				150px;
float:				left;
text-align:			center;

} .content_row .filled:hover {
	
/*background-image:	url('../_img/cell_hover_back.png');
background-repeat:	no-repeat;*/
background-color:	#AA3333;
cursor:				pointer;
	
} .th {
	
font-weight:		bold;
padding:			7px 0 0 0;	

} .filled {
	
verticle-align:		top;

} .filled a {
	
color:				inherit;	
	
}

/* * * IMPRESSIE * * */
.impressie_header {

height:				75px;
background-image:	url('../_img/impressie_header.png');
background-repeat:	no-repeat;

} .impressie_content {

background-color:	#FFFFFF;
text-align:			center;

} .impressie_footer {

height:				40px;
background-image:	url('../_img/round-corners-bottom.png');
background-repeat:	no-repeat;
margin:				0 0 80px 0;

}

/* * * HIDDEN * * */
.popup {
	
display:			none;
position:			absolute;
top:				0px;
left:				0px;
width:				400px;
height:				250px;

background-image:	url('../_img/popup_back.png');
background-repeat:	no-repeat;
color:				white;

} .popup_header {

height:				30px;
padding:			15px 0 15px 15px;
	
} .popup_header .name {
	
width:				360px;
float:				left;
font-weight:		bold;
font-size:			25px;
	
} .popup_content {

padding:			10px 0 0 15px;
	
} .popup_header a, .popup_content a {
	
color:				#FFFFFF;
	
}
