body, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

a {
	color: #D70500;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
 * Logo und Titelgrafik -> Head
 */

#headContainer {
	position: relative;
	height: 90px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
}

#headImage {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 90px;
	width: 100%;
}

#logoContainer {
	position: relative;
	height: 84px;
	display: block;
	background-image: url("../img/title_logocontainer_background_line.gif");
	background-repeat: repeat-x;
/*border: 1px solid #ffff00; */
	white-space: nowrap;
	overflow: hidden; 
}

#logoImage {
	position: absolute;
	top: 0px;
	left: 0px;	
/*float: left;*/
	height: 84px;
}

#logoSlogan {
/*	float: left;*/
	position: absolute;
	top: 0px;
	left: 210px;
	height: 84px;
	background-image: url("../img/title_logocontainer_background.gif");
	background-repeat: repeat-x;
	padding-top: 24px;
	padding-left: 10px;
	padding-right: 8px;
}

#logoLine {
	margin-top: 50px;
}

#logoRightBorder {
	float: right;
	width: 2px;
	height: 84px;
	background-color: #FFFFFF;
}

#breadcrumbNavigation {
	margin: 0px 0px 4px 0px;
	color: #9F9FA0;
}

#footerContainer {
	clear: both;
	margin: 36px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	height: 26px;
	overflow: hidden;
	background-color: #F6F6F6;
	border-bottom: 1px solid #CCCCCC;
/*	border: 1px solid #FFF000;*/
}

#footerContent {
	padding: 4px 0px 0px 24px;
	white-space: no-wrap;
}

#footerContent a, #breadcrumbNavigation a {
	color: #9F9FA0;
	text-decoration: none;
}

#footerContent a:hover, #breadcrumbNavigation a:hover {
	color: #222F65;
	text-decoration: none;
}

.footerLink {
	float: left;
	margin: 0px 16px 0px 0px;
}

.footerIcon {
	border: 0px;
	margin: 0px 4px 0px 0px
}

#footerSearchForm {
	float: left;
	color: #9F9FA0;
	margin: 0px 16px 0px 0px;
}

.footerSearchFormInput, .footerSearchFormSelect {
	width: 120px;
	border: 1px solid #CCCCCC;
	font-size: 1.0em;
	margin: 0px 4px 0px 4px;
}

/*
 * Inhalte und Navigation -> Content
 */

#mainContainer {
	clear: both;
	margin: 8px 0px 0px 0px;
	width: 960px;
	font-size: 1.1em;
}



div #navContainer {
	float: left;
	width: 180px;
	margin-left:-934px
}
/*
.navigationItem {
	margin-bottom: 4px;
}

.navigationItem a img {
	border: 0px;
}
*/

div #contentCol1 {
	margin: 0px 288px 0px 224px;
	line-height: 160%;
}


div #contentCol2 {
	float:left;
	width: 272px;
	margin-left:-272px;
	padding: 4px 0px 0px 0px;
	line-height: 160%;

}

#contentColTotalWidth {
	margin: 0px 0px 0px 224px;
	line-height: 160%;
}

div #wrapper {
	float:left;
	width:100%
}

div #clearCols {
	clear: left;
}

/*
 * Überschriften
 */
h1 {
	margin: 0px 0px 20px 0px;
	color: #222F65;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 120%
}


h2 {
	margin: 0px 0px 8px 0px;
	color: #222F65;
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	margin: 0px 0px 4px 0px;
	color: #222F65;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
/*	letter-spacing: 0.2px; */
}

.subHead {
	margin-top: 36px;
}

/*
 * Grafiken
 */
.imageLinked {
	border: 0px;
}

/*
 * Listen
 */

#contentCol1 ul li, #contentCol2 ul li {
	list-style-image: url('../img/list_bullet.gif');
	margin: 0px 0px 6px 0px;
}

ol {
	padding-left: 24px;
}

/*
 * Tabellen
 */

