/* CSS Document */
/*-----------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #805965;
	background-color: #DAA7B7;
}

#container {
	width: 753px;
	text-align: left;
	background-color: #E6CFD6;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
	
#header {
	height: 100px;
	width: 753px;
	background-color: #CC9966;
	position: relative;
	margin: 0px;
}
/*-----------------------------------------------------------------------------*/
#mainnav {
	background-color: #BF607E;
	color: #FF9900;
	padding: 2px 0;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 50px;
	width: 753px;
}
	
#mainnav ul {
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #E6CFD6;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: 1em;
}
	
#mainnav li {
	display: inline;
	color: #60BFA0;
	padding: 0 10px;
	border-right: 1px solid #E6CFD6;
	font-size: 120%;
	font-weight: bold;
}
	
#mainnav li a {
	text-decoration: none;
	color: #E6CFD6;/*60BFA0 dunkeltrkis*/
	font-weight: bold;
}
	
#mainnav li a:hover {
	text-decoration: none;
	color: #60BFA0;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #60BF0;
}
/*-----------------------------------------------------------------------------*/
#contents	{
	height: auto;
	margin: 0 10px 0px;
	padding: 5px 10px;
	background-color: #FFFFFF;
}

.firstletter {
	font-size: 120%;
	font-weight: bold;
	color: #BF607E;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*-----------------------------------------------------------------------------*/
#footer	{
	padding: 5px;
	font-size: 90%;
}
/*-----------------------------------------------------------------------------*/
form {
	background:#ffffff;
	padding: 5px 10px 10px;
}
td {
	padding: 5px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
}
.tbhd{
	background-color: #DAA7B7;
}
.tbhdmod {
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #805965;
	border-bottom-color: #805965;
	border-left-color: #805965;
}
.tbhdanz {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #805965;
	border-bottom-color: #805965;
}
.tbhdprs {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #805965;
	border-right-color: #805965;
	border-bottom-color: #805965;
}
.tdmod {
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #805965;
	border-left-color: #805965;
}
.tdanz {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #805965;
}
.tdprs {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #805965;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #805965;
}
.tdpreis {
	text-align: right;
}
.red{
	color: #FF0000;
}
.preis {
	font-size: 120%;
	color: #60BFA0;
}
h6 {
	font-size: 85%;
	font-weight: normal;
	line-height: 1em;
	margin: 5px;
}
.dank {
	font-size: 120%;
	color: #60BFA0;
	text-align: center;
}
a:link {
	color: #60BFA0;
}
a:visited {
	color: #60BFA0;
}
a:hover {
	color: #60BFA0;
}
