/* CSS for maikelvandinther.nl */
body {
	margin: 20px 0 0 0;
	padding: 0;
	background-color: #1a1a1a;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

a, a:link, a:visited, a:active {
	color: #fff;
	border-bottom: 1px solid #ffa500;
	text-decoration: none;
}

a:hover {
	border-bottom-color: #fff;
}

a.lightbox, a img {
	border: 0;
	text-decoration: none;
}

#siteframe {
	width: 760px;
	margin: 0 auto;
}

#header {
	width: 755px;
	height: 150px;
	border-style: solid;
	border-color: #ffa500;
	border-width: 1px 1px 0 1px;
	text-align: center;
	background-color: #000;
}
	#header a {
		border: none;
	}

#contentframe {
	margin: 0 0 10px 0;
	padding: 0;
	width: 756px;
	height: 100%;
	border-style: solid;
	border-color: #ffa500;
	border-width: 0 0 1px 1px;
	float: left;
	background-color: #000;
}
	
#menu {
	float: left;
	width: 178px;
	border-top: 1px solid #000;
}
	#menu ul {
		margin: 0;
		padding: 0;
	}
	
	#menu ul ul {
		margin: 0;
		padding: 0;
		width: 160px;
	}
	
	#menu li {
		margin: 0 0 5px 0;
		padding: 0 5px;
		color: #ffa500;
		list-style-type: none;
	}
	
	#menu ul ul li {
		list-style-type: none;
		text-align: center;
	}
	
	#menu li a, #menu li a:link, #menu li a:visited, #menu li a:active {
		background-image: url(../images/menu-button.png);
		background-position: left;
		background-repeat: no-repeat;
		display: block;
		width: 170px;
		height: 22px;
		border: 0;
		color: #fff;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		margin: 0;
		padding: 8px 0 0 0;
		font-size: 13px;
	}
	#menu li a:hover {
		color: #ffa500;
		font-style: italic;
	}
	#menu ul ul li a, #menu ul ul li a:link, #menu ul ul li a:visited, #menu ul ul li a:active {
		color: #fff;
		width:  160px;
		height: 18px;
		background: none;
		text-align: center;
		padding: 2px 0 0 0;
		margin: 0;
	}
	
	#menu ul li.active a {
		color: #ffa500;
		background-image: url(../images/menu-button-active.png);
	}
	#menu ul ul li.active a {
		color: #ffa500;
	}
	
#content {
	float: left;
	width: 556px !important;
	width: 554px;
	padding: 10px;
	background-color: #222;
	color: #ddd;
	border-style: solid;
	border-color: #ffa500;
	border-width: 1px 1px 0px 1px;
	line-height: 140%;
}

#footer {
	padding: 10px 10px 0 0;
	color: #bbb;
	font-size: 75%;
	text-align: right;
}

#footer a {
	color: #bbb;
	font-weight: normal;
	border-bottom: none;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

h1 {
	margin: 5px 0 0 0;
	font-size: 130%;
	color: #fff;
}

img.float_left, img.float_right {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
}

img.float_left {
	float: left;
	margin-right: 10px;
}

img.float_right {
	float: right;
	margin-left: 10px;
}

#breadcrumbs {
	font-size: 70%;
	margin-bottom: 20px;
	color: #ccc;
	text-transform: lowercase;
}

#breadcrumbs a {
	color: #ccc;
	border-bottom: 1px solid #222;	
}

#breadcrumbs a:hover {
	border-bottom: 1px solid #ccc;		
}
