/* @group Resetting */

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; 
	padding: 0; 
	border: 0;
}

/* @end */

a {
	outline: none;
}


/* @group Layer */

body {
	font: 13px/20px Arial, Helvetica, Geneva, sans-serif;
	color: #888;
	text-align: center;
	background: #d6e0eb url(bilder/bodybackground.jpg) no-repeat fixed 0 0;
}
.verborgen {
	display: none;
}

#wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	width: 965px;
	overflow: hidden;
	padding: 37px 0 0 0;
	background: url(bilder/wrapperbackground-trans.png) no-repeat;
}

#header {
	margin: 0 auto 0 11px;
	position: relative;
	width: 944px;
	height: 170px;
	background: url(bilder/headerbackground.jpg) no-repeat;
}

#logo {
	position: absolute;
	top: 20px;
	left: 41px;
}

#header h1 {
	position: absolute;
	font-weight: bold;
	font-size: 36px;
	color: #004494;
	top: 65px;
	right: 40px;
	width: 450px;
	line-height: normal;
	text-align: right;
}

#contentwrapper {
	text-align: left;
	width: 965px;
	min-height: 700px;
	background: url(bilder/contentwrapperbackground.png) repeat-y;
}

#content {
	float: left;
	width: 750px;
	margin: 35px 0 0 auto;
}

#contentpadding {
	padding: 0 40px 0 40px;
}

#navigation {
	float: left;
	width: 191px;
	margin: 0 0 40px 11px;
	padding-top: 35px;
	overflow: hidden!important;
	background-image: url(bilder/navigationbackground.png);
}

#footer {
	margin: 0 auto 0 auto;
	height: 37px;
	width: 965px;
	background: url(bilder/footerbackground-trans.png) no-repeat;
}

#inlinefooter {
	margin: 20px 0 15px 0;
}
#inlinefooter table {
	border-collapse: collapse;
	width: 100%;
}

#inlinefooter table td {
	border-top: 1px solid #e5e5e5;
	text-align: right;
}

#inlinefooter table td:first-child {
	text-align: left;
}

#inlinefooter a:link,
#inlinefooter a:visited {
	font-size: 11px;
	color: #808080!important;
	text-decoration: none!important;
}
#inlinefooter a:hover {
	text-decoration: underline!important;
}
#inlinefooter span {
	padding: 0 10px 0 10px;
}
/* @end */


/* @group content */

#content a:link,
#content a:visited {
	color: #004494;
	text-decoration: underline;
}
#content a:hover {
	color: #000;
	text-decoration: underline;
}

#content h1 {
	margin: 0 0 15px 0;
	font-size: 24px;
	line-height: 30px;
	color: #004494;
	font-weight: normal;
}

#content h2 {
	font-size: 14px;
	margin: 0;
	color: #004494;
	font-weight: bold;
}

#content p {
	margin: 0 0 15px 0;
}

#content .floatleft {
	float: left;
	margin: 5px 15px 5px 0;
}

#content .floatright {
	float: right;
	margin: 5px 0 5px 15px;
}



#content ul {
	margin:0 0 15px 0;
	padding-left:0;
	text-align:left;
	list-style-type: square;
}

#content ul li {
	margin:0 0 0 20px;
	padding:0;
}

#content ul li ul li {
	margin:0 0 0 20px;
}

#content ul li ul {
	margin:0;
	padding-left:0;
	text-align:left;
}
/* @end */


/* @group Einzel-Download mit Symbol im Content  */


#content a.downloada:link,
#content a.downloada:visited {
	display: block;
	padding: 4px 10px 4px 25px;
	margin: 0;
	text-decoration: underline;
	color: #004493;
	background: url(bilder/icon-generic.png) no-repeat 4px 5px;
}

#content a.downloada:hover {
	color: #000;
	background: #f8f8f8 url(bilder/icon-generic.png) no-repeat 4px 5px;
}

#content a[href$=".doc"].downloada:link,
#content a[href$=".doc"].downloada:visited,
#content a[href$=".docx"].downloada:link,
#content a[href$=".docx"].downloada:visited {
	background: url(bilder/icon-doc.png) no-repeat 4px 5px;
}

#content a[href$=".doc"].downloada:hover,
#content a[href$=".docx"].downloada:hover {
	color: #000;
	background: #f8f8f8 url(bilder/icon-doc.png) no-repeat 4px 5px;}


#content a[href$=".xls"].downloada:link,
#content a[href$=".xls"].downloada:visited,
#content a[href$=".xlsx"].downloada:link,
#content a[href$=".xlsx"].downloada:visited {
	background: url(bilder/icon-xls.png) no-repeat 4px 5px;
}

