/* Basic Definitions */

/* FAIRRANK BOF */
.produkte {
	color:#666;
	text-align:center;
	line-height:25px;
	padding:15px;
	border:#4F4F4F solid 1px;
	border-top:none;
	word-spacing:2px;
}

.produkte a:link,
.produkte a:visited { color:#666; font-weight:bold; text-decoration:none; }
.produkte a:hover,
.produkte a:active { color:#D50017; font-weight:bold; text-decoration:none; }

/* FAIRRANK EOF */

* {
	margin: 0;
	padding: 0;
}
body {
	background: url(/de/wLayout/design/img/body_bg.png) repeat-x left top #020203;
	margin:0 auto;
	text-align:center;
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
table {
	border-collapse: collapse;
}
tbody {
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:12px;
}
td {
	vertical-align: top;
}
table.start_table {
	border: none;
	border-collapse: collapse;
	width: 520px;
}
table.start_table th {
	width: 260px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #d50017;
}
table.start_table td {
	width: 240px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 20px 0 0;
	line-height: 16px;
}

/* Base-Elements Definitions */
.clear		{ clear: both; height: 0px; font-size: 0px; line-height: 0px; }
.clear_left	{ clear: left; height: 0px; font-size: 0px; line-height: 0px; }
.clear_right	{ clear: right; height: 0px; font-size: 0px; line-height: 0px; }


/* Enviroment Definitions */
#website {
	width:980px;
	height: 814px;
	margin:0 auto;
	text-align:left;
	background:#FFFFFF;
}
#left, #right {
	float: left;
	width: 10px;
	height: 668px;
	padding-top: 146px;
	background: url(/de/wLayout/design/img/body_bg.png) repeat-x left top #020203;
}
#center {
	float: left;
	width: 960px;
	height: 814px;
	background: transparent;
}
#header {
	position: relative;
	width: 960px;
	height: 289px;
	border-bottom: 1px solid #FFFFFF;
	background: transparent;
}

/* Logo */
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 215px;
	height: 100px;
}
#logo img {
	border:none;
}

/* Language */
#lang {
	background:url(/de/wLayout/design/img/main_navi_bg.png) repeat-x left top;
	height:29px;
	width: 165px;
	padding: 10px 0 0 25px;
	position: absolute;
	top: 107px;
	left: 0px;
	text-align: left;
}
#lang ul {
	margin:0;
	padding:0;
	list-style:none;
}
#lang ul li {
	display:inline;
	padding-right:19px;
}

/* Content Area */
#area {
	width: 960px;
	height: 449px;
	padding: 3px 0;
	background:url(/de/wLayout/design/img/area_bg.png) repeat-x left top #959494;
}

/* Content */
#content {
	float: left;
	width: 523px;
	height: 389px;
	padding: 30px;
	line-height: 16px;
	background:url(/de/wLayout/design/img/divider.gif) repeat-y left top transparent;
	overflow: hidden;
}

