@import url("/de/wLayout/design/style/weblics_new.css");
/* Basic Definitions */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #E1EBF1;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

/* Base-Elements Definitions */
.clear		{ clear:both; height:0px; line-height: 0px; font-size: 0px; }
.clear_left	{ clear:left; height:0px; line-height: 0px; font-size: 0px; }
.clear_right	{ clear:right; height:0px; line-height: 0px; font-size: 0px; }
h1 {
	color: #156F96;
	font-size: 16px;
	margin: 25px 0 10px 0;
	padding: 0 15px 0 30px;
}
h2 {
	color: #156F96;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0 15px 0 30px;
}

a, a:active, a:visited, a:link {
	color: #002949;
	text-decoration: none;
}
a:hover {
	color: #002949;
	text-decoration: underline;
}
#content form {
	padding: 0 25px;
}

/* Enviroment Definitions */
#navi_bg {
	width: 100%;
	height: 35px;
	background: url(/de/wLayout/design/img/bg_mainmenu.png) top left repeat-x transparent;
}
#navi {
	width: 1000px;
	height: 35px;
	margin: 0 0 0 100px;
}
#search {
	float: right;
	width: 150px;
	height: 16px;
	padding: 10px 10px 9px 20px;
	text-align: right;
	background: url(/de/wLayout/design/img/trenner_mainmenu.gif) left center no-repeat transparent;
}
#search_input {
	float: left;
	width: 133px;
	height: 16px;
	background: url(/de/wLayout/design/img/search_input.png) top center no-repeat transparent;
}
#search_input input {
	width: 110px;
	background: transparent;
	color: #E1EBF1;
	font-size: 11px;
	border: none;
	margin: 1px 10px 0 0;
	#margin: 0 10px 0 0; /* IE6+7 */ 
}
#search_button {
	float: left;
	width: 17px;
	height: 16px;
	background: url(/de/wLayout/design/img/search_button.png) top center no-repeat transparent;
	cursor: pointer;
}
#products_bg {
	width: 100%;
	height: 102px;
	background-color: #136A90;
}
#products {
	width: 1000px;
	height: 102px;
	margin: 0 0 0 100px;
}
.product {
	float: left;
	width: 75px;
	height: 84px;
	padding: 9px 25px 9px 25px;
}
#spacer {
	width: 100%;
	height: 35px;
	background-color: #002949;
}


/* Header */
#header {
	width: 100%;
	height: 90px;
	background-color: #002949;
}
#logo {
	float: left;
	width: 285px;
	height: 60px;
	padding: 20px 0 10px 115px;
	
}



/* Content */
#content_container {
	width: 1100px;
	_width: 1105px; /* IE6 */
	min-height: 500px;
	_height: 500px; /* IE6 */
	background-color: #002949;
}
#content {
	float: left;
	width: 770px;
	_width: 775px; /* IE6 */
	min-height: 700px;
	_height: 700px; /* IE6 */
	background-color: #E1EBF1;
	position: relative;
	padding-bottom: 45px;
}
#content ul {
	padding-left: 45px;
	#padding-left: 47px; /* IE6+7 */
}
#content li {
	margin: 2px 0;
}
#content_bottom {
	width: 730px;
	height: 25px;
	padding: 0 15px 0 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-top: 20px;
}
#print {
	float: left;
	width: 100px;
	height: 25px;
}
#print a {
	background: url(/de/wLayout/design/img/drucken.gif) left center no-repeat transparent;
	padding-left: 20px;
	text-decoration: none;
	color: #136A90; 
	font-size: 10px;
	font-family: verdana, arial, san-serif;
}
#top {
	float: right;
	width: 100px;
	height: 25px;
	text-align: right;
}
#top a {
	background: url(/de/wLayout/design/img/top.gif) left center no-repeat transparent;
	padding-left: 20px;
	text-decoration: none;
	color: #136A90; 
	font-size: 10px;
	font-family: verdana, arial, san-serif;
}




/* Footer */
#footer_container {
	width: 100%;
	height: 35px;
	background-color: #002949;
}
#footer {
	width: 990px;
	height: 25px;
	padding: 10px 10px 0 100px;
	text-align: right;
	color: #7FB2CE;
	font-size: 11px;
}




