/**
 * @author Jurgen Schot
 * @version (23-04-2008)
 * CSS file created for HCM trainingen & projecten
 * Copyright &copy; 2008 HCM trainingen & projecten
 */
 
/**
 * Layout structuur
 */
 
* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}
 
body {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;	
	text-align: left;
/**	background-image: url(/images/background2.png); */
	background-color: #e5e5e5;
}

p {
	padding: 0 10px 1em;
}

#wrapper {
	background-color: #FFFFFF;
	border-left: 2px solid #9d9d9d;
	border-right: 2px solid #9d9d9d;
	width: 953px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url(/images/background_content.jpg);
	background-repeat: repeat-y;
	background-position: 0px 200px;
}

#menuheaderwrapper {
	height: 141px;
	border-top: 2px solid #9d9d9d;
	border-bottom: 1px solid black;
	background-color: white;
	background-image: url(/images/header_v1.png);
}

#menu {
	height: 20px;
	background-color: #323698;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}

#contentwrapper {
	padding-bottom: 60px;
}
#spacer1 {
	height: 10px;
	background-color:white;
}

#leftcontent {
	width: 680px;
	padding: 4px 10px;
}

#sidebar {
	display: inline;
	float: right;
	margin-right: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 50px;
	width: 200px;
	color: white;
}
#location {
	height: 14px;
	background-color: #d3d3d3;
	padding: 3px 7px;
}
div#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height:30px;
	color: white;
	font-size: 10px;
	background-color: #969696;
	text-align: center;
}
#spacer2 {
	position: absolute;
	bottom: 30px;
	width: 100%;
	height:10px;
	height: 10px;
	background-color:white;
}
.hr {
	background-color: white;
	color: white;
	line-height: 1px;
	height: 1px;
	border: 0px;
	overflow:none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.hr_black {
	background-color: black;
	color: black;
	line-height: 1px;
	height: 1px;
	border: 0px;
	overflow:none;
	margin: 30px 10px 5px 10px;
}

#schot-it {
	color: #555555;
	font-size: 10px;
	margin: 2 auto;
}
.readmore {
	float-left;
	padding-top: 5px;
	height: 10px;
	text-align: right;
}

* html #wrapper {
	height: 100%;
}

.clear {
	clear: both;
}
#dummy {
	position: relative;
	clear: both;
}

/**
 * Links + lijsten
 */

#footer a {
	color:#323698; 
	text-decoration: none;
}
#footer a:hover {
	color: #4c4fad;
	text-decoration: none;
}
#menu a {
	color:white;
	text-decoration: none;
}
#menu a:hover {
	color: black;
	text-decoration: none;
}
#leftcontent h1 {
	font-size: 18px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-family: trebuchet ms;
	color: #4a4dab;
	font-weight: bold;
}
#leftcontent h2 {
	font-size: 16px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-family: trebuchet ms;
	color: #4a4dab;
	font-weight: bold;
}
#leftcontent h3 {
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-family: trebuchet ms;
	color: #4a4dab;
	font-weight: bold;
}
#sidebar h1 {
	font-size: 18px;
	font-family: trebuchet ms;
	color: white;
	font-weight: normal;
	overflow: hidden;
}
#sidebar h2 {
	font-size: 13px;
	font-family: verdana;
	color: white;
	font-weight: bold;
	padding-top: 3px;
}
#placed {
	padding-bottom: 7px;
	font-size: 10px;
	font-style: italic;
}
#placed2 {
	padding: 0 10px 5px 10px;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}
#leftcontent a {
	color:#4a4dab;
	text-decoration: none;
}
#leftcontent a:hover {
	color:#4a4dab;
	text-decoration: underline;
}
.email{
	color:white;
	text-decoration: underline;
}
.email:hover{
	color:#d3d3d3;
	text-decoration: underline;
}
#location a {
	color:#333333;
	text-decoration: none;
}
#location a:hover {
	 text-decoration: underline;
}
#schot-it a {
	color: #555555;
	text-decoration: none;
}
#schot-it a:hover {
	color: #555555;
	text-decoration: underline;
}
.readmore a {
	color: white;
	text-decoration: none;
	font-style: italic;
	padding: 0px;
	margin: 0px;
}
.readmore a:hover {
	color: white;
	text-decoration: underline;
	font-style: italic;
	padding: 0px;
	margin: 0px;
}
#leftcontent ul {
	padding: 0;
	padding-bottom: 1em;
	margin: 0;
	list-style: disc;
	margin-left: 26px;
}
#sidebar p {
	padding: 0px;
	margin: 0px;
}


