/* common declarations */
* {
	margin: 0px;
	padding: 0px;
}
a:active
{
  outline: none;
}

body
{
	font-size: 11px;
	background: #aaaaaa url(../images/body.gif) repeat-x center 113px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}

img 
{
    border: 0;
    padding: 0;
    margin: 0;
}

br.clear
{
    clear: both;
}

.hide
{
    display: none;
}

span.superscript
{
    vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
}

.floatleft
{
    float: left;
}

.clearleft
{
    clear: left;
}

.clearright
{
    clear: right;
}

.nofloat
{
    float: none !important;
    clear: both;
}

/* Decoration */
#decoration
{
	height: 111px;
	width: 100%;
	border-bottom: 2px solid #ffffff;
	float: left;
	background: #003265 url(../images/header.gif);
    display: block;
}

#logo
{
	width: 920px;
	margin: 0 auto;
	height: 87px;    
}

#logo img
{
    float: left;
}

/* meta navigation */
#navigation_meta
{
    text-align: right;
    padding-top: 10px;
    padding-right: 50px;
    float: right;
}

#navigation_meta a, 
#navigation_meta a:link, 
#navigation_meta a:active, 
#navigation_meta a:visited
{
    text-decoration: none;
    padding: 0 5px;
    color: white;
}

#navigation_meta a:hover
{
	text-decoration: underline;
}

/* -------------- sub navigavtion ------------- */
#navigation_sub
{
    clear: both;
	width: 900px;
	margin: 0 auto;
	height: 24px;
    line-height: 24px;
    background: #f0f0f0 url(../images/header.gif) repeat-x left bottom;
}

#navigation_sub_elements
{
    float: left;
	height: 24px;
	background: #003265 url(../images/menu_ul.gif);
	border-left: 1px solid #003256;
}

#navigation_sub_elements a,
#navigation_sub_elements a:link, 
#navigation_sub_elements a:visited, 
#navigation_sub_elements a:active,
#navigation_sub_elements a:hover
{
	background: #dadada url(../images/menu_li.gif) no-repeat right top;
	border-right: 1px solid black;
	width: 150px;
	display: block;
	float: left;
	color: #555555;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#navigation_sub_elements a.active
#navigation_sub_elements a.active:link, 
#navigation_sub_elements a.active:visited, 
#navigation_sub_elements a.active:active,
#navigation_sub_elements a.active:hover
{
    background: #3f556b url(../images/menu_sel.gif) right top;
	color: #ffffff;
}

#navigation_sub_elements a:hover
{
	color: black;
}

#navigation_sub_elements a.active:hover
{
	color: #ccc;
}

/* -------------- search form ------------- */
#searchform
{
    float: right;
	width: 118px;
	height: 24px;
	margin: 0 12px;
}

#searchform form
{
    margin: 0;
    padding: 0;
}

#searchform label
{
    display: none;
}

#searchform input
{
}

#searchform #searchinput
{
    float: left;
	margin-top: 4px;
	border: 1px solid #c7c7c7;
	height: 15px;
	width: 94px;
	background: none;
	color: #a6a6a6;
	padding: 0px 2px;
}

#searchform #searchinput:focus
{
    color: #333333;
}

#searchform #searchsubmit
{
    float: right;
	margin-top: 4px;
	font-size: 10px;
	color: #ffffff;
	background: #999999;
	width: 17px;
	height: 17px;
}


/* -------------- shadows ------------- */
#background
{
    clear: both;
	width: 920px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/shadows.gif);
}

#shadow_left
{
	width: 910px;
	padding-left: 10px;
	background: url(../images/shad_l.gif) no-repeat left top;
}
#shadow_right
{
	width: 900px;
	padding-right: 10px;
	background: url(../images/shad_r.gif) no-repeat right top;
}

/* Surrounding container Element */
#container
{
	width: 900px;	
	background: #eeeeee url(../images/content.gif) no-repeat left bottom;
	border-bottom: 1px solid #353535;
}

/* fix for "floating child divs = zero content = no height */ 
.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* --------------decoration body------------- */
#decoration_body
{
    height: 33px;
    clear: both;
    margin: 0 auto;
}

#decoration_body #decoration_navigation
{
    float: left;
	height: 33px;
	width: 225px;
	background: #003265 url(../images/sub_top.gif);
}

#decoration_body #decoration_navigation p
{
    text-align: center;
    font-size: 1.3em;
    line-height: 33px;
    font-weight: bold;
	color: white;
}

#decoration_body #decoration_content
{
    float: right;
	width: 674px;
	height: 33px;
	background: #31465c url(../images/content_top.gif) repeat-x;
}


/* --------------left navigavtion------------- */
#navigation_main,
#navigation_main ul,
#navigation_main ul li
{
	float: left;
	width: 225px;
	display: inline;
	overflow: hidden;
}

#navigation_main p
{
    font-weight: bold;
}

#navigation_main ul 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #cccccc;
}

