@charset 'utf-8';
@import url(reset.css);

/* ----------------------------------------------------- Page layout */

body {
	text-align: center;
}

#lang {
  width: 835px;
  height: 22px;
  margin: 5px auto 0 auto;
  position:relative;
}
#lang a {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 21px;
	height: 21px;
	background-image: url('/_layout_images/languages.gif');
	background-repeat: no-repeat;
}
#langDE a {	background-position: 0 -21px; left: 35px; }
#langDE a:hover, #langDE.active a {	background-position: 0 0; }
#langEN a { background-position: -21px -21px; left: 70px; }
#langEN a:hover, #langEN.active a {	background-position: -21px 0; }
#langRU a { background-position: -42px -21px; left: 105px; }
#langRU a:hover, #langRU.active a {	background-position: -42px 0; }

#wrapper {
  clear: both;
	width: 862px;
	margin: 0px auto 0 auto;
	text-align: left;
	background-image: url('/_layout_images/background-repeat.jpg');
	background-repeat: repeat-y;
}

#inner {
	width: 850px;
	
	padding: 6px;
	text-align: left;
	background-image: url('/_layout_images/background.jpg');
	background-repeat: no-repeat;
}

#sidebar {
	float: left;
	width: 179px;
	overflow: hidden;
}

#logo {
	text-align: center;
}

#logo h1 {
	margin-left: -4px;
	margin-top: 8px;
}

#logo h1 span {
	display: block;
}

#announcement1 {
	margin: 30px 15px 15px 15px;
}

#announcement2 {
	margin: 30px 15px 15px 15px;
}

#main {
	margin-left: 179px;
}

#topnavi {
	height: 27px;
	margin-left: 12px;
}

.hiddenContent {
	position: absolute;
	text-indent: -10000px;
	width: 200px;
}

/*---------- The 3 Columns layout ----------*/
.threecolumns div.singlecolumn {
	float: left;
	width: 200px;
	padding-right: 16px;
}
.threecolumns div.doublecolumn {
	float: left;
	width: 416px;
}

/*---------- footer layout ----------*/
#footer {
	width: 850px;
	clear: left;
	margin: -6px;
	padding: 20px 6px 6px 6px;
	background-image: url('/_layout_images/background_bottom.jpg');
	background-repeat: no-repeat;
	text-align: center;
}

/* ----------------------------------------------------- Styles */
/*
weisse schrift: #fefefe
dunkle schrift: #172e45
dunkler headerbalken: #4e6172
body hintergrund: #d0d7db
#main hintergrund: #9fa9b2
orange: #d98227
tabelle dunkle zelle: #b7bec5
tabelle helle zelle; #ced4da
tabelle rand: #fefefe
*/

/*---------- global styles ----------*/
body {
	background-color: #d0d7db;
	color: #fefefe;
	font-family: Verdana, sans-serif;
}

a, a:hover, a:visited, a:focus {
	text-decoration: none;
	color: #172e45;
}
a.weiss {
	color: #fefefe;
}
a:focus {
	outline: solid 1px #d98227;
}

h2, h3 {
	font-size: 13px;
	font-weight: bold;
	color: #172e45;
	margin-bottom: 10px;
}

h3 {
	line-height: 20px;
}

p {
	font-size: 10px;
	color: #172e45;
	line-height: 18px;
}

.gross {
	font-size: 13px;
	line-height: 22px;
}
.klein {
	font-size: 10px;
	line-height: 14px;
}

address {
	font-size: 13px;
	color: #172e45;
	line-height: 18px;
	font-style: normal;
}

strong {
	font-weight: bold;
}

/*---------- sidebar styles ----------*/
#logo h1 {
	font-weight: normal;
	font-size: 10px;
	color: #fefefe;
}

#announcement1, #announcement2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
#announcement1 {
	color: #fefefe;
}
#announcement2 {
	color: #172e45;
}


/*---------- Topnavi styles ----------*/
#topnavi li {
	float: left;
	font-size: 10px;
	height: 18px;
	padding: 0px 6px 0px 6px;
	border-right: 1px solid #172e45;
}
#topnavi li a {
	position: relative;
	top: 4px;
}
#topnavi li.active a {
	color: #fefefe;
}

/*---------- Topheader styles ----------*/
#topheader {
	height: 50px;
	margin-left: 18px;
	background-color: #486575;
}

#topheader h1 {
	color: #fefefe;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	margin-top: 3px;
	margin-left: 8px;
	margin-bottom: 3px;
	line-height: 20px;
}

#topheader.twostyleheader h1 {
	color: #172e45;
}
#topheader.twostyleheader h1 span {
	color: #fefefe;
	font-weight: normal;
}

#topheader.threecolumnsheader h1 {
	font-weight: bold;
}



#topheader.threecolumnsheader h1 {
	float: left;
	height: 50px;
}
#topheader.threecolumnsheader h1.leftheader {
	width: 200px;
}
#topheader.threecolumnsheader h1.centerheader {
	width: 213px;
}
#topheader.threecolumnsheader h1.rightheader {
	width: 200px;
}



