.font_12 {
	font-family: Arial;
	font-size: 12px;
        font-color:black;
}




body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	background: #2750b5;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	color: #373c50;
	
}

body, th, td, input, textarea, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.clearer {
	width:auto; 
	height:1px; 
	padding:0px; 
	margin:0px; 
	clearoth;
}

#header {
	width: 980px;
	height: 111px;
	margin: 0 auto;
	text-transform: lowercase;
	background: url(images/bg_header.jpg);
}

#animatie {
	float: left;
	height:112px;
}

#logo {
	float: left;
	margin: 0;
	padding: 0;
}


h1{
	padding:0;
	font-family:  Arial, Helvetica;
	font-weight: normal;
	color: #ff9000;
	font-size: 16px;
}
h2 {
color:#ffffff;
}


a {
	color: #ffba00;
}

a:hover {
	text-decoration: none;
}

#page {
	width: 980px;
	margin: 0 auto;
	padding-top:30px;
}

/* Content */

#content {
	float: left;
	width: 570px;
	padding: 0 0 0 0px;
}

.post {
	margin-bottom: 15px;
	background: #ffffff url(images/bg_title.jpg) no-repeat;
	color: #0A416B;
}

.post a {
	color: #ffba00;
	text-decoration:none;
}

.post a:hover {
	color: #ffba00;
}

.post .title {
	margin: 0;
	font-size:18px;
	font-weight:bold;
	padding: 20px 30px 0 30px;
	color: #ff9000;
}

}

.post .byline {
	margin: 0;
	padding: 0 30px;
}

.post .entry {
	padding: 0px;
	margin-top: 0px;
	background: url(images/bg_content.gif) bottom;
}

.post .links {
	margin-top: 0px;
	height: 65px;
	padding: 0px;
	color: #fff;
	text-align: right;
	font-size: 11px;
	background: url(images/content_bottom.gif);
}
.post table a {
	font-size: 13px;
	color: #fff;
	text-decoration:none;
}
.post table a:hover{
	font-size: 13px;
	color: #fff;
	text-decoration:underline;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 162px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar  li {
	padding: 8px 0 0px 10px;
	background-color: #010312;
}

.sidebar li a {
	text-decoration: none;
	color: #ffffff;
}

.sidebar li a:hover {
	color: #FFFFFF;
}



/* Left Sidebar */

#leftbar {
}




/* Right Sidebar */

#rightbar {
	padding: 0 0 0 25px;
}

/* Footer */

#footer {

	color: #fff;
	padding-top: 5px;
	float:left;
	text-align: center;

}



.picture_border {
	padding:7px;
 	background-color: #bfbfbf;
}
p {
line-height: 15px;
}

