/*
 * Author: Joachim Wittmann
 * Copyright (C) Joachim Wittmann, 2009
 */

/* custom */

html {
	overflow-y: scroll;
}
body {
	background-color: #ffffff;
}

/* layout */
#outerContainer {
	background-color: #ffffff;
	padding: 3px 0 3px 0;
}
#innerContainer {
	background-color: #dfdfdf;
	
	margin: 0 3px 0 3px;
}
#header {
	background-color: #ffffff;
	
	height: 80px;
	width: 954px;
	
	position: relative;
}
#header img {
	padding: 15px 0 15px 0;
}
#header #langContainer {
	bottom: 12px;
	left: 12px;
	
	margin: 0;
	padding: 0;
	
	position: absolute;
	
	font-size: 14px;
	font-weight: bold;
}
#header #langContainer a,
#header #langContainer a:focus,
#header #langContainer a:active {
	color: #000000;
	text-decoration: none;
}
#header #langContainer a:hover {
	color: #039240;
	text-decoration: none;
}
#header #langContainer .de {
	background-image: url(../../images/flag_de.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 4px;
	padding-left: 26px;
}
#header #langContainer .en {
	background-image: url(../../images/flag_gb.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 4px;
	padding-left: 26px;
	margin-left: 20px;
}
#nav {
	background-image: url(../images/bg_nav.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	
	height: 32px;
	width: 954px;
	
	position: relative;
	
	margin: 0;
	padding: 0;
	
	z-index: 10;
}
#contentBody {
	background-image: url(../images/bg_contentBody.gif);
	background-position: top;
	background-repeat: repeat-y;
	
	margin: 6px 0 6px 0;
}
#column1 {
	margin: 0 6px 0 6px;
}
#content1 {
	background-image: url(../images/content1_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 6px 6px 6px;
	
}
#column2 {
}
#content2 {
	border-top: 1px solid #cccccc;
	margin: 0 6px 0 12px;
	padding: 9px 6px 6px 6px;
}
#footer {
	background-color: #039240;
	border-top: 3px solid #ffffff;
	color: #ffffff;
	text-align: center;
	
	height: 32px;
	width: 954px;
	
	line-height: 32px;
}

/* fonts */
body, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	color: #000000;
	font-size: 12px; /* 100.01% */
	text-align: left;
}
input, textarea, select {
	color: #000000;
	font-size: 12px; /* 99% */
}

h1 {
	font-size: 20px; /* 166.67% */
	font-weight: bold;
	
	border-bottom: 2px solid #000000;
	padding-bottom: 5px;
}
h2 {
	color: #039240;
	font-size: 18px; /* 150% */
	font-weight: bold;
}
h3 {
	font-size: 18px; /* 150% */
	font-weight: bold;
	
	margin-bottom: 10px;
}
h4 {
	font-size: 16px; /* 133.33% */
	font-weight: bold;
}
#content1 h4 {
	color: #000000;
	margin-bottom: 6px;
	
	height: 32px;
	line-height: 32px;
}
#content2 h4 {
	color: #ffffff;
	background-color: #039240;
	margin-bottom: 10px;
	padding: 0 10px 0 10px; 
	
	height: 32px;
	line-height: 32px;
}
h5 {
	font-size: 14px; /* 116.67% */
	font-weight: bold;
	
	margin-bottom: 5px;
}
h6 {
	font-size: 14px; /* 116.67% */
	font-weight: normal;
}
small {
	font-size: 10px; /* 80% */
	font-style: normal;
	font-weight: normal;
}

/* links */
a, a:focus, a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #039240;
	text-decoration: underline;
}

/* footer links */
#footer a, #footer a:focus, #footer a:active {
	color: #ffffff;
	text-decoration: none;
	padding: 2px;
}
#footer a:hover {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	padding: 2px;
}

/* spacer */
/* <div class="spacer" style="height: ?"><hr /></div> */
.spacer hr {
	display: none;
}

/* line (hr) */
/* <div class="line"><hr /></div> */
.line {
	border-top: 1px solid #999999;
	margin: 10px 0 10px 0;
}
.line hr {
	display: none;
}

