body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #505050;
	text-align: center;
	margin-top: 10px;
	background: url('images/background.png') repeat-x;
	background-color: #B1afb1;
	
}

div#wrapper {
	position: relative;
	width: 981px;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: left;
}

div#header {
	float: left;
	width: 981px;
	height: 101px;
	background: url('images/header.jpg') no-repeat top left;
}

div#header ul {
	padding: 76px 0 0 0;
	margin: 0 0 0 485px;
}

div#header ul li {
	float: left;
	margin: 0;
	padding: 0;
	height: 24px;
	list-style: none;
}

div#header ul li ul {
	padding: 0;
}

div#header ul li ul li {
	padding-right:20px;
}

div#carousel {
	width: 981px;
	height: 114px;
	background: url('images/carousel.jpg') no-repeat top left;
	clear: both;
}


.scroller { 
	float: left;
	width: 900px; 
	height: 100px;
	overflow: hidden;
}

.section {
	text-align: left;
	padding: 10px;
	width: 205px;
	_width:225px;
	height:100px;
	overflow:hidden;
	float:left;	
	background: url('images/line_carousel.png') no-repeat top right;
}
.contentport {
	width: 100000px;
}

img {
	border: 0;
}

div#menu {
	float: left;
	width: 210px;
	text-align: left;
	margin: 10px 0 0 5px;
}

form {
	margin: 0;
	padding: 0;
}

.input {
	border: 1px solid #BDBEBD;
	
}

textarea {
	border: 1px solid #BDBEBD;
	
}

div#menu ul {
	margin: 0;
	padding: 5px 0 0 0;
}

div#menu ul li {
	padding: 3px 5px 3px 10px;
	list-style: none;

}



div#content ul.leeg {
	margin: 0;
	padding: 5px 0 0 0;
}

div#content ul.leeg li {
	padding: 0 3px 0 3px;
	margin: 0;
	list-style: none;

}


div#content table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 727px; 
	background: url('images/content_big_middle.png') repeat-y top left;
}

table tr td {
	padding: 2px 10px 2px 10px;
}

table tr th {
	text-align: left;
	padding: 2px 10px 10px 10px;
}

.tableHead {
	height: 30px;
	background: url('images/content_big_header.jpg') no-repeat top left;
}

.tableEnd {
	height: 70px;
	background: url('images/content_big_footer.jpg') no-repeat top left;
}

.tableLeft {
	width: 40%;
}

.contentBigBottom {
	margin-left: 290px;
}

div#content dl
{ 
	margin: 0;
	_margin-top: -12px;
}

div#content dl dt
{
	float: left;
	padding: 6px 0 6px 0;
}

div#content dl dd
{
	padding: 6px 3px 6px 140px;
	margin: 0;
}

div#menu dl
{ 
	margin: 0;
}

div#menu dl dt
{
	float: left;
	padding: 6px 0 6px 0;
}

div#menu dl dd
{
	padding: 6px 3px 6px 140px;
	margin: 0;
}

.marginUp {
	margin-top: -12px;
}

.subItem {
	margin-left: 15px;
	_margin-left: 0;
}

div#menu a {
	color: #505050;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

div#menu a:hover {
	color: #505050;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
}

div#content {
	float: left;
	padding: 10px;
	text-align: left;
	float: left;
	width: 740px;
	line-height: 19px;
}

div#content a {
	color: #505050;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

div#content a:hover {
	color: #505050;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
}

div#content h1 {
	color: #007CC2;
	font-size: 14px;
	margin: -1px 0 0 5px;
	padding: 0;

}

div#footer {
	width: 981px;
	height: 35px;
	background: url('images/footer.jpg');
	clear: both;
}

div#footer a {
	color: #525152;
	font-weight: bold;
	text-decoration: none;
	font-size: 9px;
}

div#footer a:hover {
	color: #525152;
	font-weight: bold;
	text-decoration: underline;
	font-size: 9px;
}

div#nieuwsitems {
	display: none;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}





.menu_item {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav {
	float: left;
	list-style: none;
}

li.nav {
	text-align: center;

}

li.nav ul {
	list-style: none;
	display: none;
	margin: 0;
	padding: 0;
}

li.nav:hover ul, li.over ul {
	display: block;
	margin: 0;
}

div#m_pro, m_bra {

	margin: 0;
	padding: 0;
}

#m_pro_s {
	position: absolute;
	text-align: left;
	left: 235px;
	margin: 0;
	padding: 0;
	width: 190px;
	background: url('http://www.meditemp.com/images/bg_menu.png') repeat;
	border: 1px solid #da432b;
	border-width: 0 1px 1px 1px;
}

#m_pro_s a {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#m_pro_s a:hover {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

#m_bra_s {
	position: absolute;
	text-align: left;
	left: 330px;
	top: 100px;
	width: 100px;
	background: url('http://www.meditemp.com/images/bg_menu.png') repeat;
	border: 1px solid #da432b;
	border-width: 0 1px 1px 1px;
}

#m_bra_s a {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#m_bra_s a:hover {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
