/* WEBSITE OPMAAK */

body {
	background: #D8DDBD url('files/background.jpg') no-repeat top center;
	margin: 0px 0px 0px 0px;
	font: 0.75em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}
body.filebrowser {
	background: #FFF9ED;
}
#top {
	background: url('files/background.jpg') no-repeat center top;
	height:200px;
}

#container {
	width:800px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	position:relative;
}

#header {
	background:url('files/bg_top.jpg') no-repeat;
	height:260px;
}

#main {
	background:url('files/bg_main.jpg') repeat-y;
	padding-top:1px;
	z-index:-1;
}
#mainBottom {
	background:url('files/bg_mainbottom.jpg') no-repeat bottom;
}

#contentContainer {
	margin-top:0px;
	margin-left: 80px;
	margin-right: 80px;
}

#sidebarContainer {
	width: 250px;
	float: left;
	position: relative;
}

#footer {
	background:url('files/bg_bottom.jpg') no-repeat;
	height:100px;
	display: block;
	text-align:center;
}

/* ALGEMENE OPMAAK */

#melding {
	background-color:#FFF;
	color:#c00042;
	padding:5px;
	border:1px #333 solid;
}
#sidebarContent {
	color: #093b64;
	font-size:11px;
	text-align:justify;
	font-style:italic;
	margin-top:30px;
	margin-left:25px;
	width:180px;
}
#sidebarContent h2, #sidebarContent h2 a, #sidebarContent h2 a:visited {
	margin: 0px 0px 6px 0px;
	color: #093b64;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
#sidebarContent a, #sidebarContent a:visited {
	color: #093b64;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}
#sidebarContent a:hover {
	text-decoration:underline;
}

#nieuwsbericht, #zoekresultaat {
	margin: 5px;
	padding: 5px;
	border-top:1px #AAA solid;
	border-bottom:1px #AAA solid;
	background: #FFF;
	text-align: justify;
}
#nieuwsbericht h1, #zoekresultaat h1 {
	font-family: Verdana, Arial;
	font-size: 15px;
	font-weight: normal;
	_font-weight: bold;
	letter-spacing:1px;
	font-variant:small-caps;
	margin:0px 0px 0px 0px;
	color: #093b64;
	padding: 0px 0px 6px 0px;
}
#nieuwsbericht h2, #zoekresultaat h2 {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight:normal;
	letter-spacing:0px;
	margin:0px 0px 0px 0px;
	color: #000;
	padding: 0px 0px 0px 0px;
}
#nieuwsbericht h2 a, #zoekresultaat h1 a {
	text-decoration: none;
	color: #093b64;
}

div.titel {
	position:absolute;
	top:255px;
	left:100px;
	width:610px;
	font-family: Verdana, sans-serif;
	font-variant:small-caps;
	font-size:17px;
	font-style: italic;
	color:#000;
/*	background-Image:url('files/line.gif');
	background-Position:center bottom;
	background-repeat:no-repeat; */
}
div.content {
	position:relative;
	padding-top:15px;
	width:650px;
	font-family: Verdana, sans-serif;
	font-size:11px;
}
div.hoofdmenu {
	position:absolute;
	left:70px;
	top:202px;
}
div.linkermenu {
	margin-top: 0px;
	margin-left: 36px;
}

div.talen {
	margin-top:5px;
	padding-right:5px;
	float:right;
}
div.topheader {
	position:absolute;
	width:850px;
	height:140px;
	margin-top:35px;
	margin-left:35px;
	cursor:pointer;
}
div.companyname {
	margin-left:30px;
	margin-top:20px;
	font-family:Comic Sans MS;
	font-size:20px;
	font-style: italic;
	color: #FFF;
}
div.search {
	z-index:2;
	height:20px;
	margin-top:-10px;
	margin-left:300px;
	font-family: Verdana;
	font-size:12px;
	float:right;
	position: absolute;
}


div.credit {
	padding-top: 35px;
	font-size: 9px;
	font-family: Tahoma;
	color: #999;
}

/* MENU OPMAAK */

/* Overall navigation container */
#navigation {
	float:left;
	position:relative;
	width:100%;
}

/* hoofdmenu container (id=nav) */
ul#nav {
	float:left;
	left:0px;
	margin:0px;
	padding:0px;
	position:relative;
	width:100%;
}

/* hoofdmenu li-iten en hoofdmenulink in li */
#nav li, #nav li a {
	color:#010133;
	display:block;
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
}

/* Hoofdmenu LI uitlijning */
#nav li {
	float:left;
	min-height:1.5em;
	width:auto;
}

/* Submenu container */
#nav ul {
	opacity:.9;
	filter:alpha(opacity=90);
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

/* Hoofd en submenu item, en de link van beide */ 
#nav li, #nav li a {
	color:#010133;
	display:block;
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:110%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
}

/* Submenu overrides */
#nav ul li, #nav ul li a {
	clear:left;
	display:block;
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:normal !important;
	line-height:normal;
	width:100%;
}

#nav ul li a {
	background:#EEE;
	color:#333 !important;
	padding:5px 10px;
	text-decoration:none;
	width:115px;
}

#nav ul li a:hover {
	color:#FFF !important;
	background:url('files/bg_menu_over.jpg') repeat-x bottom !important;
}

#nav li.active a, #nav li:hover a, #nav a.active {
	color:#FFFFFF;
}
#nav a.selected {
	color:#7F7F54;
}
#nav a.selected:hover {
	color:#FFFFFF !important;
}

#nav li ul {
	background:#EEE none repeat scroll 0%;
	border-color:#7E7A77;
	border-style:solid;
	border-width:0pt 1px 1px;
	left:-999em;
	position:absolute;
}
#nav li:hover ul, #nav li.active ul {
	left:auto;
}

/* sub2menu container */
#nav ul li ul {
	display:none;
	border-top:1px #7E7A77 solid;
	margin-top:-23px;
	margin-left:135px;
}
/* sub2menu override */
#nav ul li ul li {
}
#nav ul li ul li a {
	width:200px;
}

/* STANDAARD OPMAAK */

.prop {
	height:450px;
    float:right;
    width:1px;
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
}

