@charset "utf-8";
/* CSS Document */
html {
overflow:scroll;
}

body{
	overflow:hidden;
	background-color:#111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#EEE;
	margin: 0 0 0 0;
	padding: 0;
}
h1, h2, h3 {
	color:#DDD;
}
h1{
	font-size:160%;
}
h2{
	font-size:135%;
}
h3{
	font-size:120%;
}

img{
	border-width:0;
}
a{
	color:#EEE;
}

.indent{
	padding-left:30px;
}

#top{
	width: 900px;
	height: 184px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/top.jpg);
	margin-top:20px;

}
	#langselect{
		float:right;
		height: 15px;
	}
	#langselect ul{
	
		margin-right:10px;
		margin-top:0;
		margin-bottom:0;
		list-style:none;
	}
	#langselect li{
		float:left;
		padding-left:10px;
	}


#menu{
	width: 900px;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/menu_bg.jpg);
	text-align:center;
}

		/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
		.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {/*float:left;display:block;*/display:inline;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:inline-block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {
	list-style:none;
	margin:0px;
}.qmmc li a {float:none;}.qmmc li:hover>ul{left:0;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}
		
		
		/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/

		#qm0 li li 
				{width:100%;
				padding: 0;
					display:block;float:left;
				}
				#qm0 li li a {color: #FFF;}
			#qm0 li ul {padding:0;margin:0;background-image:url(../images/transparency.png)}	
			/* QuickMenu 0 */
		
			/*"""""""" (MAIN) Container""""""""*/	
			#qm0	
			{
	width:auto;





				background-image:url(../images/transparency.png)
				/*background-color:transparent;*/
				border-width:0px;
	margin-left:-40px;
	padding-top: 5px;
			}
		
		
			/*"""""""" (MAIN) Items""""""""*/	
			#qm0 a	
			{	
				padding:2px 10px 2px 10px;
				margin:10px 0px 10px 0px;
				color:#DDD;
				font-size:13px;
				font-weight:500;
				text-decoration:none;
				text-align:left;
				border-color:#313131;
				text-transform:uppercase;
			}
		
		
			/*"""""""" (MAIN) Hover State""""""""*/	
			#qm0 a:hover	
			{	
				color:#CCC;
			}
		
		
			/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
			#qm0 li:hover>a	
			{
				color:#CCC;
			}
		
		
			/*"""""""" (SUB) Container""""""""*/	
			#qm0 div, #qm0 ul	
			{	
				padding:5px;
				margin-left:auto;
				margin-right:auto;
				
				border-width:3px 1px 1px 4px;
				border-style:solid;
				border-color:#9e9e9e;
			}
		
		
			/*"""""""" (SUB) Items""""""""*/	
			#qm0 div a, #qm0 ul a	
			{	
				padding:2px 40px 2px 5px;
/*				background-color:#CCC;
*/				
				color:#CCC;
				border-width:0px;
				border-style:none;
				border-color:#000;
			}
			#qm0 ul a
			{
			background-image:url(../images/opacity.png);
			}
		
			/*"""""""" (SUB) Hover State""""""""*/	
			#qm0 div a:hover	
			{	
				color:#;
			}
		
		
			/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
			#qm0 ul li:hover>a	
			{	
				color:#777;
			}
		
		
			/*"""""""" (SUB) Active State""""""""*/	
			body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
			{	
				/*background-color:transparent;*/
				background-image:url(../images/transparency.png)
				color:#CCC;
			}
		
		
			/*"""""""" Individual Titles""""""""*/	
			#qm0 .qmtitle	
			{	
				cursor:default;
				padding:3px 0px 3px 4px;
				color:#DDD;
				font-family:arial;
				font-size:11px;
				font-weight:bold;
			}
		
		
			/*"""""""" Custom Rule""""""""*/	
			ul#qm0 li:hover > a.qmparent	
			{

			}
		
		

#content{
	background-image:url(../images/main_bg.jpg);
	background-color:#000;
	background-repeat:no-repeat;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
	#main{
		padding-right:65px;
		padding-left:65px;
/*		overflow:auto;*/
	}
	#contentspace{
		height: 20px;
		padding-right:40px;
		padding-left:40px;
	}
.align-center{
		text-align:center;
		margin-right:auto;
		margin-left:auto;
	}
.align-right{
		text-align:right;
		margin-right:0;
		margin-left:auto;
	}

#footer{
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	font-size:10px;
	width: 900px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	text-align:center;
}
	#footer a {
	text-decoration:none;
	}
.csc-menu{
	padding:0;
	list-style:none;
}
.csc-menu li{
	text-align:center;
	margin-bottom:15px;
}
.csc-menu a{
	font-size:1.2em;
	font-weight:bold;
}

/* ---- Goof Fotobook ---- */

.tx-gooffotoboek-pi1 a img{
	border:none;
}
.tx-gooffotoboek-pi1 {
	width:99%;
	text-align:center !important;
}
.tx-gooffotoboek-pi1 table{
	margin-left:auto;
	margin-right:auto;
}


#content .gfpb_landscape img{
	align:center;
}
#content .tx-gooffotoboek-pi1 table td{

	width:auto;
	margin:0,auto;
	text-align:center;
}
#content .tx-gooffotoboek-pi1 table{
	margin:0,auto;
	text-align:center;
}

/* ---- News ---- */

#content .news-latest-container{
	background-color:transparent;
	float:right;
	width:220px;
	border-style:solid;
	border-width:0px;
	border-color:#AAA;
	padding:0px;
}
#content .news-latest-container h2{
	background-color:#C00;
}
#content .news-latest-item{
	background-color:transparent;
	border-width:0px;
	border-color:#AAA;
	border-style:solid;
}
#content .news-latest-gotoarchive{
	background-color:#C00;
}

#content .news-list-container{
	background-color:transparent;
	border:none;
	border-color:#C00;
}
#content .news-list-item{
	background-color:transparent;
}
#content .news-list-item .clearer{
	border-bottom:1px;
	border-bottom-color:#AAA;
	border-bottom-style:solid;

}
#content .news-list-container h3{
	background-color:#C00;
}
#content .news-single-item{
	background-color:transparent;
}
#content .news-single-item h2{
	color:#EEE;
}

/* ---- Guestbook ---- */

#content .tx-guestbook-header{
	width:750px;
	height:1.2em;
	padding:0.5em;
	background-color:#A55814;
}
#content .tx-guestbook-left{
	float:left;
	width:150px;
	height:80px;
	font-size:9px;
	background-color:#624906;
	height:3em;
	
}
#content .tx-guestbook-left a{
	color:#EEE;
}

#content .tx-guestbook-right{
	width:570px;
	background-color:#CC6;
	
}
#content .tx-guestbook-field{
	padding:0.5em;
	
}

/* ---- Smooth Gallery ----*/

.tx-rgsmoothgallery-pi1{
	margin-left:auto;
	margin-right:auto;
}
.myGallery{
	border-radius: 10px;
}

.tx-rspflvplayer-pi1 {
	margin-left:115px;
}
