* {
	margin: 0px;
	padding:0px ;
	font-size: 13px;
	font-family: "Trebuchet MS",sans-serif;
	color: #393A3D;
}

html, body {
	height: 100%;
	background-color: #BFD4DB;
}

body {
}

.clear {
	clear: both;
}

#header {
	background-image: url("../img/bg_header.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
	text-align: center;
}

#logoImage a img,
#langNav ul li a img,
#leftContent a img {
	border: none;
}

#langNav {
	float: right;
	width: 130px;
	margin-top: 1px;
	text-align: right;
}

#langNav ul {
	list-style-type: none;
	margin-top: 0px;
}

#langNav ul li {
	display: inline;
	margin-left: 5px;
	padding-top: 7px;
	font-size: .9em;
}

#langNav ul li img {
	margin-top: 10px;
}

#langNav ul li.active {
	background-image: url("../img/langAct_2.gif");
	background-repeat: no-repeat;
	background-position: 5px 0px;
	color: #000000;
}

#langNav ul li.active {
	color: #000000;
}

#logo {
	width: 984px;
	background-image: url("../img/bg_logo.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0 auto;
	padding: 137px 0px 50px 0px;
	padding: 50px 0px 50px 0px;
	text-align: left;
}

#container {
	width: 983px;
	border-left: 1px solid #5B5B5B;
	margin: 0 auto;
}


#topNav ul {
	list-style-type: none;
	margin: 0px 0px 0px 50px;
	padding: 18px 0px 0px 0px;
	width: 933px;
}

#topNav ul li {
	display: inline;
	border-left: 1px solid #5B5B5B;
	padding: 0px 30px 10px 5px;
}

#topNav ul li.active a {
	color: #000000;
}

#main {
	margin-top: 30px;
}

#left {
	float: left;
	display: inline;
	width: 230px;
	margin-left: 12px;
	padding-top: 30px;
}

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

#left ul li {
	display: block;
	padding-left: 14px;
	background-image: url("../img/bg_navItem.gif");
	background-repeat: no-repeat;
	background-position: 0px 9px;
	line-height: 1.4em;
	color: #000000;
}

#left ul li.sub {
	background-image: url("../img/bg_navItemSub.gif");
	background-repeat: no-repeat;
	background-position: 0px 9px;
}

#left ul li ul {
	margin: 11px 0px 0px -4px;
	padding-bottom: 5px;
}

#left ul li ul li {
	background-image: url("../img/bg_subNav_lv_2.gif");
	background-repeat: no-repeat;
	background-position: 0px -6px;
}

#left ul li ul li.sub {
	background-image: url("../img/bg_navItemSub_lv_2.gif");
	background-position: 0px 0px;
}

#left ul li ul li.last {
	background-image: url("../img/bg_subNav_lv_2_last.gif");
}

#leftContent {
	margin-top: 50px;
}

#leftContent .partner {
	text-align: center;
	font-size: .8em;
	padding-bottom: 15px;
}

#leftContent .partner a {
	font-size: 1em;
}


#leftContent .partner a img {
	margin-bottom: 5px;
}

#right {
	float: right;
	display: inline;
	width: 720px;
	margin-top: 30px;
}

#printHeader {
	border-top: 1px solid #5B5B5B;
	text-align: right;
	margin-top: 40px;
	padding-top: 2px;
}

#printHeader #metaNav {
	float: left;
	color: #888888;
}

#printHeader #metaNav a {
	font-size: 0.9em;
}

#printHeader a img {
	margin-bottom: 3px;
	border: none;
}

#footer {
	clear: both;
	/*
	background-image: url("../img/bg_bodyBottom.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
	*/
	height: 20px;
}

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

a:hover {
	color: #000000;
}

a.active {
	color: #000000;
}

#logoImage a {
	color: #303435;
}

/*** HEADLINES ***/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0px;
}

h1 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 1em 0em 0.8em 0em;
}

h2 {
	line-height: 1.2em;
	font-size: 1.2em;
	margin: 0.9em 0em 0.8em 0em;
}

h3 {
	line-height: 1.1em;
	font-size: 1.1em;
	margin: 0.8em 0em 0.7em 0em;
}

h4 {
	line-height: 1em;
	font-size: 1em;
	margin: 0.7em 0em 0.6em 0em;
}

.csc-firstHeader {
	margin-top: 0px;
}

.csc-textpic-caption {
	font-size: .8em
}

.csc-textpic-caption a {
	font-size: 1em
}

p, p.bodytext {
	margin-bottom: 1.3em;
}

#right ul {
	margin-left: 30px;
	margin-bottom: 1.3em;
}

#right ul li {
	margin-bottom: 5px;
}

/*** TEASER ***/
.teaser {
	clear: both;
}

.teaserHeader {
	font-weight: bold;
}

.teaserText {
	margin-bottom: 20px;
}

.teaserContent {
	display: none;
}

a.teaserLink_content {
	white-space: nowrap;
	padding-left: 10px;
	margin-left: 10px;
	background-image:url("../img/show.gif");
	background-position:left center;
	background-repeat: no-repeat;
	color: #888888;
	text-decoration: none;
}

a.teaserLink_content:hover {
	padding-left: 15px;
	margin-left: 5px;
	background-image:url("../img/show_1_over.gif");
	color: #000000;
}

a.open {
	background-image:url("../img/collapse.gif");
	background-position:right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	margin-bottom: 20px;
	margin-top:-20px;
}

a.open:hover {
	background-image:url("../img/collapse_over.gif");
}

a.teaserLink_page {
	white-space: nowrap;
	text-decoration: none;
	color: #888888;
	padding-left: 14px;
	margin-left: 10px;
	background-image:url("../img/more.gif");
	background-position:left center;
	background-repeat: no-repeat;
}

a.teaserLink_page:hover {
	color: #000000;
	background-image:url("../img/more_over.gif");
	background-position:left center;
	background-repeat: no-repeat;
}

a.teaserLink_ext {
	white-space: nowrap;
	text-decoration: none;
	color: #888888;
	padding-left: 16px;
	margin-left: 10px;
	background-image:url("../img/ext.gif");
	background-position:left center;
	background-repeat: no-repeat;
}

a.teaserLink_ext:hover {
	color: #000000;
	background-image:url("../img/ext_over.gif");
	background-position:left center;
	background-repeat: no-repeat;
}

.open {
	display: block;
	text-align: right;
}
