body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight:normal;
	color: #000000;
	margin:0px;
	padding:0px;
}

body {
	background-color:#FFFF99;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	list-style-type:none;
	list-style-position:inside;
	padding-left:10px;
}

li.menue{
	list-style-type:square;
	margin: 1px;
}

hr{
	border: 0px;
	border-top: 1px dotted #660000;
}

a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:active {
	text-decoration: none;
	color: #330000;
}

#all {
	width: 800px;
	border: 1px solid #660000;
	background-color:#FFFFFF;
}

#header {
	width: 800px;
	height: 170px;
	background-image:url(../bilder/logo_shop.jpg);
	background-repeat:no-repeat;
}

#view {
	line-height:25px;
	width: 790px;
	background-color:#990000;
	text-align: right;
	color:#FFFFFF;
	padding-right:10px;
}

#menue {
	width: 200px;
}

#content {
	width: 595px;
	height:auto;
	border-left: 1px dotted #660000;
	float:right;
}

#produkt {
	line-height:18px;
	width: 590px;
	text-align:left;
	color:#330000;
}

#submit {
	width: 120px;
	background-color:#FFFF99;
	border:1px dotted #330000;
}

#checkbox {
	width: 20px;
	background-color:#FFFF99;
	border:1px dotted #330000;
}

#text {
	width: 400px;
	text-align:left;
	border:1px dotted #330000;
}

#textarea {
	width: 400px;
	height: 100px;
	text-align:left;
	border:1px dotted #330000;
}

.fehler {
	background-color:#FF6666;
}
