/* CSS Document */
* {
	margin: 0;
	padding: 0;
}/*Das Sternchen * setzt alles auf 0 */
body  {
	text-align:center;
	background:url(../images/bg.gif) center top repeat-x;
}
html {
	text-align:center;

	overflow-x:hidden;
	overflow-y:auto;
}
#wrapper {
	width:686px;
	height:auto;
	margin:0px auto;
	text-align:left;
}
#navi {
	width:686px;
	height:156px;
	background:url(../images/navi.gif) 0 0 no-repeat;
}
#navia {
	width:196px;
	padding-top:17px;
	float:left;
}
#navib {
	width:487px;
	padding-left:3px;
	padding-top:16px;
	float:left;
}
#head {
	width:686px;
	height:165px;
	background:url(../images/top.jpg) 0 0 no-repeat;
}
#left{
	width:196px;
	height:auto;
	float:left;
}
#content {
	width:436px;
	height:auto;
	background:url(../images/content.gif) repeat-y 0 0;
	padding-left:24px;
	padding-right:30px;
	margin-top:25px;
	margin-bottom:26px;
	float:left;
}
/*#inhalt {
	width:490px;

	height:auto;
}*/
#footer {
	width:678px;
	height:24px;
	background:url(../images/bottom.gif) 0 0 no-repeat;
	font-size: 0.1px;
	clear:left;
	text-align:right;
	padding-right:8px;
	padding-top:9px;
}
#clear {
	clear: both;
	float: none;
	height: 0;
	line-height: 0;
	font-size: 0.1px;
}
#suma {
	display:none;
}