.markeer { background-color: yellow; } 

body, table, td, tr {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #343434;
}

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

body { background: url(../images/bg.jpg) no-repeat 50% 0%; }
 
/* ---------- Lay-out ---------- */

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#container {
	width: 100%;
	margin-top: 25px;
	padding-bottom: 25px;
	background: url(../images/logo/cepheidbottomswoosh.jpg) no-repeat bottom right;
}

#branding { margin-top: 10px; }

#navigation {
  	width: 175px;
  	float: left;
  	overflow: hidden; /* float drop */
}

#contentWrapper {
	width: 785px;
	float: right;
}

#mainContent {
  	width: 535px;
  	padding: 0px 20px 0px 20px;
  	float: left;
    overflow: visible; /* float drop */
 }

#secondaryContent {
  	width: 210px;
  	float: right;
    overflow: visible; /* float drop */
}

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

#footer {
	border-top: 1px solid #CCC;
	padding: 10px 0 25px 0;
	text-align: center;
}

#footer ul li {
	list-style-type: none;
	display: inline;
	margin-right: 0.5em; 
	padding-right: 0.75em;
	border-right: 1px solid #000;
}

#footer ul li.last { border-right: none; }

#footer ul a:link, #footer ul a:visited { color: #000; text-decoration: none; }
#footer ul a:focus, #footer ul a:hover, #footer ul a:active { color: #000; text-decoration: underline; }

#footer p { 
	padding-top: 5px;
	font-size: 10px;
}

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

a:link { color: #991E2E; }
a:visited { color: #991E2E; }
a:focus { color: #333; }
a:hover { color: #333; }
a:active { color: #333; }

/* ------------------------- */

p { margin: 0 0 1em 0; }
p.last { margin-bottom: 0; }

h1, h2, h3, h4 {
	color: #991E2E;	
	font-weight: bold;
	margin: 1.2em 0 0.3em 0;
}

h1 {
	font-size: 15px;
	padding-bottom: 7px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

h1.first { margin-top: 0; }

h2 { font-size: 13px; }

h3, .titel3 {
	font-size: 12px;
	color: #000;
	margin: 1.2em 0 0 0;
}

h4, .titel4 {
	font-size: 11px;
	color: #000;
	margin: 1.2em 0 0 0;
}

.nobot { margin-bottom: 0; }
.notop { margin-top: 0; }
.meertop { margin-top: 1.2em; }
.meerbot { margin-bottom: 1.4em; }
.meerbot2 { margin-bottom: 0.5em; }
.minbot { margin-bottom: 0.3em; }

sup, sub {
	font-size: 7px;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup { bottom: 1ex; }
sub { top: .5ex; }

.border { border:1px solid #3a3a3a; }
.smaller { font-size: 10px; }

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

#topmenu {
	background-image: url(../images/menu/gradient_topmenu.jpg);
	background-repeat: repeat-x;
	background-position: 0 100%;
	text-align: right;
	padding: 5px 10px;
	border-bottom: 5px solid #0475bb;
}

#topmenu ul li {
	list-style-type: none;
	display: inline;
	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: #000; text-decoration: none; }
#topmenu ul a:focus, #topmenu ul a:hover, #topmenu ul a:active { color: #000; text-decoration: underline; }

/* ---------- Sidebar ---------- */

.side h1 {
	margin: 0;
	font-size: 11px;
	color: #FFF;
	border: none;
	font-weight: normal;
	background: url(../images/side/gradient_top.jpg) no-repeat -441px 0px;
	padding: 10px 5px 8px 5px;
}

.side {
	background: url(../images/side/gradient_bottom.jpg) no-repeat -441px 100%;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
}

.side ul {
	list-style: none;
	
}

.side ul li { 
	background: url(../images/side/gradient_top.jpg) no-repeat 0px -10px;
	margin: 8px 0;
	padding: 5px 8px 5px 8px;
}

.side p { margin: 0px; }

/* ---------- Lists ---------- */

ul.opsomming {
	margin: 0 0 1.2em 15px;
}

ul.opsommingnb {
	margin: 0 0 0 15px;
}

ul.opsomming li, ul.opsommingnb li {
list-style-type: none;
	background: url(../images/bullet.gif) no-repeat 0 6px;
	padding-left: 20px;
}

ul#panellist {
	list-style-type: none;
	width: 535px;
	padding: 0;
}

ul#panellist li {
	position: relative;
	float: left;
	width: 250px;
}

ul#panellist li#two {
	margin-left: 35px;
}

ul#panellist p { padding: 10px 0 0 0; }

.mikura {
	width: 152px;
	float: left;
	margin-right: 16px;
}

/* ------------------------- */

.floatl { float: left; margin: 0 15px 5px 0; }
.floatr { float: right; margin: 0 0 5px 15px; }

.highlight, .more {
	border: 1px solid #CCC;
	padding: 12px;
	margin-top: 15px;
}

.more h3 { margin-top: 0; }

.more ul.opsomming {
	margin: 0;
	
}

.more ul.opsomming li {
	background: url(../images/bullet.gif) no-repeat 0 6px;
	padding-left: 20px;
	list-style-type: none;
}

#orders { 
	margin: 10px 0;
	text-align: center;
}

.logo {
	margin: 15px 15px 5px 0;
}

/* ------------------------- */

.item {
	width: 100%;
 	float: left;
 	margin-bottom: 15px;
 }
 
 .item h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.item p {
	margin: 0;
}

.item .marginl {
	margin-left: 175px;
}

.item .marginr {
	margin-right: 175px;
}

/* ---------- News Page ---------- */

.newsitem {
 	border-bottom: 1px solid #CCC;
 	padding: 1.5em 0 1.5em 0;
 }
 
  .newsitem img {
 	float: left;
 }

 .newsitem .text {
 	margin-left: 100px;
 }
 
 .newsitem p {
 	margin-bottom: 0;
 }
 
 .announcement {
 	border-bottom: 1px solid #CCC;
 	padding: 0 0 1.5em 0;
 }