#navigation_main ul.nav0
{
	border-bottom: 1px solid #ffffff;
}

#navigation_main ul li 
{
	background: #eeeeee url(../images/sub_li.gif) repeat-y left top;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	list-style: none;
}

#navigation_main ul.nav0 li
{
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	margin-bottom: 1px;
}

#navigation_main ul.nav0 li.active,
#navigation_main ul.nav0 li.selected
{
    margin-bottom: 0;
}

#navigation_main ul.nav0 ul.nav1 li
{
	border-top: none;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 0;
	background: #ffffff url(../images/sub_li2.gif) repeat-y left top;
}

#navigation_main li a, 
#navigation_main li a:link,
#navigation_main li a:visited,
#navigation_main li a:active 
{
	float: left;
	width: 190px;
	text-decoration: none;
	color: #104e6e;
	padding: 4px 0px 4px 35px;
}

#navigation_main ul.nav0 li a:hover
{
    color: #21719a;
}

#navigation_main ul.nav0 li.selected,
#navigation_main ul.nav0 li.active
{
	background: #004577 url(../images/sub_li_sel.gif);
}

#navigation_main ul.nav0 li.selected a,
#navigation_main ul.nav0 li.selected a:link,
#navigation_main ul.nav0 li.selected a:visited,
#navigation_main ul.nav0 li.selected a:active,
#navigation_main ul.nav0 li.active a,
#navigation_main ul.nav0 li.active a:link,
#navigation_main ul.nav0 li.active a:visited,
#navigation_main ul.nav0 li.active a:active 
{
    color: #ffffff;
}

#navigation_main ul.nav0 li a:hover
{
    color: #21719a;
}

#navigation_main ul.nav0 li.selected a:hover,
#navigation_main ul.nav0 li.active a:hover
{
    color: #eeeeee;
}

#navigation_main ul.nav0 ul.nav1 li a,
#navigation_main ul.nav0 ul.nav1 li a:link,
#navigation_main ul.nav0 ul.nav1 li a:visited,
#navigation_main ul.nav0 ul.nav1 li a:active 
{
	color: #666666;
	font-weight: normal;
}

#navigation_main ul.nav0 ul.nav1 li.selected a,
#navigation_main ul.nav0 ul.nav1 li.selected a:link,
#navigation_main ul.nav0 ul.nav1 li.selected a:visited,
#navigation_main ul.nav0 ul.nav1 li.selected a:active
{
	font-weight: bold;
	background: none;
}

#navigation_main ul.nav0 ul.nav1 li a:hover,
#navigation_main ul.nav0 ul.nav1 li.selected a:hover,
#navigation_main ul.nav0 ul.nav1 li.active a:hover
{
    color: #222222;
}

#navigation_main div.bottom
{
    float:left;
	width: 225px;
	height: 100px;
	background: url(../images/sub_bottom.gif) no-repeat left top;
}

