body {
	padding:0;
	margin: 0;
	background: #cccccc url(../images/pic.background); /*neu*/
	color: #444444;
	font-family: Verdana, Sans Serif;
}

#maincontainer {
	width: 1000px; /*neu*/
	margin: 20px auto; /*neu*/
	box-shadow: 1px 1px 9px rgba(0,0,0,0.3); /*neu*/
	-moz-box-shadow: 1px 1px 9px rgba(0,0,0,0.3); /*neu*/
	-webkit-box-shadow: 1px 1px 9px rgba(0,0,0,0.3); /*neu*/
	background: #ffffff; /*neu*/
} 

#menucontainer {
	width: 960px; /* 100% */
	height: 40px; /* 60px */
	/* background-color: #7D160A; */
	border-top: 1px solid #7D160A; /* neu */
	border-bottom: 1px solid #7D160A; /* neu */
	margin: 0 auto; /* neu */
	color: #7D160A;
}

#menu  /*Leiste 1te Navi*/{
	width: 960px;
	height: 40px;
		margin: 0 auto;
		position: relative;
	z-index: 5;
}

#menu a:hover  /*Leiste 1te Navi mouse-over*/{
	color: #7D160A;
}

#menu .current {
	color: #7D160A;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	position: relative;
}

#menu li {
	float: left;
	position: relative;
}

#menu li a /*Leiste 1te Navigation und aufgeklappt*/{
	padding: 10px 10px; /*21px 20px*/
	display: block;
	text-decoration: none;
	color: #6b615e; /*#eeeeee*/
	outline: none;
	line-height: 20px;
	font-size: 120%;
}

#menu li li /*nur aufgeklappt*/{
	width: 188px;
}

#menu li li a  /*Text 2te Navigation nur aufgeklappt*/{
	padding: 0px; /*6px 10px*/
	font-size: 100%;
	line-height: 25px;
}

#menu li li li a  /*Text 3te Navigation wenn aufgeklappt*/{
	padding: 0px; /*6px 10px*/
	font-size: 100%;
}

#menu li li a:hover /*mouseover wenn aufgeklappt*/{
	color: #7D160A;
}

#menu li.hover a  /*mouseover gesamtes Navi einzelne Links*/{
	/*background-color: #EEEDED #888888;*/;
}

#menu li ul /*nur aufgeklappte Navi ohne Leiste*/{
	position: absolute;
	top: -9999px;
	left: 0;
	width: 188px;
	height: auto;
	background-color: #ffffff; /*#393432;*/
	padding: 5px 10px;
	/*border-top: 1px solid #7D160A;*/
}

#menu li ul ul {
	padding: 0;
}

#menu li.hover ul {
	top: 40px; /*60px*/
	background-color: #f5f5f5;
	opacity: 0.90;       /* modern browser */  
    -moz-opacity: 0.90;  /* older Mozilla browser */  
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE8 in Standard Compliant Mode */  
    filter: alpha(opacity=90); /* IE5.x -7.0 */ 
}

#menu li.hover {
	background-color: #f5f5f5;
}

#menu li a.first /* nur 2te Navi wenn aufgeklappt*/{
	font-weight: normal;
	font-size: 130%;
}

#menu ul.multicol ul {
	width: 188px;
	position: relative;
	top: 0;
	left: 0;
}

#menu li em {
	display: none;
}

#menu li.hover em {
	display: block;
	position: absolute;
	width: 220px;
	height: 55px;
	background: url(../images/pbubble.gif) no-repeat;
	padding: 0px 10px 20px 10px;
	left: 0;
	top: -80px;
	color: #dddddd;
	font-style: normal;
	line-height: 18px;
	overflow: hidden;
}

#common {
	width: 960px;
	height: 65px;
	padding: 20px 0;
	background: url(../images/pic.nexuslogo) no-repeat left bottom;
		margin: 0 auto;
		text-align: right;
	color: #888888;
	line-height: 22px;
	/* border: 1px solid green; neu */
}

#common a {
	color: #888888;
	text-decoration: none;
}

#common a:hover {
	color: #7D160A;	
}

#maincol {
	width: 960px;
		margin: 0 auto;
		padding: 30px 0;
	/* border: 1px solid darkblue; neu */
}

#content {
	float: left;
	width: 680px;
	padding-left: 10px;
}

