/* @override 
	http://www.etmsonline.com/c/reset.css
	http://www.etmsonline.com/c/layout.css
	http://www.etmsonline.com/GER/c/layout.css
*/

/* Basic CSS Layout File, written by martin adelstein (C)2009 www.designpraxis.de, www.the-set.com */

body {
	background: #002c49 url(../i/etms_background.png) top center no-repeat;
	font-size: 80%;
	margin: 20px;
	font-family: "Helvetica Neue", Arial
}

#wrapper {
	width: 995px;
	margin: 0 auto;
	text-align: center;
	background: #f1f1f2 url(../i/wrapper_background.png) repeat-x left top;
	border-bottom: 1px solid #333;
	border-top: 1px solid #fff;
	position: relative;
	top: 0;
	left: 0;
	color: #e6e6e7;
}

/* @group Menue and Interface */

#logo {
	margin-top: 8px;
	margin-bottom: 18px;
	margin-left: 16px;
}

div#logo a {
	float: left;
	border: none;
	background-image: url(../i/logo1.gif);
	background-color: transparent;
	display: block;
	width: 247px;margin-top: 20px;
	height: 51px;outline: none;
	text-indent: -9999px;
}

div#fmenu {
	float: right;
	margin-top: 0px;
	margin-right: 15px;
}

div#fmenu ul li {
	list-style-type: none;
	text-align: right;
}

div#fmenu ul li a {
	text-decoration: none;
	color: #666;
	text-shadow: #fff 0 1px 1px;
	font: bold 0.86em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#fmenu ul li a:hover {
	text-decoration: underline;
	color: #666;
}

div#menu {
	text-align: left;
	clear: both;
	font-weight: bold;
	width: 981px;
	border: 1px solid silver;
}

div#menu {
	background-repeat: repeat-x;
	background-image: url(../i/mainmenu_back.png);
	background-color: #d7d7d7;
	padding: 0;
	margin: 0 0 0 7px;
	display: block;
	height: 60px;
}

div#menu ul {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

div#menu ul li {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 110px;
}

div#menu ul#secNav li {
	float: right;
}

div#menu ul li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 0.8em/120% "HelveticaNeue", Helvetica, Arial;
	margin-left: 0;
	display: block;
	border-right: 1px solid #ddd;
	padding-left: 15px;
	padding-top: 10px;
	height: 50px;
}

#secNav li.last a {
	background: url(../i/flag_G.png) no-repeat left 8px;
	padding-left: 40px;
	display: block;
	padding-right: 5px;
}
ul#secNav.uk li.last a {
	background: url(../i/flag_UK.png) no-repeat left 8px;
	padding-left: 40px;
	display: block;
	padding-right: 5px;
}
#secNav li.last a:hover {
	background: url(../i/flag_G.png) no-repeat left 8px;
	padding-left: 40px;
	display: block;color:#333
	padding-right: 5px;
}
#secNav .uk li.last a:hover{
	background: url(../i/flag_UK.png) no-repeat left 8px;
	padding-left: 40px;
	display: block;color: #333;
	padding-right: 5px;
}
div#menu ul li a:hover {
	background: gray url(../i/menu_back_hover.png) repeat-x;
}

div#menu ul li a:active {
	background: navy url(../i/mainmenu_back_active.png) repeat-x;
}

div#menu ul li.active a {
	background: navy url(../i/mainmenu_back_active.png) repeat-x;
}

/* @end */

/* @group Header & Transparencies */

div#container {
	position: relative;top: 0;letter-spacing: 0
}

div#headercontainer.innerfade img{
	position: relative;top: 0;left: 0;letter-spacing: 0;
}

h1#transparentheader {
	position: absolute;
	top: 20%;
	left: 20px;
	width: 50%;
	height: 60%;
	color: white;
	text-align: left;
	background: url(../i/transparent_header.png) repeat;
	bottom: 5%;
	padding: 15px;
	z-index: 250;
	font: 1.4em/100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#transparentheader em {
	display: block;
	font: normal normal 0.7em/15px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 85%;
}

#transparentheader strong {
	display: block;
	line-height: 140%;
	font-size: 2em;
}
h1#transparentheader a{
	color: #fff;
	font-weight: bold;
}

/* @end */

/* @group Content Main */

#contentMain {
	text-align: left;
	padding: 15px 15px 0;clear: both;
}

