*,html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0;
}

html {
	height: 101%;
}

body {
	background: rgb(58,58,58);
	font-size: 11px;
	color: #5c5c5c;
	padding: 0 5px 50px 5px;
}

.printonly{display:none;visibility:hidden;}

span.nowrap {
	white-space: nowrap;
}

dfn,span.inv {
	visibility: hidden;
	display: none;
}

hr.dotted {
	height: 1px;
	border: 0;
	border-bottom: 1px dotted #bebebe;
	background: transparent;
	line-height: 0;
	padding: 0;
	margin: 7px 0 7px 0;
}

div.disclaimer {
	color: #8d8d8d;
	font-size: 10px;
	padding: 20px;
	margin-top: 20px;
}

p {
	font-size: 11px;
	color: #5c5c5c;
	margin: 6px 0 6px 0;
	line-height: 1.6;
}

p.small {
	font-size: 10px;
}

p.backListLink,p.backLink {
	font-size: 11px;
	margin: 8px 0 8px 0;
}

p.backListLink a {
	background: url('/cachepics/icons/liste.gif');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 12px 0 20px 35px;
	height: 17px;
	display: block;
}

p.backListLink a {
	padding: 14px 0 0 35px;
}

p.moreLink {
	float: right;
	clear: both;
}

p#newsletter.moreLink {
	float: none;
}

p#newsletter.moreLink span {
	line-height: 1.2;
}

* html p.moreLink {
	float: none;
}

p.moreLink a {
	background: url('/cachepics/icons/lesen.gif');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 0px 0 0px 32px;
	height: 29px;
	display: block;
}

p.moreLinkSmall a {
	background: url('/cachepics/icons/lesen_small.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 12px 0 0px 35px;
	height: 17px;
	display: block;
}

p.moreLink a.small {
	background: url('/cachepics/icons/lesen_very_small.gif');
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding: 0px 0 0px 15px;
	height: 16px;
	display: block;
}

div#content p.backLink a:hover,div#content p.moreLinkSmall a:hover,div#content p.moreLink a:hover {
	background-color: transparent;
}

div#content p.backLink a:hover span,div#content p.moreLinkSmall a:hover span,div#content p.moreLink a:hover span {
	background-color: #e6eaef;
}

p.backlink,p.back a,p.backLink a {
	background: url('/cachepics/icons/arrow_back.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 4px 0 3px 30px;
}

div.placeholder {
	height: 0px;
}

* html div.placeholder {
	height: 500px;
}

h1,h2,h3 {
	border: 0;
}

h1 {
	margin: 20px 0 8px 0;
	padding: 0 0 8px 11px;
	font-size: 16px;
	font-weight: bold;
	color: rgb(161,11,53);
	text-align: left;
	display: block;
}

h1.pageHeadline {
	border: 0;
	border-left: 1px solid rgb(161,11,53);
	border-bottom: 1px solid rgb(161,11,53);
	margin: 16px 0 8px 0;
	padding: 0 0 8px 11px;
	font-size: 18px;
	font-weight: bold;
	color: rgb(161,11,53);
	text-align: left;
	display: block;
}

h2 {
	color: #5c5c5c;
	border-bottom: 1px solid #5c5c5c;
	padding: 0 0 3px 0;
	margin: 12px 0 7px 0;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	clear: both;
}

h2.coloured {
	color: #002f5c;
	border-bottom: 1px solid #002f5c;
}

h2.footTitle,
h3 {
	text-align: left;
	color: #5c5c5c;
	border-bottom: 0;
	padding: 0 0 3px 0;
	margin: 8px 0 1px 0;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
}
h2.footTitle{
	margin-top: 12px;
}

h3.loginFormHeader span {
	color: rgb(161,11,53);
	font-weight: bold;
	font-size: 11px;
}

a,div#content a {
	color: #002f5c;
	text-decoration: underline;
}

div#contentWrapper a:hover,div#content a:hover {
	text-decoration: none;
	background-color: #e6eaef
}

.nospace {
	letter-spacing: 0px;
	font-size: 0px;
	width: 0px;
}

a.extern {
	background: transparent url(/cachepics/icons/extern.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0 20px 0 0px;
}

div#pageMasterWrapper {
	width: 100%;
	max-width: 2884px;
	margin: 0 auto;
}

div#navigationWrapper {
	width: 165px;
	float: left;
	margin: 187px 0 0 0;
	padding: 0;
}

div#teaserWrapper {
	width: 159px;
	float: right;
	padding: 0;
	margin: 0;
	hyphens: auto;
}

div#pageWrapper {
	margin: 15px 159px 0 165px;
	background: white;
	-webkit-box-shadow: 0px 3px 7px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 7px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 7px 3px rgba(0,0,0,0.3);
	position: relative;
}

div#pageContent {
	padding: 0;
	display: block;
	margin: 0 auto;
	float: left;
	width: 99.9%;
	text-align: left;
	background-color: #fff;
}

* html div#pageContent {
	border: 1px solid #ccc;
	border-top: 0;
	border-bottom: 0;
	width: auto;
	background-color: #fff;
}

div#content {
	padding: 12px 15px 10px 15px;
}

* html div#content {
	width: 95%;
}

div#contentWrapper {
	background-color: #fff;
	display: block;
}

a.pdf {
	background-position: 0 2px;
	height: 17px;
	padding: 7px 0 2px 30px;
}

a.pdf {
	background-image: url("/cachepics/sprite_vertical.png");
	background-position: -10px -1919px;
}

sup, sub {
}
sup {
	vertical-align: top;
}
sub {
	vertical-algin: bottom;
}

.clearfix{display:block;height:0;clear:both;visibility:hidden;}
