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

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

/* ---- layout ----  */
#containerBox {
	width: 980px;
	margin: 0px auto;
}
#topBox {
	height: 138px;	overflow: hidden;
}
#homelinkBox a {
	display: block;
	height: 105px;
	width: 980px;
}
#searchBox {
	height: 25px;
	padding: 5px 0px 0px 0px;
}
#searchBox .searchEnabled {
	color: #000000;
}
#searchBox .searchDisabled {
	color: #cccccc;
}
#searchBox input {
	background: none;
	border: 0px;
	background-image: url(../../images/site/bkg_search.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 184px;
	height: 17px;
	padding: 4px 5px 0px 5px;
	margin: 0px 0px 0px 5px;
}
#searchBox .button {
	background: none;
	border: 0px;
	background-image: url(../../images/site/btn_search.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 25px;
	height: 21px;
}
#extlinkBox a {
	display: block;
	width: 76px;
	height: 73px;
	position: relative;
	top: 120px;
	left: 880px;
	background-image: url(../../images/site/logo_echtgut.gif);
	background-repeat: no-repeat;
}
#contentBox {
	padding: 20px 145px 22px 139px;
}
#footerBox {
	height: 32px;
	text-align: center;
	background-image: url(../../images/site/bkg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px 0px 0px 0px;
}

/* layout: index */
.index #contentBox {
	padding: 0px 0px 2px 119px;
}
.index #extlinkBox a {
	top: 360px;
}
