/* 
	CSS Document 
	TEMPEL
	Paul de Jong, Matthijs Rouw
*/

input {
	border : 1px solid #999;
	margin : 1px;
}


#content_container{
	margin-left:8px;
	float:left;
	width:775px;
	height:auto;
	border:1px solid #ADADAD;
	background-color:#FFF;
	overflow:visible;
}

/*
	Submenu
*/
.content_submenu{
	float : left;
	width : 161px;
	height : auto;
	margin-top: 1px;
	margin-left: 1px;
	background-image : url(../images/content/content_submenu_grad.jpg);
	background-repeat: no-repeat;
	background-color:#F9F9F9;
}
.content_submenu .container{
	height : 300px;
}
.content_submenu ul{
	margin-top:-10px;
	margin-left: 15px;
}
.content_submenu ul li{
	list-style:none;
}
.content_submenu .hoofdpag{
	margin-top : 25px;
	margin-left : 25px;
	margin-bottom : 20px;
	color : #666666;
	font-size : 16px;
	line-height : 20px;
	font-weight : bold;
}

.content_submenu .subpag{
	padding-top:5px;
	margin-bottom : 10px;
	margin-left : 35px;
	color : #666666;
	font-size : 11px;
	font-weight : bold;
}
.content_submenu .subpag_sel{
	padding-top:5px;
	margin-left : 35px;
	color : #000;
	font-size : 11px;
	font-weight : bold;
}
.content_submenu .subpag_sel_img{
	margin-bottom: 7px;
	height : 23px;
	background-image : url(../images/content/sel_sublink.png);
	background-repeat: no-repeat;
}

.content_submenu .subdiv{
	margin-left : 15px;
	line-height : 17px;
	font-weight : normal;
	font-size   : 11px;
}
.content_submenu .subdiv .subsel{
	color : #252525;
	font-weight : normal;
	margin-top:-20px;
}
.content_submenu .subdiv .subsel_img{
	background-image : url(../images/content/sel_sublink.png);
	background-repeat: no-repeat;
	height : 23px;
	margin-left:-50px;
	margin-top:-3px;
}

.content_submenu a{
	color : #4485A7;
	text-decoration : underline;
}
.content_submenu a:hover{
	color : #8D8654;
	text-decoration : underline;
}

.content_submenu .drpshdw_right{
	float : right;
	width : 15px;
	background-image : url(../images/content/drpshdw_content_left.jpg);
	background-repeat: repeat-y;
}

/*
	Content
*/
.content{
	float : left;
	width : 448px;
	margin: 0px 1px;
	background-image : url(../images/content/content_bg_part.jpg);
	background-repeat: repeat-x;
	padding-bottom:25px;
}

.contentSansSub{
	float : left;
	width : 581px;
	margin: 0px 1px 0px;
	padding : 0px 10px 0px 19px;
	background-image : url(../images/content/content_bg_part.jpg);
	background-repeat: repeat-x;
	padding-bottom:25px;
}


