/* 
	Global Stylesheet for Nieuw en Meer 
	Defines all global styles for site and intranet pages 
*/


/************************** POSITIONING ************************
*
*/


/* Navigation*/
#navigation_container
{
	margin-top: 5%;
	height: 23px;
	overflow: hidden;
	width: 1000px;
}

#navigation_container ul
{
	padding: 0;
	margin: 0;
	padding-left: 16px;
}


/* content */
#content_container
{
	/*border: 1px solid red;*/
	height:  43%;
	_height:  23%; /*IE FIX*/
}



/* grey header for page titles just below nav */
#item_content_header
{
/*	background-color: #CCCCCC;*/
	width: 100%;
	height: 64px; 
	padding-top: 16px;
	margin-top: 1px;
}

/* top pictures inside item */
#item_pictures{
	position:  absolute;
	z-index: 89;
	left:  180px;
}

#item_pictures img{
	padding-right: 3px;
	border:  0;
}

/* left container inside item header */
#item_content_header_left
{
	width: 180px;
	height: 50px;
	float: left;
	/*border:  1px solid green;*/
}

/* right container inside item */
#item_content_header_right
{
	position:  relative;
	left: 30%;
	width: 530px;
	height:  50px;
	float: left;
	background-repeat:  no-repeat;
}


/* page titles */

#item_title_holder_left
{
	width: 170px;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;	
/*	border:  1px solid pink; ..*/
}

#item_title_holder_right
{
	text-transform:  lowercase;
	margin-left: 20px;
	padding: 10px;
	font-size: 26px;
	font-weight: bold;	
}


/* container for main text body */
#item_content
{
	height: 43%;
	margin-top: 1px;
	padding-top: 30px;
	_padding-top: 40px;
	background-color: #C0C9D3;
	padding-left: 180px;
/*	padding-right: 230px;*/
/*	border:  1px solid green;*/
}

/* text content inside item content container */
#content_text
{
	margin-top:10px;
	padding-right: 20px;
	min-width: 600px;
	width:85%;
	height: 275px;
	overflow: auto;
/*	border:  1px solid red;*/
}

#scaler{
	width: 100%;
	height:  7%;
	background-color: #C0C9D3;
}

#verder_terug {
	padding: 5px;
}

.bar {
		margin-top:  1px;
		height:  15px;
		width:  100%;
}

.bar_paging
{
	text-align: right;
	font-family: Verdana;
	font-size:10px;
	font-weight:bold;
}


/* bottom navigation */
.subnavigation
{
	clear: both;
	background-repeat: no-repeat;
	margin-top: 9px;
	/*border:  1px solid green;*/
	text-align: right;
}

.subnavigation_inner_container {
	margin-left: auto;
	margin-right: 10px;
	/*border: 1px solid red;*/
	text-align: left;
}

.subnavigation_inner_container_nieuwenmeer {
	width: 910px;
}
.subnavigation_inner_container_geschiedenis {
	width: 910px;
}
.subnavigation_inner_container_agenda {
	width: 370px;
}

.subnavigation_inner_container_contact {
	width: 400px;
}

.subnavigation_inner_container_plattegrond{
	width: 320px;
}

.subnavigation_inner_container_kunstenaars{
	width: 360px;
}

.subnav_image {
	height:  62px;
	background-repeat: no-repeat;
	background-color:  #C2C9D3;
}

.subnav_image_nieuwenmeer {
		width: 904px;
}
.subnav_image_geschiedenis {
		width: 905px;
}
.subnav_image_agenda {
		width: 361px;
}

.subnav_image_kunstenaars {
		width: 361px;
}

.subnav_image_plattegrond {
		width: 326px;
}



/* make blocks of sub items */
.subnavigation a {
	float: left;
	background-color: #C0C9D3;
	height: 16px;
	margin-right: 1px;
	margin-top: 2px;
	padding: 5px;
	font-style: bold;
	text-decoration:none;
	
}

.subnavigation_inner_container_nieuwenmeer a {
		width: 170px;
}

.subnavigation_inner_container_geschiedenis a {
		width: 170px;
}

.subnavigation_inner_container_agenda a {
		width: 170px;
}
.subnavigation_inner_container_contact a {
		width: 189px;
}

.subnavigation_inner_container_kunstenaars a {
		width: 350px;
}

#spacer{
	height: 50px;
}


/************************** STYLES ************************
*
*/

/* General styles 
*
*/
html{
	height: 100%;
}

body {
	background-color: rgb(0,0,0);
	background-color: transparent; 
	color: white;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 13px;
	margin-top: 90px;
	margin: 0px; 
	padding: 0px; 
	height: 100%; 
	/* scale bg stuff */
	border-top: 1px transparent solid; 
	margin-top: -1px; 
	z-index:0; 
	position:relative; 
}

/* styles for scaled background-image */
img#background { 
	height: 100%; 
	width: 100%; 
	z-index: -1; 
	position:absolute; 
	color: white; 
}

/* a bit different in kunstenaars_index.rhtml */
#background_kunstenaars { 
	height: 101%; 
	width: 100%; 
	z-index: -1; 
	position:absolute; 
	color: white; 
	margin-top: -105px;
}
/* */

.body_text {
	color: #222;
}

.blue {
	color: #EAFFFF; 
}

h2 {
	margin-top: 0;
	font-size: 16px;
	padding-left: 10px;
}

td {
	vertical-align: top;
}

.td_text {
	padding: 5px;
	color: #222;
}

.td_meer_info {
	width: 100px;
	text-align: right; 
	vertical-align: bottom;
	font-variant: small-caps;
}




/* Background colors */
.grey_bg {
	background-color: #CCCCCC;
}

.blue_bg {
	background-color: #C0C9D3; 
	
}

.tr_grey {
	color: #EAFFFF; 
}

.light_grey_bg
{
	background-color:  #f0f0f0;
}





/* Top Navigation Styles 
*
*/
#navigation_container li
{
	float: left;
	padding: 3px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 20px;
	margin-right: 12px;
	list-style-type: none;
	border-left: 1px solid white;
	background-image: url("/images/site/tab.gif");
	background-position: top right;
	background-repeat: no-repeat;
	height: 17px;
}

#navigation_container li a
{
	font-weight: bold;
	font-size: 12px;
	color: #EAFFFF;
	text-decoration: none;
}

#navigation_container li a:hover
{
	color: white;
}

#navigation_sub_container li
{
	float: left;
	list-style-type: none;
	margin-right: 30px;
}

#navigation_sub_container li a
{
	font-size: 13px;
	color: #EAFFFF;
	text-decoration: none;
}

#navigation_sub_container li a:hover
{
	color: white;
}

#grey_bar
{
	width: 100%;
	height: 18px;
	background-color: #CCCCCC;
	margin-top: 2px;
}

/*title bar*/
h1 {
	background-color: #688A8B;
	text-transform:  uppercase;
	margin-top: 1px;
	margin-bottom: 0px;
	padding: 0;
	border-top: 1px solid white;
	height: 14px;
	padding-left: 6px;
	padding-top: 1px;
	font-size: 12px;
	color: #EAFFFF;
	clear: both;
}

h1 a
{
	color: #EAFFFF;
}

h1 a:hover
{
	text-decoration:  underline;
}

.link_no_underline {
	text-decoration:none;
}

.link_no_underline:hover {
	text-decoration:underline;
}

.opacity 
{
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}


