body, a, p, table, td, h1, h2, h3, h4, li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}

body, form { margin: 0px; padding: 0px; }

form {	display: inline; }

body, html { height: 100%; }

table { border-collapse: collapse; }
td { padding: 0px; vertical-align: top; }

body {
	background: #ccdadf url(../image/body_bg.png) repeat-x center top;
}

a {
	font-weight: bold;
	text-decoration: underline;
}

a:hover { text-decoration: none; }

#page {
	position: relative;
	width: 990px;
	margin: 0 auto;
	background: url(../image/page_bg.png) repeat-y center top;
}

#header {
	position: relative;
	width: 990px;
	height: 133px;	
	/*background: url(../image/header_bg_claim.png) 0 0 no-repeat;*/
	background: url(../image/header_bg.png) 0 0 no-repeat;
}

#header.sticker {
	/*to change the url and the background image of the sticker edit file: ssi/sticker in both languages */ 
	
	/*background: url(../image/header_bg_sticker.png) 0 0 no-repeat; */
}

#header h2 { display: none; }

#header #sticker {
    position:absolute;
    left:689px;
    top:47px;
}

#header #sticker a img {
    border: none;
}

#logo {
	position: absolute;
	left: 30px;
	top: 60px;
	width: 250px;
	height: 50px;	
}

#logo a { 
	display: block;
	width: 250px; height: 50px;	
}

#logo a b { display: none; }
	
#standards {
	position: relative; left: 639px; top: 5px;
	width: 346px; height: 20px;
	line-height: 14px;
	font-weight: bold;
}

#standards, #standards a { color: #666; }

#menu_bar {
	position: relative;
	left: 15px;
	height: 50px;
	width: 960px;
	background: url(../image/menu_bar_bg.png) 0 0 repeat-x;
	z-index: 2;
}

#menu_search {
	position: absolute;
	left: 756px;
	top: 8px;
	height: 25px;
	width: 205px;
}

#menu_search input {
	background: #fff;
	border: 1px solid #abadb1;
	width: 139px;
	margin-right: 4px;
}

#menu_search a {
	color: #002762;
	font-weight: normal;
}

/*first level menu */

#menu_main {
	position: relative;
	height: 35px;
	width: 750px;
	padding: 0;
	margin: 0;
	z-index: 10;
}

#menu_first_spacer_hide {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 35px;
	background: url(../image/menu_main_BG.gif) no-repeat left top;
	z-index: 99;
}

#menu_main ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#menu_main li {
	position: relative;
	float: left;
}

#menu_main li a {
	display:-moz-inline-block;
	display: inline-block;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	vertical-align: middle;
	font-weight: bold;
	color: #002762;
	text-decoration: none;
	padding-right: 13px;
	background: url(../image/menu_main_BG.gif) repeat-x left top;
}

#menu_main li a b {
	background: url(../image/menu_main_spacer.gif) no-repeat 0 0;
	padding-left: 13px;
}

#menu_main li a:hover,
#menu_main li a.act {
	background-position: 0 -35px;
}

/*second level menu*/

#menu_main ul ul {
	position: absolute;
	top: 35px;
	left: 0;
	width: 188px;
	display: none;
}

#nav li:hover ul,
#nav li.sfhover ul  { /* lists nested under hovered list items */
	left: 0;
	display: block;
}

#menu_main li li {
	float: none;
	width: 188px;
	height: 28px;
	margin: 0;
	padding: 0;
	_display: inline;
}

*+html #menu_main li li {
	display: inline;
}

#menu_main li li a {
	display: block;
	width: 188px;
	height: 28px;
	background: url(../image/menu_sub_bg.png) 0 0 no-repeat;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #545862;
	line-height: 25px;
}

#menu_main li li a span {
	padding: 0 0 0 15px;
}

#menu_main li li a:hover {	
	background-position: 0 -28px;
	color: #000;
	width: 188px;
	height: 28px;
}

#menu_main li li.third a {
	background-position: 0 -56px;
}

#menu_main li li.third a:hover {
	background-position: 0 -84px;
} 

/*-------*/

/*third level menu*/

#menu_main li ul ul { /* third-and-above-level lists */
	margin: -36px 0 0 187px;
	overflow: hidden;
	border-top: 1px solid #aaacb0;
}

#menu_main li:hover ul ul, #menu_main li:hover ul ul ul, #menu_main li.sfhover ul ul, #menu_main li.sfhover ul ul ul {
	left: -999em;
}

