* {
	margin: 0px;
	padding: 0px;
}

body {
		background: url(images/background.png) repeat-x;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


h1, h2, h3 {
	color: #666;
}

h1 {
	font-size: 1.3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #000066;
}


h3 {
	font-size: 1em;
	font-weight: normal;
	color: #000066;
	margin-top:-15px;
	padding-left:5px;
	padding-right:5px;
	line-height: normal;
	background: url(images/title_back_txt.png) repeat-y;
}


p, ul, ol {
	/*margin-top: 1.5em;*/
	line-height: 1.8em;	
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

a {
	border: none;
	text-decoration: none;
	color: #666666;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #CD9F46;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #CD9F46;
}

hr {
	display: none;
}


#onderrand {
    width: 858px;
    height: 9px;
    margin: 0 auto;
    background: url(images/rand_o.png) no-repeat left top;
}
    

#main
{
width: 850px;
margin: 0 auto;
border-left: 4px solid #000080;
border-right: 4px solid #000080;
}


/* -----------------------Header ---------------------*/


#header {
	width: 850px;
	margin: 0 auto;
	height: 242px;

}

#menu {
	float: left;
	height: 45px;
	width: 635px;
	padding-left: 215px;
	background: url(images/menu.png) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	/*display: block;*/
	float: left;
	height: 30px;
	/*width: 147px;*/
	/*width: 130px;*/
	margin-right: 50px;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffff00;
	padding-top: 15px;
	padding-left: 5px;
    text-align: left;
	background: url(images/button.jpg) no-repeat
}

#menu a:hover {
	color: #3399ff;
	/*background: url(images/button_r.gif) repeat-x;*/
}



/*------------------ Logo --------------------------------*/

#logo {
	width: 850px;
	height: 197px;
	margin: 0 auto;
	/*margin-top:9px;*/
	text-align: right;
	background: url(images/header.jpg) no-repeat left top;
}


#logo h1 {
	padding-right: 20px;
	color: #ffffff;
	padding-top: 250px;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-right: 20px;
}


#logo a {
	color: #FFFFFF;
}

/* ------------------------------Page ------------------------*/

#page {
	width: 850px;
	margin: 0 auto;
	background-color: #FFF2A7;
	border-top: none;
}

/* ----------------------------Content ---------------------- */

#content {
	float: left;
	width: 610px;
	padding-left: 20px;
	padding-top: 20px;
}


#content-foto {
	float: left;
	width: 800px;
	padding-left: 20px;
	padding-top: 20px;
}

.post {
margin-left:20px;
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	height: 20px;
	font-size: 0.8em;
	font-color:#000; 
}

.post .entry {
	padding: 0 10px 30px 15px;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	background: url(images/img04.gif) repeat-x left bottom;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CD9F46;
}

.post .meta a {
	color: #CD9F46;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	background: url(images/img04.gif) repeat-x;
}

.post .links a, .post .tags a {
	border: none;
}


/* ----------------------------Sidebars --------------------------*/

.sidebar {
	float: left;
}

.sidebar ul {
	margin-left: 10px;
	padding: 0;
	list-style: none;
}

.sidebar li {	
	margin-bottom: 2em;
}

.sidebar li li {
	margin: 0;
}


#sidebar2 {
	width: 180px;
	margin-top:0px;
	padding-top: 20px;
}

#sidebar2 li h2 {
	background: url(images/title_back_b.png) no-repeat left top;
	height: 40px;
	color: #fffeb7;
	text-align: center;
	padding-top: 10px;
}

#sidebar2 li ul {
	line-height: 1.3em;
}

#sidebar2 li li {
	padding: 5px;
	background: url(images/img04.gif) repeat-x left bottom;
	font-size: .8em;
}

#sidebar2 li a {
	padding-left: 15px;
	color: #6699ff;
}

#sidebar2 li a:hover {
	color: #000066;
	border-left: 5px #000066 solid;
	padding-left: 10px;
}

#sidebar3 {
	width: 180px;
	margin-top:0px;
	padding-top: 20px;
}

#sidebar3 li h2 {
	background: url(images/title_back_b.png) no-repeat left top;
	height: 40px;
	color: #fffeb7;
	text-align: center;
	padding-top: 10px;
}

#sideba3 li ul {
	line-height: 1.3em;
}

#sidebar3 li li {
	padding: 5px;
	background: url(images/img04.gif) repeat-x left bottom;
	font-size: .8em;
}

#sidebar3 li a {
	padding-left: 0px;
	color: #0000000;
}

#sidebar3 li a:hover {
	color: #000000;
	border-left: 0px #000000 solid;
	padding-left: 0px;
}

}
.back_title
{
background: url(images/title_back.gif) no-repeat;
}

/* ----------------------------Footer ----------------------------*/
#footer
{
padding: 20px;
background: url(images/footer.gif) repeat-x;
	text-align: center;
	font-size: 1em;
	color: #FFF2A7;
	margin: 0px;
	padding-top: 24px;
	padding-bottom: 0px;
		padding-left: 0px;
			padding-right: 0px;
}

#footer a
{
color: #999999
}
