/* ---- navigation ----  */
@import 'nav_tree_sub.css';
@import 'nav_bar_top.css';
@import 'nav_tree_breadcrumb.css';
@import 'nav_tree_left.css';

/* ---- print-layout ----  */
#printFooterBox {
	display: none;
}
#printHeaderBox {
	display: none;
}

/* ---- layout ----  */
#topBox {
	height: 100px;
	width: 765px;
	border-right: 1px solid #990000;
}
#topIndexBox {
	height: 100px;
	width: 765px;
	border-right: 1px solid #990000;
}
#containerBox {
	width: 960px;
}
#mainnavContentBox {

}
#leftBox {
	width: 143px;
	float: left;
}
#searchBox {
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: right;
	background-image: url(../../images/site/bkg_searchbox.gif);
	background-repeat: no-repeat;
}
#searchBox .textField {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 32px;
}
#searchBox a {
	color: #FFFFFF;
	text-decoration: none;
}
#searchBox a:hover {
	text-decoration: underline;
}
#searchBox .formField {
	padding-right: 26px;
	padding-top: 1px;
}
#searchBox input {
	width: 98px;
	font-size: 11px;
	padding: 2px;
	background-color: #FFFFFF;
	border: 2px;
	border-color: #C88C6E;
	border-style: inset;
}

#subnavBox {
	width: 143px;
	height: 14px; /* min-height auch für IE*/
	background-image: url(../../images/site/bkg_treesub.gif);
	background-repeat: repeat-y;
	background-position: right;
}
html>body #subnavBox { /* min-height auch für IE - be nice to opera (&gekko) */
	height: auto;
	min-height: 14px;
}

#subnavBox hr {
	display: none;
}
#leftnavBox {
	width: 143px;
}
#navbottomBox img {
	border: 0px;
}
#middleBox {
	width: 622px;
	float: left;
}
#topnavBox {
	height: 22px;
	width: 622px;
}
#contentBox {
	width: 592px;
	padding: 15px;
	line-height: 1.2em;
}
#mainContentBox {
	width: 429px;
	float: left;
	padding-right: 15px;
}
#infoBox {
	width: 148px;
	float: right;
}
#rightBox {
	width: 180px;
	float: left;
	margin-left: 7px;
}
#footerBox {
	font-size: 9px;
	width: 607px;
	padding: 20px 0px 30px 158px;
	clear: both;
}
.searchhighlight {
	background-color: yellow;
}

/* ---- special Styles ---- */
.modStickyLine {
	height: 29px;
	background-image: url(../../images/site/bkg_stickyline.gif);
	background-repeat: repeat-x;
	margin: 8px 0px 0px 0px;
}
.modStickyBox {
	background-color:#FFE5CC;
	padding: 4px;
}
#dossierBoxKurzinfo {
	width: 150px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 8px;
	border: 1px solid #999999;
	float: left;
	font-size:11px;
}
#dossierBoxBegriff {
	width: 160px;
	padding: 5px;
	margin: 5px;
	font-size:11px;
	background-color: #E1E1E1;
	float: right;
}
.form-searchfield {
	padding: 3px;
	width: 300px;
}
.tipps {
	width: 136px;
	padding: 30px 5px 5px 5px;
	line-height: normal;
	border: 1px solid #DD9485;
	background-color:#FFE5CA;
	background-image: url(../../images/site/btn_tipps.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.modTippsKurztitle {
	font-weight: bold;
	font-size: 10px;
	padding: 5px 0px 2px 0px;
}
.modTippsKurzinfo {
	font-size: 10px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #dd9485;
}
#contentBox ul {
	list-style-image: url(../../images/site/list_style_image.gif);
}
