html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font: 12px/1.5 verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color:#fffef3;
}
img {
	border:0;
}
#page {
	margin: 0 auto;
	width:822px;
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
html>body #page {
	height: auto;
}


/*####### DIVS SPANS AND CO ########*/
div,a,ul,li {
	border:1px none black;
}

a:focus {
	outline:none;
}
a span {
	display:none;
}
.space_wrapper{
	display:block;
	border:1px none #FF3300;
	clear:both;
}

/* NAVIGATION */
.anker {
	position:absolute;
}
.anker a {
	display:none;
}


div.hauptnavi {
	border:1px none red;
	width:100%;
	text-align:right;
	margin:0px;
}
.hauptnavi a, metanavi a {
	display:block;
	border:1px none red;
}
.hauptnavi a img {
	border:1px none blue;
	padding-top:0px;
}
.hauptnavi ul {
	display:inline-block;
	float:right;
	border:1px none green;
	width:380px;
	height:40px;
	margin:0;
	padding:0;
	display:inline-block;
}
.hauptnavi ul li {
	padding-top:5px;
	padding-right:5px;
	float:left;
	list-style:none;
}

.metanavi ul {
	border:1px none red;
	height:125px;
	width:180px;
	margin:0;
	padding:0;
}
.metanavi ul li {
	text-align:right;
	padding-bottom:3px;
	padding-right:0px;
	list-style:none;
}

/* TEXT */
div.text_teil {
	color:#666666;
	border:1px none green;
}
.text_teil .spalte_a {
	/*float:left;*/
	
	padding-left:300px;
	width:490px;
}
.text_teil .spalte_a img {
	display:block;
}
.text_teil .spalte_a .htext {
	display:none;
}

.float_clear {
	content:'';
	clear:both;
}


