/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FF6600;
	font: Courier;
	color: #000000;
}

#main_wrap {
	background: #FF6600;
}
lo{
    font-family: Courier;
    font-size: xx-large;
}

h2 {
    /*font-family: Courier;*/
    font-size: xx-large;
}

h3 {
    font-family: Courier;
    font-size: small;
}

p, blockquote, ul, ol {
}

p {
	font-size: large;
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #FFFFB5;
}

a:hover {
    color: #FFFFFF;
	text-decoration: none;
}

img {
    border: none;
}


/* Boxed Style */

.boxed {
	
	
	margin-bottom: 20px;
	border: 3px solid #FFFFFF;
}

.boxed .title {
	height: 26px;
	padding: 10px 0 0 10px;
	background: #FF3300;
	border-bottom: 3px solid #FFFFFF;
	font-size: 1em;
    	font-family: Courier bold;
	color: #FFFFB5;
}

.boxed .content {
	padding: 10px 10px 10px 10px;
	
}


/* Logo */
	
#logo {
	
	
    
}
/* Menu */

#menu {
	width: 700px;
	height: 50px;
	margin: auto auto;
	border-bottom: 1px solid #FFFFFF;
}

#menu ul {
	margin: 0;	
	list-style: none;
}

#menu li {
	margin: 0;	
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 25px 5px 0 15px;
	text-decoration: none;
	font-family: Courier bold;
	font-size: 1em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	text-transform: uppercase;
    	font-size: 1.5em;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 25px 25px;
}

#extra {
	float: right;
	width: 400px;
	padding-top: 10px;
	padding-right: 25px;
}


/* Content > Sidebar */

#sidebar {
	float: left;
	width: 200px;
}

#sidebar a {
}

/* Content > Sidebar > projecten*/

#projecten {
}

#projecten ul {
	margin: 0;
	list-style: none;
}

#projecten h3 {
	margin: 0;
	font: Celtic;
}

#projecten p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Footer */

#footer {
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px dotted #FFFFFF;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}
