* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(../images/bg_grey.jpg) #24252c repeat-x;
	margin:auto;
  font: 11px/20px Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 23px;
}

a, a:visited {
  /* background: url(../images/icon_intlink.gif); */
	font-size: 11px;
	color:#e9b001;
}

a:hover {
  /* background: url(../images/icon_intlink.gif); */
	font-size: 11px;
	color:#fff;
}

#header {
  background: url(../images/header.jpg);
	width: 795px;
	height:34px;
	margin: auto;
}

#lang_navigation {
padding: 3px 0 0 210px;
}

#lang_navigation li a, #lang_navigation li a:visited {
  /*text-transform: uppercase;*/
	text-decoration: none;
	font-size: 11px;
	color:#e9b001;
	padding:9px 6px 0 6px;
	margin-right: 1px;
	display: block;
	float: left;
}

#lang_navigation li a:hover, .active {
	color:#fff;
}

#lang_navigation .divider {
  background: url(../images/nav_divider.gif);
	width: 1px;
	height: 10px;
	float: left;
    margin-top:15px;
}

#navigation {
padding: 0px 0 0 380px;
}

#navigation li a, #navigation li a:visited {
  /*text-transform: uppercase;*/
	text-decoration: none;
	font-size: 11px;
	color:#e9b001;
	padding:9px 6px 0 6px;
	margin-right: 1px;
	display: block;
	float: left;
}

#navigation li a:hover, .active {
	color:#fff;
}

#navigation .divider {
  background: url(../images/nav_divider.gif);
	width: 1px;
	height: 10px;
	float: left;
    margin-top:15px;
}

#wrapper {
  width: 795px;
	margin:auto;
}

#boxes {
  margin-left:10px;
	width: 775px;
}


#container {
	width:760px;
	float: left;
}

#left {
  width:520px;
  float:left;
}

#news {
	width:240px;
	float: left;
    margin-right:20px;
}
#text {
	width:480px;
	float: left;
    margin-right:20px;
}
#newsletter {
	width:240px;
	float: right;
    margin-right:20px;
}
#right {
	width:220px;
	float: right;
    margin-right:20px;
}
 #news a, #news a:visited {
  /* background: url(../images/icon_intlink.gif); */
	font-size: 11px;
	color:#e9b001;
}

.form_link {
    font-size: 11px;
	color:#e9b001;
}

/* Oberer Bereich in den Produktseiten */
#teaser {
	width: 795px;
}
#footer {
    clear: both;
	width: 795px;
    text-align:center;
	margin: auto;
}

#secure {
    display: none;
}