/* slidemenu */
.slidemenu {
	font-weight: bold;
	
	position: absolute;
	bottom: 2px;
	
	margin: 0;
	padding: 0;
}
.slidemenu ul {
	list-style-type: none;
	
	margin: 0;
	padding: 0;
}
.slidemenu ul li {
	display: inline;
	float: left;
	position: relative;
	
	margin: 0;
	padding: 0;
}
.slidemenu ul li a,
.slidemenu ul li span {
	display: block;
	padding: 6px 12px;
}
.slidemenu span {
	cursor: default;
}
.slidemenu ul .tab {
	background: url(../images/tab_right.gif) no-repeat right top;
	margin-left: 6px;
}
.slidemenu ul li .tablink {
	background: url(../images/tab_left.gif) no-repeat left top;
}
.slidemenu ul li .tablink em {
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: right center;
	
	/* display: block; */
	
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	
	padding-right: 15px;
}

* html .slidemenu ul li a,
* html .slidemenu ul li span { /* IE6 hack to get sub menu links to behave correctly */
	display: inline-block;
}
.slidemenu ul li a:link, .slidemenu ul li a:hover, .slidemenu ul li a:visited {
	color: #000000;
	text-decoration: none;
}
.slidemenu ul li ul {
	border-bottom: 1px solid #cccccc;	
	display: block;
	left: 0;
	position: absolute;
	visibility: hidden;
}
.slidemenu ul li ul li {
	display: list-item;
	float: none;
}
.slidemenu ul li ul li ul {
	top: 0;
}
.slidemenu ul li ul li a,
.slidemenu ul li ul li span {
	background: #f8f8f8;
	border-top: none;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	width: 180px; /* width of sub menus */
	margin: 0;
	padding: 6px;
}
.slidemenu ul li ul li span em {
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
	
	display: block;
	
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	
	padding-right: 15px;
}
.slidemenu ul li ul li a:hover {
	color: #039240;
	background: #ffffff;
}
/* css classes applied to down and right arrow images */
.downarrowclass {
	position: absolute;
	top: 10px;
	right: 8px;
}
.rightarrowclass {
	position: absolute;
	top: 10px;
	right: 6px;
}

/* submenu */
#submenu {
	list-style: none;
	margin: 0;
	padding: 0;
}
#submenu li {
	margin: 0;
	padding: 4px 0 0 0;
}
#submenu a,
#submenu a:focus,
#submenu a:active {
	color: #000000;
	text-decoration: none;
}
#submenu a:hover {
	color: #000000;
	text-decoration: underline;
}
#submenu strong a,
#submenu span a {
	background-image: url(../images/arrow_right.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	
	padding-left: 10px;
}
#submenu .highlight,
#submenu .highlight:focus,
#submenu .highlight:active {
	background-image: url(../images/arrow_right_039240.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	
	color: #039240;
	text-decoration: none;
	
	padding-left: 10px;
}
#submenu .highlight:hover {
	color: #039240;
	text-decoration: underline;
}
#submenu .subitem,
#submenu .subitem:focus,
#submenu .subitem:active {
	background-image: url(../images/arrow_turn_right.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	
	color: #000000;
	text-decoration: none;
	
	padding-left: 12px;
}
#submenu .subhighlight,
#submenu .subhighlight:focus,
#submenu .subhighlight:active {
	background-image: url(../images/arrow_turn_right_039240.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	
	color: #039240;
	text-decoration: none;
	
	padding-left: 12px;
}
#submenu .subhighlight:hover {
	color: #039240;
	text-decoration: underline;
}

/* messagebox */
.messagebox {
	font-size: 14px;
	font-weight: bold;
	
	background-color: #eeeeee;
	background-image: url(../../images/attention.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	border-top: 1px dotted #039240;
	border-bottom: 1px dotted #039240;
	margin-top: 10px;
	padding: 5px 5px 5px 40px;
}

.messageboxAccept {
	background-color: #d9f9d9;
	background-image: url(../../images/accept.png);
	background-repeat: no-repeat;
}
.messageboxError {
	background-color: #ffffcc;
	background-image: url(../../images/exclamation.png);
	background-repeat: no-repeat;
}
.messageboxDefault {
	background-color: #ddeeff;
	background-image: url(../../images/information.png);
	background-repeat: no-repeat;
}
.messageboxAccept, .messageboxError, .messageboxDefault {
	background-position: 10px 50%;
	border-top: 1px solid #d0d0d0;
	margin: 6px;
	padding: 5px 5px 5px 40px;
	
	line-height: 18px;
	zoom: 1; /* important for IE6 */
}

/* form-elements */
.formlayout {
	width: 100%;
}
.formlayout th, .formlayout td {
	padding: 4px 0 4px 0;
	white-space: nowrap;
}
.formlayout th {
	font-weight: bold;
	text-align: left;
}
.formlayout ul {
	list-style-type: none;
}
.formlayout ul, .formlayout li {
	margin: 0;
	padding: 0;
}
.formlayout label {
	white-space: nowrap;
}
.formlayout em, .highlight {
	color: #ff0000;
	font-style: normal;
}
.formlayout input, .formlayout textarea, .formlayout select {
	border: none;
	margin: 0;
	padding: 0;
}
.formlayout select {
	background-color: #dddddd;
}
.formlayout .button {
	background-color: #cdcdcd;
	background-image: url(../../images/bg_button.gif);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px outset #ffffff;
	cursor: pointer;
}
.formlayout div {
	border: 1px solid #666666;
	float: left;
	padding: 2px;
}
#failure {
	display: none;
	margin-bottom: 10px;
}
#failure ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#failure li {
	color: #ff0000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* picture */