#menu_main li:hover ul, #menu_main li li:hover ul, #menu_mainli li li:hover ul, #menu_main li.sfhover ul, #menu_main li li.sfhover ul, #menu_main li li li.sfhover ul { /* lists nested under hovered list items */
	left: 0;
	display: block;
}

#menu_main li li.third li a {
	background-position: 0 0;
}

#menu_main li li.third li a:hover {
	background-position: 0 -112px;
} 

/*-------*/

#page_content {
	position: relative;
	top: 0;
	left: 0;
	left: 15px;
	width: 960px;
}

#page_content_main {
	width: 960px;
	height: 360px;
	margin: 10px 0 10px 0;
	overflow: hidden;
}

#pcmFlashMain {
	float: left;
	width: 615px;
	height: 360px;
	overflow: hidden;
	margin: 0 0 0 15px;
	display: inline;
}

#pcmRight {
	float: right;
	width: 315px;
	overflow: hidden;
}

#pcmRight img {
	padding: 0;
	margin: 0 0 17px 0;
	border: none;
}






/*
#flash_keyvisual {
	width: 560px; height: 370px;
	float: left;
	background: url(../image/key_visual_home.png) 0 0 no-repeat;	
}

#flash_tagcloud {
	width: 400px; height: 250px;
	float: left;
	background: url(../image/tagcloud.png) 0 0 no-repeat;
}
*/

#mission_statement {
	width: 400px; height: 120px;
	float: left;
	background: url(../image/mission_statement_bg.png) 0 0 no-repeat;
}

#mission_statement h1 {
	padding: 8px 25px 0 15px;
	margin: 0;
	font-family: Verdana; 
	color: #002762; 
	font-size: 16px; 
	line-height: 21px;
	font-weight: normal;
}

/*boxes*/

#box_1, #box_2, #box_3 {
	position: relative;
	width: 320px;
	height: 270px;
	float: left;
	line-height: 18px;
	font-size: 12px;
	font-family: Verdana;
	overflow:  hidden;
}

#lang_de #box_1_head_1 a,
#lang_de #box_1_head_2 a {
	background-image: url(../image/box1_head_de.png);
}

#lang_de #box_2_head_1 a,
#lang_de #box_2_head_2 a {
	background-image: url(../image/box2_head_de.png);
}

#lang_de #box_3_head_1 a,
#lang_de #box_3_head_2 a {
	background-image: url(../image/box3_head_de.png);
}

#lang_en #box_1_head_1 a,
#lang_en #box_1_head_2 a {
	background-image: url(../image/box1_head_en.png);
}

#lang_en #box_2_head_1 a,
#lang_en #box_2_head_2 a {
	background-image: url(../image/box2_head_en.png);
}

#lang_en #box_3_head_1 a,
#lang_en #box_3_head_2 a {
	background-image: url(../image/box3_head_en.png);
}

#box_1 p, #box_2 p, #box_3 p { font-family: Verdana; padding:0; margin: 6px 0; } 

#box_1_head_1, #box_1_head_2, #box_2_head_1, #box_2_head_2, #box_3_head_1, #box_3_head_2  {
	float: left;	
}

#box_1_head_1 {
	width: 144px; height: 50px;	
}

#box_1_head_1 a {
	display: block;
	width: 144px; height: 50px;
	background-position: 0 -50px;
	background-repeat: no-repeat;
}

#box_1_head_2 {
	width: 176px; height: 50px;	
}

#box_1_head_2 a {
	display: block;
	width: 176px; height: 50px;
	background-position: -144px 0;
	background-repeat: no-repeat;
}

#box_1_head_1 a:hover, #box_1_head_1 a.active {
	background-position: 0 0;
	cursor: default;
}

#box_1_head_2 a:hover, #box_1_head_2 a.active {
	background-position: -144px -50px;
	cursor: default;
}

#box_1 div b, #box_2 div b, #box_3 div b {
	display: none;
}

#b_1_con, #b_2_con, #b_3_con {
	padding: 0px 25px 10px 15px;
}

#b_4_con { padding: 4px 25px 10px 15px; }

#b_5_con { padding: 3px 0 0 0; }

#box_1 h1, #box_2 h1, #box_3 h1{
	font-weight: normal; font-size: 12px;
	color: #002762;
	margin: 0; padding: 5px 0 0 0;
	font-family: Verdana;
}

#box_1 a.blue, #box_2 a.blue, #box_3 a.blue{
	color: #002762;	
	text-decoration: underline;
	line-height: 25px;
	font-family: Verdana;
}

