html * { padding: 0; margin: 0; }

img { border: 0; }


/* Typography
------------------------------------------------------------------- */

body, table, td, tr {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	color: #766666;
}

.smaller {
	font-size: 12px;
	margin-left: 20px;
	margin-bottom: 25px;
	
}

p { margin: 0 0 1em 0; }

h1, h2, h3, h4 {
	color: #007AC2;
	font-weight: bold;
	margin: 1.2em 0 0.7em 0;
	padding: 0;
}

h1 { font-size: 15px; margin-bottom: 1.2em;}

h2 { font-size: 14px; color: #3F3E29; margin: 0 0 0.3em 0; }

h3, .titel3 {
	font-size: 13px;
	color: #766666;
	border-bottom: none;
	margin: 1.6em 0 0 0;
}

sup { font-size: 10px; }

/* Links
------------------------------------------------------------------- */

a:link { color: #007AC2; }
a:visited { color: #007AC2; }
a:focus { color: #333; }
a:hover { color: #333; }
a:active { color: #333; }

h2 a:link { font-size: 14px; color: #3F3E29; text-decoration: none; }
h2 a:visited { font-size: 14px; color: #3F3E29; text-decoration: none; }
h2 a:focus { font-size: 14px; color: #333; text-decoration: underline; }
h2 a:hover { font-size: 14px; color: #333; text-decoration: underline; }
h2 a:active { font-size: 14px; color: #333; text-decoration: underline; }


/* Lay-out
------------------------------------------------------------------- */

body { margin: 0; padding: 0; background-color: #fff; text-align: center; }

.clearing {
	clear: both;
	font-size: 0;
   	line-height: 0;
  	height: 0;
}

#wrapper {
	width: 800px;
	margin: 10px auto 10px auto;
	background-color: #FFF;
	text-align: left;
}

.benelux {
	padding: 0 0 10px 0;
	background-color: #FFF;
	color: #3F3E29;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
}

.announcement {
	width: 500px;
	margin: 0; padding: 0;
}

#content {
	background-color: #FFF;
	margin: 10px auto 10px auto;
	background:url(../images/cepheidWing.gif) no-repeat bottom right; 
}


/* Topmenu
------------------------------------------------------------------- */

#branding { margin: 20px 0 15px 0; }

#topmenu {
	background-color: #ebebeb;
	color: #3F3E29;
	text-align: right;
	padding: 5px 10px;
	font-size: 13px;
	/*border-top: 1px solid #3F3E29;
	border-bottom: 1px solid #3F3E29;*/
}

#topmenu ul {
	list-style-type: none;
	white-space: nowrap;
}

#topmenu ul li {
	display: inline;
	list-style-type: none;
	margin-left: 0.5em; 
	padding-left: 0.75em;
	border-left: 1px solid #3a3a3a;
}

#topmenu ul li.first { border-left: none; }
#topmenu ul a:link, #topmenu ul a:visited { color: #3F3E29; text-decoration: none; }
#topmenu ul a:focus, #topmenu ul a:hover, #topmenu ul a:active { color: #3F3E29; text-decoration: underline; }


/*Footer
------------------------------------------------------------------- */

#footer {
	padding: 5px 0;
	margin: 15px 0 0 0;
	border-top: 1px solid #CCC;
}

#footer p {
	font-size: 11px;
}