/* Navigation Definitions:  */
#topmenu {
	float: left;
	width: 690px;
	height: 15px;
	padding: 65px 10px 10px 0;
	text-align: right;
	font-size: 11px;
}
#topmenu ul {
	list-style: none;
	margin: 0;
}
#topmenu li {
	display: inline;
	margin: 0 0 0 15px;
}
#topmenu a, #topmenu a:active, #topmenu a:visited, #topmenu a:link {
	color: #7FB2CE;
	text-decoration:none;
}
#topmenu a.aktiv, #topmenu a.aktiv:active, #topmenu a.aktiv:visited, #topmenu a.aktiv:link {
	color: #E1EAEF;
	text-decoration:none;
}
#topmenu a:hover {
	color: #E1EAEF;
	text-decoration: none;
}
#mainmenu {
	float: left;
	width: 820px;
	height: 35px;
	font-size: 13px;
}
#mainmenu ul {
	list-style: none;
	margin: 9px 0px 0 20px;
}
#mainmenu li {
	display: inline;
	margin: 0 40px 0 0;
}
#mainmenu a, #mainmenu a:active, #mainmenu a:visited, #mainmenu a:link {
	color: #7FB2CE;
	text-decoration:none;
}
#mainmenu a.aktiv, #mainmenu a.aktiv:active, #mainmenu a.aktiv:visited, #mainmenu a.aktiv:link {
	color: #E1EAEF;
	text-decoration:none;
}
#mainmenu a:hover {
	color: #E1EAEF;
	text-decoration:none;
}
#breadcrumb_container {
	width: 100%;
	height: 44px;
	background-color: #002949;
}
#breadcrumb {
	width: 740px;
	height: 22px;
	padding: 22px 0 0 360px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #7FB2CE;
}
#breadcrumb a, #breadcrumb a:active, #breadcrumb a:visited, #breadcrumb a:link {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #7FB2CE;
	text-decoration: none;
}
#breadcrumb a:hover {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #E1EAEF;
	text-decoration: none;
}
#sidemenu {
	float: left;
	width: 210px;
	min-height: 350px;
	_height: 350px; /* IE6 */
	background-color: #002949;
	padding: 0 0 0 120px;
}
#sidemenu ul {
	list-style: none;
}
#sidemenu ul li {
	padding: 5px 0;
}
#sidemenu ul li ul li {
	padding: 2px 15px;
}
#sidemenu ul li ul li.aktiv {
	padding: 2px 15px 0 15px;
}
#sidemenu ul li ul li ul li {
	padding: 2px 10px;
}
#sidemenu a, #sidemenu a:active, #sidemenu a:visited, #sidemenu a:link {
	color: #E1EBF1;
	text-decoration: none;
}
#sidemenu a.aktiv, #sidemenu a.aktiv:active, #sidemenu a.aktiv:visited, #sidemenu a.aktiv:link {
	color: #D4232A;
	text-decoration: none;
}
#sidemenu a:hover {
	color: #D4232A;
	text-decoration: none;
}




/* Content Elements Definitions */
#sideimage {
	width: 210px;
	padding: 30px 0 0 0;
}
.content_logo {
	width: 740px;
	height: 85px;
	background-color: #D5E4EB;
	padding: 15px 0 0 30px;
}
.content_product {
	width: 770px;
	min-height: 290px;
	_height: 290px; /* IE6 */
	margin-bottom: 30px;
	position: relative;
	background-color: #D5E4EB;
}
.content_product_left {
	float: left;
	width: 340px;
	min-height: 310px;
	_height: 310px; /* IE6 */
}
.content_product_right {
	float: left;
	width: 430px;
	height: 310px;
	/* display: table; */
}
.content_header {
	width: 310px;
	height: 57px;
	background-color: #D5E4EB;
	padding: 33px 0 0 30px;
}
.content_header h2 {
	font-size: 16px;
	font-weight: bold;
	color: #002949;
	padding: 0;
	margin: 0;
}
.content_header_wide {
	width: 741px;
	height: 57px;
	background-color: #D5E4EB;
	padding: 33px 0 0 30px;
	margin-bottom: 15px;
}	
.content_header_wide_products {
	width: 741px;
	height: 57px;
	background-color: #D5E4EB;
	padding: 33px 0 0 30px;
}
.content_header_wide h2, .content_header_wide_products h2 {
	font-size: 16px;
	font-weight: bold;
	color: #002949;
	padding: 0;
	margin: 0;
}
.content_text {
	width: 295px;
	min-height: 190px;
	_height: 190px; /* IE6 */
	padding: 30px 15px 15px 30px;
	background-color: #E1EBF1;
	font-size: 11px;
	color: #002949;
}
.content_text ul {
	padding-left: 13px !important;
	#padding-left: 15px !important; /* IE6+7 */
}
.content_image {
	width: 400px;
	height: 204px;
	background-color: #D5E4EB;
	padding: 90px 15px 15px 15px;
	text-align: center;
}
.content_more {
	width: 430px;
	height: 20px;
	text-align: right;
	background-color: #D5E4EB;
	position: absolute;
	bottom: 0px;
}
.content_more a, .overview_link a {
	background: url(/de/wLayout/design/img/pfeil_rot.gif) right center no-repeat #D4232A;
	padding: 3px 15px 3px 10px;
	#padding: 5px 15px 5px 10px; /* IE6+7 */
	text-decoration:none;
	font-size: 11px;
	color: #E1EBF1;
	line-height: 18px;
}
.text {
	padding: 0 15px 0 30px;
}


