@import url('forms.css');

/*
apeldoorn.nl colors

header background:	#009999
menu background:	#DAF807
menu: 							#F2FDAA
*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

html, html>body {
	height: auto;
	min-height: 100%;
}

body {
	background: white url(graphics/visual_full.jpg) repeat-x center top;
}

#primaryContent {
	margin: 80px 40px 40px 40px;
	padding-bottom: 3em;
}

body#page_home #primaryContent {
	margin: 40px 80px;
}


h1 {
	margin: 0;
	text-align: left;
}

h2 {
	font-size: 130%;
	color: black;
	background: #FFDAB5;
	padding: 0.2em 0.2em;
	margin: 0 0 1em 0;
}

h1, h3{
	color: #FF8F00;
}

#breadcrumb {
	clear: both;
	margin: 1em 0;
	padding: 0.3em 0.5em 0.4em 18px;
	border: 1px solid #FF8F00;
	background: #FFDAB5 url(graphics/breadcrumb.png) no-repeat left;
}

#breadcrumb a {
	color: black;
}
#breadcrumb a:hover {
	color: #FF8F00;
}


ul#section_sitemap  {
	list-style: disc;
	margin: 0;
	text-align: left;
	padding: 0;
	width: 40%;
}

li#mainitem { 
	
	list-style: none;
}

#section_sitemap .sitemapcategory {
	margin-left: 1.2em;
}

ul#section_sitemap li div.admin {
	padding-left: 1em;
}

ul#section_sitemap li {
	clear: both;
	border-top: 1px solid white;
	padding-top: 0.2em;
}

ul#section_sitemap li div.tools {
	float: right;
	width: 100px;
}

ul#section_sitemap a.add,
ul#section_sitemap a.edit, 
ul#section_sitemap a.delete, 
ul#section_sitemap a.up, 
ul#section_sitemap a.down,
{
	margin-right: 1px;
}

#linkstats {
	clear: both;
	font-weight: bold;
	margin: 1em 0 2em 0;
	padding: 0.2em 0.5em;
	color: black;
	text-align: center;
}

#links {
	clear: both;
}

#links h2 {
	font-size: 130%;
	color: black;
	background: #FFDAB5;
	padding: 0.2em 0.2em;
	margin: 0;
}

#links h2 a.title {
	color: black;
	text-decoration: underline;
}
#links h2 a.title:hover {
	color: #FF8F00;
}


span.sub {
	float: none;
}

span.main {
	float: none;
}

#newlinks {
	clear: both;
}



/* 
#catlinkstats {
	clear: both;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #A4B4FF;
	border-bottom: 1px solid #A4B4FF;
	background: #F0E68C;
	margin: 2em 0 3em 0;
	margin-top:1em;
	padding: 0em 0.5em;
}
*/

#normal {
	margin: 0;
	padding: 0.5em;
}

/*#normal .admin {
	clear: none;
	position: inline;
	float: right;
}*/S

dd, dt, dd {
	margin: 0;
	padding: 0;
}

dd p { 
	margin: 0 0 0.5em 0;
	font-size: 95%;
}

dt {
	
	font-weight: bold;
	font-size: 125%;
}

a.title { 	
	font-weight: bold;
	color: #3F43A2;
	text-decoration: none;
 }

a {
	color: #FF8F00;
}

#options a.button,
form input.button {
	font-size: 100%;
	font-weight: bold;
	padding: 0.25em 0.5em;
	text-align: center;
	text-decoration: none;
	border-top: 1px solid #FFDAB5;
	border-left: 1px solid #FFDAB5;
	border-bottom: 1px solid #805C42;
	border-right: 1px solid #805C42;
	background: #FF8F00; 
	color: white;
	cursor: pointer;
}

#options a.button {
	font-size: 90%;
}

* html #options a.button {
	/* align button in IE at same height as search input-field */
	position: relative;
	top: -2px;
}


.item .admin {
	float: right;
	margin-top: -1.5em;
	font-size: 90%;
}

div .catlist {
	clear: both;
	position: relative;
	margin: 0 0 -2.75em 0;
	/*margin-top: -1em;*/

}

div .catlist .category {
	/*height: 3em;*/
	display: block;
	width: 50%;
	float: left;
	/*border: 1px solid #A4B4FF;*/
}

