@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image:url(../bilder/bg_stripe.gif);
	background-repeat:repeat-y;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}



a {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
h1{
	margin: 0px;
	padding: 0px;
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #e2bf48;
}

.prod_beschr{
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

#kopf{
	width:1000px;
	height: 100px;
	background-color: #000000;
}

#container{
	position: absolute;
	top:100px;
	left:340px;
	width:640px;
	text-align: center;
	margin: 0px;
	padding: 10px;
}

#big_img{
	position: absolute;
	top: 100px;
	left: 0px;
	width: 340px;

}