html
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}

body, td
{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #404b59;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}

body
{
	background-color: #d3d6d6;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

table
{
	border-collapse: collapse;
}

img
{
	border: none;
}




/* Content Bereiche */
.content
{
	line-height: 160%;
}



/* Standardlink */
a
{
	color: #404b59;
	text-decoration: underline;
}
a:hover
{
	color: #404b59;
}




/* Link Sprache */
a.language
{
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

a.language:hover, .langpointer
{
	font-size: 11px;
	color: #404b59;
	text-decoration: none;
}




/* Search Field */
form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#searchfield
{
	float: left;
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	vertical-align: top;
	width: 114px;
	height: 20px;
	color: #999999;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 2px;
	border: 0px;

	background-image: url(images/search.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#searchsubmit
{
	width: 22px;
	height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	outline: none;
}

/* Indexed Search Result */
.tx-indexedsearch-browsebox
{
	padding: 0px 0px 30px 0px;
}
.res-tmpl-css
{
	padding: 20px 0px 0px 0px;
	border-top: solid 1px #999999;
}

/* Standard Search Result */
#mailform
{
	margin: 10px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	border-top: solid 1px #d3d6d6;
}
.csc-mailform-field label
{
	float: left;
	display: block;
	width: 80px;
}
.csc-mailform-field input
{
	margin: 0px;
	padding: 0px;
}
#mailformscols
{
	margin-top: 5px;
}
#mailformsubmit
{
	margin: 5px 0px 0px 80px;
	padding: 0px 3px 0px 3px;
	background-color: #8abb00;
	border: solid 1px #999999;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}




/* Login Form */
#login_form
{
	float: left;
	margin: 0px 20px 0px 0px;
}




/* Liste */
.content ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
.content ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 10px;

	background-image: url(images/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
.content ol
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 20px;
}
.content ol li
{
	background-image: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}




/* Formular */
#form .input, #form .textarea
{
	display: block;
  	float: left;
	border: solid 1px #999999;
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 270px;
}
#form .checkbox
{
	margin: 2px 5px 2px 0px;
}
#form .button
{
	background-color: #FFFFFF;
	border: solid 1px #999999;
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
#form label
{
	float: left;
	display: block;
	width: 120px;
	text-align: right;
	padding: 2px 5px 2px 0px;
}
#form br
{
  clear: left;
}
#form #formerror
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#form #formerror li
{
	list-style: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 0px;

	background-image: none;
}




/* Internal Contact-Form */
.csc-mailform
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}
.csc-mailform input, .csc-mailform textarea
{
	border: solid 1px #999999;
	background: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 270px;
	margin: 0px 0px 5px 0px;
}
.csc-mailform label
{
	float: left;
	display: block;
	text-align: right;
	width: 70px;
	padding: 0px 10px 0px 0px;
}
.csc-mailform .csc-mailform-submit
{
	width: 100px;
	margin: 0px 0px 0px 80px;
	clear: both;
}




/* News */
.news-list-item
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: dotted 1px #697980;
	font-size: 12px;
	line-height: 135%;
}
.news-list-container h2
{
	padding: 0px 0px 10px 0px;
}
.news-list-item p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.news-list-morelink, .news-single-backlink
{
	padding: 5px 0px 0px 0px;
}
.news-list-container img, .news-single-item img
{
	float: left;
	border: solid 1px #697980;
	margin: 0px 10px 0px 0px;
	padding: 4px 4px 4px 4px;
}
.news-rss-icon
{
	float: right;
}
.news-rss-icon img
{
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}




/* template */
#main_div
{
	position: relative;
	width: 900px;
	min-height: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #ffffff;
}

* html #main_div {height: 100%;}

#row_1
{
	width: 100%;
	height: 33px;

	background-image: url(images/back_row_1.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#row_1_1
{
	float: left;
}
#row_1_1 .inner
{
	padding: 11px 0px 0px 612px;
}
#row_1_2
{
	float: right;
}
#row_1_2 .inner
{
	padding: 10px 21px 0px 0px;
}

#row_2
{
	width: 100%;
	height: 80px;
}
#row_2 .inner
{
	padding: 15px 0px 0px 25px;
}

#row_3
{
	width: 100%;
	height: 110px;
	text-align: right;

	background-image: url(images/back_row_3.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#row_3 .inner
{
	padding: 30px 25px 0px 0px;
}

#row_4
{
	position: relative;
	width: 100%;
	height: 270px;
}
#row_4_1
{
	position: relative;
	float: left;
	width: 730px;
	height: 270px;
	overflow: hidden;
}
#row_4_2
{
	position: relative;
	float: right;
	width: 165px;
	height: 270px;
	color: #c8c8c8;
	background-color: #404b59;
	font-size: 11px;
	line-height: 180%;
	overflow: hidden;
}
#row_4_2 .inner
{
	position: absolute;
	bottom: 0px;
	padding: 0px 0px 0px 20px;
}
#row_4_2 a
{
	color: #c8c8c8;
}

#row_5_1
{
	float: left;
	width: 170px;
}
#row_5_1 .inner
{
	padding: 25px 20px 90px 20px;
}
#row_5_2
{
	float: left;
	width: 565px;
}
#row_5_2 .inner
{
	padding: 26px 0px 70px 0px;
}
#row_5_3
{
	float: left;
	width: 170px;
}

#row_6
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 73px;

	background-image: url(images/back_row_6.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#row_6 .inner
{
	padding: 53px 0px 0px 170px;
}




.clear
{
	clear: both;
}




/* Teaser Scroll */
#row_4_1 .scroll_items
{
	position: absolute;
	width: 20000px;
}
#row_4_1 p
{
	float: left;
	padding: 0px 0px 0px 0px;
}
a.prev
{
	position: absolute;
	display: none;
	top: 130px;
	left: 7px;
	width: 14px;
	height: 19px;
	cursor: pointer;
	overflow: hidden;

	background-image: url(images/scroll_buttons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.prev:hover
{
	background-position: 0px -19px;
}
a.next
{
	position: absolute;
	display: none;
	top: 130px;
	right: 177px;
	width: 14px;
	height: 19px;
	cursor: pointer;
	overflow: hidden;

	background-image: url(images/scroll_buttons.png);
	background-repeat: no-repeat;
	background-position: -14px 0px;
}
a.next:hover
{
	background-position: -14px -19px;
}




/* Teaser 2 Spalten */
.teaser_2
{
	clear: both;
}
.teaser_2_left
{
	float: left;
	width: 254px;
}
.teaser_2_right
{
	float: right;
	width: 254px;
}
.teaser_2_img p
{
	padding: 5px 0px 5px 0px;
}




/* Content 2 Spalten */
.content_2
{
	clear: both;
	padding: 5px 0px 5px 0px;
}
.content_2_left
{
	float: left;
	width: 254px;
}
.content_2_right
{
	float: right;
	width: 300px;
}




/* Content Elemente */
.border_top
{
	clear: both;
	border-top: solid 1px #d3d6d6;
	padding-top: 10px;
}




/* Navi Main Level 1 */
#navi_main
{
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 110;
}

#navi_main>li
{
	position: relative;
	float: left;
	list-style: none;
	display: block;
	width: 136px;
	height: 64px;
	border: solid 1px #d3d6d6;
	border-bottom: none;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#navi_main li:hover>ul
{
	display: block;
}
#navi_main a
{
	display: block;
	width: 136px;
	height: 46px;
	color: #a6a28f;
	font-size: 11px;
	line-height: 140%;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 18px 0px 0px 0px;
}
#navi_main li.main_24>a, #navi_main li.main_28>a, #navi_main li.main_29>a { height: 38px; text-align: center; padding: 26px 0px 0px 0px; }
#navi_main li.main_25>a { width: 86px; padding: 18px 25px 0px 25px; }
#navi_main li.main_26>a { width: 86px; padding: 18px 18px 0px 32px; }
#navi_main li.main_27>a { width: 86px; padding: 18px 22px 0px 28px; }

#navi_main a:hover, #navi_main a.active
{
	color: #404b59;
}




/* Video GoldenGate Anleihe */
#c42
{
	background-image: url(images/back_header_video.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#c42 .wfflvplayer
{
	margin: 0px 0px 0px 171px;
}

#c43
{
	background-image: url(images/back_header_video_wide.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#c43 .wfflvplayer
{
	margin: 0px 0px 0px 171px;
}




/* Navi Main Level 2 */
#navi_main ul
{
	position: absolute;
	display: none;
	left: -1px;
	top: 100%;
	margin: 0px 0px 0px 0px;
	padding: 78px 0px 0px 0px;
	z-index: 100;
	background-image: url(images/back_navi_main_3.png);

}
#navi_main ul li
{
	list-style: none;
	display: block;
	width: 250px;
	border: solid 1px #d3d6d6;
	border-bottom: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 5px 20px;

	background-image: url(images/back_navi_main_2.png);
	background-repeat: repeat;
	background-position: 0px 0px;
}
#navi_main ul li.last
{
	border-bottom: solid 1px #d3d6d6;
}
#navi_main ul a
{
	display: block;
	width: auto;
	height: auto;
	color: #a6a28f;
	font-size: 11px;
	font-weight: normal;
	line-height: 100%;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}




/* Navi Sub */
#navi_sub
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navi_sub li
{
	list-style: none;
	display: block;
	border: solid 1px #d3d6d6;
	border-bottom: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 5px;
}
#navi_sub li.last
{
	border-bottom: solid 1px #d3d6d6;
}
#navi_sub a
{
	display: block;
	color: #a6a28f;
	font-size: 11px;
	line-height: 150%;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}
#navi_sub a:hover, #navi_sub a.active
{
	color: #404b59;
}




/* Navi Footer */
#navi_footer
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navi_footer li
{
	list-style: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 35px 0px 0px;
}
#navi_footer a
{
	color: #a6a28f;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
#navi_footer a:hover, #navi_footer a.active
{
	color: #404b59;
}




/* sitemap */
.csc-sitemap ul
{
	line-height: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.csc-sitemap ul ul
{
	padding: 5px 0px 0px 0px;
}

.csc-sitemap ul ul ul
{
	padding: 0px 0px 5px 0px;
}

.csc-sitemap li
{
	list-style: none;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	background-image: none !important;
}

.csc-sitemap li a
{
	color: #404b59;
	text-decoration: none;
}

.csc-sitemap li li
{
	padding: 0px 0px 3px 10px;
	font-weight: bold;
}

.csc-sitemap li li a
{
	color: #a6a28f;
	text-decoration: none;
}

.csc-sitemap li li li
{
	padding: 0px 0px 0px 20px;
	font-weight: normal;
}

.csc-sitemap li li li a
{
	color: #9facb1;
	text-decoration: none;
}

.csc-sitemap li li li li
{
	padding: 0px 0px 0px 20px;
	font-weight: normal;
}

.csc-sitemap li li li li a
{
	color: #9facb1;
	text-decoration: none;
}

.csc-sitemap a:hover
{
	text-decoration: underline;
}