#box_1 a.blue:hover, #box_2 a.blue:hover, #box_3 a.blue:hover { text-decoration: none; }

#box_1 a, #box_2 a, #box_3 a{
	color: #000;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana;
}

#box_2_head_1 {
	width: 121px; height: 50px;	
}

#box_2_head_1 a {
	display: block;
	width: 121px; height: 50px;
	background-position: 0 -50px;
	background-repeat: no-repeat;
}

#box_2_head_2 {
	width: 199px; height: 50px;	
}

#box_2_head_2 a {
	display: block;
	width: 199px; height: 50px;
	background-position: -120px 0;
	background-repeat: no-repeat;
}

#box_2_head_1 a:hover, #box_2_head_1 a.active {
	background-position: 0 0;
	cursor: default;
}

#box_2_head_2 a:hover, #box_2_head_2 a.active {
	background-position: -120px -50px;
	cursor: default;
}

#box_2 h2 {
	display: inline;
	font-family: Arial;
	font-size: 14px;
	color: #002762;	
	font-weight: normal;
	padding: 0; margin: 0;
}

#box_2 h3 {
	display: block;
	font-family: Verdana;
	font-size: 14px;
	color: #000;	
	font-weight: normal;
	text-align: right;
	padding: 0; margin: 5px 0 10px 0;
}

#box_3_head_1 {
	width: 141px; height: 50px;	
}

#box_3_head_1 a {
	display: block;
	width: 141px; height: 50px;
	background-position: 0 -50px;
	background-repeat: no-repeat;
}

#box_3_head_2 {
	width: 179px; height: 50px;	
}

#box_3_head_2 a {
	display: block;
	width: 179px; height: 50px;
	background-position: -141px 0;
	background-repeat: no-repeat;
}

#box_3_head_1 a:hover, #box_3_head_1 a.active {
	background-position: 0 0;
	cursor: default;
}

#box_3_head_2 a:hover, #box_3_head_2 a.active {
	background-position: -141px -50px;
	cursor: default;
}

#box_3 li a {
	text-decoration: underline;
	color: #002762;
	background: url(../image/bullet.png) no-repeat 0 4px;
	padding-left: 20px;
	line-height: 18px;
}

#box_3 li a:hover { text-decoration: none; }

#box_3 li {	list-style-type: none; padding: 0; margin: 0; }

#box_3 ul { padding: 0; margin: 1px 0 1px 25px; }

#b_6_con {
	width: 310px;
	height: 220px; 
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	text-align: center;
	overflow: hidden;
}

#box_3_tagcloud {
	margin-top: 10px;
}


/*----------*/

#footer {
	width: 990px;
	height: 45px;
	position: relative;
}

#footer img {
	width: 990px;
	height: 45px;
	border: 0;
}

/*content page*/

#content_left {
	float: left;
	width: 702px;
	background: url(../image/ver_line.png) right repeat-y;
}

#content_right {
	float: left;
	width: 228px;
	margin: 0 15px;
}

#content_kv {
	width: 668px;
	height: 200px;
	margin: 0 0 20px 17px;
}

#content_kv_small {
	width: 668px;
	height: 100px;
	overflow: hidden;
	margin: 0 0 20px 17px;
}

#content_trace {
	margin: 8px 0 8px 15px;
}

div.trace {
	float: left;
	height: 19px;
	background: url(../image/thirdlevel_arrow2.gif) no-repeat right 5px;
	padding: 0 25px 0 0;
	font-size: 13px;
	line-height: 18px;
}

div.trace a {
	font-weight: bold;
	color: #000;
}

#content_left h1,
#content_right h1 {
	color: #c90034;
	font-size: 19px;
	font-weight: normal;
	line-height: 20px;
	padding: 0; margin: 0;
}

#content_left h1 { margin-bottom: 10px; }

#content_info, #content_contact {
	background: url(../image/hor_line.png) 0 22px repeat-x;
	margin-bottom: 25px;
}

/*content stuff*/

.contentbox {
	float: left;
	margin-right: 20px;
}

.wrapper{
	clear: both;
}

#content_txt {
	margin: 0 17px 0 17px;
	background: url(../image/hor_line.png) 0 22px repeat-x;
	line-height: 18px;
	font-size: 14px;
}

#content_txt p {
	margin: 5px 0;
	padding: 0;
	font-size: 14px;
}

#content_txt h2,
#content_news h2 {
	font-size: 19px;
	display: block;	
	font-weight: bold;
	color: #002762;
	margin: 0;
	padding: 6px 0 10px 0;	
}

