/* CSS Document */
* {
	margin: 0;
	padding: 0;
}/*Das Sternchen * setzt alles auf 0 */
body {
	text-align:center;
	background:url(../images/bg.jpg) repeat-x 0 0 #ff9900;
}
html {
	overflow-x:hidden;
	overflow-y:auto;
}
#wrapper {
	width:780px;
	height:auto;
	margin:0px auto;
	background:url(../images/wrapper.gif) repeat-y 0 0;
	text-align:left;
}
#left{
	width:147px;
	height:655px;
	padding-top:25px;
	padding-left:20px;
	background:url(../images/left.jpg) 0 0 no-repeat;
	float:left;
}
#right{
	width:613px;
	height:auto;
	float:left;
}
#navi1 {
	width:543px;
	height:43px;
	padding-left:70px;
	padding-top:25px;
	background:url(../images/navi1.gif) 0 0 no-repeat;
}
#head {
	width:613px;
	height:175px;
	background:url(../images/logos.gif) 0 0 no-repeat;
}
#content {
	width:613px;
	height:auto;
	float:left;
}
#content_left {
	width:292px;
	height:279px;
	float:left;
}
	#navi2 {
		width:283px;
		height:270px;
		padding-left:9px;
	}
	#ue {
		width:292px;
		height:50px;
	}
#content_right {
	width:321px;
	height:279px;
	background:url(../images/startseite.jpg) 0 0 no-repeat;
	float:left;
}
#inhalt {
	width:529px;
	padding-left:34px;
	padding-right:50px;
	padding-top:62px;
	padding-bottom:16px;
	height:auto;
	min-height:108px;
}
*html #inhalt {
	height:108px;
}
#footer {
	width:613px;
	height:25px;
	padding-top:14px;
	background:url(../images/bottom.gif) 0 0 no-repeat;
	clear:left;
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cd6500;
}
#footer a:link, #footer a:visited {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cd6500;
	text-decoration:none;
}
#footer a:hover {
	font: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
.clear {
	clear: both;
	float: none;
	height: 0;
	line-height: 0;
	font-size: 0.1px;
}
#suma {
	display:none;
}