/* CSS Document */

/* ALGEMEEN */

*{
  margin: 0px;
  padding: 0px;
  font-family: arial;
  font-size: 12px;
  color: #4a4b4f;
}

body{
  background-image: url('../image/background-menu.png');
  background-repeat: repeat-x;
}

h1, h2{
  font-family: Century Gothic;
  font-weight: bold;
  color: #3fa5dd;
}

h1{
  font-size: 30px;
  margin-bottom: 20px;
}

h2{
  font-size: 18px;
  margin-bottom: 15px;
}

p{
  font-family: Arial;
  font-size: 12px;
  color: #4a4b4f;
  margin-bottom: 15px;
  line-height: 20px;
}

a{
  color: #3fa5dd;
}

/* HOLDER */

.holder{
  width: 1000px;
  margin: 0 auto;
}

/* MENU */

.menu {
  height: 51px;
	list-style: none;
  background-image: url('../image/background-logo.png');
  background-repeat: no-repeat;
  border-right:1px dotted #fff;
}

.menu li {
	float: right;
	border-left:1px dotted #fff;
}

.menu a {
	display: block;
	width: auto;
	padding: 18px 20px;
  background-repeat: repeat-x;
  background-position: 0px 47px;
	font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.menu a:hover{background-position: 0px 43px;}

a.blue{background-image: url('../image/button_blue.png');}
a.red{background-image: url('../image/button_red.png');}
a.yellow{background-image: url('../image/button_yellow.png');}
a.green{background-image: url('../image/button_green.png');}

.menu .active a {
	background-position: 0px 43px;
}

/* LOGO */

.logo{
  position: relative;
  top: -22px;
  left: 10px;
}

/* LEFT */

.left{
  width: 667px;
  float: left;
}

.text{
  padding-left: 20px;
  padding-right: 40px;
}

.text td{
  padding: 5px;
}

/* RIGHT */

.right{
  width: 333px;
  float: right;
  margin-bottom: 10px;
}

.twitter{
	list-style: none;
	
}

.twitter li {
	border-bottom:3px solid #fff;
	background-color: #3fa5dd;
	padding: 20px 10px 0px 10px;
}

.twitter li p{
  position: relative;
  top: 20px;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
}

.twitter li a{
  color: #fff;
}

.twitter-talk{
  height: 36px;
  background-image: url('../image/twitter-bottom.png');
	background-repeat: no-repeat;
	position: relative;
	top: 36px;
	left: 20px;
}

.volg_ons{
  float:right;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial;
}

/* ADS */

.ads {
	border-bottom:3px solid #fff;
	background-color: #e4524d;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	padding: 10px 10px 0px 10px;
}

.ads-talk{
  height: 36px;
  background-image: url('../image/ads-bottom.png');
	background-repeat: no-repeat;
	position: relative;
	top: 36px;
	left: 20px;
}

/* BOTTOM */

.bottom{
  clear:both;
  background-color: #4a4b4f;
}

.bottom_in{
  width: 1000px;
  margin: 0 auto;
}

.meest, .laatste, .tags{
  width: 333px;
  float: left;
}

.linkcloud{
  font-size: 12px;
  font-family: arial;
  color: #fff;
}

.low{}
.mid{font-size: 16px;}
.high{font-size: 22px;}


.bottom h4{
  font-size: 24px;
  font-family: Century Gothic;
  color: white;
  font-weight: normal;
  margin: 10px 20px 15px 0px;
}

.bottom ul{
  margin-bottom: 15px;
}

.bottom li{
  font-family: Arial;
  font-size: 12px;
  list-style-image: url('../image/blue-list-marker.png');
  list-style-position:inside;
  margin: 0px 20px 5px 0px;
}

.bottom a{
  color: white;
  text-decoration: none;
}

.bottom a:hover{
  text-decoration: underline;
}

.spacer{
  clear: both;
}

/* FOOTER */

.footer{
  font-size: 12px;
  color: white;
  font-family: arial;
  padding: 10px 0px;
  background-color: #515256;
  text-align: center;
}

.footer a{
  color: white;
}

/*
 * Omschrijving: Hier komen de styles in voor die algemeen gebruikt worden in het CMS
 * CreatusCMS: 3.0 
 * Auteur: Creatus Webdesign
 *
 */    

/* NIEUWS */

div.article{
  margin-bottom: 20px;
}

div.article p{
  margin-bottom: 5px;
  margin-top: 0px;
}

input{
  border: 1px solid #ccc;
  margin: 5px 0px;
  background-color: white;
}

textarea{
  border: 1px solid #ccc;
}

#error_guestbook, #error_reply_blog, #error_reciever_newsletter{
  font-size: 12px;
  font-weight: bold;
  color: red;
  display: none;
}

p.writtenby{
  text-align: right;
  font-size: 10px;
}

/* GOOGLE +1 BUTTON */

.plusone{
  padding: 0px 0px 20px;
}
