/* -------------------- reset -------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 10pt;
	vertical-align: baseline;
	background: transparent;
}
input, textarea, select {
	font-size: 10pt;
}
body {
	line-height: 14pt;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	overflow: scroll;
}

body {
	color: black;
	background: #fff;
	border-top: 75px solid yellow;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	/*behavior: url("/css/csshover.htc");*/
}

a {
	color: #327dc8;
}

#languages, #menu, #line, #section, object, embed, form {
	display: none;
}

#yellow {
	position: relative;	
}

#logoeye{
	top: -56px;
	right: 100px;
	position: absolute;	
}

#logobar {
	top: -14px;
	left: 30px;
	position: absolute;
} 

#main {
	
}

#main .dreispalten {
	width: 60%;
} 

#bar {
	border: 2pt solid #e9e9e9;
	background: #e9e9e9;
	padding: 5pt;
	margin-left: 5pt;
	width: 35%;
	float: right;
}

#bar .header {
	clear: both;
	border-bottom: 1pt solid #e9e9e9;
	font-weight: bold;
	line-height: 18pt;
}

#bar .content {
	margin-bottom: 5pt;
}

#footer {
	font-size: 8pt;
	text-align: right;
	clear: both;
}

#footer a {
	font-size: 8pt;
}

h1 {
	font-size: 18pt;
	font-weight: normal;
	line-height: 22pt;
	font-family: "gill sans", arial, "helvetica neue", helvetica, sans-serif;
	margin-top: 10pt;
	margin-bottom: 10pt;
		
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	line-height: 17pt;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	margin-top: 10pt;
	margin-bottom: 10pt;
}

#white {
	margin-top: 5pt;	
}

#navpath {
	margin-bottom: 5pt;
	font-size: 8pt;
}

#navpath a {
	font-size: 8pt;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.block {
	margin-bottom: 10pt;
}

.person {
	display: block;
	padding-top: 9px;
	padding-bottom: 12px;
}

.person img {
	float: left;
	margin-right: 9pt;
	clear: both;
}

.personimg {
	float: left;
}

.tabbernav {
	display:none;
}

th {
	background-color: yellow;
	padding: 3pt;
	text-align: left;
	border-bottom: 1px solid #e9e9e9;
}

.tr0 {
	background-color: #f8f8f8;
}

.tr1 {
	background-color: #e8e8e8;
}

.tr0 td, .tr1 td {
	border-left: 1pt solid #e9e9e9;	
}

td {
	padding: 3pt;
	vertical-align: top;
	line-height: 15pt;
}

table {
	border: 1pt solid #e9e9e9;
	margin-bottom: 10pt;
	margin-left: 2pt;
}

.extra {
	margin-right: 5pt;
}

.header a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.header {
	padding-top: 10pt;	
}

.news img, .icon img {
	float: left;
}

.news, .icon {
	clear: both;
}