/* DENTAL ERGONOMICS CSS BY KUDTLER */
@import url(reset.css);

body {
	background-color: #c0c0c0;
	font-size: 12px;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	text-align:center;
}

p,h1,h2,h3,pre, td {
	line-height: 18px;
}

p, ul, li, td {
	font-size: 11px;
}

	
h1 {
	font-size:18px;
	padding-top:10px;
	padding-bottom: 15px;
	color: #6ebb1f;
}

h2 {
	font-size:14px;
	padding: 10px;
}

h3 {
	display:block;
	text-align: center;
	background-color:#6ebb1f;
	color:#fff;
}
h3 a {
	color:#fff;
}
img {
	padding: 5px;
	border: 0px;
}

iframe {
	border:0px;
}

input, textarea {
	font-size: .9em;
	padding:2px;
	margin:5px;
	border: 1px solid #ccc;
}

#frame {
	width:960px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	margin-bottom: 10px;
	padding:0px;
	text-align:left;
	background:#fff;
	border: solid 2px #eee;
}

#contentheader {
	background-image: url(../IMG/branding.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#contentheadermeta {
	height: 14px;
	padding: 5px;
	padding-left: 210px;
	border-bottom: solid 1px #eee;
}
	
#contentleft {
	width:220px;
	padding:0px;
	padding-top: 20px;
	float:left;
	background:#fff;
	border-right: 1px solid #eee;
}
	
	#contentleft ul a {
		display:block;	
		text-decoration:none;
		color:#888;
		border-bottom:1px solid #eee;
		font-size:11px;
	}
	
	#contentleft ul a.verticalMenu1 {
		padding:5px 0 5px 5px;
	}
	
	#contentleft ul a:hover {
		color:#555;
		border-right:5px solid #6ebb1f;
	}
	
	#contentleft ul a.verticalMenu2 {
		padding:5px 0 5px 32px;
		background:url(../IMG/nav-bullet.gif) 8% 50% no-repeat;
	}
	
	#contentleft ul a:hover.verticalMenu2 {
		background: #fbfbfb url(../IMG/nav-bullet-hover.gif) 9% 50% no-repeat;
	}
	 
	#contentleft ul a.verticalMenu3 {
		padding:5px 0 5px 50px;
		background:url(../IMG/nav-bullet.gif) 16% 50% no-repeat;
	}
	
	#contentleft ul a:hover.verticalMenu3 {
		background: #fbfbfb url(../IMG/nav-bullet-hover.gif) 17% 50% no-repeat;
	}
	
	#contentleft ul a.verticalMenu4 {
		padding:5px 0 5px 62px;
		background:url(../IMG/nav-bullet.gif) 22% 50% no-repeat;
	}
	
	#contentleft ul a:hover.verticalMenu4 {
		background: #fbfbfb url(../IMG/nav-bullet-hover.gif) 23% 50% no-repeat;
	}
	
	#contentleft ul a.verticalMenu5 {
		padding:5px 0 5px 74px;
		background:url(../IMG/nav-bullet.gif) 30% 50% no-repeat;
	}
	
	#contentleft ul a:hover.verticalMenu5 {
		background: #fbfbfb url(../IMG/nav-bullet-hover.gif) 31% 50% no-repeat;
	}


#contentcenter {
	width:500px;
	padding:10px;
	float:left;
	border-right: 1px solid #eee;
}

	#contentcenter a {
		text-decoration: none;
		color: #6ebb1f;
	}

	#contentcenter a:hover {
		text-decoration: underline;
	}
	
	#contentcenter li {
		margin-left:20px;
	}

#contentright {
	width:140px;
	padding:10px;
	padding-right:0px;
	float:left;
	background:#fff;
}
	
#contentfooter {
	height: 14px;
	padding: 5px;
	text-align: center;
}

#contentcenter li {
	list-style: circle;
	line-height: 18px;
}

#contentright p { font-size:10px}

#melding {
	background-color: lime;
	text-align: center;
	padding: 5px;
}
/* MENU */

#navlist1
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 174px;
}

#navlist2
{
margin-left: 20px;
}

#navlist1 li, #navlist2 li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

#navlist1 li a, #navlist2 li a { text-decoration: none; }

.klein {
	color: #c0c0c0;
	font-size: 10px;
}

	.klein a {
		color: inherit;
		text-decoration: none;
	}


.imgright {
	float:right;
	padding: 5px;
}