/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse: collapse;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

body          { font-size: 12px; }
html>body     {	font-size: 12px; }

body {
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	padding: 1em;
}

a {
	color: #060;
	text-decoration: none;
}

a,
a b {
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

span.label {
	font-weight: bold;
}

p {
	margin-bottom: 1.5em;
}

table {
	line-height: 1.5em;
	margin-bottom: 1em;
}

h1,
td.tabelkop,
td.tabelkopInternExtern,
body.candidates table tbody tr td p strong,
td.label {
	font-size: 16px;
	font-weight: bold;
	color: #060;
	padding-bottom: 1em;
	line-height: 1.25em;
}

td.label,
body.candidates table tbody tr td.tabelkop {
	color: #000;
	padding: 1em 0 0 0;
}

table.reaction td.label {
	font-size: 12px !important;
	padding: 0 1em 0 0 !important;
	line-height: 1em !important;
	margin-bottom: -1px;
}

tbody table {
	border-right: 1px solid #060;
}

tbody tbody td.tabelkop {
	font-size: 12px;
	color: #fff;
	padding: 0;
}

form label.account {
	width: 200px;
}

tbody tbody td.tabelkop {
	background: #338533;
	padding: 0.2em 0.5em;
	border-top: 1px solid #060;
}

tbody tbody td {
	border-bottom: 1px solid #060;
	border-left: 1px solid #060;
	padding: 0.1em 0.5em;
	vertical-align: top;
}

form table,
form table td {
	border: 0;
}

table.Internoverview {
	display: none;
}