/* ----------- breadcrumbs --------------------------- */
#navigation_breadcrumb
{
    float: left;    
    width: 674px;
	height: 18px;
	background: #e8e9ea url(../images/ariane.jpg) top left;
	border-left: 1px solid black;
    font-size: 10px;
	text-transform: lowercase;
	padding-top: 9px;
	color: #aaaaaa;
	overflow: hidden;
}

#navigation_breadcrumb ul 
{
    list-style-type: none;
	margin: 0 5px;
	padding: 0 0 0 15px;
}

#navigation_breadcrumb ul li
{
	float: left;
	padding-bottom: 10px;
}

#navigation_breadcrumb li a, 
#navigation_breadcrumb li a:link, 
#navigation_breadcrumb li a:visited, 
#navigation_breadcrumb li a:hover, 
#navigation_breadcrumb li a:active 
{
    text-decoration: none;
	padding-left: 12px;
	padding-right: 6px;
	color: #104e6e;
	background: url(../images/bullet.gif) 0 3px no-repeat;
}

#navigation_breadcrumb li a:hover 
{
	color:#21719a;
}

/* ----------- content body --------------------------- */
#content_body
{
    float: left;
	overflow: hidden;
	width: 472px;
	background-color: white;
	border-left: 1px solid #353535;
    padding-left: 16px;
    min-height: 500px;
}

#content_body.fullwidth
{
    width: 658px;
}

#content_title
{
    float: left;
    width: 674px;
	font-size: 18px;
	border-left: 1px solid #353535;
    background-color: white;	
}

#content_title h1
{
	float: left;
	width: 650px;
	height: 22px;
	border-bottom: 2px solid #345362;
	font-size: 18px;
	text-transform: uppercase;
	color: #7e7e7e;
	padding-left: 8px;
	background: #f0f0f0;
	padding-top: 24px;
	font-weight: normal;
	margin-left: 16px;
	display: inline;
}

#content
{
    float: left;
    width: 450px;
    background: white url(../images/text.gif) repeat-x left -50px;
    padding: 20px 16px 20px 8px;
}
#content_body.fullwidth #content
{
    width: 634px;
}

#content_body h1,
#content_body h2
{
	text-transform: uppercase;
	color: #104e6e;
	font-size: 13px;
	text-align: left;
	margin:10px 0px;
	border-bottom:1px solid #cccccc;
}

#content_body h3
{
	margin-top: 4px;
    font-size: 12px;
	color: #104e6e;
	font-weight: bold;
}

#content_body h4
{
	font-size: 11px;
    color: #104e6e;
    margin: 0;
	padding: 0;
}

#content_body h5
{
    clear: both;
	font-size: 11px;
	color: #104e6e;
	font-weight: normal;
}

#content_body h6
{
    clear: both;
	font-size: 10px;
	color: #104e6e;
	font-weight: normal;
}

#content_body p
{
	padding-bottom: 10px;
}

#content_body p.lead
{
	font-weight:bold;
	color:#003265;
}

#content_body p.claim
{
    clear: both;
	font-weight: bold;
	font-size: 2em;
	border-bottom: 2px solid black;
	padding: 3px 0;
	margin: 5px 5px 20px 0;
}


#content_body p.highlight
{
    clear: both;
	font-size: 1.6em;
	border-bottom: 1px solid black;
	padding: 3px 0;
	margin: 5px 5px 20px 0;
}

/*
#content_body p.highlight
{
    width: 200px;
    margin: 20px 10px;
    padding: 5px;
    border: 1px solid black;
}
*/

