/*
	*	Bestand:	style.css
	*	Project:	MRSA Question Answering System
	*	Auteur: 	M.P. Lindhout
	*
	*	Voor gebruik in het aangepaste Pia systeem voor het
	*	MRSA Question Answering System op mrsa-net.
*/

html * {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

img {
	border: 0px;
	display: block;
}

#container {
	width: auto;
	text-align: left;
}

#topholder {
	display: none;
}

#middleholder {

}

#Menu{
	display: none;
}

#footerholder {
	display: none;
}

.ClearAll {
	clear: both;
	display: block;
}

#breadcrumbs {
	display: none;
}

div#selectielink {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 900px;
}

div#selectielink a img {
	border: 0px;
}

div#newsitems {
	color: #000;
}

div#NieuwsArchief{
	display: none;
}

div.article {
	border-bottom: 1px solid #BBB;
	margin: 5px;
	padding: 5px 5px 15px 5px;
}

div.tekstvak {
	color: #666;
	line-height: 150%;
}

div.tekstvak h1 {
	font-weight: normal;
}

div#euregio-logo, div#euregio-logo img {
	margin: 5px auto;
	text-align: center;
}

div#category-question-list {
}

div#category-question-list ul {
	list-style-image: url(images/bullet-hole.png);
}

div#category-question-list ul li {
	margin-bottom: 7px;
}

div#category-question-list ul li a {
	text-decoration: none;
}

div#category-question-list ul li a:hover {
	text-decoration: underline;
}

#antwoord {
	
}

.question {
	background-color: #c0c0c0;
}

.question h1 {
	text-size: 16px;
	color: White;
	font-weight: normal;
}

.question h2 {
	margin: 0px;
	padding: 0px;
	text-size: 12px;
}

div.guideline {
	border-top: 1px solid #000;
	margin-top: 7px;
	padding-top: 7px;
}

div.guideline h2 {
	margin: 0px 10px 7px 0px;
	text-size: 12px;
	color: #999;
}

div.opmerkingen {
	border-top: 1px solid #000;
	margin-top: 7px;
	padding-top: 7px;
}

div.opmerkingen h2 {
	margin: 0px 10px 7px 0px;
	text-size: 12px;
	color: #999;
}

div.bronnen {
	border-top: 1px solid #000;
	margin-top: 7px;
	padding-top: 7px;
}

div.bronnen h2 {
	margin: 0px 10px 7px 0px;
	text-size: 12px;
	color: #999;
}

div.voorbeelden {
	border-top: 1px solid #000;
	margin-top: 7px;
	padding-top: 7px;
}

div.voorbeelden h2 {
	margin: 0px 10px 7px 0px;
	text-size: 12px;
	color: #999;
}

div.sleutelwoorden {
	border-right: 1px solid #000;
	margin-right: 10px;
	padding-right: 10px;
}

div.sterkte {
	margin-right: 10px;
	padding-right: 10px;
}

div.belang {
	border-right: 1px solid #000;
	margin-right: 10px;
	padding-right: 10px;
}

div.groepholder {
	color: Black;
	margin: 10px 0px 10px 350px;
	padding: 5px;
	border: 2px solid #f3c4d1;
}

div.groepholder table tr td {
	vertical-align: top;
}

div#waardering {
	display: none;
}

div#vergelijkbare-antwoorden {
	display: none;
}

.box-inhoud {
	margin: 0px;
	padding: 0px 30px 0px 0px;
}

div.pinkbox {
	display: none;
}

div.greenbox {
	display: none;
}

div.bluebox {
	display: none;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 2px 0px;
	padding: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 7px 0px;
	padding: 0px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}

a {
	color: #000§;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: Black;
}