@import url("content.css");
@import url("menu.css");
@import url("fce.css");
@import url("rte.css");
@import url("indexed_search.css");

/****** Layout *****/
body {
	margin:0;
	padding:0;
	background: url(../images/body_bg.png) center top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	overflow-x:hidden;
}

html, body {
	min-height: 100%;
}

/***********************************************************************************************************/
.clear {
	clear: both;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

/***********************************************************************************************************/
#wrapper{
	position:absolute;
	top:0;
	left:50%;
	width:980px;
	height:auto;
	margin:0 0 0 -490px;
}


/********************************************** PREHEADER **************************************************/
#pre_header{
	position: relative;
	width: 620px;
	height: 34px;
	margin-left: 360px;
	padding: 0;
}

#pre_header_links,
#lang_chooser{
	position: relative;
	height: 34px;
	display: inline;
	float: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 34px;
}

#searchbox{
	width: 207px;
	height: 23px;
	background-image: url(../images/suchfeld.png);
	position: relative;
	display: inline;
	float: right;
	margin: 6px 5px 5px 13px;
}
#search_field{
	width: 160px;
	height: 21px;
	font-size: 12px;
	margin: 0 0 0 12px;
	padding: 0;
	color: #acacac;
	border: none;
	background-color: #ffffff;
	display: inline;
	position: relative;
	float: left;
	height:auto;
	padding:4px 0 0 0;
}
#search_button{
	position: relative;
	float: left;
	width: 33px;
	height: 23px;
	border: none;
	background: none;
	display: inline;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#web20_buttons {
	float: right;
	display: inline;
	position: relative;
	width:51px;
	height:34px;
}

#facebook{
	margin: 6px 0 5px 5px;
	position: relative;
	display: inline;
	float: right;
	background: url(../images/facebook.png) top left no-repeat;
	width: 23px;
	height: 23px;
	text-decoration: none;
}
#twitter{
	position: relative;
	display: inline;
	float: right;
	/*background: url(../images/twitter.png) top left no-repeat;*/
	width: 23px;
	height: 23px;
	text-decoration: none;
	margin: 6px 0 5px 0;
}

/********************************************** HEADER *****************************************************/

#header_img{
	position: relative;
	height: 353px;
	width: 980px;
	padding: 0;
	margin: 0;
}
/* logo */
#logo{
	position: relative;
	display: inline;
	float: left;
	width: 221px;
	height: 25px;
	margin: 39px 0 0 7px;
	padding: 0;
	background: url(../images/logo.png) bottom left no-repeat;
}

#mainmenu{
	position: relative;
	display: inline;
	float: left;
	margin: 45px 0 0 30px;
	width: 300px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	width: 500px;
	z-index: 11;
	
}

#productmenu{
	position: absolute;
	top: 421px;
	left: 243px;
	font-size: 14px;
	text-transform: uppercase;
	width: 600px;
}

/********************************************** CONTENT *****************************************************/
#main{
	position: relative;
	margin: 36px 0 20px 0;
	padding: 0;
	width: 980px;
}

#content{
	position: relative;
	margin: 36px 0 20px 40px;
	padding: 0;
	width: 940px;
}



