/* Structure */
* { margin: 0; padding: 0; }

body {
	font-family: Helvetica, Verdana, Arial,sans-serif;
	font-size: 62.5%;
	color: #333333;
	line-height: 1.4em;
	background: #fFF url(../img/body-bg.png) repeat-x 0 0;
}

#wrapper {
	width: 991px;
	margin: 0 auto;
	background: url(../img/wrapper-bg2.png) no-repeat 0 0;
}

#persbericht {
	font-size: 130%;
	line-height: 170%;
	padding: 35px 33px;
}

#domeo-top {
	background: url(../img/domeo-top.png) no-repeat 0 0;
	height: 20px;
	margin: 0 35px;
	width: 921px;
}
#domeo {
	background: url(../img/domeo-bg.png) repeat-y 0 0;
	font-size: 130%;
	line-height: 170%;
	margin: 0 35px;
	padding: 10px 50px 20px;
	width: 821px;
}
#domeo-bottom {
	background: url(../img/domeo-bottom.png) no-repeat 0 0;
	height: 20px;
	margin: 0 35px 20px;
	width: 921px;
}

/* Logo */
h1#logo { margin: 0; text-align: left; }
h1#logo a {
	background: url(../img/logo2.png) no-repeat 0 0;
	display: block;
	height: 84px;
	margin: 0 0 21px;
	overflow: hidden;
	padding: 0;
	text-align: left;
	text-indent: -99999px;
	width: 327px;
}

/* Headings */
h1 {
	color: #093d6a;
	font-size: 230%;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

h2 {
	color: #093d6a;
	font-size: 160%;
	font-weight: bold;
	margin: 20px 0 5px;
	text-align: center;
}

#domeo h1 {
	display: block;
	margin: 0 0 20px;
	padding: 0;
	width: 821px;
	height: 29px;
	overflow: hidden;
	text-indent: -99999px;
	background: url(../img/domeo-heading.png) no-repeat center 0;
}

/* Lists */
ul, ol {
	margin: 10px 0 10px 20px;
}

/* Links */
a,
a:link,
a:visited,
a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #1272c3;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

/* Misc */
a img { border: 0px; }
.clear { clear: both;}
.left {float: left;}
.right {float: right;}
p {margin: 0 0 10px 0;}
p.small { font-size: 0.9em; }


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */