body
{
	text-align: center;
	text-transform: inherit;
	margin: 10px 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: rgb(246, 245, 251);
}
#container
{
	font-family: Helvetica, Arial, sans-serif;
}

#header
{
	height: 90px;
	position: relative;
	background-image: url(../images/bigsky.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-color: rgb(54, 46, 61) rgb(54, 46, 61) rgb(255, 255, 255) rgb(54, 46, 61);
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	text-align: left;
	padding-left: 26px;
}
#subheader
{
	padding-right: 30px;
	height: 20px;
	background-color: rgb(102, 102, 153);
	line-height: 20px;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	font-style: italic;
}
#navbalk
{
	height: 20px;
	background-color: rgb(144, 136, 150);
	border-bottom: 1px solid rgb(54, 46, 61);
	line-height: 20px;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgb(240, 240, 252);
	text-align: left;
	position: relative;
	width:100%;
}

#menubar
{
	position: absolute;
	left: 23px;
}

#menubar a:link, #menubar a:visited
	{
	color:#FFF;
	text-decoration:none;
	font-size: 14px;
	}

#menubar a:hover
	{
	color:rgb(102, 102, 153);
	text-decoration:none;
	font-size: 14px;
	}

.menu .options 
	{
	margin-right:1px;
	margin-bottom:1px;
	border:1px solid rgb(54, 46, 61);
	background-color:rgb(102, 102, 153);
	}
.menu a 
	{
	display:block;
	font-size: 12px;
	font-weight: normal;
	padding:0px 6px;
	text-decoration:none;
	background-color:rgb(102, 102, 153);
	color:rgb(245, 245, 250);
	}
.menu a:hover 
	{
	background-color:rgb(245, 245, 250);
	color:rgb(102, 102, 153);
	}
	
#navbalk ul 
	{
	margin: 0px;
	padding: 0px;
	}
	
#navbalk li
{
	display: inline;
	list-style-type: none;
	margin: 0px 7px 0 7px;
}
ul
{
	margin: 0px;
	padding: 0px;
}

li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.beeldkader
{
	border-color: #000;
	border-width: 1px;
	border-style: solid;
}

#mainbox
{
	position: absolute;
	left: 250px;
	top: 55px;
	color: #000;
	padding-right: 20px;
	font-family: Helvetica, Arial, sans-serif;
}

#content
{
	text-align: left;
	padding: 0px 30px 40px 0px;
	text-transform: inherit;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

h3
{
	text-align: left;
	text-transform: inherit;
	color: rgb(102, 102, 153);
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	font-weight: bold;
}

h4
{
	text-align: left;
	text-transform: inherit;
	color: rgb(102, 102, 153);
	font-size: 15px;
	font-weight: bold;
}

h5
{
	text-align: left;
	text-transform: inherit;
	color: rgb(102, 102, 153);
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
}

h6
{
	text-align: left;
	color: #936;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}

.topsubject
{
	margin-bottom: 30px;
}

.topsubject a:link, .topsubject a:visited
{
text-decoration: none;
color: rgb(102, 102, 153);
}

.topsubject a:hover
{
text-decoration: underline;
color: rgb(144, 136, 150);
}


form
{
	padding: 0px;
	margin: 0px;
	display: inline;
}
input
{
	padding: 0px;
	margin: 0px;
}
#formulier
{
	display: inline;
}

#transmenu
{
	position: absolute;
	width: 202px;
	top: 40px;
	left: 15px;
	text-align: left;
	border-right: rgb(102, 102, 153);
	border-width: 0 2px 0 0px;
	border-style: none dotted none none;
	background-color: rgb(250, 250, 255);
}

#leftcolumn
{
	width: 202px;
	background-image: url(../images/transblue-36.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 15px 0px 30px 0px;
}

#leftcolumn p img.beeldkader
{
	background-image: url(../images/jeroen-switch.jpg);
	background-repeat: no-repeat;
}

#leftcolumn h3 {margin-left: 5px;}

#leftcolumn ul {margin-left: 5px;}
#leftcolumn ul li{margin-left: 0px;}
#leftcolumn ul li ul{margin: 0px 0px 10px 0px;}

#leftcolumn li
{
	display: list-item;
	list-style-type: none;
	margin-left: 5px;
}

#leftcolumn ul.aktievelijst
{
	margin-bottom: 50px;
}

#leftcolumn ul li a:link, #leftcolumn ul li a:visited
{
	text-decoration: none;
	font-size: 12px;
	color: #000;
}

#leftcolumn ul li a:hover
{
	text-decoration: underline;
	font-size: 12px;
	color: rgb(144, 136, 150);
}

#leftcolumn ul li a.aktiefkopje
{
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}

#leftcolumn ul li ul li a:link
{
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
	color: rgb(102, 102, 153);
}

#leftcolumn ul li ul li a:visited
{
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
	color: rgb(102, 102, 153);
}

#leftcolumn ul li ul li a:hover
{
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background-color: rgb(102, 102, 153);
	color: #FFF;
}

#leftcolumn ul li ul li a:active
{
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
	color: rgb(102, 102, 153);
}

#leftcolumn ul li ul li a#aktief
{
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
	color: #000;
}

#searchbox
{
	float:right;
	padding: 0px 20px 0px 6px;
	border-left: dotted 2px rgb(102, 102, 153);
}

#zoek
{
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: top;
}
.zoekmaar
{
	margin-left: 5px;
}

#content ul
{
	margin: 1em 15px;
}
	
#content li
{
	margin-left: 5px;
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
}

#content p.kopje
{
	margin-top: 0px;
	padding-top: 0px;
}

#content a:link, #content  a:visited
{
	 color: rgb(102, 102, 153);
	 text-decoration: underline;
	 font-weight: bold;
	 font-size: 12px;
}

#content a:hover
{
	color: rgb(144, 136, 150);
	text-transform: inherit;
	text-decoration: none;
}

#content ul.medicijn
{
	margin-left: 0px;
	list-style-type: none;
}

#content ul.medicijn li
{
	font-size: 15px;
	font-style: italic;
	color: #000;
	list-style-type: none;
	text-transform: inherit;
	font-weight: bold;
}

.losmedicijn
{
	margin-left: 0px;
	font-size: 15px;
	font-style: italic;
	color: #000;
	text-transform: inherit;
	font-weight: bold;
}
.alleenondermarge
{
	margin: 0px 0px 30px 0px;
}

.normaal {font-weight:normal;}
.medicijnpara {margin: 0px 0px 5px 0px}
.geenmarges{margin:0px 0px 0px 0px;}
.topmargereturnlink
{
	margin-top: 25px;
	background-image: url(../images/blue-pills.jpg);
	padding: 0 0 130px 0;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.highlight { 
	border-bottom: rgb(102, 102, 153);
	border-width: 0 0 2px 0;
	border-style: none none dotted none;
}
.searchheading 
{ 
	text-align: left;
	text-transform: inherit;
	color: rgb(102, 102, 153);
	font-size: 15px;
	font-weight: bold;
	margin-top: 1em;
}
.summary { font-style: italic; } 
.results { font-size: 100%; }
.result_title { font-size: 100%; }
#content .results .result_title a{ font-size: 14px;}
.category { color: #999999; }
.description { font-size: 100%; color: #999; }
.context { font-size: 100%; }
.infoline { font-size: 11px; color: #808080;}
.sorting { text-align: right; }	
.zoom_searchform { font-size: 100%; }
.zoom_options { font-size: 80%; }
input.zoom_button {  }
input.zoom_searchbox {  }	

.feedback
{
	color:#C00;
	font-size: 14px;
	font-weight: bold;
}

#content a img.geenborder {border:none; }

#content #inlogcontainer input.error, #content #inlogcontainer textarea.error { border: 1px solid #C00;}

.sbutton
{
	margin:0;
	padding:0;
	width: 84px;
	height: 32px;
	line-height: 32px;
	background-color: transparent;
	border: none;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
}

.sbutton:hover {

	background-position: 0px -32px;
	color:#333;
}

.toomuch 
{
	color:#C00;
	font-size: 16px;
	font-weight: bold;
	padding-right: 3px;
}

.vet { font-weight: bold; }
.vierhonderd { width:400px; }


#content a.knop:link, #content a.knop:visited
{
	margin: 0;
	padding: 0;
	width: 84px;
	height: 32px;
	line-height: 32px;
	background-color: transparent;
	border: none;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
}

#content a.knop:hover {

	background-position: 0px -32px;
	color:#FFF;
}

#content a.groeneknop:link, #content a.groeneknop:visited
{
	margin: 0;
	padding: 0;
	width: 84px;
	height: 32px;
	line-height: 32px;
	background-color: transparent;
	border: none;
	background-image: url(../images/groenebutton.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
}

#content a.groeneknop:hover {

	background-position: 0px -32px;
	color:#FFF;
}

#gegevens { max-width: 700px; }
#gegevens p { margin: 0px 0px 15px 0px; }

.asterix {font-weight:bold; color: #936; font-size:12px;}

#content table#datatabel input {
	background-color: rgb(235, 240, 234);
	border: 1px solid rgb(220, 225, 219);
	padding:1px 5px;
}

#content table#datatabel input.error {
	border: 2px solid #C03;
	padding:1px 5px;
}

#content table#datatabel tr td.errorcel {
	border: 2px solid #C03;
}



#content table#datatabel input.sbutton {
	border: none;
	padding:0px;
}

#content table#datatabel input[type="file"] {
	border:rgb(235, 240, 234);
	padding:0px;
}


#content table#datatabel textarea {
	background-color: rgb(235, 240, 234);
	border: 1px solid rgb(220, 225, 219);
	padding:5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
}

#content a.minty:link, #content a.minty:visited
{
	color: #9CC;
	text-decoration: none;
 	font-weight: bold;
	font-size: 12px;
}

#content a.minty:hover
{
	color: #936;
	text-decoration: none;
	text-transform: inherit;
}