@charset "utf-8";

html {
	background-attachment: fixed;
	background-image: url(../img/bg_webcontent.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0;
	margin:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 1.2em;
}

h1, h2, h3, h4, h5 {
	margin-bottom:10px;
}

h1 {
 max-width:540px;
	position:absolute;
 top:-10px;
	font-size: 16px;
	font-weight: bolder;
	color: #7197B8;
	letter-spacing: 1.3px;
 background-color:#fff;
	padding:2px 5px 2px 5px;
 border:1px solid #81A7C8;
}

h2 {
	font-size: 13px;
	font-weight: bolder;
	letter-spacing: 0.2em;
}

p {
	margin-bottom:15px;
	line-height:20px;
	letter-spacing:0.5px;
}

strong {
	font-weight:bold;
}

a {
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

a:link {
	font-weight: bolder;
}

a:visited {
	font-weight: bold;
}

a:hover {
	font-weight: bold;
/*	color: #81A7C8; */
 color: #00f;
 text-decoration:underline;
}

a:active {
	font-weight: bold;
}

img {
	border:0;
}

#container {
	position:absolute;
/* background-color:#fff; */
	width:736px;
	height:100%;
	left:50%;
	margin-left:-300px;
}

#dibebo_header, #dibebo_logo {
position:relative;
}

#dibebo_header {
	margin:18px 0 50px 0;
	float:left;
	width:551px;
	height:61px;
}

#header_img {
 display:block;
	padding-bottom:10px;
}

#navigatie {
	position:relative;
 width:551px;
 left:0px;
 padding:0;
}

#navigatie li{
 display:block;
	float:left;
	list-style-type:none;
 list-style-position:inside;
	padding-right:11px;
 padding-left:0px;
 letter-spacing:0.36px;
}

#last{
	padding-right:0px;
}

#dibebo_logo {
	float:left;
	width:134px;
	height:73px;
 margin-left:51px;
}

#publicaties, #cms {
	position:relative;
 background-color:#f8f8f8;
	clear:both;
	border: 2px solid #81A7C8;
	padding:30px 20px 40px 20px;
	width:550px;
	text-align:left;
}

#publicaties a	{
	font-size:12px;
}

#publicaties img {
	margin-right:20px;
 margin-bottom:0px;
	border:1px solid #7197B8;
}

.photocontainer {
 width:236px;
 height:114px;
 float:left;
}

.photocontainer img {
 max-height:145px;
 max-width:216px;
}

#publicaties li
	{
 list-style-type:disc;
 list-style-position:inside;
 margin-left:30px;
 }

#artikel {
	background-color:#f4f4f4;
 padding:20px 20px 20px 20px;
}

#cms {
	padding-bottom:0px;
}

#cms input {
	border:1px solid #81A7C8;
 padding:5px;
}

#cms textarea {
	border:1px solid #81A7C8;
 padding:5px;
}

#corner_topleft, #corner_topright, #corner_bottomleft, #corner_bottomright {
	position:absolute;
 overflow:hidden;
 width:6px;
 height:6px;
}

#corner_topleft {
	top:-2px;
	left:-2px;
 background-image:url(../img/corner_topleft.png);
}

#corner_topright {
	top:-2px;
	right:-2px;
 background-image:url(../img/corner_topright.png);
}

#corner_bottomleft {
	bottom:-2px;
	left:-2px;
 background-image:url(../img/corner_bottomleft.png);
}

#corner_bottomright {
	bottom:-2px;
	right:-2px;
 background-image:url(../img/corner_bottomright.png);
}

#intro {
	font-size: 13px;
	font-weight: bold;
}

#onderschrift {
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	letter-spacing: 0.1em;
}

#totop {
 position:absolute;
 bottom:20px;
 right:20px;
}

.bewerk a {
 color:#00f;
 font-size:12px;
}

.links {
 padding:10px 20px 10px 20px;
}

#frontpage a {
 float:left;
 margin:2px;
}

.contact {
color:#8DB6D9;
width:40px;
}

.normallink {
 color:#00f;
}