/*---------- The 3 columns styles ----------*/
#imagecontainer {
	margin-top: 13px;
	margin-bottom: 180px;
}

#imagecontainer img {
  border: 2px solid #fff;
}

.threecolumns {
	margin-left: 18px;
	margin-bottom: 15px;
}



/*---------- the bulles list ----------*/
ul.stripedbulletlist {
	background-image: url('/_layout_images/listline.png');
	background-repeat: no-repeat;
	background-position: 3px 10px;
	line-height: 25px;
	font-weight: bold;
	color: #172e45;
	height: 260px;
	margin-bottom: 30px;
}
ul.stripedbulletlist.start {
	height: 330px;
	margin-bottom: 10px;
}
ul.stripedbulletlist.ru {
	height: 500px;
	margin-bottom: 10px;
}
ul.stripedbulletlist li {
	background-image: url('/_layout_images/listbullet_weiss.png');
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-left: 15px;
}
ul.gross li {
	background-position: 0px 9px;
	font-size: 13px;
	line-height: 22px;
}
ul.klein li {
	background-position: 0px 4px;
	font-size: 10px;
	line-height: 18px;
}
ul.stripedbulletlist li.active,
ul.stripedbulletlist li.hover {
	background-image: url('/_layout_images/listbullet_orange.png');
}

#sidebar ul {
	color: #172e45;
	line-height: 16px;
	font-size: 10px;
	font-weight: bold;
	background-image: url('/_layout_images/listline_menu.png');
	background-repeat: no-repeat;
	background-position: 13px 20px;
}
#sidebar ul li {
	margin-left: 25px;
	margin-right: 15px;
	margin-top: 25px;
}
#sidebar ul.navibulletlist {
	font-weight: normal;
	margin-left: -40px;
	background-image: none;
}
#sidebar ul.navibulletlist li {
	background-image: url('/_layout_images/listbullet_menu.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
	margin-top: 0;
}
#sidebar ul.navibulletlist li.hover,
#sidebar ul.navibulletlist li.active{
	background-image: url('/_layout_images/listbullet_orange.png');
}


ul.standardbulletlist {
	list-style-type: disc;
	line-height: 20px;
	font-size: 13px;
	color: #172e45;
	margin-top: 10px;
	margin-left: 15px;
	/* margin-bottom: 80px; */
}
ul.standardbulletlist ul {
	list-style-type: circle;
	margin-left: 20px;
}



/*---------- the contact data ----------*/
.contact .contactheader,
.datasheet .datasheetheader {
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	color: #fefefe;
}
.contact .contactname {
	font-size: 13px;
	color: #172e45;
	line-height: 20px;
}
.contact .contactmailto,
.datasheet .datasheetlink {
	font-size: 10px;
	margin-bottom: 20px;
}
.contact .contactmailto a,
.datasheet  a {
	color: #fefefe;
}
.datasheet img {
	float: left;
	margin-right: 7px;
	margin-top: 2px;
}
.subheader {
	color: #172e45;
	font-size: 10px;
}

table {
	font-size: 9px;
	color: #172e45;
	width: 100%;
	height: 240px;
	border-collapse: collapse;
}
th, td {
	border-width: 0 3px 0 3px;
	border-style: solid;
	border-color: #fefefe;
	white-space: nowrap;
	text-align: center;
	padding: 8px 3px 8px 3px;
	vertical-align: middle;
}
th {
	font-weight: bold;
}
td {
}
tr.lightrow {
	background-color: #ced4da;
}
tr.darkrow {
	background-color: #b7bec5;
}

.notice {
	font-size: 9px;
	color: #172e45;
	text-align: right;
	margin-top: 5px;
}

/*---------- footer styles ----------*/
#footer {
	font-size: 10px;
	color: #172e45;
	line-height: 20px;
	margin-top: 15px;
}

/*---------- form styles ----------*/
#contactform {
	margin: 15px 15px 20px 0;
}

#contactform label {
	font-size: 10px;
	font-weight: bold;
	color: #172e45;
	float: left;
}

#contactform input,
#contactform textarea {
	float: right;
	width: 300px;
	margin-bottom: 6px;
}
#contactform br {
	clear: both;
}
#contactform input#form_submit {
	width: auto;
	float: left;
}

ul#contactswitch {
	background-image: url('/_layout_images/listline.png');
	background-repeat: no-repeat;
	background-position: 13px 10px;
	height: 360px;
}
ul#contactswitch li {
	margin-left: 10px;
}

ul#contactswitch li {
	background-image: url('/_layout_images/listbullet_weiss.png');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 15px;
	margin-top: 0;
}
ul#contactswitch li.active,
ul#contactswitch li.hover {
	background-image: url('/_layout_images/listbullet_orange.png');
}



/* ----------------------------------------------------- Tricks */

#messagebox {
	padding: 20px;
	width: 340px;
	color: #172e45;
}

.errormessage {
	background-color: #f88;
	border: 2px solid #e00;
}

.successmessage {
	background-color: #8f8;
	border: 2px solid #0e0;
}

.hiddenfromview {
	visibility: hidden;
}
