

/* Definition des HTML-Tag */
html {
	overflow-x: hidden;
	overflow-y: auto;
}


/* Definition des BODY-Tag */
body {
	margin: 0;
	padding: 0;
}


/* Definition des TEXTAREA-Tag */
textarea {
	overflow-x: hidden;
	overflow-y: auto;
}


/* Inhalt zentrieren */
div#center-content { width: 964px; margin-right: auto; margin-bottom: 0; margin-left: auto; }


/* Header */
div#header { height: 65px; margin: 26px 0 0; padding: 35px 27px 0 0; background-color: #e60003; background-image: url(images/logo_header.jpg); text-align: right; width: 937px; }


/* Navigation */
div#navigation {
	padding: 8px 5px 10px 0;
}


/* Inhaltsspalte Links */
div#content-column-left {
	width: 184px;
}
div#box-column-left { height: 283px; margin-bottom: 10px; background-color: #d2cdd0; background-image: url(images/holz.jpg); margin-top: 0; }

/* Inhaltsspalte Rechts */
div#content-column-right {
	width: 768px;
}
div.content-2-columns-right {
	width: 674px;
}


/* Text mit Bild */
div.text-with-image {}
div.image-left {
	float: left;
	width: 185px;
}
div.text-right {
	float: right;
	width: 375px;
}


/* Footer */
div#footer { padding: 10px 15px 10px 5px; background-color: #e60003; width: 937px; height: 20px; margin-top: 0; margin-right: 0; margin-bottom: 0; }
div#footer2 { margin: 0 0 0 150px; padding: 10px 15px 10px 5px; background-color: #e60003; width: 937px; height: 16px; }

/* Allgemeine Klassen */
ul {
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	list-style-type:square;
	}
	
.one-pix {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
/* Klassen fuer Umfluesse */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clear-both {
	clear: both;
}