#sidebar {
	float: right;
	width: 200px;
	background-color: #f0f0f0;
	margin-left: 15px;
	padding: 10px;
	box-shadow: 0.1px 0.1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0.1px 0.1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0.1px 0.1px 3px rgba(0,0,0,0.3);
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#dedede', Direction=0, Strength=3)
    progid:DXImageTransform.Microsoft.Shadow(color='#dedede', Direction=45, Strength=2)
    progid:DXImageTransform.Microsoft.Shadow(color='#dedede', Direction=90, Strength=3)
    progid:DXImageTransform.Microsoft.Shadow(color='#dedede', Direction=135, Strength=2)
    progid:DXImageTransform.Microsoft.Shadow(color='#dedede', Direction=180, Strength=3)
    progid:DXImageTransform.Microsoft.Shadow(color='#dedede', Direction=225, Strength=2)
    progid:DXImageTransform.Microsoft.Shadow(color='#dedede', Direction=260, Strength=3)
    progid:DXImageTransform.Microsoft.Shadow(color='#dedede', Direction=305, Strength=2);	
	border: 10px solid #ffffff;
}

.clearer {
	clear: both;
}

#bottombar {
	width: 960px; /* 100% */
	padding: 10px 0px;
		text-align: center;
	;
	margin: 0 0 20px 20px; /* neu */
	border-top: 1px solid #7D160A;
	font-size: 90%;
	color: #393432;
}

#bottomnav {
	width: 960px;
		margin: 0 auto;
		padding: 10px 0;
	border-top: 1px solid #7D160A;
}

#bottomnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#bottomnav li {
	margin: 0;
	padding: 0;
	float: left;
}

#bottomnav ul ul {
	width: 192px;
}

#bottomnav li a {
	display: block;
	padding: 3px 10px;
	width: 172px;
	text-decoration: none;
	color: #888888;
	font-weight: normal;
	font-size: 100%;
	font-size: 90%;
}

#bottomnav li li a {
	color: #888888;
	font-weight: normal;
	text-transform: none;
	line-height: 120%;
	font-size: 90%;
}

#bottomnav a:hover {
	color: #888888;
}

#eyecatchercontainer {
	background: url(../images/pfade.gif) center center repeat-y;
	width: 960px; /* 100% */
	/* border: 1px solid black; neu */
	margin: 0 auto; /* neu */	
}

#eyecatcher {
	width: 960px;
	height: 300px;
		margin: 0 auto;
		position: relative;
	overflow: hidden;
}

#eyecatcher div {
	width: 20px;
	display: none;
	height: 300px;
	position: absolute;
	z-index: 2;
}

#eyecatcher img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#searchbox {
	width: 200px;
	height: 30px;
	position: absolute;
	right: 0;
	background-color: #ffffff;
	top: 15px;
}

#searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
}

#searchcriteria {
	border: 0;
	width: 160px;
	top: 6px;
	left: 6px;
	position: absolute;
	color: #7D160A;
	outline: none;
}

#trustedshops input {
	width: 100px;
	height: 100px;
	padding-left: 50px;
	display: block;
}

#trustedshops a {
	display: block;
	color: #444444 !important;
	line-height: 160%;
	font-weight: normal  !important;
	padding: 10px 0;
}

.menuaudio {
	display: none;
}

#youarehere {
	margin-bottom: 20px;
	margin-top: -10px;
}

#youarehere a {
	font-size: 11px;
	font-weight: normal !important;
	text-decoration: none !important;
	color: #444444;
}

#youarehere a:hover {
	color: #888888 !important;
	text-decoration: none !important;
}

/* Tabelle Startseite */
#startseite {
	width: 728px;
	border-spacing: 10px 10px;
	margin-left: -10px;
}

#startseite th {
	background-color: #f0f0f0;
	height: 30px;
	font-size: 130%;
	color: #888888;
	font-weight: normal;
	border-top: 1px solid #7D160A;
}

#startseite td {
	min-width: 71px;
	max-width: 274px;
	color: #6a6262;
	padding: 0px;
	/*background: -moz-linear-gradient(0% 2% 270deg, #f7f7f7, #eeeded);*/
	font-family: verdana;
	/*margin-right: 10px;
	margin-bottom: 10px;*/
	line-height: 160%;
}

#startseite td a {
	text-decoration: none;
	color: #7D160A;
	font-weight: normal;
}

#startseite td a:hover {
	text-decoration: underline;
	font-weight: normal;
}

.foto-link {
	width: 71px;
	height: 100px;
	display: block;
	margin: 0 auto;
}

.foto1 {
	background: url(../images/coveroikos) no-repeat;
}

.foto2 {
	background: url(../images/covergrowth3plus) no-repeat;
}

.foto3 {
	background: url(../images/covergas) no-repeat;
}

.foto4 {
	background: url(../images/startseite.poc.oikos) no-repeat;
}

/* International */
#international {
	float: right;
	margin: -50px 20px 15px 20px;
}
*+ html #international {margin-top: 15px;}

#international a {
	padding-left: 10px;
}

.w2dtooltip {
	background-color: red;
}