/* General stylesheet for fenikstilburg.nl */
/* © 2009 ITXP*/

/*GLOBAL*/
* {
	margin					: 0px;
	padding					: 0px;
}
body {
	font-family				: "myriad web", Verdana, sans-serif;
	font-size				: 11px;
	color					: #660F6E;
	background-color		: #8C4B92;
}
img {
	border					: 0px;
	display					: block;
}
a {
	color					: #FFFFFF;
}
/*END-GLOBAL*/

/*LAYOUT*/
div#viewport {
	position				: absolute;
	top						: 0px;
	bottom					: 0px;
	left					: 0px;
	right					: 0px;
	min-height				: 525px;
	height					: auto !important;
	height					: 525px;
	min-width				: 730px;
	width					: auto !important;
	width					: 730px;
}
div#main {
	position				: absolute;
	width					: 730px;
	height					: 515px;
	margin-top				: -263px;
	top						: 50%;
	margin-left				: -365px;
	left					: 50%;
	padding-bottom			: 10px;
	background				: url(/fileadmin/templates/sitefiles/images/feniks_background.jpg)
}
div#menu_container {
	position				: absolute;
	top						: 240px;
	left					: 60px;
	height					: 210px;
	width					: 120px;
}
div#content_container {
	position				: absolute;
	width					: 410px;
	left					: 230px;
}
/*END-LAYOUT*/

/*MENU*/
div#menu {
	height					: 210px;
}
div#menu ul {
	list-style-image		: none;
	list-style-position		: outside;
	list-style-type			: none;
}			
div#menu ul li {
	display					: block;
}
div#menu ul li a {
	display					: block;
	width					: 110px;
	height					: 32px;
	padding-left			: 10px;
	line-height				: 32px;
	margin-bottom			: 10px;
	font-size				: 10px;
	font-weight				: bold;
	color					: #660F6E;
	background-color		: #FFFFFF;
	text-decoration			: none;
}
div#menu ul li a:hover, div#menu ul li.current a {
	color					: #FFFFFF;
	background-color		: #660F6E;
}
div#sitemap a {
	clear					: both;
	float					: left;
	display					: block;
	width					: 32px;
	height					: 32px;
	background-image		: url(/fileadmin/templates/sitefiles/images/sitemap.jpg)
}
div#sitemap a:hover {
	background-image		: url(/fileadmin/templates/sitefiles/images/sitemap_alt.jpg)
}
div#links a {
	float					: left;
	display					: block;
	margin-left				: 12px;
	width					: 32px;
	height					: 32px;
	background-image		: url(/fileadmin/templates/sitefiles/images/links.jpg)
}
div#links a:hover {
	background-image		: url(/fileadmin/templates/sitefiles/images/links_alt.jpg)
}
div#youtube a {
	float					: left;
	display					: block;
	margin-left				: 12px;
	width					: 32px;
	height					: 32px;
	background-image		: url(/fileadmin/templates/sitefiles/images/youtube.jpg)
}
div#youtube a:hover {
	background-image		: url(/fileadmin/templates/sitefiles/images/youtube_alt.jpg)
}
/*END-MENU*/

/*CONTENT*/
div#content p.align-center, div#content h1.align-center, div#content h2.align-center {
	text-align				: center;
}
div#content dl.csc-menu dd {
	padding-bottom				: 10px;
}
div#content div.csc-textpic-imagewrap ul {
	margin-left: 0px;
}
/*END-CONTENT*/

/*LIGHTBOX*/
div#lbOuterImageContainer, div#lbImageDataContainer, .sbLoading, div#lbLoading {
	background-color		: #660F6E;
}
/*END-LIGHTBOX*/

/*SLIDESHOW*/
div#myGallery {
	border					: 0px solid;
}
div#myGallery .tx-rgsmoothgallery-pi1 {
	background				: #660F6E url(img/loading-bar-black.gif) no-repeat scroll center center;
}
div#myGallery .loadingElement {
	background-color		: #660F6E;
}
div#jdGallery .loadingElement {
	background-color		: #660F6E;
}
div#jdGallery .slideElement {
	background-color		: #660F6E;
}
div#myGallery .slideElement {
	background-color		: #660F6E;
}

/*END-SLIDESHOW*/

