

.clear {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

#main {
	border: 1px solid #000000;
	width: 990px;
	border: 1px solid #cd3301;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: transparent url(../images/content_bg.jpg) repeat-y top left;
	}

#header {
	height: 116px;
}

#logo_img {
	background: transparent url(../images/top_img.jpg) no-repeat top left;
	/* (ab 01.12.09) background: transparent url(../images/top_img_neu.jpg) no-repeat top left; */
	height: 92px;
}

#icon_nav {
	height: 24px;
	text-align: left;
	padding: 5px 10px;
}

#icon_nav img {
	margin-right: 10px;
}

#leftpanel{
	width: 204px;
	float: left;
	height: 400px;
}

#nav {

}

#content{
	width: 560px;
	text-align: left;
	float: left;
	vertical-align: top;
	padding-left: 10px;
}

#rightpanel {
	width: 210px;
	float: right;
}

#footer {
	clear: both;
	background: transparent url(../images/footer_bg.gif) repeat-x top left;
	height: 31px;
}

.textfooter { color: #825E43; font-size: 10px; }

#shortcut {
	text-align: center;
	padding-top: 15px;
}

