/*
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
//
// Title : 		new.css
// Author : 		Harmen Vijfhuizen
// URL : 		www.young-group.nl
//
// Description :	The way she is styled
//
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// Colors
// 
// blue 		(title)			0d488a
// blue		(headerback)	0d488a
// grey		(dotted) 		888888
// blue		(active menu)	c7e3ff
// white		(txt header)		ffffff
// black		(txt)			000000
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body, html{
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #ffffff;
	line-height: 20px;
}
a, a:visited{
	color: #000000;
	text-decoration: underline;
}
a:hover{
	color: #000000;
	text-decoration: none;
}


/* ----- ID'S ----- */

#container{
	position: relative;
	margin: 0 auto;	
	width: 764px;
	min-height: 1000px;
	border: #888888 1px dotted;
}
#topheader{
	width: 764px;
	height: 130px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
}
#topheader h1{
	padding: 0px 25px 0 0;
}
#header{
	width: 764px;
	height: 292px;
	margin: 0 0 0 0;
	padding: 0;
	background: #0d488a;
	overflow: hidden;
}
#headerimage{
	position: absolute;
	width: 506px;
	height: 231px;
	top: 75px;
	left: 257px;
}
#quote{
	position: absolute;
	width: 475px;
	height: 100px;
	top: 325px;
	left: 275px;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
}
#quote a{
	color: #ffffff;
	border-style: solid;
	border-width: 0px;
	text-decoration: none;
}
#quote a:hover{
	text-decoration: underline;
}
#contentArea{
	width: 764px;
	min-height: 484px;
	margin: 0 0 0 0;
	padding: 0;
	background: url(../images/background/backcontent.png) repeat-y scroll;
	border-bottom: 1px dotted #888888;
	position: relative;
}
#content{
	width: 494px;
	min-height: 484px;
	margin: 0 0 0 30px;
	border-right: 1px dotted #888888;
}
#content img{
	text-align: center;
	}
#nieuws{
	width: 220px;
	height: 224px;
	margin: 0 0 0 10px;
	position: absolute;
	top: 0px;
	left: 524px;
}
#nieuws p, #vacatures p{
	padding: 0 0 0 100px;
	margin: 0;
	line-height: 30px;
}
#vacatures{
	width: 220px;
	height:	200px;
	margin: 0 0 0 10px;
	position: absolute;
	top: 224px;
	left: 524px;
}	

#footer{
	width: 764px;
	height: 80px;
	clear: both;
	padding: 15px 0 0 0;
}

/* ----- HEADINGS ----- */

h1{
	color: #0d488a;
	font-size: 30px;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	letter-spacing: 4px;	
}
h2{
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	color: #ffffff;
	line-height: 27px;
}
h3{
	font-size: 22px;
	font-weight: normal;
	line-height: 27px;
}
/* ----- LISTS ----- */

#header ul{
	list-style-type: none;
	width: 165px;
	height: 272px;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 25px 0 0 0;
	padding: 0 0 0 0;
	color: #ffffff;
}
#header ul li{
	height: 26px;
	width: 165px;
}
#header ul li p{
	margin: 0 0 0 0;
	height: 100%;
	width: 100%;
	display: block;
	padding: 0 0 0 50px;
	line-height: 27px;
	color: #ffffff;
	text-decoration: none;
}
#header ul li a{
	margin: 0 0 0 0;
	height: 100%;
	width: 100%;
	display: block;
	padding: 0 0 0 50px;
	line-height: 27px;
	color: #ffffff;
	text-decoration: none;
}
#header ul li a:hover, #header ul li p.active{
	margin: 0 0 0 0;
	height: 100%;
	width: 100%;
	color: #000000;
	display: block;
	background-color: #c7e3ff;
}
#nieuws ul, #vacatures ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer td{
	width: 191px;
	height: 60px;
	border-left-width: 1px; 
	border-left-style: dotted;
    border-left-color: #888888;
	padding: 0 0 0 40px;
	margin: 0;
}
#footer #td1{
	border-left-width: 0;
}
#footer #td3{
	text-align: center;
	padding: 0;
	margin: 0 0 0 -40px;
	height: 20px;
}
#content #contentimage{
	text-align: center;
	padding: 0 0 0 15px;
	margin: 0;
}