/* Content Elements Definitions */
a	{ color: #000000; text-decoration: underline; outline: none; }
a:hover { color: #d50017; text-decoration: none; }
h1 {
	color:#d50017;
	font-size:18px;
	font-weight:normal;
	margin:0 0 20px 0;
line-height: 22px;
}

h2 {
	color:#d50017;
	font-size:14px;
	margin:0 0 10px 0;
	font-weight:bold;
}
div.sublink {
	font-size: 14px;
	padding-top: 32px;
}
div.sublink a {
	font-size: 14px;
	text-decoration: none;
}
div.sublink a:hover {
	color: #d50017;
}
#content ul { 
	margin-left: 15px;
}
.downloadlink {
	margin-bottom: 15px;
}
.downloadlink a {
	background: url(/de/wLayout/design/img/pdf_icon.gif) left center no-repeat !important;
	padding: 2px 0 2px 26px !important;
	text-decoration: none !important;
}
.downloadlink a:hover {
	text-decoration: underline !important;
}
.preview {
	float: left;
	margin-right: 20px;
}
.preview a {
	background: none !important;
	padding-left: 0 !important;
}
.elementSitemap a {
	text-decoration: none;
}
img {
	border:none !important;
}	

.elementSitemap a { font-size: 11px; line-height: 11px; }
.elementSitemap li { line-height: 14px; }

/* Sidebar */
#sidebar {
	float: left;
	width: 150px;
	height: 429px;
	padding: 10px 19px 10px 20px;
	background:url(/de/wLayout/design/img/divider.gif) repeat-y left top transparent;
	overflow: hidden;
	font-size: 11px;
	color: #4f4f4f;
	line-height: 16px;
}
#sidebar a {
	color: #4f4f4f;
	font-size: 11px;
}
#sidebar h2 {
	font-size: 11px;
	color: #4f4f4f;
	font-weight: bold;
	margin-bottom: 10px;
}
.textbox, .picture, .print {
	margin-bottom: 15px;
}
.print a {
	padding-left: 23px;
	background: url(/de/wLayout/design/img/print.gif) no-repeat left 2px transparent;
	padding-top: 2px;
	text-decoration: none;
	color: #797979 !important;
}

/* Footer */
#footer {
	background:url(/de/wLayout/design/img/footer_bg.png) no-repeat top left transparent;
	text-align:left;
	font-size: 11px;
	color:#959494;
	width: 935px;
	height: 44px;
	padding: 25px 0 0 25px;
}



/* Navigation Definitions: Top */
#top_navigation {
	position: absolute;
	width: 300px;
	height: 50px;
	top: 0px;
	right: 0px;
	text-align: right;
}

#top_navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}

#top_navigation ul li {
	display:inline;
}

#top_navigation ul li a {
	font-size:11px;
	color:#666666;
	text-decoration:none;
	border-left:1px solid #666666;
	padding:10px 10px 5px 10px;
	line-height:25px;
}
#top_navigation ul li a:hover {
	text-decoration:underline;
}
#top_navigation ul li a.first {
	border: none;
}

/* Navigation Definitions: Main */
#main_navigation {
	background:url(/de/wLayout/design/img/main_navi_bg.png) repeat-x left top;
	height:39px;
	width: 770px;
	position: absolute;
	top: 107px;
	left: 190px;
	text-align: right;
}

#main_navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}

#main_navigation ul li {
	display:inline;
}

#main_navigation ul li a {
	color:#d6d6d6;
	font-size:11px;
	text-decoration:none;
	padding:12px 24px;
	line-height:38px;
	background:url(/de/wLayout/design/img/separator.gif) no-repeat right 1px;
}

#main_navigation ul li a:hover {
	background:url(/de/wLayout/design/img/separator_aktiv.gif) no-repeat right top #d50017;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}

#main_navigation ul li.aktiv a {
	background:url(/de/wLayout/design/img/separator_aktiv.gif) no-repeat right top #d50017;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}


/* Navigation Definitions: Side */
#side_navigation {
	float:left;	
	width:188px;
	height: 449px;
	/* overflow: hidden; */
}

/* Level 1 */
#side_navigation ul {
	list-style:none;
	margin-top: 20px;
}
#side_navigation ul li {
	padding:10px 0 10px 25px;
	background:url(/de/wLayout/design/img/divider_h.gif) no-repeat center bottom;
}
#side_navigation ul li a {
	color:#4f4f4f;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
}
#side_navigation ul li a:hover {
	color: #d50017;
}
#side_navigation ul li.aktiv a {
	color: #d50017;
}
#side_navigation ul li.last {
	background:none;
}


/* Level 2 */
#side_navigation ul li ul {
	margin-top:3px;
}

#side_navigation ul li ul li {
	padding: 0px;
	background:none;
}

