body {
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
}

div#content {
	position: absolute;
	top: 130px;
	left: 10px;
	width: 630px;
	z-index: 1;
}

span#news img{
padding-left:20px;
padding-bottom:10px;
padding-top:10px;
}

div#navigation {
	visibility: hidden;
}

div#navigation-oben {
	visibility: hidden;
}

div#kopf {
	visibility: hidden;
}

div#rechts {
	visibility: hidden;
}

h1 {
	font-size: 18px;
	color: black;
}

h2 {
	font-size: 15px;
	color: black;
}

h3 {
	font-size: 18px;
	background: #E5E5E5;
	color: Black;
	width: 100%;
	padding: 3px;
	font-weight: bold;
}

.papier {
	font-size: 18px;
	background: #FFBC67;
	color: Black;
	width: 100%;
	padding: 3px;
	font-weight: bold;
}

.metall {
	font-size: 18px;
	background: #79CEE2;
	color: Black;
	width: 100%;
	padding: 3px;
	font-weight: bold;
}

.holz {
	font-size: 18px;
	background: #BEE079;
	color: Black;
	width: 100%;
	padding: 3px;
	font-weight: bold;
}

.plastik {
	font-size: 18px;
	background: #FFE972;
	color: Black;
	width: 100%;
	padding: 3px;
	font-weight: bold;
}

b.jahreszahl {
	border: 1px solid #3C7CC2;
	padding: 2px;
	background-color: #A0A0A0;
	color: White;
	width: 100px;
}

p,a,td {
	font-size: 13px;
	color: #545454;
}

.klein {
	font-size : 10px; 
}

hr {
	color: #3073BE;
	height: 1px;
}
	
a {
	color : #3073BE;
}

.blau {
	font-size: 10pt;
	color: #3073BE;
	font-weight: bold;
}

a:hover {
	color: Red;
}

input.textfeld {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
} 

textarea {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
}

.groesser {
	font-size : 12pt;
}

.fetter {
	font-size : 12pt;
	font-weight : bold;
}

div#logo {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 600px;
	background-image: url(images/iks-kopf-logo.gif);
	z-index: 2;
	height: 105px;
}

li ul {
	display: none;
	position: absolute;
	top: 23px;
	left: 0;
	width: auto;
	text-decoration: none;
	background: White;
	padding-top: 0px;
	z-index: 0;
}

li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
}

.navi-oben {
	color: White;
	background-color: Silver;
	text-decoration: none;
	width: 250px;
	line-height: 0px;
	padding: 5px;
}

*/

ul.normal {
	list-style: circle;
	margin: 10px;
}

li.normal {
	float: none;
	width: auto;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

li {
	float: left;
	position: relative;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: White;
	font-size: 13px;
	line-height: 22px;
	padding: 0px;
	overflow: visible;
}

ul.produkte {
	display: none;
	position: absolute;
	top: 18px;
	left: 0;
	width: 120px;
	text-decoration: none;
	background: url(images/bg-produkte.gif);
	background-repeat: repeat-y;
	z-index: 0;
}

li ul {
	display: none;
	position: absolute;
	top: 18px;
	left: 0;
	width: auto;
	text-decoration: none;
	/*background: url(images/bg-normal.gif);
	background-repeat: repeat-y;*/
	z-index: 0;
}

li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
}

.navi-oben {
	color: Black;
	text-decoration: none;
	width: 300px;
	line-height: 0px;
	padding: 5px;
	font-weight: normal;
	font-size: 12px;
}

