body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

p {
	margin: 0px;
	padding: 0 0 10px 0;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 0px;
	font-size: 0px;
}

/* Header block */
#header {
	width: 100%;
	height: 88px;
	margin: 0 auto;
	background-color: #1171AD;
}

#header_text {
	width: 980px;
	margin: 0 auto;
}

.header_title {
	float: left;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 55px;
	padding: 0px;
	font-weight: bold;
}

/* language selection */
#language {
    position: absolute;
    right: 10px;
    top: 10px;
}

#language li a:hover, #language li .current {
	color: #FFFFFF;
}

#language ul {
	margin: 0px 0px 0 0;
	padding: 0px;
	list-style: none;
}

#language ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#language ul li a {
	float: left;
	display: block;
	width: 35px;
	background: url(images/menu_divider.jpg) right repeat-y;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #BDBDBD;
	font-weight: normal;
	outline: none;
}

#language li .last {
	background: none;
}

#language li .lastselected {
	background: none;
	color: #ffffff;
}

/* menu */
#menu {
	position: relative;
	float: right;
	height: 47px;
	margin: 20px 0px 0 0;
}

#menu ul {
	margin: 10px 20px 0 0;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	float: left;
	display: block;
	width: 110px;
	padding: 5px 0;
	background: url(images/menu_divider.jpg) right repeat-y;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #BDBDBD;
	font-weight: normal;
	outline: none;
}

#menu li a:hover, #menu li .current {
	color: #FFFFFF;
}

#menu li .last {
	background: none;
}

#menu li .lastselected {
	background: none;
	color: #ffffff;
}

/* Center block */
#center {
	clear: both;
	width: 100%;
	background: #FFFFFF;
	border-top: 4px solid #EA6B02;
}
#center_text {
	width: 950px;
	margin: 0 auto;
	padding: 50px 10px;
}

.titel_1 {
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 15px;
	font-size: 30px;
	background: url(images/titel.png) left bottom no-repeat;
}

.arrow {
	padding: 15px 18px 2px 10px;
	float: left;
	font-size: 14px;
	background: url(images/link.png) right bottom no-repeat;
}

.arrow:hover{
	background: url(images/link1.png) right bottom no-repeat;
}

.arrow a {
	color: #000000;
	text-decoration: none;
}

.titel_2 {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.contentleftline {
	border-left: 1px solid #EA6B02;
	padding-left: 20px;
}

.contentProduct {
	float: right;
	border-left: 1px solid #EA6B02;
	padding-left: 20px;
	width: 700px;
}

.contentProductDetail {
	float: left;
	border-left: 1px solid #EA6B02;
	padding-left: 20px;
	width: 440px;
}

.contentProductDetailImage{
	float: left;
	padding-right: 15px;
}

.contentProductSplitter {
	clear: both;
	margin-bottom: 45px;
}

.contentProductSplitterSmall {
	clear: both;
	margin-bottom: 25px;
}
.contentProductSplitterEmpty {
	clear: both;
	padding-top: 5px;
	margin-bottom: 0px;
}

#content {
	clear: both;
	float: left;
	width: 950px;
}

.content450 {
	float: left;
	width: 450px;
}

.sidebar450 {
	float: right;
	width: 450px;
}

#sidebar {
	float: right;
	width: 280px;
}
.sidebar_box {
	margin-bottom: 60px;
}

.news_box {
	margin-bottom: 20px;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #EA6B02;
}

.news_box img {
	float: left;
	width: 80px;
	height: 80px;
	border: 1px solid #FFF;
	padding: 2px;
}

.news_box p {
	float: right;
	width: 180px;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Banner */

#banner {
	float: left;
	width: 440px;
}

#banner_product {
	float: left;
	width: 200px;
}

#banner_content {
	float: right;
	text-align: left;
	width: 500px;
}

#banner_content_product {
	float: right;
	text-align: left;
	width: 700px;
}

#banner_content p {
	color: #000000;
	font-size: 18px;
	line-height: 25px;
}

#banner_image {
	position: relative;
	width: 413px;
	height: 230px;
	background: url(images/banner_bg.png) no-repeat;
}

#banner_image img {
	position: absolute;
	width: 380px;
	height: 210px;
	top: 10px;
	left: 10px;
}

#banner_image_text {
  position: absolute; 
   top: 175px; 
   left: 0; 
   color: white; 
   font: bold 22px Helvetica, Sans-Serif; 
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.4);
   padding-left: 10px;
   padding-right: 10px;
   left: 10px;
}

/* Index page special*/
.logoMainPage{
	width: 100%;
	text-align: center;
}

/* Footer block */
#footer {
	clear: both;
	width: 100%;
	background: #1171AD;
	border-top: 4px solid #EA6B02;
}

#footer_text {
	width: 970px;
	margin: 0px auto;
	padding: 20px 0;
	text-align: center;
	color: #FFFFFF;
}

#footer_text img {
	vertical-align: middle;
}

#footer_text span {
	padding-left: 20px;;
}


#list_item {
	margin: 0 0 0 5px;
	padding: 0;
}