#content_body p.interview_abstract
{
    margin: 1em 90px;
    padding: 10px 0;
    width: 420px;
    text-align: center;
    font-size: 13px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

#content_body p.caption
{
    float: left;
    margin: 0 5px 10px 0;
    padding: 0;
}

#content_body p.caption img
{
    margin: 2px 5px 0 0;
    padding: 0;
}

#content_body h2.boardmembers
{
    margin-top: 50px;
}

#content_body img
{
    display: block;
    margin: 10px 0;
    padding: 0;
}

#content_body img.center
{
    margin-left: auto;
    margin-right: auto     
}

#content_body img.left
{
    float: left;
    margin: 5px 10px 5px 0;
	padding: 0;
}

#content_body img.right
{
    float: right;
   	margin: 3px 0 10px 10px;
	padding: 0;
}

#content_body img.boardmembers
{
    margin-top: 50px;
}

#content_body div.chart
{
    float: left;
    margin: 0 0 10px 0;
    padding: 0 50px 0 0;
}

#content_body div.chart p.caption
{
    border-bottom: 1px solid black;
    width: 130px;
}

#content_body div.chart span.chart
{
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
}

#content_body div.chart span.captions
{
    float: left;
    margin-left: 10px;
    margin-top: 45px;
}

#content_body span.captions p
{
    clear: both;
}

#content_body span.image
{
    float: left;
    width: 43%;
    padding: 0;
    border-bottom: 1px solid black;
}

#content_body span.image img
{
    width: 100%;
}

#content_body span.left
{
    margin-right: 10px;
}

#content_body span.right
{
    margin-left: 10px;
}

#content_body span.chart
{
    margin-right: 5px;
    padding: 0;
}

#content_body span.image img,
#content_body span.chart img
{
    float: none;
}

#content_body span.image p.caption
{
    font-size: 0.8em;
    margin: 0 0 3px 0;
    padding: 0;
}

#content_body span.chart p.caption
{
    font-size: 0.8em;
    margin: 0 0 3px 0;
    padding: 0;
}

#content_body ul,
#content_body ol
{
    clear: both;
    width: 100%;
	border-top: 1px solid #cccccc;
	margin: 20px 0px;
	text-align: left;
}

#content_body ul li
{
	list-style: none;
	background: url(../images/txt_bullet.gif) no-repeat left 7px;
	border-bottom: 1px solid #cccccc;
	padding: 3px 0px 3px 10px;
}

#content_body ol
{
    list-style-position: inside;
}

#content_body ol li
{
    list-style-type: decimal;
	border-bottom: 1px solid #cccccc;
	padding: 3px 0px 3px 10px;
}

#content_body a
{
	color:#104e6e;
}

#content_body a:hover
{
	color:#21719a;
}

#content_body span.lead,
#content_body span.blau
{
    display: block;
    clear: both;
    font-weight: bold;
    color: #303030;
}

#content_body span.bold
{
    font-weight: bold;
}

#content_body span.italic
{
    font-style: italic;
}

#content_body span.sup
{
    font-size: 8px;
}

#content_body div.notesdropdown select
{
    float: left;
    width: 100%;
}

#content_body div.signature {
    margin-right: 30px;
    float: left
}


/* additional info */
#sidebar
{

    float: left;
	width: 186px;
	overflow: hidden;
}

#sidebar div.context_downloads
{
    width: 178px;
}

#sidebar h2,
#sidebar h3
{
    float: left;
	width: 178px;
	background: #004577 url(../images/txt_col_h3.gif) left bottom;
	color: #ffffff;
	padding: 4px 4px 8px;
	margin-bottom: 1px;
	font-size: 11px;
	text-transform: lowercase;
}

#sidebar p
{
    width: 178px;
	padding: 8px 4px;
	font-size: 11px;
	color: #4c4c4c;
	border-bottom: 1px solid #e3e3e3;
	background: #eaedef;
}


#sidebar div.context_downloads ul
{
	list-style-type: none;
	margin: 5px 0 10px 0;
	padding: 0;
}

#sidebar div.context_downloads ul li
{
    margin: 5px 0 0 0;
}

#sidebar div.context_downloads a,
#sidebar div.context_downloads a:link,
#sidebar div.context_downloads a:visited,
#sidebar div.context_downloads a:hover,
#sidebar div.context_downloads a:active
{
	margin: 2px 12px;
	padding-left: 20px;
	background: url(../images/logo_pdf.gif) top left no-repeat;
	color: #104e6e;
	text-decoration: none;
}