#contentMain h1 {
	color: #999;
	float: left;
	margin-right: 0.5em;
	margin: 0;
	text-shadow: #fff 0 1px 0;
	font: bold 5em/95% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#contentMain h2 {
	color: #aaa;
	float: left;
	width: 50%;
	border-left: 1px solid #aaa;
	padding-left: 0.5em;
	text-transform: uppercase;
	margin: 0.15em 0.15em 0.15em 0.5em;
	text-shadow: #fff 0 1px 0;
	text-align: left;
	font: bold 1.4em/150% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#contentMain h3 {
	color: #666;
	text-align: left;
	margin: 5px 0;
	text-shadow: #fff 0 1px 0;
	clear: both;
	font: 2em/128% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 70%;
}

#contentRight h3 {
	width: 90%;
}

#contentMain h3 strong {
	font-weight: bold;
	color: #666;
}

#contentMain h3.title {
	width: 100%;
	clear: both;
	padding-top: 1em;
	padding-bottom: 1em;
	display: block;
	line-height: 130%;
	color: #666;
}

#contentMain p strong {
	color: #666;
	display: block;
}

#contentMain h4 {
	color: #888;
	width: 70%;
	font: bold 1em/1.6em "Helvetica Neue", Verdana, Helvetica, Geneva, sans-serif;
	margin-bottom: 15px;
	padding-bottom: 0;
	margin-top: 10px;
	padding-top: 0;
}

#contentRight h5 {
	color: #555;
	width: 70%;
	margin-bottom: 0;
	margin-top: 0;
	font: bold 0.86em/100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#contentMain p {
	color: #666;
	width: 70%;
	text-align: left;
	font: 0.9em/195% "Lucida Grande", Lucida, Verdana, sans-serif;
}

#contentMain p.small {
	color: #666;
	line-height: 140%;
	font-size: 0.80em;
}

#contentRight ul li a {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
	font-style: normal;
}

#contentRight ul li a:hover {
	color: #333;
}

#contentMain img.floatleft{
	float: left;margin-right: 15px;
}
#contentMain img.floatright{
	float: right;margin-left: 15px;
}

#contentMain ul {
	border: 1px solid #ccc;
	width: 60%;
	padding: 20px;
	list-style-type: disc;
	list-style-position: inside;
	opacity: 1;
	color: #eee;
	background: #9a9a9a url(../i/mainmenu_back.png) repeat-x;
	margin-left: 0em;
	text-indent: -1em;
	border-bottom: 1px solid #888;
	border-top: 1px solid #bbb;
}
#contentMain ul li ul{
	border: none;background: none;padding: 0;
}

#contentMain ul li ul li{
	font-size: 1em;
	list-style-type: square;
}
#contentMain ul li {
	color: #f0f0f0;
	font: 0.9em/150% "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 10px;
	margin-left: 1em;
}

#contentRight p {
	width: 90%;
}

#contentRight a.facethumb img {
	float: left;
	margin: 5px;
	border: 1px solid #aaa;
}

/* @end */

/* @group Mainpage Features */

div#contentFeatures {overflow:hidden;
	zoom:1;
	word-wrap:break-word;

	padding: 20px;margin-bottom: 15px;border-bottom: 1px solid #d0d0d0;
}

#features div.feature1 {
	float: left;
	width: 20%;
	display: block;
	background: #b2b2b2 url(../i/feature_back.png) repeat-x;
	color: #fff;
	margin-left: 6px;
	margin-right: 6px;
}

#features div.feature1 h1 {
	font: bold 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;float: none;
	margin: 10px;
	color: #fff;
	text-shadow: #666 0 1px 1px;
	display: block;
	width: 100%;
	clear: both;
}

div#features div.feature1 p {
	margin: 10px;
	color: #fff;
	font: 0.86em/130% "Lucida Grande", Lucida, Verdana, sans-serif;
	float: none;
}

/* @end */

/* @group shareholder */

#projects li img {
float:left;margin-right: 10px;display: block;
}

#projects li a img{
	border: none;
}

#projects li h4 {
	color: #666;
	text-shadow: #fff 0 1px 0;
	font-weight: bold;
	font-size: 0.9em;
	margin: 10px 0 5px 5px;
}

#projects li a {
	color: #002c49;
	font: bold 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

#projects li a:hover {
	color: #002c49;
	font: bold 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: underline;
}

ul#projects.slidingPanelsActivated p {
	width: 90%;
	font-size: 0.76em;
	margin: 0;
	line-height: 166%;
	font-weight: bold;
}

div#shareHolder {
	height: 120px;
	clear: both;
	text-align: left;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	background-image: url(../i/gray_footer.png);
	width: 923px;
	margin: 0 0 0 15px;
}