#content a[href$=".xls"].downloada:hover,
#content a[href$=".xlsx"].downloada:hover {
	color: #000;
	background: #f8f8f8 url(bilder/icon-xls.png) no-repeat 4px 5px;}


#content a[href$=".ppt"].downloada:link,
#content a[href$=".ppt"].downloada:visited,
#content a[href$=".pptx"].downloada:link,
#content a[href$=".pptx"].downloada:visited {
	background: url(bilder/icon-ppt.png) no-repeat 4px 5px;
}

#content a[href$=".ppt"].downloada:hover,
#content a[href$=".pptx"].downloada:hover {
	color: #000;
	background: #f8f8f8 url(bilder/icon-ppt.png) no-repeat 4px 5px;}


#content a[href$=".pdf"].downloada:link,
#content a[href$=".pdf"].downloada:visited {
	background: url(bilder/icon-pdf.png) no-repeat 4px 5px;
}

#content a[href$=".pdf"].downloada:hover {
	color: #000;
	background: #f8f8f8 url(bilder/icon-pdf.png) no-repeat 4px 5px;}



/* @end */


/* @group Tabelle im Content */

#content .cfk_table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 15px 0;
	font-size: 12px;
	line-height: 17px;
}

#content .cfk_table th,
#content .cfk_table td {
	border-left: 1px solid #acbfd4;
	border-bottom: 1px solid #acbfd4;
	text-align: left;
	padding: 4px;
}

#content .cfk_table th {
	background-color: #acbfd4;
	border-left: 1px solid #cdd9e5;
	border-bottom: none;
	font-weight: bold;
	color: #fff;
}
#content .cfk_table th:first-child {
	border-left: 1px solid #fff;
}

#content .cfk_table td {
	background-color: #fff;
}
#content .cfk_table td:first-child {
	border-left: 1px solid #fff;
}

/*vordere spalte soll hervorgehoben werden*/
#content .cfk_table_firstcol td:first-child {
	background-color: #edf1f5!important;
	border-left: 1px solid #edf1f5!important;
}


/* @end */

/* @group Tabelle für Kontakt */

#content .cfk_table_kontakt {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 15px 0;
	font-size: 12px;
	line-height: 17px;
}

/* @end */

/* @group navigation */

#navigation ul {
	list-style-type: none;
}

#navigation ul li a:link,
#navigation ul li a:visited {
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 161px;
	color: #808080;
	padding: 4px 10px 4px 20px;
	text-decoration: none;
	line-height: 16px;
}

#navigation ul li ul li a:link,
#navigation ul li ul li a:visited {
	font-size: 12px;
	font-weight: normal;
	width: 141px;
	color: #808080;
	padding: 4px 10px 4px 40px;
	text-decoration: none;
}

#navigation ul li a:hover,
#navigation ul li ul li a:hover {
	background: #acbfd4 url(bilder/naviitembackground-hover.png) repeat-y;
}

#navigation ul li a.selected:link,
#navigation ul li a.selected:visited {
	color: #fff;
	background: #acbfd4 url(bilder/naviitembackground.png) repeat-y;
}


/* @end */


/* @group Suche */

#suche {
	margin: 30px 20px 0 20px;
}

#suche .suchfeld {
	width: 144px;
	padding: 3px;
	color: #808080;
	border: 1px solid #e3e2db;
	background: none;
	background-color: #fff;
}

#content .searchExcerpt,
#content .searchUrl {
	font-size: 12px;
}

#content .searchResult {
	margin: 0 0 0 20px
}

a.searchTitle + br {
	display: none;
}

/* @end */


/* @group Einzel-Link mit Symbol im Content  */

#content a.linka:link,
#content a.linka:visited {
	display: block;
	padding: 4px 10px 4px 25px;
	margin: 0;
	text-decoration: underline;
	color: #004493;
	background: url(bilder/linkliste-doppelpfeil.png) no-repeat 4px 10px;
}

#content a.linka:hover {
	color: #000;
	background: #f8f8f8 url(bilder/linkliste-doppelpfeil-hover.png) no-repeat 4px 10px;
}

#content a.searchTitle:link,
#content a.searchTitle:visited {
	font-size: 15px;
	display: block;
	padding: 14px 10px 14px 20px;
	margin: 0 0 0 -20px;
	text-decoration: none;
	color: #004493;
	background: url(bilder/linkliste-doppelpfeil.png) no-repeat 4px 19px;
	border-top: 1px solid #ddd;
}

#content a.searchTitle:hover {
	color: #000;
	background: #f8f8f8 url(bilder/linkliste-doppelpfeil-hover.png) no-repeat 4px 19px;
}

/* @end */

/* @group Clearing und Fixing */

.clear 	{
	clear: both;
	font-size: 1px;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* For modern browsers */.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/* @end */






