html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	color: #215328;
	background: url(images/bodybg.gif) repeat-x #E7E0B9;
	background-attachment: fixed;
	font-family: Verdana, Arial, sans-serif;
	text-align: center
}
#root {
	margin: 0px auto;
	width: 700px;
	text-align: left
	background-color: #ffffff;
	border:2px solid #215328;
}
#title {
	margin: 0;
	padding: 0;
	height: 160px;
	background: url(images/titlebg02.jpg) no-repeat #000;
}
#menu {
	margin: 0;
	padding: 0;
}
#nav {
	margin: 0;
	padding: 0;
	width: 700px;
	position: relative;
	top: 145px;
	border-top: 3px solid #215328;
}

#table {
	margin: 0;
	padding-left: 60;
	padding-right: 60;
	padding-top: 40;
	padding-bottom: 20;
	background: #ffffff;
}

#tablepreis {
	font-size: 12px;
}

#td {
	text-align: center;
}

#nav li {
	list-style: none;
	float: right;
	margin-left: 0px;
	padding-left: 6px;
	padding-bottom: 0px;
	width: auto;
	text-indent: 1em;
	font-size: 10px;
	line-height: 24px;
	white-space: nowrap;
	background: #C09D6C;
}
#nav a {
	display: block;
	float: right;
	padding: 0 20px 0 0;
	text-decoration: none;
	font-weight: bold;
	background: #E7E0B9;
	color: #215328;
	width: .1em;
}


html>body #nav a
	{width: auto;}		/* fixes IE6 hack */
				/* Commented Backslash Hack hides rule from IE5-Mac \*/


#nav a 	{float: none;}		/*End IE5-Mac hack */

#nav a:hover {
	color: #ffffff;
}
#nav #current, #nav #current a {
	color: #ffffff;
	background-image: url(tab-current.gif);
}

#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#left li {
	padding: 0 10px 10px 0;
}
#left a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
#left a:link {
	color: #215328;
}
#left a:visited {
	color: #215328;
}
#left a:hover {
	text-decoration: underline;
}

#linkcloud {
	margin: 5px auto;
	width: 700px;
	padding: 0;
	background: transparent;
	text-align: center;
	color: #000 !important;
	font-size: 10px !important;
}
#linkcloud a, #linkcloud a:link, #linkcloud a:visited {
	color: #000 !important;
	font-size: 10px !important;
	text-decoration: none !important;
}

.tablecon {
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom: 1px dotted #215328;
}

h1 {
	font-size: 16px;
}


img {
	border: 1px solid #215328;
}

a {
	text-decoration: underline;
	color: #215328;
}

.r {
	text-align: right;
}

p {
margin: 0 0 10px 0;
padding: 0;
}