/* 1.0 | hannes | 2005-01-17 | hotelmignon.com */

body {
	background-color: white;
	color: #666;
	font: 12pt/140% Arial, Helvetica, sans-serif;
}
.blocksatz {
	text-align: justify;
}
/* LAYOUT GRUNDGERÜST */
td#maincontainer {
	width: 100%;
	background: none;
}
td#menu,
td#showcase,
div#seperator,
div#sitemap,
div#fusszeile { 
	display: none;
}
hr {
	border-top: 1px dashed #C3D9B8;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
h1 {
	font-weight: 500;
	color: #4D9050;
}

/* TEXT */
.blocksatz { text-align: justify; }
.klein { font-size: 11px; }
.rot { color: #ED1D24; }

/* AUSRICHTUNG */
.right { float: right; }
.left { float: left; }
.spacetop { padding-bottom: 10px; }
.spaceright { padding-right: 10px; }
.spacebottom { padding-bottom: 10px; }
.spaceleft { padding-left: 10px; }

.margintop { margin-top: 10px; }
.marginright { margin-right: 10px; }
.martinbottom { margin-bottom: 10px; }
.marginleft { margin-left: 10px; }

