
#page {
	width: 894px;
	margin: 0 20px;
	float: left;
}

/* TOP NAVIGATION */
#top-navigation {
	background: #0E459A url(../img/topnav-bg.png) no-repeat left bottom;
	width: 700px;
	float: left;
	margin: 0 0 20px 0;
	padding: 9px 0 6px;
}

#top-navigation ul {
	width: 530px;
	float: left;
	margin-bottom: 5px;
}

#top-navigation ul li {
	float: left;
	margin: 0;
	padding: 1px 7px;
	border-right: 1px solid #fff;
	background: none;
}

#top-navigation ul li.first-child {
	margin-left: 10px;
}

#top-navigation ul li.last-child {
	border-right-width: 0;
}


#top-navigation ul li a {
	color: #fff;
	border-bottom-width: 0;
	font-size: 0.9167em;
}

#top-navigation ul li a:focus,
#top-navigation ul li a:hover {
 	border-bottom: 1px solid #fff;
} 


#search-form {
	float: right;
	width: 170px;
	height: 1.8em;
	position: relative;
}

#search-form input {
	position: absolute;	
}

#search-form input.textfeld {
	top: 1px;
	left: 0;
	width: 120px;
}

#search-form input.img-button {
	top: 0;
	left: 135px;
}

/* HEADER
--------------------------------------------------------------------------------- */

#header {
	width: 700px;
	float: left;
	margin: 0;
	padding: 0;
}

.widecontent #header {
	width: 894px;
}

#logo {
	float: left;
	color: #0e459a;
	font-size: 1.2em;
	position: relative;
	width: 560px;
}

.logo-text {
	background: url(../img/logo.png) no-repeat left top;
	display:block;
	width: 389px;
	height: 73px;
	text-indent: -999px;
}

#logo a, #logo a:hover, #logo a:focus {
	border-bottom-width: 0;
}

#logo h1 {
	border-bottom: none;
	margin: 0;
}
	
#logo .claim {
	color: #0e459a;
	position: absolute;
	top: 20px;
	right: 0;
	width: 140px;
	font-size: 14px;
	font-weight: normal;
}

#top {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 22px;
}

#sysnav ul {
	margin-top: 4px;
	list-style-type: none;
}

#sysnav ul li {
	float: left;
	font-size: 0.9em;
	color: #0D4598;
	padding: 0 5px;
	background: url(../img/sysnav-bg.png) no-repeat left center;
}

#sysnav ul li.first-child {
	background: none;
	padding-left: 0;
}

#sysnav ul li a {
	color: #0D4598;
	position: relative;  /* IE a:hover Problem fix */
	border-bottom-width: 0;
}

#sysnav ul li a:hover, #sysnav ul li a:focus {
	border-bottom: 1px solid #0D4598;
}


/* Suche */

#top #search-form {
	position: absolute;
	top: 0;
	right: 0;
}

#top #search-form input.textfeld {
	border: 1px solid  #0D4598;
	font-size: 0.9em;
	margin-top: 0;
	margin-right: 5px;
	padding: 2px 3px;
	float: left;
}

#top #search-form button {
	width: 16px;
	height: 17px;
	padding: 0;
}

ol.results li {
	margin-bottom: 0.75em;
}

ol.results li a {
	padding: 1px;
	margin-left: -2px;
}

ol.results li a:hover,
ol.results li a:focus {
	background-color: #eee;
}


/* Teaser */

#teaser {
	clear: both;
	width: 100%;
}

#teaser div.teaser {
	margin-bottom: 15px;
	background: #0E459A;
	color: #fff;
	height: 115px;
	overflow: hidden;
	width: 780px;
}

#teaser div.teaser div.teaser-content {
	padding: 20px 25px;
	font-size: 130%;
	height: 75px;
	background: url(../img/teaser-bg.png);
}

#teaser p {
	margin: 0;
}

#teaser h1, #teaser a {
	color: #fff;
}

#teaser h1 {
	margin: 0;
}

#teaser a {
	border: 0;
	font-weight: bold;
	background: url(../img/teaser-link-bg.png) no-repeat right center;
	padding-right: 28px;
}

/* Rubrik */

#rubrik {
	clear: both;
	width: 100%;
}

