/* ########## styles main ########## */

* {
	margin: 0;
	padding: 0;
}
option { padding-left: .4em; }

* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }
* html frameset { overflow: hidden; }

* html ul { position: relative; }
* html ol { position: relative; }
* html dl { position: relative; }
*+html ol li { display: list-item; }

html {
	height: 100%;
	margin-bottom: 1px;
}
body {
    position: relative;
	margin: 0;
	background-color: #e6ecf2;
	padding: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 100.01%;
    color: #333;
    text-align: left;
}
body.typePopup { background: #e6ecf2 url(../image/bg_header.gif) repeat-y; }
fieldset, img {
	display: block;
	border: 0 solid;
}

ul { list-style-type: none; }
blockquote { margin: 0 0 1em 1.5em; }

table {
	font-family: Georgia, "Times New Roman", serif;
	color: #333;
}
th { text-align: left; vertical-align: top; }
td { text-align: left; vertical-align: top; }

a:link { color: #0099e5; text-decoration: underline; }
a:visited { color: #0099e5; text-decoration: underline; }
a:hover { color: #0099e5; text-decoration: none; }
a:active { color: #0099e5; text-decoration: underline; }

hr {
	margin: 0 0 1em;
	border: none;
	height: 1px;
	color: #ccc;
	background: #ccc;
}

p img { display: inline; }

sup {
	position: relative;
    bottom: .4em;
	vertical-align: baseline;
	font-size: 10px;
}
h1 sup {
    bottom: .5em;
	font-size: 11px;
}
/* IE6 bzw. IE7 !!! */
/* Hides from IE-mac \*/
* html h1 sup,
*+html h1 sup {
    bottom: .6em;
	font-size: 13px;
}
/* End hide from IE-mac */
sub {
	position: relative;
    bottom: -.2em;
	vertical-align: baseline;
	font-size: 10px;
}


/* ########## forms ########## */

form { margin: 0 0 1em; }
input,
select,
textarea { font-family: Arial, Verdana, sans-serif; }
input[type=checkbox],
input[type=radio] { vertical-align: middle; }

input.text {
	border: 1px solid #bfbfbf;
	background-color: #fff;
	padding: .1em .1em .1em .2em;
}
select {
	border: 1px solid #bfbfbf;
	background-color: #fff;
	padding: .2em .2em .2em 0;
}
textarea {
	border: 1px solid #bfbfbf;
	background-color: #fff;
	padding: .2em;
}
input.error,
select.error,
textarea.error {
	border-color: #d00;
	color: #333;
}
p input,
p select,
p textarea { vertical-align: middle; }


/* ########## btnSubmit ########## */

input.btn {
	border-width: 1px;
	border-style: solid;
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding: 2px 30px 2px 10px;
	font-size: 11px;
}
* html input.btn {
	overflow: visible;
	width: 1%;
} /* IE6 */
* + html input.btn {
	overflow: visible;
	width: auto;
} /* IE7 */


/* ########## btnLink ########## */

a.btn { display: block; }
a.btnLeft { float: left; }
a.btnRight { float: right; }

a.btn,
a.btnLeft, 
a.btnRight,
a.btnInline {
	border-width: 1px;
	border-style: solid;
	line-height: 16px;
	font-size: 11px;
}


/* ########## btnStyle ########## */

.btnStyleNeutral {
	border-color: #bfbfbf;
	background: #bfbfbf url(../image/bg_btn-gray.gif) repeat-x 0 0;
	padding: 1px 10px;
	color: #444;
}
a.btnStyleNeutral,
a.btnStyleNeutral:link,
a.btnStyleNeutral:visited,
a.btnStyleNeutral:hover,
a.btnStyleNeutral:active {
	color: #444;
	text-decoration: none;
}


/* ########## clearingTools ########## */

.floatbox { overflow: hidden; }
* html .floatbox { width: 100%; }


/* ########## layoutContainers ########## */

.page {
	width: 960px;
	font-size: 12px;
}
.pageTypePopup {
	margin-right: 20px;
	width: auto;
}

.pageHeader {
	position: relative;
	background: url(../image/bg_header.gif) repeat-y;
	height: 100px;
}
.pageHeader .headerLogo {
	position: absolute;
	bottom: 35px;
	left: 30px;
}
.pageHeader ul.navLevel1 {
	overflow: hidden; /* analog floatbox */
	zoom: 1; /* analog floatbox */
	position: absolute;
	bottom: 10px;
	right: 0;
	margin: 0;
	padding: 0;
}
.pageHeaderTypePopup {
	background: none;
	height: 50px;
}
.pageHeaderTypePopup .headerLogo { bottom: 10px; }
.pageHeaderTypePopup .headerTools {
	position: absolute;
	right: 0;
	bottom: 9px;
}
.pageClaim {
	position: relative;
	background: #000;
	height: 250px;
}
.pageClaim .claimText {
	position: absolute;
	top: 35px;
	left: 750px;
	width: 180px;
}
.pageContent {
	overflow: hidden; /* analog floatbox */
	zoom: 1; /* analog floatbox */
	background-color: #fff;
}
.pageContentTypeHome {
	border-bottom: 30px solid #fff;
	background: #fff url(../image/bg_pageContentType1Col.gif) repeat-y 100% 0;
	padding-top: 20px;
}
.pageContentTypeHome .contentMain {
	float: left;
	margin-left: 30px;
	width: 450px;
}
* html .pageContentTypeHome .contentMain { display: inline; } /* IE-Hack Double Float-Margin Bug */
.pageContentTypeHome .contentSecondary {
	float: left;
	margin-left: 30px;
	width: 210px;
}
* html .pageContentTypeHome .contentSecondary { display: inline; } /* IE-Hack Double Float-Margin Bug */
.pageContentTypeHome .contentSupplemental {
	float: right;
	width: 210px;
}
.pageContentType2Col {
	padding: 150px 0 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.pageContentType2Col .contentAuxiliary {
	float: left;
	margin-left: 30px;
	width: 240px;
}
* html .pageContentType2Col .contentAuxiliary { display: inline; } /* IE-Hack Double Float-Margin Bug */
.pageContentType2Col .contentMain {
	overflow: hidden; /* analog floatbox */
	float: right;
	width: 690px; /* analog floatbox */
}
.pageContentTypePopup { padding: 30px 30px 20px; }
.pageContentTypePopup .contentMain {
	overflow: hidden; /* analog floatbox */
	width: 100%; /* analog floatbox */
}

.pageFooter {
	overflow: hidden; /* analog floatbox */
	zoom: 1; /* analog floatbox */
	padding: 10px 0;
}


/* ########## navStyles ########## */

.navLevel1 {
	list-style: none;
	font-size: 14px;
	font-weight: bold;
}
.navLevel1 li {
	float: left;
	margin: 0;
	padding: 0;
}
.navLevel1 li a,
.navLevel1 li a:link,
.navLevel1 li a:visited,
.navLevel1 li a:active {
	display: block;
	margin-right: 30px;
	color: #888;
	text-decoration: none;
}
.pageHeaderTypeHome .navLevel1 li a,
.pageHeaderTypeHome .navLevel1 li a:link,
.pageHeaderTypeHome .navLevel1 li a:visited,
.pageHeaderTypeHome .navLevel1 li a:active { color: #333; }
.navLevel1 li a:hover {
	color: #333;
	text-decoration: underline;
}
.navLevel1 li a.selected,
.navLevel1 li a:link.selected,
.navLevel1 li a:visited.selected,
.navLevel1 li a:active.selected {
	color: #333;
	text-decoration: none;
}

.navLevel2 {
	border-top: 1px solid #ccc;
	width: 180px;
	list-style: none;
	font-size: 14px;
}
.navLevel2 li { border-bottom: 1px solid #ccc; }
.navLevel2 li a,
.navLevel2 li a:link,
.navLevel2 li a:visited,
.navLevel2 li a:active {
	display: block;
	padding: 5px 0 7px;
	color: #888;
	text-decoration: none;
	width: 180px;
}
.navLevel2 li a:hover {
	color: #333;
	text-decoration: underline;
}
.navLevel2 li a.selected,
.navLevel2 li a.selected:link,
.navLevel2 li a.selected:visited,
.navLevel2 li a.selected:active { color: #333; }

.navLevel3 {
	border-top: 1px solid #ccc;
	padding: 4px 0;
	list-style: none;
	font-size: 12px;
}
.navLevel3 li { border: 0; }
.navLevel3 li a,
.navLevel3 li a:link,
.navLevel3 li a:visited,
.navLevel3 li a:active {
	display: block;
	padding: 4px 0 5px 20px;
	color: #888;
	text-decoration: none;
	width: 180px;
	wid\th: 160px; /* IE-Hack Box-Model Bug */
}
.navLevel3 li a:hover {
	color: #333;
	text-decoration: underline;
}
.navLevel3 li a.selected,
.navLevel3 li a.selected:link,
.navLevel3 li a.selected:visited,
.navLevel3 li a.selected:active { color: #333; }


.blockSitemap {
	overflow: hidden; /* analog floatbox */
	margin: 0 30px 10px 0;
	width: 690px; /* analog floatbox */
}
.blockSitemap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blockSitemap .sitemapLevel1 { width: 680px; }
.blockSitemap li {
	margin: 0;
	padding: 0;
}
.sitemapLevel1 li {
	float: left;
	margin: 0 10px 10px 0;
	width: 155px;
}
* html .sitemapLevel1 li { display: inline; } /* IE-Hack Double Float-Margin Bug */
.sitemapLevel1 li a,
.sitemapLevel1 li a:link,
.sitemapLevel1 li a:visited,
.sitemapLevel1 li a:active {
	display: block;
	background: #a1aab3;
	padding: 5px 5px 5px 10px;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.sitemapLevel1 li a:hover {
	color: #fff;
	text-decoration: underline;
}
.sitemapLevel1 .sitemapLevel2 {
	border-bottom: 2px solid #a1aab3;
	padding: 0 0 5px;
	width: 155px;
}
.sitemapLevel1 .sitemapLevel2 li {
	float: none;
	margin: 0;
	border: 0;
	width: 155px;
}
.sitemapLevel1 .sitemapLevel2 li a,
.sitemapLevel1 .sitemapLevel2 li a:link,
.sitemapLevel1 .sitemapLevel2 li a:visited,
.sitemapLevel1 .sitemapLevel2 li a:active {
	display: block;
	border-top: 1px dotted #bfbfbf;
	background: transparent;
	padding: 4px 5px 4px 10px;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-transform: none;
	text-decoration: none;
}
.sitemapLevel1 .sitemapLevel2 li a:hover {
	color: #00a2e0;
	text-decoration: none;
}
.sitemapLevel1 .sitemapLevel2 li:first-child a { border-top: 0; }
.sitemapLevel1 .sitemapLevel2 .sitemapLevel3 { padding: 0 0 5px; }
.sitemapLevel1 .sitemapLevel2 .sitemapLevel3 li {
	float: none;
	margin: 0 0 0 10px;
	border: 0;
	background: url(../image/bullet_gray.gif) no-repeat 0 0.4em;
	padding-left: 10px;
	width: 145px;
	wid\th: 135px; /* IE-Hack Box-Model Bug */
}
.sitemapLevel1 .sitemapLevel2 .sitemapLevel3 li a,
.sitemapLevel1 .sitemapLevel2 .sitemapLevel3 li a:link,
.sitemapLevel1 .sitemapLevel2 .sitemapLevel3 li a:visited,
.sitemapLevel1 .sitemapLevel2 .sitemapLevel3 li a:active {
	display: block;
	border-top: 0;
	background: transparent;
	padding: 0 5px 2px;
	line-height: 15px;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-transform: none;
	text-decoration: none;
}
.sitemapLevel1 .sitemapLevel2 .sitemapLevel3 li a:hover { text-decoration: none; }


/* ########## toolBlocks ########## */

.boxCloseLink a,
.boxCloseLink a:link,
.boxCloseLink a:visited,
.boxCloseLink a:active {
	background: url(../image/icon_closeGray.gif) no-repeat right 1px;
	padding: 0 18px 0 0;
	color: #808080;
	text-decoration: none;
}
.boxCloseLink a:hover {
	color: #808080;
	text-decoration: underline;
}

.pageFooter,
.pageFooter a,
.pageFooter a:link,
.pageFooter a:visited,
.pageFooter a:active {
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
.pageFooter a:hover {
	color: #333;
	text-decoration: underline;
}
.pageFooter .footerCopyright {
	float: left;
	margin-left: 30px;
}
* html .pageFooter .footerCopyright { display: inline; } /* IE-Hack Double Float-Margin Bug */
.pageFooter ul.footerLinks {
	float: right;
	display: inline;
	margin: 0;
	padding: 0;
}
.pageFooter .footerLinks li {
	display: inline;
	margin: 0 0 0 7px;
	background: url(../image/sep_10ySolidGray.gif) no-repeat left center;
	padding: 0 0 0 10px;
	font-size: 11px;
}
* html .pageFooter .footerLinks li {
	margin: 0 7px 0 0;
	background: url(../image/sep_10ySolidGray.gif) no-repeat right center;
	padding: 0 10px 0 0;
}
.pageFooter .footerLinks li:first-child,
* html .pageFooter .footerLinks li.last {
	margin: 0;
	background-image: none;
	padding: 0;
}


/* ########## block ########## */

.claimText h1 {
	margin: 0 0 .2em;
	font-size: 24px;
	font-weight: normal;
	color: #0099e5;
}
.claimText h1 a,
.claimText h1 a:link,
.claimText h1 a:visited,
.claimText h1 a:hover,
.claimText h1 a:active {
	color: #0099e5;
	text-decoration: none;
}
.claimText p {
	margin: 1em 0;
	line-height: 150%;
	font-size: 12px;
	color: #fff;
}
.claimText p a,
.claimText p a:link,
.claimText p a:visited,
.claimText p a:hover,
.claimText p a:active {
	color: #fff;
	text-decoration: none;
}

.block {
	overflow: hidden; /* analog floatbox */
	zoom: 1; /* analog floatbox */
	margin-right: 40px;
}
.pageContentTypeHome .block { margin-right: 30px; }
.pageContentTypeHome .block .block { margin: 0; } /* Newsteaser-Hack wg. RTE-Nutzungsproblem durch 'Normalo'-User */
.pageClaimFlash .block { margin: 0; } /* Flash-Teaser */
.block h1 {
	margin: 0 0 1em;
	font-size: 14px;
}
.block h2,
.block h3,
.block h4,
.block h5,
.block h6 {
	margin: 0 0 1em;
	font-size: 12px;
}
.block p {
	margin: 0 0 1em;
	line-height: 150%;
}
.block p.smallprint,
.block p.comment,
.block p.error {
	margin: .5em 0;
	line-height: 120%;
	font-size: 11px;
}
.block ul,
.block ol { margin: 1.5em 0; }
.block ul li {
	margin: 0 0 1em 1.5em;
	list-style-type: square;
}
.block ol li { margin: 0 0 1em 2em; }

.downloads ul { list-style: none; }
.downloads ul li {
	margin: 0 0 1em;
	list-style: none;
}
.downloads li a,
.downloads li a:link,
.downloads li a:visited,
.downloads li a:active {
	display: block;
	background: url(../image/icon_pdf23y.gif) no-repeat 0 0;
	padding: 2px 0 6px 35px;
	color: #333;
	text-decoration: none;
}
.downloads li a:hover {
	color: #333;
	text-decoration: underline;
}

.releases ul { list-style: none; }
.releases ul li,
.releases p.release {
	margin: 0 0 1em;
	border-bottom: 1px solid #fff;
	padding: 0 0 1em;
	list-style: none;
}
.releases li a,
.releases li a:link,
.releases li a:visited,
.releases li a:active,
.releases p.release a,
.releases p.release a:link,
.releases p.release a:visited,
.releases p.release a:active {
	color: #333;
	text-decoration: none;
}
.releases li a:hover,
.releases p.release a:hover {
	color: #333;
	text-decoration: underline;
}
.releases li em,
.releases p.release em {
	display: block;
	margin-top: .5em;
	line-height: 1.25em;
	font-size: 10px;
	font-style: italic;
	color: #777;
}

.events ul { list-style: none; }
.events ul li,
.events p.event {
	margin: 0 0 1em;
	padding: 0 0 1em;
	list-style: none;
}
.events ul li.eventCap,
.events p.eventCap { border-bottom: 1px solid #C2C7CC; }
.events li a,
.events li a:link,
.events li a:visited,
.events li a:active,
.events p.release a,
.events p.event a:link,
.events p.event a:visited,
.events p.event a:active {
	color: #333;
	text-decoration: none;
}
.events li a:hover,
.events p.event a:hover {
	color: #333;
	text-decoration: underline;
}
.events li em,
.events p.event em {
	overflow: hidden;
	zoom: 1;
	display: block;
	margin-top: .5em;
	line-height: 1.25em;
	font-size: 10px;
	font-style: italic;
	color: #777;
}
.events em span.propLabel {
	float: left;
	width: 20%;
}
.events em span.propContent {
	float: right;
	width: 75%;
}


/* ########## blockImage ########## */

.blockImage {
	margin: 0 0 20px 10px;
	font-size: 11px;
	color: #808080;
}
.pageContentTypeHome .block .blockImage { margin-left: 0; } /* Newsteaser-Hack wg. RTE-Nutzungsproblem durch 'Normalo'-User */
.blockImage img { display: inline; }
.blockImage p,
.blockImage .caption {
	margin-top: 6px;
	line-height: 13px;
	text-align: left;
}


/* ########## table ########## */

table {
	margin-bottom: 1.5em;
	border-bottom: 1px solid #8fa1b3;
	width: 100%;
}

th {
	background: #dae6f2;
	border-bottom: 1px solid #fff;
	padding: 3px 10px;
	font-size: 11px;
	font-weight: normal;
}
thead th {
	background: #8fa1b3;
	color: #fff;
	font-weight: bold;
}
thead th a,
thead th a:link,
thead th a:visited,
thead th a:hover,
thead th a:active { color: #fff; }

td {
	border-bottom: 1px solid #fff;
	padding: 3px 10px;
	font-size: 11px;
}
.even th { background: #cfdae5; }
.even td { background: #e6ecf2; }

p {	margin: 0 0 1em; }

th.TAL,
td.TAL { text-align: left; }
th.TAC,
td.TAC { text-align: center; }
th.TAR,
td.TAR { text-align: right; }
th.VAT,
td.VAT { vertical-align: top; }
th.VATT,
td.VATT { vertical-align: text-top; }
th.VAM,
td.VAM { vertical-align: middle; }
th.VABL,
td.VABL { vertical-align: baseline; }
th.VATB,
td.VATB { vertical-align: text-bottom; }
th.VAB,
td.VAB { vertical-align: bottom; }
th.WSN,
td.WSN { white-space: nowrap; }


/* ########## form.layout ########## */

form.layout em img {
	display: inline;
	vertical-align: top;
}
form.layout ol {
	overflow: hidden; /* analog floatbox */
	margin: 0;
	padding: 0;
	width: 100%; /* analog floatbox */
	list-style-type: none;
}
form.layout .inputSet {
	overflow: hidden; /* analog floatbox */
	zoom: 1; /* analog floatbox */
	border-bottom: 1px solid #eee;
	padding: .5em 0;
}
form.layout .setStyleConnected {
	border: 0;
	padding: .5em 0 0;
}
form.layout li.inputSet {
	margin: 0;
	list-style-type: none;
}
* html form.layout li.inputSet {
	display: inline; /* IE-Hack Double Float-Margin Bug */
	margin-bottom: -3px; /* IE-Hack 3-Pixel Gap */
}
*+html form.layout li.inputSet {
	display: inline; /* IE-Hack Double Float-Margin Bug */
	margin-bottom: -3px; /* IE-Hack 3-Pixel Gap */
}
form.layout .inputLabel {
	float: left;
	width: 40%;
}
form.layout .inputItem {
	float: right;
	overflow: hidden; /* analog floatbox */
	width: 58%; /* analog floatbox */
}
form.layout .inputComment {
	clear: both;
	float: left;
	width: 100%;
}
form.layout input.text {
	float: left;
	margin-right: 1%;
	margin-bottom: 2px;
	width: 95%;
	font-size: 11px;
}
form.layout input.w85 { width: 81%; }
form.layout input.w80 { width: 76%; }
form.layout input.w75 { width: 71%; }
form.layout input.w70 { width: 66%; }
form.layout input.w66 { width: 62%; }
form.layout input.w50 { width: 45%; }
form.layout input.w33 { width: 29%; }
form.layout input.w30 { width: 26%; }
form.layout input.w25 { width: 21%; }
form.layout input.w20 { width: 16%; }
form.layout input.w15 { width: 11%; }
form.layout select { font-size: 11px; }
form.layout textarea {
	width: 90%;
	font-size: 11px;
}
form.layout label.toggle,
form.layout p.toggle {
	display: block;
	padding-left: 1.8em;
}
form.layout input.toggle {
	float: left;
	border: 0;
}
form.layout .formErrors {
	margin: 1em 0;
	border: 2px dotted #d00;
	background-color: #fff9f9;
	padding: 0 1em;
	font-size: 11px;
}
form.layout .formErrors p { margin: .5em 0; }
form.layout .formErrors ol {
	margin: 0 0 .5em;
	list-style-type: decimal;
}
form.layout .formErrors ol li { margin: 0 0 .5em 2em; }


/* ########## inlineImageLeft, inlineImageRight ########## */

.inlineImageLeft,
.inlineImageRight {
	margin-bottom: 10px;
	font-size: 11px;
	color: #808080;
}
.inlineImageLeft {
	float: left;
	margin-right: 20px;
}
.inlineImageRight {
	float: right;
	margin-left: 20px;
}
.inlineImageLeft a,
.inlineImageLeft a:link,
.inlineImageLeft a:visited,
.inlineImageRight a,
.inlineImageRight a:link,
.inlineImageRight a:visited { color: #808080; }
.inlineImageLeft a:hover,
.inlineImageRight a:hover { color: #1f7099; }
.inlineImageLeft p,
.inlineImageLeft .caption,
.inlineImageRight p,
.inlineImageRight .caption {
	margin-top: 6px;
	line-height: 13px;
	text-align: left;
}
* html .inlineImageLeft { display: inline; } /* IE-Hack Double Float-Margin Bug */
* html .inlineImageRight { display: inline; } /* IE-Hack Double Float-Margin Bug */


/* ########## secondaryText ########## */

.red,
.star,
.inactive { color: red; }

.active { color: green; }


.smallprint {
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
.comment {
	font-size: 11px;
	font-weight: normal;
	color: #888;
}
.error {
	font-size: 11px;
	font-weight: normal;
	color: #d00;
}
.framed {
	border: 1px solid #d8d8d8;
	background: #fff;
	padding: 4px;
}


/* ########## SiteManager ########## */

.smBodyImageLeft { padding-left: 20px; }
.smBodyImageRight { padding-right: 20px; }


