/*
		- - {CSS Style Sheet} - -

	[type:]  	main stylesheet oc
	[voor:]  	Stichting Opvang Centrum het Gooi
	[door:]		handcoded by rightdesign.nl
	[medio:]	december 2006

	gerelateerd:

	{-- (internet explorer fix: iefix.css) --}

*/

/* main tags */

body {
	margin:0;
	background-color: #fff;
	color: #444444;
	font-family: Trebuchet MS, Arial, Sans-Serif;
}

img {
	border: 0;
}

p {
	font-size: 16px;
	color: #444444;
	text-align: left;
	line-height: 20px;
}

h1 {
	color: #2e3092;
	font-size: 20px;
	font-weight: normal;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-top: 3px;
}

h2 {
	color: #2e3092;
}

h3 {
	display: inline;
	text-align:left;
	color:#6C8EFF;
	font-size:13pt;
	font-weight:normal;
	padding: 5px 5px 0px 0px;
}

.backtotop {
	text-align:right;
}

#backtotop {
	text-align:right;
}


/* header */

#header{
	height: 84px;
	border-bottom: 1px solid #2e3092;
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #92b5dd;
	text-align: center;
}

.logo {
	top: 0px;
	height: 84px;
	width: 800px;
	margin: 0 auto;
	background-image: url("img/header.gif");
	background-repeat: no-repeat;
}

/* midden */

#wrap {
	width: 800px;
	margin: 0 auto;
}

#welkom, #doelgroep, #urls, .item {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 3px;
	margin-left: 140px;
	margin-top: 8px;
	padding-top: 2px;
	background-color: #ebf2f9;
	background-image: url("img/linksboven.gif");
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px dashed #fff;
}

#welkom h1, #doelgroep h1, #urls h1, .item h1 {
	margin-top: 4px;
	margin-bottom: -6px;
}

#urls h3 {
	font-size: 15px;
	margin: 0;
	color: #2e3092;
}

#urls ul {
	margin-top: 5px;
	padding: 0;
	list-style-type: none;
}

#urls li {
	margin-bottom: 10px;
}

#urls a:link, #urls a:visited {
	font-size: 16px;
	color: #2e3092;
	border-bottom: 1px dashed #529c49;
	text-decoration: none;
}

#urls a:hover {
	border-bottom: 1px dashed #2e3092;
	color: #529c49;
}

#links {
	position: absolute;
	top: 250px;
	left: 0px;
	margin-top: -10px;
	padding: 0;
	width: 150px;
	z-index: 3;
}

#footer {
	height: 27px;
	background-image: url("img/footer-bg.gif");
	background-repeat: no-repeat;
	color: #2e3092;
	margin: 0;
	text-align: center;
	font-size: 14px;
	padding-top: 3px;
	margin-bottom: 10px;
}

/* img clss */

.kamer, .lamp {
	border: 2px solid #7e9bbc;
	float: left;
	margin-right: 10px;
	margin-top: 17px;
	margin-bottom: -2px;
	padding: 2px;
}

.trap {
	border: 2px solid #7e9bbc;
	float: left;
	margin-right: 30px;
	margin-top: 17px;
	margin-bottom: -2px;
	padding: 2px;
}

.links {
	border: 2px solid #7e9bbc;
	padding: 2px;
	float: right;
	position: absolute;
	margin-left: 520px;
	margin-top: -20px;
}

/* menu */

#menudiv {
	top: 100px;
	width: 130px;
	position: absolute;
}

*:lang(en) #menudiv{ /* These styles will be applied to all browsers except for IE and Safari */
	top: 80px !important;
}

#menudiv:empty{ /* These styles will be applied to Safari */
	top: 80px !important
}

#menu dl {
	margin: 0 auto;
	width: 800px;
	background-color: #fff;
}

#menu dd {
	margin:0;
	padding:0px;
}

#menu a, #nav a:visited {
	color: #2e3092;
	text-decoration: none;
	font-weight: normal;
	font-size: 17px;
	padding: 3px;
	background-color: #ebf2f9;
	display: block;
	border-bottom: 1px solid #3c3b9e;
	height: 20px;
	width: 125px;
}

#menu a:hover {
	color: #529c49;
	border-bottom: 1px solid #2e3092;
	background: #fff;
}

#menu #current {
	background-image: url("img/a-hover-bg.gif");
}