/* ---- navigation ----  */
@import 'nav_bar_top.css';
@import 'nav_tree_main.css';

/* ---- print-layout ----  */
#printFooterBox {
	display: none;
}
#printHeaderBox {
	display: none;
}

/* ---- layout: index ----  */
#containerBox {
	padding: 6px 0px 0px 8px;
	width: 952px;
}
#topBox {
	width: 952px;
}
#logoBox {
	width: 140px;
	height: 69px;
	float: left;
}
#logoBox a {
	display: block;
	width: 140px;
	height: 69px;
	background-image: url(../../images/site/top_logo.gif);
	background-repeat: no-repeat;
}
#topInfoBox {
	float: left;
	height: 41px;
	margin-left: 5px;
	padding: 28px 0px 0px 0px;
	width: 807px;
	
}
#fontsizeBox {
	width: 101px;
	height: 19px;
	position: absolute;
	top: 34px;
	left: 700px;
}
#fontsizeBox a {
	display: block;
	width: 101px;
	height: 19px;
	background-image: url(../../images/site/info_fontsize.gif);
	background-repeat: no-repeat;
}
#topnavBox {}
#tickerBox {
	float: left;
	width: 601px;
	height: 21px;
	overflow: hidden;
	background-color: #ffd300;
	color: #00468c;
	padding: 1px 5px 0px 5px;
}
#tickerBox .intro {
	font-style:italic;
	font-weight: bold;
	float: left;
	white-space: nowrap;
	padding: 3px 10px 0px 0px;
}
#rssBox {
	float: left;
	width: 37px;
	height: 22px;
	background-color: #ffd300;
}
#rssBox a {
	display: block;
	width: 37px;
	height: 22px;
	background-image: url(../../images/site/btn_rss.gif);
	background-repeat: no-repeat;
}
#communityBox {
	height: 22px;
	float: left;
}
#communityBox a {
	display: block;
	float: left;
	height: 22px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#communityBox a:hover {
	background-position: 0px -22px;
}
#communityBox a.login {
	background-image: url(../../images/site/btn_login.gif);
	width: 47px;
	margin-left: 6px;
}
#communityBox a.registrieren {
	background-image: url(../../images/site/btn_registrieren.gif);
	width: 100px;
	margin-left: 5px;
}
#communityBox a.logout {
	background-image: url(../../images/site/btn_logout.gif);
	width: 153px;
	margin-left: 6px;
}
#communityBox a.newsletter {
	background-image: url(../../images/site/btn_newsletter.gif);
	width: 153px;
	margin-left: 6px;
}
#loginUserBox {
	font-size: 9px;
	line-height: normal;
	position: absolute;
	top: 30px;
	left: 810px;
}
#topspacerBox {
	height: 21px;
	width: 952px;
	background-image: url(../../images/site/bkg_topspacer.gif);
	background-repeat: repeat-x;
}
#mainBox {
	padding: 10px 0px 30px 0px;
	width: 952px;
}
#mainnavBox {
	width: 188px;
	float: left;
	margin-right: 10px;
}
#contentBox {
	width: 573px;
	width: 465px;
	float: left;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	padding: 18px 99px 10px 29px;
}
#accordionBox {
	float: right;
	width: 153px;
	background-color: #ffffff;
}