#rubrik-img {
	background-repeat: no-repeat;
	height: 167px;
	width: 200px;
	float: left;
}

#rubrik-img #rubrik-img-corners {
	background: url(../img/rubrik-image-bg.png) no-repeat;
	height: 167px;
}

#rubrik-text {
	margin-left: 204px;
	padding: 10px;
	height: 147px;
	background: #0E459A url(../img/rubrik-text-bg.png) no-repeat right;
}

.widecontent #rubrik-text {
	background-image: url(../img/rubrik-text-bg-widecontent.png);
}

#rubrik-text h1 {
	color: #fff;
	border-bottom: none;
	padding: 0;
	margin-top: 0;
	font-size: 2em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

.imgtxt-replaced {
	display: none;
}

#rubrik-text p {
	color: #fff;
	margin: 0;
	padding: 0;
}

#rubrik-text a {
	color: #fff;
}


/* NAVIGATION
--------------------------------------------------------------------------------- */

#navigation {
	float: left;
	width: 200px;
}

#navigation ul {
	margin-top: 16px;
	margin-bottom: 0;
	width: 199px;
}

#navigation ul li.active-path {
	color: #fff;
	font-size: 1.3em;
	padding-top: 3px;
	padding-left: 0;
	margin-bottom: 0;
	background: #0E349A url(../img/nav-ul-bg.png) no-repeat top;
}

#navigation ul li.active-path .dlh {
	padding-left: 10px;
	background: url(../img/nav-li-active-path-bg.png) no-repeat bottom;
}

#navigation ul li.active-path a {
	color: #fff;
	border-bottom-width: 0;
	line-height: 1.25em;
}

#navigation ul li.active-path span.a {
	margin-left: 0px;
	color: #fff;
}

#navigation ul li.active-path a.hover, #navigation ul li.active-path a.focus {
	border-bottom-width: 0;
}

#navigation ul li.active-path ul {
	background: #CFDAEC url(../img/nav-li-active-path-bg.png) no-repeat bottom;
	margin-top: 5px;
	padding: 10px 0 10px 0;
	margin-left: -10px;
	margin-bottom: 0;
}

#navigation ul li.active-path ul li {
	position: relative;
	margin-left: 10px;
	margin-bottom: 0.5em;
	padding-top: 0;
	padding-left: 5px;
	background: url(../img/nav-ul-ul-li-bg.png) no-repeat left 0.25em;
	font-size: 0.65em;
	font-weight: bold;
	line-height: 1em;
}

#navigation ul li.active-path ul li a {
	color: #747F00;
	border-bottom-width: 0;
}

#navigation ul li.active-path ul li a:hover, #navigation ul li.active-path ul li a:focus {
	border-bottom: 1px solid #747F00;
}

#navigation ul li.active-path ul li.active-path {
	background-image: url(../img/nav-ul-ul-li-active-path-bg.png);
}

#navigation ul li.active-path ul li.active-path span.a {
	color: #000;
	line-height: 1.25em;
}

/* 3. Ebene */

#navigation ul li.active-path ul li.active-path ul {
	background: #eceed4;
	margin-left: -25px;
	border-top: 1px dotted #747F00;
	border-bottom: 1px dotted #747F00;
}

#navigation ul li.active-path ul li.active-path li {
	padding-left: 23px;
	font-size: 0.9em;
	font-weight: normal;
	background: url(../img/kredit-ul-ul-ul-li-bg.png) no-repeat 15px 0.5em;
}

#navigation ul li.active-path ul li.active-path ul li.active-path {
	font-weight: bold;
	background-image: url(../img/profinav-ul-ul-ul-li-active-path.png);
}

#navigation ul li.active-path ul li.active-path ul .dlh {
	padding: 0;
}




/* Profinavigation */

#profinav ul {
	background-color: #fff;
	margin-top: 10px;
}

#profinav ul li {
	background: url(../img/profinav-li-bg.png) no-repeat top left;
	height: 40px;
	font-size: 1.3em;
	margin-bottom: 0.5em;
	padding-left: 0;
}

#profinav ul li a {
	color: #fff;
	display: block;
	width: 179px;
	height: 34px;
	padding: 3px 10px;
	background: none;
	border-bottom-width: 0;
}