/*** Produktübersicht ***/
.overview_products {
	width: 770px;
	min-height: 1px;
	_height: 1px; /* IE6 */
}
.overview_images {
	width: 770px;
	min-height: 1px;
	_height: 1px; /* IE6 */
}
.image_border_right {
	float: left;
	width: 220px;
	height: 160px;
	border-right: 2px solid #FFFFFF;
	padding: 10px 18px;
}
.image_no_border {
	float: left;
	width: 220px;
	height: 160px;
	padding: 10px 16px 10px 18px;
}
.overview_3_texts {
	width: 770px;
	min-height: 1px;
	_height: 1px; /* IE6 */
	background: url(/de/wLayout/design/img/bg_overview_3.gif) repeat-y left top transparent;
	position: relative;
}
.overview_2_texts {
	width: 770px;
	min-height: 1px;
	_height: 1px; /* IE6 */
	background: url(/de/wLayout/design/img/bg_overview_2.gif) repeat-y left top transparent;
	position: relative;
}
.overview_1_text {
	width: 770px;
	min-height: 1px;
	_height: 1px; /* IE6 */
	background: url(/de/wLayout/design/img/bg_overview_1.gif) repeat-y left top transparent;
	position: relative;
}
.overview_content {
	float: left;
	width: 256px;
	min-height: 1px;
	_height: 1px; /* IE6 */
	padding: 10px 2px 0 0;
}
.overview_content_last {
	float: left;
	width: 254px;
	min-height: 1px;
	_height: 1px; /* IE6 */
	padding: 10px 0 0 0;
}
.overview_text {
	width: 208px;
	min-height: 1px;
	_height: 1px; /* IE6 */
	padding: 0 16px 30px 30px;
}
.overview_text ul {
	padding-left: 14px !important;
	#padding-left: 16px !important; /* IE6+7 */
}
.overview_link {
	width: 256px;
	height: 20px;
	text-align: right;
	position: absolute;
	bottom: 0px;
}
.overview_content_last .overview_link {
	width: 254px;
}
.overview_text h3 {
	color: #002949;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0px;
}

/* Kontaktformular */
td.formCaption {
	width: 100px;
	padding: 3px;
	vertical-align: top;
}
td.formValue {
	width: 400px;
	padding: 3px;
	vertical-align: top;
}
.elementForm input, .elementForm textarea {
	border: 1px solid #002949;
	color: #002949;
	font-size: 11px;
	padding: 3px;
	font-family: verdana,arial,sans-serif;
	background-color: #E1EBF1;
}
td.formValue input {
	width: 300px;
}
td.formValue input.zip{
	width: 50px;
	margin-right: 5px;
}
td.formValue input.city{
	width: 237px;
}
td.formValue textarea {
	width: 300px;
	height: 50px;
}
td.formButton input {
	padding: 2px;
	margin-left: 3px;
	margin-top: 5px;
}
td.formValue select{
	color: #002949;
	background-color: #E1EBF1;
	font-size: 11px;
	font-family: verdana,arial,sans-serif;
}
button {
	background-color: #E1EBF1;
	border: 1px solid #002949;
}

/* Master Template Auto Definitions */
div.fliesstext_bild_links div.text, div.fliesstext_bild_rechts div.text {
	float:left;
	width:400px;
}
div.fliesstext_bild_links div.bild, div.fliesstext_bild_rechts div.bild {
	float:left;
	width:180px;
}
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;	
}
	
img {
	border:none;
}
	
.bilderleiste {
  padding:20px 0 0 0;
}

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

.bilderleiste .bildbox img.bild {
  border:1px solid #565656;
}
	
hr {
  background-color:#CBCBCB;
  color:#CBCBCB;
  border:#CBCBCB;
  height:1px;
}




/* Print Definitions */
@media print
{
	body {
	  background:none !important;
	  background-color:#FFF;
	  margin:0;
	  width:auto;
	}
	#topmenu, #navi_bg, #breadcrumb_container, #sidemenu, #content_bottom, #spacer, #products_bg, #footer_container {
		display: none;
	}

#content_container, #content { width: auto; }
#logo { width: auto; padding: 0; margin: 0 }
}  