div#shareHolder div {
	position: absolute;
	top: 0;
	right: 0;
	color: #ddd;
	width: 720px;
	padding-left: 0;
	margin-top: 1.0em;
	margin-right: 16px;
}

div#shareHolder div p {
	width: 95%;
	margin: 0;
	padding: 0;
	color: #666;
	font: bold 0.8em/160% "Lucida Grande", Lucida, Verdana, sans-serif;
}

#shareHolder div h1 {
	color: gray;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 0.15em;
	text-shadow: #fff 0 1px 1px;
	margin-bottom: 0;
	font: bold 1.4em/130% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#shareHolder .button {
	display: block;
	width: 148px;
	height: 50%;
	font: bold 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: gray;
	text-decoration: none;
}

div#shareHolder a.button span {
	padding-top: 10%;
	display: block;
	margin-left: 20px;
	text-shadow: #fff 0 1px 1px;
}

div#shareHolder p a:hover {
	color: #000;
	text-decoration: underline;
}
div#shareHolder p a {
	color: #000;
	text-shadow: #fff 0 1px 1px;
	text-decoration: none;
}

div#shareHolder a.button:hover {
	color: #000;
}

#shareHolder div.footerbuttons {
	background-image: url(../i/select_footer_up.png);
	width: 217px;
	height: 161px;
	margin: 0;
	padding: 0;
}

#shareHolder div.footerbuttons.down {
	background-image: url(../i/select_footer_down.png);
	width: 217px;
	height: 161px;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group disclaimer */

#disclaimer {
	text-align: left;
	color: #bbb;
	font: 1em "LucidaGrande" normal;
	background: #dadada url(../i/wrapper_background.png) repeat-x left bottom;
	clear: both;
	padding-top: 0;
	padding: 0;
}

#disclaimer p {
	margin: 0;
	width: 80%;
	padding: 20px;
	font-size: 0.76em;
	line-height: 145%;
}

#disclaimer ul {
	margin: 0;
	padding: 0 0 0 25px;
}

#disclaimer ul li {
	float: left;
	list-style-type: none;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
	font-size: 0.76em;
}

#disclaimer ul li a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

#disclaimer ul li a:hover {
	color: #000;
	text-decoration: none;
}

/* @end */

div#slider {
	clear: both;
	padding: 0;
	padding-left: 0;
	margin-bottom: 2em;
	margin-left: 0;
	margin-right: 0;
}

div#slider ul {
	background: none;
	border: none;
	text-indent: 0;
}

h1#sliderheader {
	display: block;
	text-align: left;
	border-top: 1px solid #ccc;
	width: 100%;
	font-size: 1.6em;
	padding: 0.5em 0 0.5em 0;
	text-indent: 15px;
	color: #aaa;
	text-transform: uppercase;
}

/* @group sidemenue */

dl#sidemenue {
	width: 250px;
	float: left;
	display: block;
	top: 0;
	right: 0;
	background: url(../i/accordion_back.png) 0 40px;
	min-height: 200px;
	padding-bottom: 20px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	left: 20px;
	padding-top: 0;
	margin: 0;
}

div#contentRight {
	float: left;
	width: 690px;
	border-left: 1px solid #ddd;
	padding-left: 20px;
	padding-bottom: 4em;
}

#sidemenue dd {
	color: #888;
	font: bold 1em/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	padding: 0;
	margin: 0;
}

#sidemenue dd a {
	color: #999;
	background: url(../i/accordion-button.png) no-repeat right center;
	display: block;
	display: block;
	text-decoration: none;
	text-indent: 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	font: bold 0.8em/3.6em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#sidemenue dd a:hover {
	color: #666;
	display: block;
	background: url(../i/accordion-hover.png) repeat-x;
}

#sidemenue dd a:hover span {
	background: url(../i/accordion-hover_button.png) no-repeat right center;
	display: block;
}

#sidemenue dd a:active {
	color: #fff;
	display: block;
	background: url(../i/accordion-active.png) repeat-x left center;
}

#sidemenue dd a:active span {
	background: url(../i/accordion-active-button.png) no-repeat right center;
}

#sidemenue dd.active a {
	color: #fff;
	display: block;
	background: url(../i/accordion-active.png) repeat-x left center;
}

#sidemenue dd.active a span {
	background: url(../i/accordion-active-button.png) no-repeat right center;
	display: block;
}