#sidebar div.context_downloads a:hover
{
	color: #21719a;
}

/* -- Table design -- */
#content_body table
{
    font-size: 10px;
	width: 634px;
	margin: 20px 0;
	background: #cccccc;
	color: #6c6c6c;
	border-collapse: collapse;
	border: 2px solid #cccccc;
	text-align: left;
}

#content_body table thead th,
#content_body table tbody tr td.head
{
    font-size: 11px;
    font-weight: bold;
	color: #104e6e;
	padding: 4px;
	background: #dddddd;
	border: 2px solid #cccccc;
}

#content_body table thead th.left
{
    text-align: left;
}
#content_body table thead th.right
{
    text-align: right;
}
#content_body table tbody tr td
{
    border: 2px solid #cccccc;
}
#content_body table tbody tr td
{
	background: #eeeeee;
	padding: 4px;
}

/*
#content_body table tbody tr td.highlight
{
	font-weight: bold;
	background: #ffffff;
}
*/

#content_body table caption
{
    display: none;
}

#content_body table tbody td.left
{
    text-align: left;
}

#content_body table tbody td.right
{
    text-align: right;
}

#content_body table tbody td.center
{
    text-align: center;
}

#content_body table tbody td.noline
{
    border: none;
    line-height: 1px;
    background-color: none;
}

#content_body table thead th.note,
#content_body table tbody td.note
{
    text-align: center;
}

#content_body table tbody td.total
{
    font-size: 11px;
    background-color: #003265;
    font-weight: bold;
    color: white;
}

#content_body table tfoot td
{
    text-align: left;
}

/* Sitemap */
/*
div.sitemap ul,
div.sitemapshort ul {
	list-style-type: none;
	margin: 5px;
	padding-left: 5px;
}

div.sitemap ul li,
div.sitemapshort ul li {
  padding-left: 7px;
}

*/

#content_body table tbody td small
{
	display: block;
	clear: both;
}

#content_body table tbody td strong
{
	font-weight: bold;
	font-size: 1.1em;
}


/* -----------footer--------------------------- */
#footer
{
	clear: both;
	width: 900px;
	height: 60px;
	margin: 0 auto;
    padding: 0px 10px;
	background: url(../images/footer.gif);
}

#footer .decoration_left
{
	float: left;
	width: 226px;
	height: 43px;
	background: #eaedef url(../images/footer_left.gif);
}

#footer .decoration_right
{
	float: right;
	width: 674px;
	height: 43px;
	background: #ffffff url(../images/footer_right.gif) no-repeat left bottom;
}

#footer .decoration_right p
{
	float: left;
	font-size: 9px;
	color: #b7b7b7;
	margin-left: 24px;
	margin-top: 30px;
	text-transform: uppercase;
}

#footer .decoration_right a
{
	text-decoration: none;
	color: #888888;
}

#footer .decoration_right a:hover
{
	color: #666666;
}

#groupcompanies h3
{
    display: none;
}

#addresses h2
{
    clear: both;
}  

#addresses h3
{
    text-transform: uppercase;
}


#addresses div.address
{
    float: left;
    height: 150px;
    margin: 10px 50px 30px 0;
    
}

#addresses div.address p
{
    padding: 0;
    margin: 0;
}

table#AR_Primary_segment,
table#AR_Primary_segment td,
table#AR_Primary_segment th
{
    font-size: 9px !important;
}


table#Employee1,
table#Employee2
{
    margin-right: 5px;
    width: 43%;
    float: left;
    clear: right;
}

table#Employee1 tfoot
{
    display: none;
}

span#portrait_kudelski
{
    margin-bottom: 30px;
}

span#portrait_kudelski_fra
{
    margin-bottom: 15px;
}

table#gem_members
{
    text-align: left;
}
