@import url(reset.css);
@import url(menu.css);


html {
/*height:100%;*/
}

body {
    color: #000;
	background: #FFF;
    font-family: Helvetica, Arial, Verdana , sans-serif;
    font-size: 12px;
    line-height: 15px;
    height: 100%;
    text-align: center;
}

html[xmlns] {
height : 100%;
padding-bottom : 0.005em;
} 

/* Layout */



#container {
width: 891px;
margin: 0 auto 0 auto;
position: relative;
text-align: left;
}

.spalte, .spalteLast, .spalteGrau, .spalteGrauLast {
	float:left;	
	width:297px;
}

.clear {
	clear:both;
	visibility:hidden;
	height: 0px;
}

.bodytext {
	padding: 10px 13px;
}

.bodytext a {
	text-decoration: none;
	color: #000000;
}