.category a {
	margin-bottom: 0px;
	color: black;
}
.category a:hover {
	color: #FF8F00;
}

.category ul {	
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	list-style: none;
}

.sub li {
	display: block;
	width: 1em;
	float: left;
	margin-left: .5em;
	font-size: 85%;
	white-space: nowrap;
}

div.subcat{
	margin-left: .5em;
	font-size: 85%;
	white-space: nowrap;
}

#menulinks {
	position: relative;
	float: right;
	top: -30px;
	right: 0;
	width: 15em;
	text-align: center;
	margin-bottom: -20px;
}

/* menu-link buttons */

#menulinks ul.menubuttons,
#menulinks ul.menubuttons li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menulinks ul.menubuttons li {
	margin-bottom: 5px;
}

#menulinks ul.menubuttons li {
	background: #FF8F00; 
}
#menulinks ul.menubuttons li a {
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 0.1em 0.5em;
	background: #FF8F00; 
	border-top: 1px solid #FFDAB5;
	border-left: 1px solid #FFDAB5;
	border-bottom: 1px solid #805C42;
	border-right: 1px solid #805C42;
}
* html #menulinks ul.menubuttons li a {
	height: 0.1em;
}


/* font-size */

#menulinks ul.fontsize,
#menulinks ul.fontsize li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menulinks ul.fontsize li {
	margin-left: 5px;
}

#menulinks ul.fontsize a {
	color: #FF8F00;
}
#menulinks ul.fontsize a:hover {
	color: black;
}

#categoryList {
	margin: 3em 0 2em 2em;
}

#subcategoryList {
	margin: 3em 0 4em 2em;
}

* html #subcategoryList {
	margin: 0 0 4em 2em;
}

#subcategoryList .catlist {
	margin-top: 1em;
}

#searchcatList {
	margin: 1em 0 3em 0;
}

hr {
	clear: both;
	border: none;
	color: white;
	background: white;
	height: 4px;
	margin: 0.75em 0;
}

.speciallink {
	color: red;
}

#logout {
	font-size: 80%;
	position: absolute;
	top: 0;
	right: 0;
}

#wrapper {
	overflow: visible;
	width: 100%;
	height: 100%;
	position: absolute;
}

body>#wrapper {
	height: auto;
	min-height: 100%;
}
/* #DAF807 */
	/**/

#page_footer {
	font-size: 85%;
	padding: 0.5em 0;
	text-align: center;
	border-top: 1px solid #FF8F00;
	background: #FFDAB5;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#page_footer a {
	color: black;
}
#page_footer a:hover {
	color: #FF8F00;
}

#speciallinks {
	clear: both;
	float: right;
	width: 33%;
	padding-left: 1em;
	background: white;
}

#speciallinks h2 {
	font-size: 1.15em;
	border: none;
	margin: 0;
	padding: 0;
}

#speciallinks p {
	margin: 0 0 0.5em 0;
	padding: 0;
}

#speciallinks .item {
	font-size: 90%;
	border: 1px solid white;
	padding: 0.5em;
	margin: 1em 0 0 1em;
	background: #FFDAB5;
}

.column {
	position: relative;
	width: 49.95%;
	float: left;
	margin: 0;
	border: none;
	padding: 0;
}

* html .columns {
	height: 1px;
	position: relative;
}

.column * {
	position: relative;
}

/* #pageHandilinks */

#linkstats {
	font-weight: bold;
	color: #FF8F00;
	text-align: center;
}

#miSearch,
#miHandilinksAanbieden {
	background: #FFDAB5 !important;
	border-bottom: 1px solid #FF8F00;
	
}

#miSearch .submit {
	background: #FFDAB5;
}

#miHandilinks {
	border-bottom: 1px solid #FF8F00;
}

#miHandilinksAanbieden {
	margin-bottom: 4em;
}

#section_allCategories a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	background: url(graphics/li.png) no-repeat 0 0.33em;
}

#section_allCategories a:hover {
	color: #FF8F00;
}

#section_allCategories .subcat {
	margin-left: 10px;
}
#section_allCategories .subcat a {
	font-weight: normal;
	background: none;
	padding-left: 5px;
}


	