@import url(../snelsite.css);
@import url(../multi.css);

html, body {
	text-align: center;
	background: #808080 url(/layout/leidserederij_nl/background.jpg) center top repeat-y;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #000;
	min-height: 100%;
}
html,body/* */ {
   font-size:  /**/small;
}
:link {
	color: #000080;
}
:visited {
	color: #000080;
}
:link:hover, :visited:hover {
	color: #000;
	text-decoration: none;
}
#wrap {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align: left;
	width: 800px;
	background: #f2f2f2;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#container {
	background: url(/layout/leidserederij_nl/header.jpg) 0 0 no-repeat;
	width: 800px;
}
h1, h4, ul, li, div, dl, p {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}
h1 a {
	margin: 0;
	display: block;
	float: left;
	width: 800px;
	height: 225px;
	text-indent: -9999px;
	text-decoration: none;
}

#skipmenu, #lastupdate {
	display: none;
}

#content {
	float: left;
	width: 770px;
}
* html #content,
* html #menu {
	display: inline;
}

#menu {
	float: left;
	width: 800px;
	margin: 0.2ex 0 1.8em;
}
#menu ul {
	margin: 0 5px;
	list-style-type: none;
	text-align: center;
	float: left;
}
#menu li {
	margin: 0 5px;
	list-style-type: none;
	text-align: center;
	float: left;
}
#menu li :link, #menu li :visited, #menu li.selected a {
	display: block;
	float: left;
	margin: 0;
	padding: 5px 5px 0;
	width: auto;
	max-width: 8.5em;
	font-weight: bold;
	text-decoration: none;
	color: #000080;
	border-bottom: 4px solid #f2f2f2;
}
#menu li.selected a, #menu li :link:hover, #menu li :visited:hover {
	/*background: #6B86A1;*/
	color: #000080;
	border-color: #000080;
}
* html #menu {
}
h2 {
	font-size: 170%;
	line-height: 120%;
	margin: 0 0 1em;
}

#content {
	margin: 0 15px 15px;
}

#extracontent {
	float: right;
	position: absolute;
	top: 0;
	margin: 0;
	margin-right: 1px;
	right: 0;
	width: 184px;
}
#design_extracontent_1 {
	display: block;
	background: url(/layout/leidserederij_nl/sidebar_header.jpg) 0 0 no-repeat;
	width: 184px;
	height: 398px;
	border-bottom: 1px solid #000;
}
#design_extracontent_2 {
	display: block;
	background: url(/layout/leidserederij_nl/sidebar_footer.jpg) bottom left no-repeat;
	width: 184px;
	height: 125px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#extracontent h4 {
	margin: 10px 0;
	padding-left: 4px;
	background: #f2f2f2;
	border: 1px solid #293C60;
	border-width: 1px 0;
}
#extracontent :link, #extracontent :visited {
	color: #293C60;
	text-decoration: underline;
}
#extracontent :link:hover, #extracontent :visited:hover {
	text-decoration: none;
	color: #FFF;
}
#extracontent h4 :link, #extracontent h4 :visited {
	text-decoration: none;
}
#extracontent h4 :link:hover, #extracontent h4 :visited:hover {
	color: #000;
}
#companybox {
	text-align: center;
	clear: both;
	padding-bottom: 15px;
}



input, textarea, select {
	background: #FFF;
	border: 1px solid #293C60;
	color: #000;
	padding: 2px;
}
form label:hover {
	color: #293C60;
	cursor: pointer;
}

#content p {
	margin: 1em 0;
}
#extracontent dl {
	margin: 1em 0;
}
#extracontent dt {
	font-weight: bold;
	margin: 2px 0 2px 12px;
        border-bottom: 1px solid #293C60;
	font-size: 80%;
}
#extracontent dd {
	margin-left: 12px;
	font-size: 90%;
}

/* CALENDAR */
#calendar table tr td, #calendar table tr th {
	font-size: 80%;
}
#calendar .itembox h2 {
	font-size: 90%;
}
#calendar h3 {
	border: none;
}

#calendar table {
	background-color: none;
}
#calendar table td {
	background-color: #E2E8EE;
	color: #000;
}
#calendar td.diff_month {
	background-color: #6B86A1;
}
#calendar table td:hover {
	background-color: #FFF;
}
#calendar table td.diff_month:hover {
	background-color: #6B86A1;
}
#calendar table td#today {
	background-color: #879FB9;
	border: 1px outset #879FB9;
	color: #000;
}
form label span,
form label.leading {
	display: block;
	float: left;
	width: 30%;
}