#content_txt a, #content_news a {
	font-weight: normal;
	color: #002762;
	font-size: 14px;
}






/*############################*/


#container_search {
	margin:20px 0;
	background-color: #f8f9fd;
	padding: 10px 4px 10px 4px;
}

#box_search_txt {
	float: left;
	width: 250px;
	font-size: 14px;
	font-weight: bold;
}

#box_search_form {
	float:left;
	width: 150px;
}

#box_search_form input {
	width: 200px;
	height: 16px;
	margin-bottom:15px;
	border: 1px solid #abadb1;
}

#box_search_form #search_submit{
	width: auto;
	height: auto;
	margin: 0;
	border: none;
}

#box_search_options{
	border-top:1px solid #b7b8bc;
	margin-top:20px;
	padding-top:10px;	
}

#box_search_options h2 {
	color: #c90034;
	font-size: 16px;
	font-weight: bold;
	line-height: 8px;
	padding: 0;
	margin: 0;
}

#box_search_options p {
	margin-bottom: 20px;
	font-weight: bold;
}

.msg_error {
	color: #c90034;
	font-size: 16px;
	font-weight: bold;
	padding-left: 4px;
}

#container_search_output {
	font-size: 14px;
	background-color: #fff;
	margin-bottom: 25px;
}

#container_search_output h2 {
	font-size: 14px;
	font-weight: normal;
}

#container_search_output h2 span {
	color: #c90034;
	font-weight: bold;
}

#container_search_output p {
	font-size: 12px;
}

#container_search_output a {
	font-weight: bold;
	padding: 0 4px;
}

.box_search_output {
	float: left;
	display: inline;
	width: 660px;
	background-color: #e6eff8;
	padding: 15px 5px;
	margin-bottom: 10px;
}

.box_search_output .bso01 {
	float: left;
	width: 140px;
	background: url(../image/text_icon.png) no-repeat left top;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
}

#content_txt .box_search_output .bso01 a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.box_search_output .bso02{
	float: left;
	width: 355px;
	padding-top: 20px;
}

.box_search_output .bso02 span{
	color: #c90034;
}

.box_search_output .bso03{
	float: left;
	width: 129px;
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
}

.imgbox_left_float img{
	position: relative;
	top: 4px;
	float: left;
	margin-right: 5px;
}

.imgbox_right_float img {
	position: relative;
	top: 4px;
	float: right;
	margin-left: 5px;
}

.txtbox_large {
	float: left;
	margin-bottom: 10px;
	width: 400px;
}

.txtbox_small {
	float: left;
	margin-bottom: 10px;
	width: 490px;
}

.imgbox_left img{
	position: relative;
	top: 4px;
	float: left;
	margin-right: 5px;
}

.imgbox_right img {
	position: relative;
	top: 4px;
	float: right;
	margin-left: 5px;
}

#container_contact {
	background: url(../image/hor_line.png) repeat-x left top #fff;
	font-weight: bold;
	padding-top:15px;
	font-size: 12px;
}

#container_contact span {
	font-weight: bold;
	color: #c50538;
}

.box_contact_item{
	margin-bottom: 8px;
}

#box_contact_left input,
#box_contact_right input {
	width: 240px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #abadb1;
	margin-left: 5px;
}

#container_contact textarea {
	width: 587px;
	height: 90px;
	border: 1px solid #abadb1;
	vertical-align: top;
	margin: 0 0 10px 4px;
}

#box_contact_left{
	float: left;
	text-align: right;
}

#box_contact_right{
	float: right;
	text-align: right;
}

#box_contact_wide{
	float: right;
	text-align: right;
}

.link_txtdec_none {
	text-decoration: none;
}

#container_newsletter {
	background: url(../image/hor_line.png) repeat-x left top #f8f9fd;
	font-weight: bold;
	padding:20px 4px 20px 4px;
}

#container_login {
	background: url(../image/hor_line.png) repeat-x left top #f8f9fd;
	font-weight: bold;
	padding:20px 4px 0 4px;
}

#box_login {
	font-size: 12px;
}

#box_login span {
	float: left;
	text-align: right;
	width: 75px;
	margin-right: 10px;
}

.box_login_item{
	margin-bottom: 8px;
}

.box_login_item input {
	width: 240px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #abadb1;
	margin-left: 5px;
}

#container_login h2 {
	padding: 0 0 20px 92px;
}

#box_login_wide{
	text-align: right;
}

