/* --- GENERAL STYLES--- */
a {
	color : #000000;
	text-decoration : none;
}
blockquote {
	margin : 1em 0;
	padding : 1em;
	border : 1px solid #666666;
}
body {
	margin : 10mm;
	padding : 0;
	color : #000000;
	background : #FFFFFF;
	font-family : georgia, times, "times new roman", serif;
}
hr {
	border : 0;
	color : #666666;
	background : #666666;
	height : 1px;
}
.floatright {
	float : right;
	border : 1px solid #666666;
	margin : 0 0 10px 10px;
}
/* --- CONTENT STYLES--- */
#content {
	line-height : 140%;
}
/* --- FOOTER STYLES--- */
#footer {
	clear : both;
	border-top : 1px solid #BFBBB7;
	padding-top : 5px;
}
/* --- MENU STYLES--- */
#sidemore {
	display : none;
}
/* --- NAV STYLES--- */
#sidebar {
	display : none;
}
/* --- SKIPMENU STYLES--- */
#skipmenu {
	display : none;
}
table.preise {
	/*clear : both;*/
	width : 570px;
}
th {
	font-size : larger;
	font-weight : bold;
	margin : 10px 0 0 20px;
	padding : 10px 0 0 0;
	text-align : left;
	border-bottom : 1px solid #999;
}
td {
	border-bottom : 1px dotted #ccc;
	width : 560px;
	margin : 10px 0 0 20px;
	padding : 2px;
}
tr:hover {
	background : #eee;
}

td.preis {
	text-align : right;
	width : 100px;
	margin-right : 0;
	margin-top : -15px
}
