/*Elchi*/

.table-corners {
	width: 900px
}
img {
	border: 0;
}
body {
	margin: 0px;
	padding-top: 5px;
	font-family: sans-serif;
	font-size: 15px;
	color: #4d2e02
}
td {
	vertical-align: top;
	line-height: 20px
}
h1 {
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px
}
a:link {
	color: #4d2e02;
	text-decoration: none
}
a:visited {
	color: #4d2e02;
	text-decoration: none
}
a:hover {
	color: #4d2e02;
	text-decoration: underline
}
.table-corners {
	width: 900px;
}
.kopf {
	background-image: url(layout/kopf.png);
	width: 990px;
	height: 267px
}
.seitenrand {
	background-image: url(layout/seitenrand.png);
	width: 11px;
	height: 41px
}
.inhalt {
	background-color: #fff3e3
}
.navimenue {
	background-image: url(layout/menue.png);
	height: 24px;
	width: 968px;
	font-size: 18px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #4d2e02;
	padding-left: 1px;
	padding-bottom: 1px;
	font-weight: bold
}
.neuigkeitenmitte {
	background-image: url(layout/neuigkeitenmitte.png);
	width: 240px
}
.content {
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 35px;
	color: #504533
}
.content-right {
	padding-top: 60px
}
a.made-in {
	color: #aaaaaa
}
.navitext {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	padding-left: 3px;
	padding-bottom: 20px
}

a.menue, a.menue:link, a.menue:visited, a.menue:active {
position: relative;
text-decoration: none;
}

a.menue:hover {
z-index:1000;
background: transparent;
}

a.menue span {
display: none;
text-decoration: none;
}

a.menue:hover span {
z-index:1;
display: block;
position: absolute;
bottom: 0px;
left: 0px;
padding: 0px;
}