/* Basic Definitions */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #002949;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}


/* 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; }
a { outline: none; }
h1 {
	color: #156F96;
	font-size: 16px;
	margin-bottom: 10px;
}
h2 {
	width: 100%;
	color: #156F96;
	font-size: 16px;
}
#content h2 {
margin-bottom: 14px;
font-size: 14px;
font-weight: normal;
color: #7FB2CE;
}


/* 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 auto;
}
#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: 2px 10px 0 0;
}
#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 auto;
}
.product {
	float: left;
	width: 75px;
	height: 84px;
	padding: 9px 25px 9px 25px;
	
}


/* Header */
#header {
	width: 1000px;
	height: 90px;
	margin: 0 auto;
	
}
#logo {
	float: left;
	width: 285px;
	height: 60px;
	padding: 20px 0 10px 15px;
	
}
#image {
	width: 1000px;
	/* height: 274px; */
	min-height: 208px;
	_height: 208px;
	margin: 0 auto;
}




/* Content */
#content_container {
	width: 1000px;
	min-height: 200px;
	_height: 200px; /* IE6 */
	margin: 0 auto;
		
}
#content {
	float: left;
	width: 620px;
	min-height: 200px;
	_height: 200px; /* IE6 */
	color: #E1EBF1;
	padding: 20px 90px 40px 20px;
	_padding-bottom: 20px; /* IE6 */
}
#content a {
	color: #fff;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#infoboxes {
	float: right;
	width: 260px;
	min-height: 1px;
	_height: 1px; /* IE6 */
	padding: 20px 0 10px 0;
}
#infoboxes a {
	color: #D4232A;
	text-decoration: none;
	font-size: 11px;
}
#infoboxes a:hover {
	text-decoration: underline;
}


/* Footer */
#footer {
	width: 990px;
	height: 25px;
	margin: 0 auto;
	padding: 10px 10px 0 40px;
	text-align: left;
	color: #7FB2CE;
	font-size: 11px;
}




/* Navigation Definitions:  */
#topmenu {
	float: right;
	width: 350px;
	height: 15px;
	padding: 65px 10px 10px 0;
	text-align: right;
	color: #7FB2CE;
	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:hover {
	color: #E1EAEF;
	text-decoration: none;
}
#mainmenu {
	float: left;
	width: 820px;
	height: 35px;
	color: #7FB2CE;
	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:hover {
	color: #E1EAEF;
	text-decoration:none;
}
#mainmenu ul.level2 {
	display: none;
}

/* Content Elements Definitions */
.infobox {
	width: 230px;
	min-height: 1px;
	_height: 1px; /* IE6 */
	color: #7FB2CE;
	padding: 0 10px 30px 10px;
	font-size: 11px;
}
.infobox_more {
	float: right;
	background: transparent;
	width: 70px;
	height: 20px;
	text-align: right;
	border-bottom: 1px solid #156F96;
	margin-bottom: 10px;
}
.infobox_more a {
	color: #D4232A;
	text-decoration: none;
	padding-right: 10px;
	background: url(/de/wLayout/design/img/pfeile_weiter.gif) right center no-repeat;
	font-size: 11px;
}
.infobox_title {
	float: left;
	width: 160px;
	height: 20px;
	border-bottom: 1px solid #156F96;
	margin-bottom: 10px;
}
#sylvac { float: left; margin-top: 10px; }
#trimos { float: right; margin-top: 10px; }
#deltronic { clear: left; float: left; margin-top: 15px; }
#bgi { clear: right; float: right; margin-right: 10px; #margin-top: 20px; /* IE6+7 */ }




/* 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;
	}
	#header, #navi_bg, #footer, #footer, #products_bg, #infoboxes {
		display: none;
	}
}  */

/* Print Definitions */
@media print
{
	body {
	  background:none !important;
	  background-color:#FFF;
	  margin:0;
	  width:auto;
	}
	#topmenu, #navi_bg, #image, #breadcrumb, #sidemenu, #infoboxes, #products_bg, #footer {
		display: none;
	}

#logo { width: auto; padding: 0; margin: 0 }
}  