.pictureContainer {
	float:left;
	margin: 0 20px 20px 0;
	position: relative;
}
.pictureContainer .picture {
	background-color: #ffffff;
	border: 1px solid #999999;
	padding: 1px;
}
.pictureContainer cite {
	bottom: 2px;
	right: 2px;
	
	margin: 0;
	padding: 0;
	
	position: absolute;
}

/* icons */
.iconImage {
	background-image: url(../../images/file_picture.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 1px;
	padding-left: 24px;
	line-height: 16px;
}
.iconPDF {
	background-image: url(../../images/file_pdf.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 1px;
	padding-left: 24px;
	line-height: 16px;
}
.iconWord {
	background-image: url(../../images/file_word.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 1px;
	padding-left: 24px;
	line-height: 16px;
}
.iconExcel {
	background-image: url(../../images/file_excel.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 1px;
	padding-left: 24px;
	line-height: 16px;
}
.iconLink {
	background-image: url(../../images/page.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 1px;
	padding-left: 24px;
	line-height: 16px;
}
.iconPrint {
	background-image: url(../../images/printer.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 1px;
	padding-left: 24px;
	line-height: 16px;
}
.iconInProgress {
	background-image: url(../../images/attention.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 1px;
	padding-left: 24px;
	line-height: 16px;
}

/* productFamiliy */
.productFamily {
	margin: 0;
	padding: 0;
	
	width: 100%;
}
.productFamily td {
	text-align: left;
	vertical-align: top;
}
.productFamily .left {
	border-right: 1px solid #666666;
	padding-right: 10px;
	
	width: 150px;
}
.productFamily .right {
	padding-left: 10px;
}
.productFamily .previewContainer {
	margin-bottom: 10px;
	width: 150px;
}
.productFamily .previewContainer .preview {
	background-color: #cccccc;
	padding: 1px;
}
.productFamily .product {
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
	margin-top: 10px;
	
	width: 100%;
}
.productFamily .product a {
	font-size: 14px;
	font-weight: bold;
	
	text-decoration: none;
}
.productFamily .product td {
	padding: 5px;
	vertical-align: middle;
}
.productFamily .product .imgContainer {
	width: 85px;
}
.productFamily .product .imgContainer img {
	background-color: #cccccc;
	padding: 1px;
}
.productFamily .product .imgContainer a:hover img {
	background-color: #039240;
}

/* productTable */
.productTable {
	margin: 0;
	padding: 0;
	
	width: 100%;
}
.productTable td {
	vertical-align: top;
}
.productTable .productSubTable {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	
	width: 100%;
}
.productTable .productSubTable td {
	padding-top: 5px;
	text-align: left;
}
.productTable .productSubTable td.item {
	font-weight: bold;
	padding-right: 10px;
	white-space: nowrap;
	
	width: 20%;
}
.productTable .imageContainer {
	margin-bottom: 10px;
}
.productTable .previewContainer {
	position: relative;
	/*
	width: 150px;
	height: 150px;
	*/
}
.productTable .previewContainer .preview {
	background-color: #cccccc;
	padding: 1px;
}
.productTable .previewContainer cite {
	bottom: 1px;
	right: 1px;
	
	margin: 0;
	padding: 0;
	
	position: absolute;
}
.productTable .subtitle {
	font-size: 11px;
	margin-top: 4px;
}
.productTable .ul_notice {
	background-image: url(../../images/icon_ru.gif);
	background-position: 0 center;
	background-repeat: no-repeat;
	color: #000000;
	line-height: 16px;
	padding-left: 30px;
	
	display: inline-block;
}
.productTable .linksContainer {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 4px;
}

/* dataTable */
.dataTableContainer {
}
.dataTable {
	background-color: #ffffff;
	color: #000000;
	
	margin: 0;
	padding: 0;
}
.dataTable .first {
	border-left: 1px solid #999999;
}
.dataTable .thead td {
	background-color: #ffffff;
	color: #000000;
	
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;
	
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	
	margin: 0;
	padding: 1px 4px;
	
	line-height: 24px;
	height: 24px;
}
.dataTable .tbody td {
	background-color: #ffffff;
	color: #000000;
	
	font-size: 11px;
	vertical-align: middle;
	white-space: nowrap;
	
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	
	margin: 0;
	padding: 1px 4px;
	
	line-height: 24px;
	height: 24px;
}
.dataTable .alt td {
	background-color: #039240;
	color: #ffffff;
}
.dataTable .ttitle {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	
	margin: 0;
	margin-bottom: 4px;
	padding: 0;
}
.dataTable .theader , .dataTable .tfooter {
	color: #000000;
	font-size: 12px;
	
	margin: 0;
	padding: 0;
}
.dataTable .theader {
	margin-bottom: 4px;
}
.dataTable .tfooter {
	margin-top: 4px;
}

/* news */
.newsThumb {
	background-color: #cccccc;
	padding: 1px;
	float: left;
	margin: 5px 10px 0 0;
}
.newsLink a {
	background-image: url(../../images/arrow_turn_right.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 12px;
}
.newsLine {
	border-top: 1px dotted #999999;
	margin: 10px 0 10px 0;
}
.newsLine hr {
	display: none;
}
.authorContainer {
	background-color: #f0f0f0;
	border: 1px dotted #999999;
	margin-top: 10px;
	padding: 5px;
}
.authorEmail {
	background-image: url(../../images/email.png);
	background-position: right 50%;
	background-repeat: no-repeat;
	padding-right: 24px;
}

/* articlesContainer */
.articlesContainer {
	margin: 0;
	padding: 0;
	width: 100%;
}
.articlesContainer .left {
	padding-right: 5px;
	padding-top: 10px;
	width: 50%;
}
.articlesContainer .right {
	padding-left: 5px;
	padding-top: 10px;
	width: 50%;
}
.articleBox {
	background-color: #ffffff;
	border: 1px solid #039240;
	
	margin: 0;
	padding: 0;
	width: 100%;
}
.articleBox thead th {
	font-weight: bold;
	text-align: left;
	padding: 5px;
}
.articleBox tbody td {
	text-align: left;
	padding: 5px;
}
.articleBox img {
	background-color: #cccccc;
	padding: 1px;
}
.articleBox a:hover img {
	background-color: #039240;
}
.articleBox .link {
	background-image: url(../../images/arrow_turn_right.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 12px;
}

/* downloads */
.downloads {
	background-color: #ffffff;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	color: #000000;
	
	margin: 0;
	padding: 0;
	
	table-layout: auto;
	width: 100%;
}
.downloads thead th,
.downloads tbody td {
	background-color: #ffffff;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	color: #000000;
	
	margin: 0;
	padding: 1px 4px;
	
	line-height: 24px;
	height: 24px;
	
	text-align: left;
	vertical-align: middle;
	
	/* white-space: nowrap; */
}
.downloads thead th {
	font-weight: bold;
}
.downloads tbody .alt td {
	background-color: #eeeeee;
}
.downloads tbody a,
.downloads tbody a:focus,
.downloads tbody a:active {
	color: #000000;
	text-decoration: none;
}
.downloads tbody a:hover {
	color: #000000;
	text-decoration: underline;
}

/* sitemap */
.sitemap h5 {
	color: #039240;
}
.sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sitemap li {
	margin: 0;
	padding: 4px 0 0 0;
}
.sitemap a,
.sitemap a:focus,
.sitemap a:active {
	color: #000000;
	text-decoration: none;
}
.sitemap a:hover {
	color: #000000;
	text-decoration: underline;
}
.sitemap strong a,
.sitemap span a {
	background-image: url(../images/arrow_right.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	
	padding-left: 10px;
}
.sitemap .subitem,
.sitemap .subitem:focus,
.sitemap .subitem:active {
	background-image: url(../images/arrow_turn_right.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	
	color: #000000;
	text-decoration: none;
	
	padding-left: 12px;
}

/* realization */
#realization {
	background-image: url(../images/bg_realization.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	margin: 0;
	padding: 0;
	
	width: 360px;
	height: 120px;
	background-color:#FF0000;
}
#realization h5 {
	font-size: 16px;
	font-weight: bold;
	
	margin: 0;
	padding: 10px 10px 5px 10px;
}
#realization p {
	margin: 0;
	padding: 5px 10px 0 10px;
}