.flxTable {
/*	display: block; */
	width: 100%;
	border-collapse: collapse;
}

.flxTableHead {
	color: #222F65;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
	vertical-align: top;
	padding: 3px 8px 5px 8px;
	background-color: #F0F0F0;
	border-bottom: 1px solid #222F65;
}

.flxTableCell0, .flxTableCell1 {
	text-align: left;
	vertical-align: top;
	padding: 6px 8px;
	margin: 0px;
	border: 1px dotted #BBBBBB;
	border-collapse: collapse;
	line-height: 1.4em;
} 

/*
 * Links
 */
a.linkExternal {
	padding: 2px 0px 0px 22px;
	background-image: url('../img/icon_link_external.gif');
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 20px;
}

a.linkBack {
	padding: 0px 0px 0px 10px;
	background-image: url('../img/icon_link_back.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

/*
 * Fehler- und Erfolgsmeldung
*/
.successContainer {
	
}

.errorContainer {
	background-image: url('../img/icon_error_24px.gif');
	background-position: top left;	
	background-repeat: no-repeat;
	padding: 0px 0px 0px 32px;
	margin: 0px 0px 16px 0px;
	min-height: 24px;
}

/*
 * Seitenauswahllinks (z.B. in den Archiven)
 */
.selectPageContainer {
	margin: 24px 0px 0px 0px;
	line-height: 1.7em;
}

.selectPages, .selectPagesMarked {
/*	margin: 0px 4px 0px 0px;*/
}

.selectPages a {
	padding: 2px 4px;
	background-color: #F6F6F6;
/*	color: #9F9FA0; */
	text-decoration: none;
}

.selectPages a:hover {
	background-color: #D0D0D0;
/*	color: #222F65; */
	text-decoration: none;
}

.selectPagesMarked {
	padding: 2px 4px;
	color: #9F9FA0;
}

/*
 * Sonstige Elemente
 */
.spacer {
	height: 24px;
}

.markedText, .serviceText {
	color: #9F9FA0;
}

.clear {
	clear: both;
	height: 1px;
	visibility: hidden;
}

.pdfDownloadContainer {
	position: relative;
	padding: 0px 0px 0px 40px;
	min-height: 32px;
	_height: 32px;
	margin: 0px 0px 12px 0px;
}

.pdfDownloadIcon {
	position: absolute;
	top: 0px;
	left: 0px;
/*	_left: -40px; */
}

.textNormal {
	color: #000000;
}

/*
 * Standardformular
 */
.flxFormElement {
	margin: 0px 0px 12px 0px;
}

.flxFormHead {
	color: #9F9FA0;
	margin: 0px 0px 2px 0px;
}

.flxFormAsterix {
	color: #222F65;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0px 2px 0px 0px;
}

.flxFormField {

}

.flxFormInput {
	font-size: 1.1em;
	width: 100%;
	border: 1px solid #CCCCCC;

}

.flxFormTextarea {
	width: 100%;
	height: 100px;
	border: 1px solid #CCCCCC;
	font-size: 1em;
}

.flxFormSubmit {
	text-align: right;
	margin: 32px 0px 0px 0px;
}

.flxFormCheckboxRow {
	position: relative;
	margin: 0px 0px 12px 0px;
	padding: 2px 0px 0px 22px;
}

.flxFormCheckbox {
	position: absolute;
	top: 0px;
	left: 0px;
	_top: -2px;
	_left: -22px;
}

/*
 * Downloads V2
 */
.downloadLinkContainer {
	margin: 12px 0px 0px 0px;
}

/*
.downloadDocumentLink {
	background-image: url('/img/icon_pdf_32px.gif');
	background-repeat: no-repeat;
	background-position: top left;
	display: inline-block;
	min-height: 32px;
	padding-left: 44px;
}
*/

.downloadDocumentLink {
	background-image: url('/img/icon_pdf_16px.gif');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	display: inline-block;
	min-height: 16px;
	padding-left: 20px;
}