/* p strong, li strong {color:#38372D; letter-spacing:0.01em;  font-weight : bold;} */
.content p strong, .contentSansSub p strong {color:#38372D; letter-spacing:0.02em;  font-weight : bold;} */
.content li strong, .contentSansSub li strong {  font-weight : bold;}


.content .titelpag{
	margin-top : 25px;
	margin-left : 35px;
	margin-bottom : 12px;
	width : 385px;
	height : 40px;
	color : #666666;
	font-size : 16px;
	font-weight : bold;
	background-image : url(../images/content/content_titelpag_line.jpg);
	background-repeat: no-repeat;
}

.contentSansSub .titelpag{
/*	margin-top : 25px;
	margin-bottom : 15px;
	width : 573px;
	height : 40px;
	background-image : none;
	border-bottom : 1px solid #e7e3c8;*/
	margin-top : 25px;
	margin-bottom : 20px;
	width : 573px;
	height : 40px;
	background-image : url(../images/content/content_titelpag_line_long.jpg);
	background-repeat: no-repeat;
}


.content .titelpag_print, .contentSansSub .titelpag_print{
display:none;
}

.content .tekst{
	margin-left : 35px;
	width : 375px;
	color : #252525;
	font-size : 12px;
	line-height : 17px;
}
.contentSansSub .tekst{
	width : 563px;
	color : #252525;
	font-size : 12px;
	line-height : 17px;
}
.content .tekst p, .contentSansSub .tekst p{
	font-size : 12px;
}
.content .line{
	width : 385px;
	height : 60px;
	background-image : url(../images/content/content_line.jpg);
	background-position:center center;
	background-repeat: no-repeat;
	clear : both;
}

.contentSansSub .line{
	margin-top:15px;
	width : 570px;
	height : 30px;
	background-image : url(../images/content/content_line_long.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	clear : both;
}



.content h3, .contentSansSub h3{
	margin-top:0px;
	margin-bottom:-5px;
}
.content h4, .contentSansSub h4 { 
	font-size : 13px;
	margin-top:25px;
	margin-bottom:-10px;
	color : #252525;
	font-weight : bold;
}

.content h5, .contentSansSub h5{
	font-size : 12px;
	margin-top:10px;
	margin-bottom:-13px;
	color : #252525;
	font-weight : normal;	
	font-style:italic;
}

.content_img{
	float:right;
}
.content a, .contentSansSub a{
	color : #4485A7;
	text-decoration : underline;
}
.content a:hover, .contentSansSub a:hover{
	color : #8D8654;
	text-decoration : underline;
}

p.pdfdownload {
text-align : right;
}

/*
.content ul {
	padding :10px 0 0 0;
	margin :0;
	}

.content li {
	list-style-type: none;
	padding : 0;
}

.content li ul {
	list-style-type: none;
	margin-left :10px;
	padding :0 0 10px 0;
}
*/



/* pagelinks (in top of page) */

.pageLinks {
	display:block;
	float:left;
	clear:both;
	margin-bottom:0px;
}

/* without date in front: use wide */
.pageLinkWide {
	display:block;
	float:left;
	width : 335px;
	margin-bottom : 7px;
}
/* with date in front: use narrow */
.pageLinkNarrow {
	display:block;
	float:left;
	width : 290px;
	margin-bottom : 7px;
}
div.pageLinksBulletDiv {
	float:left; clear:left; margin-right:5px;white-space:nowrap;
}


/* nieuws */
.newsdate {
	color : #ADADAD;
	font-size : 0.8em;
}

h3 .newsdate {
	display : block;
	line-height : 1em;
}

div.newsthumb { 
	margin : 5px;
	margin-top : 15px;
	padding-top: 2px;
	padding-left : 2px;
	height : 108px;
	width : 108px;
	background-image : url('../images/content/newsthumb_bg.gif');
	background-repeat : no-repeat;
	float : right;
}
div.projectThumb {
	margin-right : 8px;
	margin-bottom : 20px;
	padding-top: 2px;
	padding-left : 2px;
	height : 108px;
	width : 108px;
	background-image : url('../images/content/newsthumb_bg.gif');
	background-repeat : no-repeat;
	float : left; 
	display:block;
}
div.backUP {
	float:right;
}

/* projecten */
.prj_vraag {
	color : #000;
}

/*sitemap*/
ul.sitemap, ul.sitemap li {
	list-style-type:none;
	margin : 0;
	padding : 0;
}
ul.sitemap{
	margin-left:10px;
}
ul.sitemap li {
	margin-left : -10px;
}


/*
	Right visual
*/
.content_rightvisual{
	float : left;
	width : 162px;
	height: auto;
	margin-top: 1px;
	margin-right: 1px;
	background-color:#F9F9F9;
}
.content_rightvisual .container{
	height : 373px;
}
.content_rightvisual .drpshdw_left{
	float : left;
	width : 15px;
	background-image : url(../images/content/drpshdw_content_right.jpg);
	background-repeat: repeat-y;
}