#profinav ul li a:hover, #profinav ul li a:focus {
	border-bottom-width: 0;
}

#profinav ul li.active-path ul li a:hover, #profinav ul li.active-path ul li a:focus {
	border-bottom-width: 0;
}




/* MAIN
--------------------------------------------------------------------------------- */

.startseite #main {
	width: 782px;
}

#main {
	float: left;
	width: 700px;
}

#content {
	float: left;
	width: 485px;
	margin-left: 10px;
}

.widecontent #main {
	width: 894px;
}

.widecontent #content {
	width: 679px;
}

#content p img {
	border: 1px solid #D4D0CD;
}

#content p img.XStandardImageLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
}

#content ul.children {
	clear: both;
	margin-bottom: 2.5em;
}

#content ul.children li {
	background: url(../img/ul-children-li-bg.png) no-repeat left top;
	padding-left: 28px;
}

#content ul.children li h2 {
	font-size: 1.2em;
	border-bottom: 1px dotted #0E349A;
	padding-bottom: 2px;
	margin-bottom: 0.25em;
}

#content ul.children li h2 a {
	border-bottom-width: 0;
}

#content ul.children li p {
	font-size: 0.867em;
}


/* Werbung im Content */

div.ad {
	text-align: center;
}

#content div.ad {
	margin: 1em 0;
}

#content div.ad-google-468x15_4 {
	margin: 10px 0 10px 16px;
	width: 468px;
}

#content div.ad .small {
	width: 250px;
	padding-bottom: 1em;
}

#content div.ad .small.left {
	float: left;
}

#content div.ad .small.right {
	float: right;
	text-align: right;
}

#content div.ad .big {
	width: 100%;
}



/* FEATURES
--------------------------------------------------------------------------------- */

#features {
	float: right;
	width: 178px;
	margin-top: 55px;
	padding-bottom: 15px;
	background: url(../img/feature-bottom-bg.png) no-repeat bottom;
}

#features .featuregroup {
	background: url(../img/feature-featuregroup-top-bg.gif) no-repeat left top;
	padding-top: 10px;
	position: relative;
}

#features h4,
#features h5 {
	font-size: 1em;
	font-weight: bold;
	padding: 0 10px 15px 10px;
}

#features h4 {
	margin-top: 0;
	color: #fff;
	background: #0E459A url(../img/feature-h4-bottom-bg.gif) no-repeat left bottom;
	border-bottom-width: 0;
	position: relative;
}

#features h5 {
	color: #555;
	padding: 0 10px;
}

#features div.feature {
	margin-bottom: 20px;
}

#features div.featurecontent {
	padding: 10px;
}

#features div.feature p {
/*	padding: 10px;*/
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 0.867em;
}

#features .featurelink a {
	margin-left: 10px;
	color: #0E459A;
	font-weight: bold;
	font-size: 0.867em;
	border: none;
}



/* BREADCRUMBS
--------------------------------------------------------------------------------- */

ol#breadcrumbs {
	margin-left: 0;
	list-style-type: none;
	padding-bottom: 30px;
	margin-top: 1.6em;
}

#breadcrumbs li {
	float: left;
	font-weight: bold;
	font-size: 0.9em;
	/*padding: 0 10px; */
	padding-left: 10px;
	margin-left: 10px;
	background: url(../img/breadcrumbs_bullet.png) no-repeat left center;
}

#breadcrumbs li.first {
	background: none;
	padding-left: 0px;
	margin-left: 0;
}

#breadcrumbs li a {
	position: relative;  /* IE hover Problem fix */
	border-bottom-width: 0;
}

#breadcrumbs li a:hover, #breadcrumbs li a:focus {
	border-bottom: 1px solid #0E349A;
}

#breadcrumbs li span.a {
	color: #000000;
}

/* FOOTER
--------------------------------------------------------------------------------- */

#footer {
	float: none;
	clear: left;
	margin-left: 210px;
	margin-bottom: 40px;
}

#footer p {
	font-size: 0.8em;
	color:  #737373;
	margin-bottom: 0;
	line-height: 1.25em;
}


/* SKYSCRAPER
--------------------------------------------------------------------------------- */

#right-adspace {
	position: absolute;
	top: 48px;
	left: 930px;
}

#right-adspace a {
	border: 0;
}