.login_head {
	width: 55%;
	height: 26px;
	vertical-align: middle;
}

.login_head h1 {
	padding: 0; margin: 0;
}

.login_selection {
	width: 45%; 
	height: 26px;
	font-size: 12px;
	color: #777a82;
	vertical-align: middle;
	text-align: center;
}

#container_contact_infobox {
	clear: both;
	position: absolute;
	bottom: 2px;
	right: 320px;
}

.contact_infobox {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: auto;
	min-width: 220px;
	_width: 220px;
	height: auto;
	min-height: 210px;
	_height: 210px;
	background-color: #404040;
	font-size:12px;
	font-weight: normal;
	color: #fff;
	background: url(../image/contact_infobox_bg.png) repeat top left;
	padding: 12px;
}

.contact_infobox h2 {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	padding: 0;
	margin: 0;
}

.contact_infobox h3 {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	padding: 0;
	margin: 0;
}

.contact_infobox h4 {
	font-size: 12px;
	font-weight: bold;
	color: #f6ea96;
	padding: 0;
	margin: 0;
}

.contact_infobox img {
	border: none;
	float: right;
}

.contact_infobox img {
	border: none;
	float: right;
	cursor: pointer;
}

.contact_infobox a {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.contact_infobox a.more_info {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}



#content_info ul {
	padding: 10px 0 0 0; margin: 0;	
	list-style: none;
}

#content_info li {
	background: url(../image/arrow.png) 0 13px no-repeat;
	padding: 9px 0 0 20px;
	line-height: 18px;
	color: #777a82;
}

#content_contact img.right {
	float: right;
	margin-top: 15px;
}

#content_news {
	margin: 0px 17px 0 17px;
	background: url(../image/hor_line.png) 0 26px repeat-x;
	line-height: 18px;
	font-size: 14px;
}

#content_news p {
	font-size: 14px;
}

#content_news table td {
	font-size: 14px;
}

body table.news td {
	font-size: 14px;
}

table.news td.date {
	width: 100px;
	font-size: 14px;
	color: #777a82;
}

#content_news table.news h1 {
	font-weight: bold;
	font-size: 16px;
	color: #002762;
	margin: 0 0 4px 0;
}

#content_news table.news h3 {
	font-weight: bold;
	font-size: 14px;
	color: #002762;
}

table.news {
	margin: 0 0 15px 0;
}

#content_news h2 {
	padding: 10px 0 20px 0;	
}

td.news_head { width: 75%; height: 26px;  vertical-align: middle;}

#content_news td.news_head h1 { padding: 0; margin: 0; }

td.news_selection {
	background: #eceded;
	width: 25%; height: 26px;
	font-size: 14px;
	color: #777a82;
	vertical-align: middle;
	text-align: center;
}

span.red { color: #C90034; }

#content_txt ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 14px;
	padding: 0;
}

body #content_txt ul li{
	font-size: 14px;
}

body #content_txt ol li{
	font-size: 14px;
}

#content_txt li a {
	background: url(../image/bullet.png) no-repeat 0 4px;
	padding-left: 20px;
}

#content_txt ul { margin-bottom: 10px; }

/*recommendation*/

table.recommend { 
	width: 668px;
	font-weight: bold;
	text-align: right;
}

table.recommend td.who_reco {
	width: 280px;
	background: url(../image/hor_line.png) 0 26px repeat-x;
}

table.recommend td.arrow {
	width: 110px;
	text-align: center;
	/*background: url(../image/reco_arrow.png) 0 26px no-repeat;*/
}

table.recommend td.arrow img{
	margin-top: 26px;
	/*background: url(../image/reco_arrow.png) 0 26px no-repeat;*/
}

table.recommend td.recipient {
	background: url(../image/hor_line.png) 0 26px repeat-x;
}

#content_txt table.recommend h2 {
	font-weight: normal;
	text-align: left;
}

table.recommend td.who_reco input, table.recommend td.recipient input {
	width: 200px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #abadb1;
	margin-left: 5px;
}

table.recommend td.who_reco select, table.recommend td.recipient select {
	width: 120px;
	margin: 0 82px 0 6px; 
}

table.recommend textarea {
	width: 588px; height: 90px;
	border: 1px solid #abadb1;
	vertical-align: top;
	margin: 0 0 10px 4px;
}






/*toggle*/
#tgbox{
   width: 668px;
	background-color: #e6eef9;
}

div.pnTabs {
    float: left;
	margin-bottom: 5px;
}

