html {
	overflow-y:scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img {
	border-width:0;
}

address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style-image:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after {
	content:'';
}

abbr, acronym {
	border-width:0;
}

body {
	background-color:#f2f2f2;
	color:#000000;
	font-family:Georgia, Times, "Times New Roman", serif;
	font-size:62.5%;
	padding-bottom:40px;
	text-align:center;
}

div#wrapper {
	background-color:#ffffff;
	margin:0 auto;
	padding:10px;
	text-align:left;
	width:940px;
}

div#top {
	background-image:url(../img/layout/top.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height:88px;
	width:940px;
}

div#lang {
	color:#ffffff;
	float:right;
	height:18px;
	padding:10px 20px 0 0;
	text-align:right;
	width:86px;
}

div#logo {
	float:left;
	height:36px;
	padding:35px 0 0 20px;
	width:264px;
}

div#nav {
	clear:right;
	float:right;
	padding:25px 20px 0 0;
	width:540px;
}

div#nav a:active, div#nav a:focus {
	outline-style:none;
}

div#content-wrapper {
	padding:0 0 10px;
}

div#content {
	padding:20px;
	width:900px;
}

div#main {
	min-height:200px;
	width:600px;
}

div#sidebar {
	float:right;
	min-height:300px;
	padding:0 0 0 20px;
	width:200px;
}

div#footer {
	text-align:center;
	width:940px;
}

p {
	font-size:14px;
	line-height:20px;
	margin-bottom:1.1em;
}

p.last {
	margin-bottom:0;
}

h1, h2, h3, h4, h5, h6 {
	color:#000000;
	font-weight:normal;
	margin:0 0 0.3em;
}

h1 {
	font-size:32px;
}

h2 {
	font-size:27px;
}

h3 {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom:0.5em;
}

.greybox h3 {
	margin-bottom:0.3em;
}

h4 {
	color:#8f8f8f;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}

h5 {
	color:#f5e700;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:24px;
	font-style:oblique;
	font-weight:bold;
	margin-bottom:4px;
	text-transform:uppercase;
}

h6 {
	font-size:13px;
}

.bildtext {
	font-size:14px;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:1.2em;
}

.link {
	font-size:14px;
	font-weight:bold;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#707070;
	text-decoration:none;
}

#content ul {
	list-style-type:disc;
	margin:0 0 1.5em 1.5em;
}

#content ul ul, #content ul ol, #content ol ol, #content ol ul {
	margin:5px 0 5px 1.5em;
}

#content ol {
	list-style-type:decimal;
	margin:0 0 1.5em 2.5em;
}

#content li {
	font-size:14px;
	margin:0 0 8px;
}

#content table td.normal {
	font-size:14px;
}

#content table a, #content table p {
	font-size:14px;
}

#footer p {
	letter-spacing:-0.5px;
	margin-bottom:0;
	text-transform:uppercase;
}

#footer .contactinfo {
	background-image:url(../img/layout/footer.png);
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	height:16px;
	text-indent:-9999px;
	width:940px;
}

#footer.en .contactinfo {
	background-image:url(../img/layout/footer-en.png);
}

span.date {
	color:#686868;
	display:block;
	font-family:Arial, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	line-height:10px;
	padding:0 0 0 15px;
	text-transform:uppercase;
}

.greybox a {
	text-decoration:none;
}

#content hr {
	background-color:transparent;
	border-bottom-color:#eeeeee;
	border-bottom-style:solid;
	border-width:0 0 1px;
	display:block;
	height:0;
	margin-bottom:8px;
}

#wrapper hr.clear {
	background-color:transparent;
	border-width:0;
	color:#ffffff;
	display:block;
	height:1px;
	margin:0;
}

.center {
	text-align:center;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.noedit {
	display:none;
}

.grey {
	color:#707070;
}

img.left {
	display:inline;
	margin-right:30px;
}

img.right {
	display:inline;
	margin-left:30px;
}

p img {
	max-width:100%;
	padding:0;
}

img.center {
	display:block;
	margin:0 auto;
}

#sidebar table a, #sidebar table p {
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-weight:bold;
	line-height:1.5em;
	margin:0;
	padding:11px 0 11px 20px;
	text-decoration:none;
}

#sidebar table p {
	color:#333333;
}

#sidebar table a:hover {
	color:#666666;
}

#sidebar table .normal {
	background-image:none;
	border-bottom-color:#d3d3d3;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	color:#777777;
	font-size:11px;
	padding:5px 0 5px 20px;
}

#sidebar table p.normal {
	color:#000000;
}

#main table {
	border:1px solid #cccccc;
}

#main table p {
	font-size:12px;
	margin-bottom:0;
}

#main table td {
	padding:6px;
	vertical-align:top;
}

#main .form table {
	border-width:0;
	font-size:12px;
}

#main .form input {
	font-size:12px;
	padding:2px 4px 4px;
}

#main .form textarea {
	max-width:200px;
	overflow:auto;
	padding:2px 4px 4px;
}

.greybox {
	background-color:#f2f2f2;
	padding:20px 20px 10px;
}

.yellowbox {
	background-color:#fced0c;
	padding:20px 20px 10px;
}