#side_navigation ul li ul li a {
	font-weight:normal;
	font-size: 11px;
	color:#4f4f4f;
	text-decoration:none;
	background: none;
	padding-left: 10px;
}

#side_navigation ul li ul li a:hover {
	color: #d50017;
	padding-left: 10px;
	background: url(/de/wLayout/design/img/navi_over.gif) no-repeat left 2px transparent;
}

#side_navigation ul li ul li.aktiv a {
	color: #d50017;
	padding-left: 10px;
	background: url(/de/wLayout/design/img/navi_over.gif) no-repeat left 2px transparent;
}
#side_navigation ul li.aktiv ul li a {
	color:#4f4f4f;
}
#side_navigation ul li.aktiv ul li a:hover {
	color:#d50017;
}

/* Kontaktformular */
td.formCaption {
	width: 150px;
	padding: 3px;
	vertical-align: top;
}
td.formValue {
	width: 400px;
	padding: 3px;
	vertical-align: top;
}
input, textarea {
	border: 1px solid #000000;
	color: #000000;
	font-size: 11px;
	padding: 3px;
	font-family: verdana,arial,sans-serif;
	background-color: #FFFFFF;
}
td.formValue input {
	width: 300px;
}
td.formValue input.zip{
	margin-right: 5px;
	width: 45px;
}
td.formValue input.city {
	width: 242px;
}
td.formValue textarea {
	width: 300px;
	height: 50px;
}
td.formButton input {
	padding: 2px;
	margin-left: 3px;
	margin-top: 5px;
}
td.formValue select{
	color: #000000;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: verdana,arial,sans-serif;
}
td.formButton input {
	background-color: #000000;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
}

/* Stellenangebote */
table.sa_table {
	width: 100%;
	margin-top: 30px;
}
table.sa_table td {
	width: 50%;
	text-align: left;
}
table.sa_table td span {
	color: #4f4f4f;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
}
table.sa_table td u {
	color: #d50017;
	text-decoration: underline;
}
table.sa_table td a {
	color: #4f4f4f;
	text-decoration: none;
}



/* Master Template Auto Definitions */
div.text {
	margin-bottom: 15px;
}
div.fliesstext_bild_links,div.fliesstext_bild_rechts {
	margin-bottom: 20px;
}
div.fliesstext_bild_links div.text, div.fliesstext_bild_rechts div.text {
	float:left;
	width:320px;
	margin-bottom: 0px;
}
div.fliesstext_bild_links div.bild, div.fliesstext_bild_rechts div.bild {
	float:left;
	width:160px;
}
div.fliesstext_bild_links div.bild img, div.fliesstext_bild_rechts div.bild img {
	border:none;
}
div.fliesstext_bild_links div.bild {
	margin-right:20px;
}
div.fliesstext_bild_rechts div.bild {
	margin-left:20px;	
}

.bilderleiste {
  padding:20px 0 0 0;
}

.bilderleiste .bildbox {
  float:left;
  margin:0 15px 15px 0;
}

.bilderleiste .bildbox img.bild {
  border:1px solid #565656;
}
	

#divEditbutton {
padding: 10px 0 0 30px;
}


/* Print Definitions */
@media print
{

	#minheight, #divEditbutton, #top_navigation,  #main_navigation, #sidebar, #top_navigation, #side_navigation,  #left, #right, #lang {
	  display:none;
	}
	
	body, #website, #content,#area,#footer {
	  background:none !important;
	  background-color:#FFF;
	  margin:0;
	  padding:0;
	  width:auto;
	}
	
	#content {
		border:none;
		float:none;
width: 527px !important;
	}
  #footer {
    padding: 0;
    width: auto;
  }

#logo {
display: block;
float: none;
position: relative;
width: auto;
height: 100px;
padding: 0;
margin: 0;
}
#logo img {
display: block !important;
}

#header {
display: block;
height: 100px !important;
width: auto;
padding: 0;
margin: 0 0 20px 0;
}
#header img {
display: none;
}
