/* ---- navigation ----  */
@import 'nav_tree_main.css';
@import 'nav_bar_top.css';

/* ---- print-layout ----  */
#printFooterBox {
	display: none;
}
#printHeaderBox {
	display: none;
}

/* ---- layout ----  */
#headerBox {	
	height: 143px;
	background-image: url(../../images/site/bkg_top_gradient.gif);
	background-repeat: repeat-x;
}
#topBox {
	width: 997px;
	height: 112px;
	background-image: url(../../images/site/bkg_top.jpg);
	background-repeat: no-repeat;
}
#homelinkBox a {
	display: block;
	position: absolute;
	width: 260px;
	height: 112px;
	left: 170px;
}
#topnavBox {
	width: 789px;
	height: 112px;
	float: left;
}
#logonBox {
	width: 200px;
	height: 112px;
	float: left;
	padding-left: 8px;
}
#rssBox a {
	display: block;
	width: 21px;
	height: 21px;
	background-image: url(../../images/site/btn_rss.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#logonformBox {
	padding-top: 6px;
	color: #000000;
}
#logonformBox table {
	border-collapse: collapse;
}
#logonformBox td {
	border: 0px;
	padding: 1px;
	margin: 0px;
}
#logonformBox .header {
	background-image: url(../../images/site/bkg_logon_kathlogin.gif);
	background-repeat: no-repeat;
	width: 75px;
	height: 16px;
}
#logonformBox .buttonGo {
	border: 0px;
	background-image: url(../../images/site/bkg_logon_btngo.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	background-color: transparent;
	cursor: pointer;
}
#logonformBox a {
	font-weight: normal;
}
#borderBox {
	background-image: url(../../images/site/bkg_search_ticker.gif);
	background-repeat: no-repeat;
	width: 997px;
	height: 31px;
}
#searchBox {
	width: 198px;
	height: 31px;
	float: left;
}
#searchBox form {
	padding: 3px 0px 0px 43px;
}
#searchBox input {
	padding: 2px 5px 2px 5px;
	border: 0px;
	width: 104px;
	background: transparent;
	background-repeat: no-repeat;
}
#searchBox input.empty {
	background-image: url(../../images/site/bkg_search_input.gif);
	background-position: 0px 0px;
}
#searchBox input.entry {
	background-image: url(../../images/site/bkg_search_input.gif);
	background-position: 0px -100px;
}
#searchBox .button, #searchBox .button:hover {
	width: 25px;
	height: 22px;
	background: none !important;
	margin-left: 0px;
}
#tickerBox {
	width: 799px;
	height: 31px;
	float: left;
	background-image: url(../../images/site/ticker_aktuell.gif);
	background-repeat: no-repeat;
	background-position: 200px 10px;
}
#mainBox {
	width: 997px;
}
#mainnavBox {
	background-image: url(../../images/site/bkg_mainnav.gif);
	background-repeat: no-repeat;
	width: 198px;
	float: left;
	padding: 18px 0px 30px 0px;
}
#contentBox {
	width: 553px;
	float: left;
	padding: 18px 18px 50px 18px;
}
#contentBox a, #contentBox a:active {
	text-decoration: underline;
}
#rightBox {
	width: 208px;
	float: right;
}
#accordionBox {
	padding: 0px 0px 30px 1px;
	width: 207px;
}
#footerBox {
	clear: both;
	padding: 0px 0px 40px 215px;
	font-size: 9px;
	color: #000000;
}