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


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




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

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

#content_container { height: 43%; }



/* 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-left: 180px;
	_padding-top: 40px;
	background-color: #C0C9D3;
	/*	padding-right: 230px;*/
	/*	border:  1px solid green;*/
	}
	

	
	
#pijltjes
{
	position:absolute;
	margin-left: -60px;
	font-size: 18px;
}	

/* text content inside item content container */
#content_text {
	margin-top: 10px;
	padding-right: 20px;
	width: 760px;
	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;
	height:96px;
}

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

.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; }

#sublinks {
	height: 62px;
	background-repeat: no-repeat;
	background-color: transparent;
	position: absolute;
	right:0px;
	width: 497px; 
	}

#xtralinks {

	position:absolute;
	top:61px;
}

/* 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_nieuwsbrief a { width: 234px; }
.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/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 999;
	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;
	}
	
.white { color: white; }
/****************************** OVER NIEUW EN MEER *******************************/



.nieuwsbrief_a, .nieuwsbrief_a a:visited, .nieuwsbrief_a a {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
	}

.overnieuwenmeer_a {
	color: #009900;
	font-weight: bold;
	text-decoration: none;
	}

.honderd { width:100px;}
.honderdvijftig { width:150px;}

form#nieuwsbrief input {
	
	padding: 1px 3px;
	border:1px solid #688A8B;
}

.verplicht
{
	font-weight: bold;
	font-size: 14px;
	line-height:18px;
	color:#009900;
}

.cursief { font-style: italic; }