div.pnTabs .dynaPB_content {
    float:left; 
    width: 100%;
}

div.pnTabs .dynaPB_content .dynaSB_column {
	width: 668px;
	margin-top: 5px;
}

.dynaSB_column_item {
    
	margin-bottom: 2px;
	background: url(../image/pdf_icon.png) no-repeat 25px 5px #dedede;
	padding: 10px 0 10px 60px;
}

.dynaSB_column_item span {
    font-weight: bold;
}

div.pnTabs .pnTabsHead .dynaPB_toggle {
	width: 100%;
	height: 22px;
    cursor: pointer;

}

div.pnTabsShow div.pnTabsHead div.dynaPB_toggle {
    background: url('../image/minus.png') no-repeat 5px 5px #013068;
	border-top: 1px solid #878988;
	border-bottom: 1px solid #878988;
}


div.pnTabsHide div.pnTabsHead div.dynaPB_toggle {
    background: url('../image/plus.png') no-repeat 5px 5px #013068;
	border-top: 1px solid #878988;
	border-bottom: 1px solid #878988;
}

div.pnTabsShow .dynaPB_content {
    display: block;
}

div.pnTabsHide .dynaPB_content {
    display: none;
}

div.pnTabs .pnTabsHead .titleCont {
    float: left;
	display: inline;
    width: 638px;
	padding: 2px 0 1px 0;
	margin-left:30px;
    font-size: 12px;
    color: #fff;
}
/*Toggle end*/











/************* css for documents tree *************/

div.document-tree-container {
	width: 668px;
	background-color: #e6eef9;
}

div.document-tree-container table {
	width: 100%;
	display: table;
}

.NewsAndDate-Icon {
	width: 50px;
	text-align: center;

}

.NewsAndDate-Icon img {
	margin: 5px 0 0 5px;
}

#content_news .NewsAndDate-Head a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

div.document-container-closed {
	height: 22px;
	line-height: 14px;
    font-size: 12px;
    color: #fff;
	background: url('../image/plus.png') no-repeat 5px 5px #013068;
	border-top: 1px solid #878988;
	border-bottom: 1px solid #878988;
	cursor: pointer;
	margin: 2px 0;
}

div.document-container-closed span {
	display: block;
	margin: 3px 0 0 30px;
}	

div.document-container-opened {
	height: 22px;
	line-height: 14px;
    font-size: 12px;
    color: #fff;
	background: url('../image/minus.png') no-repeat 5px 5px #013068;
	border-top: 1px solid #878988;
	border-bottom: 1px solid #878988;
	cursor: pointer;
	margin: 2px 0;
}

div.document-container-opened span {
	display: block;
	margin: 3px 0 0 30px;
}	


div.document-container-content {
	margin: 5px;
}

div.document-container-content-inner {
	width: 100%;
}


tr.externalDocument {
    background-color:#dedede;
}

div.document-container-content td {
    padding: 1px;
}

div.document-container-content td.NewsAndDate-Footer {
    padding: 0 0 10px 0;
}


div.document-container-content td.NewsAndDate-Head {
    padding-top: 7px;
}

div.document-container-content td.document-container-spacer {
    padding: 1px 0;
}


/* CSS Splitsite */

div.splitsite div#menu_main {
        margin-left: 45px;
}

div.splitsite div#menu_main h1 {
        color:#002762;
        font-size:14px;
        font-weight:bold;
        line-height: 35px;
        text-decoration:none;
        margin: 0;
        padding: 0;
}

div.splitsite div#page_content{
        margin: 0 0 0 45px;
        width: 915px;
}

div.splitsite div#page_content h2,
div.splitsite div#page_content h3 {
        display: none;
}

div.splitsite div.split{
        float: left;
        width: 279px;
        border-right: 1px solid #ccc;
        margin: 0 30px 0 0;
}

div.splitsite div.split.last{
        margin: 0;
        padding: 0;
        border: 0;
        width: 250px;
}

div.splitsite div.split h4 {
        font-size: 16px;
        color: #003064;
        font-weight: bold;
        margin: 25px 0 10px 0;
        padding: 0;
}

div.splitsite div.split a {
        background: url('../image/pic_pfeil.jpg') no-repeat 0 0;
        font-size: 16px;
        line-height: 22px;
        color: #003064;
        padding: 5px 0 0 40px;
        font-weight: normal;
        height: 30px;
        width: 160px;
        display: block;
}

div.splitsite div#splitter {
        margin: 0 0 30px 0;
        clear: left;
}