#sidemenue dt {
	padding: 0 0 0 15px;
	margin: 0;
	background: #ededed url(../i/wrapper_background.png) repeat-x 0 top;
	color: #666;
	letter-spacing: -1px;
	text-shadow: #fff 0 1px 1px;
	font: bold 1.4em/3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #ccc;
}

#sidemenue dt a {
	color: #666;
}



* @end */

/* @group Search */

#facebox div.popup table tbody tr td.body div.content h1 {
	color: gray;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#facebox div.popup table tbody tr td.body div.content ul.LSM_0 li {
	float: left;
	width: 170px;
	display: block;
	font-weight: bold;
	margin: 10px;
}

#sitemap ul.LSM_0 li ul.LSM_1 li {
	background: none;
	border-right-style: none;
}

#sitemap ul.LSM_0 li ul.LSM_1 li a {
	font-weight: normal;
	font-style: normal;
	color: #666;
}

#search h1 {
	color: #aaa;
	font: 2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #fff 0 0 01px;
}

#ajaxSearch_submit {
	text-align: center;
	color: white;
	text-indent: -1000px;
	font: 0.1px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 88px;
	height: 25px;
	background: url(../i/button_gray.gif) -1px 0;
}

/* @end */

/* @group Crumbs
 */

#wrapper span.B_crumbBox {
	text-align: left;
	display: block;
	margin-left: 20px;
	margin-top: 10px;
	color: #999;
}

#wrapper span.B_crumbBox a.B_crumb {
	color: #666;
	font: bold 0.75em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

#wrapper span.B_crumbBox span.B_lastCrumb span.B_currentCrumb {
	color: #aaa;
	font: bold 0.75em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

#contentRight p img {
	position: relative;
	left: 0;
	padding: 0;
	margin: 0;
}

label {
	color: #666;
}

input {
	margin-bottom: 2em;
	display: block;
}

#kontaktform div {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

#kontaktform div.formCol1 {
	margin: 0;
	background: #9a9a9a url(../i/mainmenu_back.png) repeat-x;
	border-bottom: 1px solid #666;
}

#kontaktform div.formCol2 {
		background: #f1f1f2 url(../i/wrapper_background.png) repeat-x left top;
	border-top: 1px solid #fff;
	padding-bottom: 25px;
	margin-bottom: 10px;
	border-bottom: 1px solid #aaa;
}

#kontaktform h3 {
	width: 100%;
	margin-bottom: 25px;
}

#kontaktform div.formCol1 label{
	font-size: 1.3em;
	font-weight: bold;
	color: #111;
	text-shadow: #fff 0 1px 1px;
	line-height: 1.7px;
	padding: 10px;
	margin-top: 10px;
	display: block;
}

form#kontaktform {
	width: 60%;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}

#kontaktform div.formCol2 textarea {
	background-color: #ffffff;
	border: 1px solid #ddd;
}

#wrapper span.B_crumbBox span.B_firstCrumb a.B_homeCrumb {
	color: #000;
	font: bold 0.75em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

/* @end */

/* @group NEWS */

#contentMain div.dittonews{
	border-top: 1px solid #ccc;
}
#contentMain div.dittonews h1 {
	font-size: 2em;
}

#contentMain div.dittonews h2 {
	font-size: 1em;
	line-height: 110%;
	color: #666;
}

#contentMain div.dittonews h3 {
	font-size: 1.4em;
	line-height: 150%;
}

#contentMain div.dittonews h3 a {
	font-weight: normal;
	font-style: normal;
	color: navy;
	text-decoration: none;
	border-top-style: none;
}

#contentMain div.dittonews a.dittoa {
	color: navy;
	text-decoration: none;
	font: normal bold 0.75em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #fff 0 1px 0;
	margin-bottom: 25px;
	display: block;
}
#contentMain div.dittonews a.dittoa:hover{
	text-decoration: underline;
}
#contentMain div.dittonews p {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	line-height: 150%;
	color: #666;
}

#contentMain div.dittonews.single{
	border: none;
	margin-bottom: 50px;
	margin-left: 0;
	margin-right: 0;
}

/* @end */

table#filedownload {background: #9a9a9a url(../i/mainmenu_back.png) repeat-x;
	width: 100%;
	padding: 15px;
	margin-bottom: 25px;
}

#filedownload tbody tr td a {
	color: #fff;
	background: url(../i/pdf_icon.png) no-repeat left center;
	text-indent: 41px;
	height: 48px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#filedownload tbody tr td {
	line-height: 2;
}

#filedownload tbody tr th {
	color: #555;
	text-shadow: #ddd 0 1px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 3;
	font-size: 1.4em;
}