td {
	color:#000;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}
hr {
	border-top:1px #ECEFDE solid;
	border-bottom:1px #CCC solid;
	border-left: none;
	border-right:none;
	padding:0px;
	margin:0px;
	background:#ECEFDE;
}
label {
	cursor:pointer;
}
p {
	margin-top:0px;
	margin-bottom:10px;
}
form {
	margin:0px;
}
blockquote {
	margin-top:0px;
}

font.titel {
	color: #093b64;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
font.menu {
	color: #91A5C5;
	font-family: Verdana, sans-serif;
	font-weight:bold;
	font-size: 10px;
}
font.hoofdmenu {
	color: #093b64;
	font-family: Verdana, sans-serif;
	font-variant:small-caps;
	font-size: 13px;
}
font.small {
	color: #666;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}

.ellipsis {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	overflow: hidden;
}
.ellipsis_oud:hover {
	-o-text-overflow: inherit;
	text-overflow: inherit;
	overflow: visible;
}

/* INPUTS & SELECTS */

input {
	border: #CCC 1px solid;
	width:100px;
	height:20px;
	background-image:url('files/bg_button.jpg');
	cursor:pointer;
	font-family: Tahoma;
	font-size: 8pt;
}
input.titel {
	margin-left:4px;
	margin-bottom:6px;
	padding-left: 3px;
	color:  #093b64;
	background-Image:url('files/bg_input.jpg');
	cursor:text;
	font-size: 12px; 
	font-family: Verdana; 
	font-weight: bold;
	width:150px;
	height:20px;
}

input.search {
	height:17px;
	width:115px;
	border: 2px #FFF solid;
	background:#EEE;
	cursor:text;
	font-family:tahoma;
	font-size:8pt;
	color:#000;
	position: relative;
}

input.input {
	border: #DDD 1px solid;
	padding-top:2px;
	padding-left: 3px;
	padding-right: 2px;
	color:  #333366;
	width: 200px;
	height: 15px;
	background: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma;
	cursor:text;
	background-Position: left top;
	background-repeat:no-repeat;
}
input.dashed {
	border:none;
	height:15px;
	border-bottom: 1px #333 dashed;
	background: none;
	cursor:text;
	text-align:center;
}
input.radio {
	border: 0px #ccc solid;
	background:none;
	width:15px;
	height:15px;
}
input.image {
	width:60px;
	height:109px;
	border:none;
}

select {
	font-size: 11px; 
	color: #000; 
	font-family: Tahoma;
}

textarea {
	border: #CCC 1px solid; 
	padding: 3px;
	color:  #333366;
	background:#FFF;
	font-size: 9pt;
	font-family: Tahoma; 
	scrollbar-face-color: #F2F2F2;
	scrollbar-highlight-color: #D6D7C4;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #999999;
	scrollbar-arrow-color: #000033;
	scrollbar-track-color: #FFF;
}

/* CONTROL PANEL */

div.cp {
	margin-left:20px;
	visibility:hidden;
	font-style:italic;
	position:absolute;
}
div.controlpanel {
	border:1px #EEE solid;
	background:#F7F7F7;
}

table.add-form {
	border:1px #E9E9E9 solid;
	margin-left:20px;
	background:#F1F1F1;
}

img.tool {
	border:1px #ccc solid;
	cursor:pointer;
}
.link {
	border:1px #E9E9E9 solid;
	background:#F1F1F1;
	cursor:pointer;
	padding:3px;
	font-size:10px;
}
.filled {
	border:1px #E9E9E9 solid;
	background:#F1F1F1;
	padding:3px;
	font-size:11px;
}
.fill {
	border:1px #E9E9E9 solid;
	background:#F1F1F1;
	padding:3px;
}

/* TINY MCE */

body.mceContentBody {
   background: #FFF9ED;
}

.mceContentBody a {
   color: red !important; /* FF requires a important here */
}

/* LINK OPMAAK */

a.titel:link {
	color:#000;
	text-decoration: none;
}
a.titel:hover {
	color:#000;
	text-decoration: none;
}
a.titel:visited {
	color:#000;
	text-decoration: none;
}

a.menu:link {
	color:#093b64;
	text-decoration: none;
}
a.menu:hover {
	color:#000;
	text-decoration: underline;
}
a.menu:visited {
	color:#093b64;
	text-decoration: none;
}


a:link {
	color:#000;
	text-decoration: underline;
}
a:visited {
	color:#000;
	text-decoration: underline;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* OVERIGE OPMAAK */

div.title {	
	font-family: Verdana, sans-serif; 
	font-variant:small-caps; 
	font-size:17px; 
	font-style: italic; 
	color:#000;
	padding-left:20px;
}
#sidebar {
	position:absolute;
	left:765px;
	width:150px;
	font-size:11px;
}
#sidebar h2 {
	padding: 0px 0px 6px 0px;
	margin:0px 0px 0px 0px;
	font-size: 13px;
	font-weight: normal;
	_font-weight: bold;
	font-variant: small-caps;
	color: #093b64;
}
font.zoekwoord {
	color:#093b64;
	margin:3px;
}
font.zoekwoord a:link, font.zoekwoord a:visited {
	color:#093b64;
	text-decoration:none;	
}
font.zoekwoord a:hover {
	text-decoration: underline;
}
div.myresults {
	border-top:1px #999 solid; 
	border-bottom:1px #999 solid; 
	width:120px; 
}

div.aanbeveling {
	border:1px #DDD solid; 
	padding:5px; 
	margin:5px; 
	width:350px;
}
div.geplaatst_op {
	width:150px; 
	text-align:right; 
	color:#999; 
	font-size:9px; 
	float:right;
}
div.beoordelingContainer {
	width:230px;
	float:right; 
	text-align:right; 
}
div.beoordeling {
	border:1px #DDD solid; 
	height:180px;
	text-align:left; 
	margin:5px;
	padding:5px;
}
div.rating {
	float:right; 
	margin-top:1px; 
	text-align:right; 
	width:25px; 
	color:#999;
}
div.starContainer {
	width:125px; 
	margin:10px;
	margin-left:40px;
	height:25px;
	background:url('files/star.jpg');
}
div.starContainerSmall {
	width:80px; 
	height:16px;
	background:url('files/star_small.jpg');
	float:right;
}
div.starContainerSmallGreen {
	width:80px; 
	height:16px;
	background:url('files/star_small2.jpg');
	float:right;
}
div.stars {
	width:125px;
	height:25px;
	background:url('files/star_over.jpg');
}
div.star {
	width:25px; 
	height:25px; 
	background:none;
	float:left;
}
div.star_small {
	width:16px; 
	height:16px; 
	background:none;
	float:left;
}
div.rate_star {
	position:absolute;
	height:25px;
	background:url('files/star_over.jpg');
}
div.rate_star_small {
	position:absolute;
	height:16px;
	background:url('files/star_over_small.jpg');
}
div.rate_star_green {
	position:absolute;
	height:16px;
	width:16px;
	background:url('files/star_over_small2.jpg');
	display:none;
}
#offerte_webdesigner {
	margin: 5px;
	padding: 5px;
	border-top:1px #AAA solid;
	border-bottom:1px #AAA solid;
	background: #FFF;
	text-align: justify;
	font-size:11px;
}
#offerte_webdesigner h1 {
	font-family: Verdana, Arial;
	font-size: 15px;
	font-weight: normal;
	_font-weight: bold;
	letter-spacing:1px;
	font-variant:small-caps;
	margin:0px 0px 0px 0px;
	color: #093b64;
	padding: 0px 0px 0px 0px;
}
#mijn_favorieten_span {
	margin-left:5px;
	font-size:9px;
	color:#999;
}

/* EINDE CSS */