/* HTML Einstellungen */

 

html {
	font-size:100%;
	font-family:Verdana, Geneva, sans-serif;
	min-height:100%;
	background-image: url(img/pics/wohnung/big/rsz_wohnzimmer07.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing:border-box;
/*	background:#ffffff;
	background-image:linear-gradient(#b7e068, white);
	background-size: auto 500px;
	background-repeat:repeat-x;
*/
}

header {
	position:relative;
	padding:16px 32px 16px 32px;
	padding:1rem 2rem 1rem 2rem;
	background-color: rgba(204,102,0,0.6);
	border-radius: 10px 10px 0px 0px;

}

.table_preise tr td{
	font-size:17px;
	font-size:1.1rem;
	padding:2px 0;
	padding: .15rem 0;
	vertical-align: top;
}

.table_preise tr td#td_special {
	padding:8px 0;
	padding: .5rem 0;
	width: 30%;
}

.table_preise table{
	width: 100%;
	border:0px;
	padding:0px;
	margin:0px;
}

