body {
	color: #333333;	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	margin: 0px; 
	margin-top: 10px; 
	margin-bottom:10px; 
	padding: 0px;	
	background-image:url('images/background.jpg');
	background-position:center;
	background-attachment:fixed;
}

html {
	height:101%;
}		

a {
color: #333333; 
text-decoration: none;
color:#073e8e;
font-weight:bold;
}

#topbox 	{
	width:1000px; 
	margin:auto; 
	border: 1px solid white;
}

#menu {
	width:1000px; 
	margin:auto; 
	font-size:15px;
	color:white;
	margin-top:-3px;
	padding-top:5px;
	border: 1px solid white;
	border-top:  0;
	border-bottom: 1px solid black;
	list-style: none;
	background-image:url('images/menu.jpg');
	height:23px;
	text-align:center;
	}

#menu ul {
margin-top:0px; 
}	
	
#menu li {
	display: inline;
	float:left;
	margin-left:-19px;
	margin-right:36px;
	height:28px;
	display:block;
	}

#menu a {
	text-decoration:none;
	margin: 8px;
	color:white;
	font-weight:normal;
}

#menu a:hover {
	height:28px;
	color:yellow;
}

#inhalt	{
	width:962px; 
	margin:auto; 
	padding: 20px; 
	background-color: white;
}

#footer	{
	width:1000px; 
	margin:auto; 
	margin-top:5px;
	text-align:right; 
}

#footer a {
	text-decoration:none;
	color:white;
}
#produkte li {
	display: block;
	float:left;
	border: 1px solid #999;
	width:250px;
	margin:10px;
	padding:10px;
	text-align:left;
	height:65px;
	font-weight:bold;

	}
	
h1 {
	font-size: 18px; 
	margin:0px; 
	padding:0px; 
	margin-bottom:10px; 
	color:#073e8e;
}

h2 {
	font-size: 16px; 
	color:#073e8e;
}

h3 {
	margin:0px; 
	padding:0px; 
	font-size: 16px; 
	color:#073e8e;
}	
	
p {
	margin:0; 
	padding:0; 
	margin-top: 10px;
}

img {
	border:0px;
}

legend {
	color:#073e8e; 
	font-weight:bold;
}

.eingabe 	{
	width:400px; 
}	

.anmerkung 	{
	font-size:12px;
	display:block;
	border: 1px solid #333;
	padding:10px;
	margin-top:10px;
	background-color:#ccc;
}	
.spalte 	{
	width:140px;
	text-align:right;
	display:block;
	float:left;
	margin-right:5px;
}	
.Meldung
{
	font-weight:bold;
	margin-bottom: 20px;
	color:#073e8e;
}

.imgright {
	float:right;
	margin-left:10px;
	margin-bottom: 10px;
	}
