/*@charset "utf-8";*/

body, html {
	margin: 0px;
	height: 100%;
	background-color: #dbe5f0;
	overflow: auto;
	line-height: 15px;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

#maincontainer{
	position: relative;
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#rechtscontainer {
	position: absolute;
	top: 85px;
	right: -5px;
	overflow:hidden;
	height: 500px;
	width: 200px;
	z-index: 3;
	background-image:url(http://www.aamaron.nl/template/images/news_back.png);
}

#headercontainer{
	width: 100%;
	height: 113px;
	text-align: left;
	background-color: #FFFFFF;
}

#linkscontainer{
	position: relative;
	clear: left;
	float: left;
	top: 0px;
	min-height: 318px;
	width: 174px;
}

#contentcontainer{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	min-height: 500px;
	width: 544px;
	background-color: #FFFFFF;
}

#footercontainer{
	position: relative;
	margin: 0 auto 0 auto;
	top: 6px;
	clear: left;
	height: 20px;
	width: 900px;
	text-align: left;
}

#admincontainer{
	position: absolute;
	top: 34px;
	left: 150px;
	width: 800px;
	text-align: left;
	overflow: hidden;
}

/* content boxen */
#header{
	width: 100%;
	height: 114px;
}

#logo {
	position: relative;
	float: left;
	top: 17px;
	left: 20px;
	height:94px;
	width: 460px;
	background-image: url(http://www.aamaron.nl/template/images/logo.gif);
}

#toplinks {
	position: relative;
	float: right;
	height:20px;
	width: 400px;
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
}

#search {
	position: relative;
	float: right;
	height:20px;
	width: 240px;
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
}

#line{
	position: relative;
	clear: both;
	top: 17px;
	height: 3px;
	width: 100%;
	background-color: #ffffff;
	overflow:hidden;
	z-index: 3;
	background-image:url(http://www.aamaron.nl/template/images/line.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#content {
	width: 500px;
	padding: 10px 0 10px 10px;
	overflow: hidden;
}

#rechts {
	padding: 40px 4px 10px 14px;
	overflow: hidden;
}

#links {
	padding: 8px 0 10px 0;
	overflow: hidden;
	background-color: #4e80bc;
}
#links_bottom {
	padding: 0;
	overflow: hidden;
	background-image: url(http://www.aamaron.nl/template/images/menu_back.png);
	background-position: left;
	background-repeat: no-repeat;
}

#footerleft{
	float: left;
	width: 174px;
}

#footer{
	float: left;
	left: 3px;
	width: 534px;
	padding: 2px 0 2px 10px;
	background-color: #FFFFFF;
}

p {
    clear: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	margin: 0 0 10px 0;
}

h1 {
	font-family: Tahoma;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #507eb8;
	margin: 0 0 20px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	margin: 0px 0px 7px 0px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #507eb8;
	margin: 0px 0px;
	text-decoration: none;
}

a.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #507eb8;
	margin: 0px 0px;
	text-decoration: none;
}

li {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin: 0px;
	list-style-type: circle;
        line-height: 1.6;
}

ul {
	margin: 0px;
	padding: 0px 0px 10px 20px;
}

#nav, #nav ul, #nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#topnav, #topnav ul, #topnav li {
    float: right;
    list-style: none;
    margin: 0 3px;
    padding: 0;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	margin: 0px;
}

form {
    padding: 0;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #507eb8;
	margin: 2px 0 4px 0;
}

input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #507eb8;
	margin: 2px 0 4px 0;
}


input.submit
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background: #507eb8;
	border: 4px #507eb8;
        padding: 2px;
}

select
{
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #507eb8
}

.zoeken {
  position: absolute;
  right: 15px;
  top: 15px;
}

.zoeken input[type=text] {
  background: #FFFFFF;
  border: 1px solid #fd7b01;
  color: #2a2a2a;
  float: left;
  font-size: 10px;
  height: 16px;
  margin-right: 3px;
  width: 125px;
}

.zoeken input[type=text]:focus {
  background: #fff;
  border: 1px solid #fd7b01;
  color: #2a2a2a;
}

.zoeken button {
  background: #fd7b01 url(http://www.aamaron.nl/template/images/search.gif) no-repeat center;
  border: none;
  float: left;
  height: 20px;
  margin: 2px 0;
  padding: 0;
  width: 20px;
  cursor: default;
}

.zoeken button:hover {
  background-color: #fdad01;
}

.zoeken button span {
  display: none;
}

label{
	width: 120px;
	float: left;
	padding: 2px 0 0 0;
}

fieldset
{
	width: 400px;
	padding: 5px 0 10px 10px;
	border: 0px solid #000;
	font-family: verdana;
}

legend
{
	color: #999;
	font-weight: bold;
	padding: 4px 6px 4px 6px;
	margin: 0 0 5px 0;
	font-size: 10px;
}

.postsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	margin: 0px 0px 11px 0px;
}

.postsDateTime {
    float: right;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: italic;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #666666;
    margin: 0px 0px 5px 0px;

}

.newsposts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	margin: 0px 2px;
}

.newspostsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2d5e9a;
	margin: 7px 2px 3px 2px;
}

.newspostsLinks a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #507eb8;
	margin: 0px 2px;
	text-decoration: none;
}

.newspostsButton {
    clear: left;
    float: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    margin: 0px 2px;
    text-decoration: none;
    background: #fd7b01;
    padding: 2px 6px;
}

.mainLinks{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	text-decoration: none;
	padding: 0px 0 4px 20px;
	display: block;
	height: 18px;
	width: 100%;
}

.mainLinks:hover{
	background-color: #fd7b00;
}

.mainLinksSub{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	text-decoration: none;
	padding: 0px 0 4px 27px;
	display: block;
	height: 14px;
        display: block;
	width: 100%;
}

.mainLinksSub:hover{
	background-color: #fd7b00;
}

.hide{
	display: none;
}

.show{
	display: block;
}

a.topLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	margin: 0px 2px;
	text-decoration: none;
}

hr.newsposts {
	color: #507eb8;
	background-color: #507eb8;
	height: 1px;
	width: 95%;
	text-align: center;	
}

.pager {
    margin: 2px;
}

.pager a.active {
    background: none repeat scroll 0 0 #fd7b01;
    color: #FFFFFF;
    text-decoration: none;
}

.pager a {
    padding: 0 3px;
}
