/* ---- editor style definitions ----  */
/* ---------------------------------------------------------  */
@import 'editor_styles.css';

/* ---- mod-template style-definitions ----  */
/* ---------------------------------------------------------  */
@import 'mod_styles.css';

/* ---- tree-template style-definitions ----  */
/* ---------------------------------------------------------  */
@import 'navigation_tree_main.css';
@import 'navigation_tree_breadcrumb.css';


/* ---- global DESIGN ----  */
/* ---------------------------------------------------------  */
body {
	margin: 0px;
	padding: 0px;
	background-color: #D6DCDE;
	background-image: url(../../images/site/bkg_pages.gif);
	background-repeat: repeat-y;
}
body, table, td, tr {
	font-size: 13px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}
a, a:active {
	color: #0C3F97;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
select, textarea, input {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 13px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
}
input.button {
	cursor: pointer;
}
input.image {
	padding: 0px;
	border: 0px;
	background-color: transparent;
}
input.checkbox {
	padding: 0px;
	border: 0px;
	background-color: transparent;
}
input.radiobutton {
	padding: 0px;
	border: 0px;
	background-color: transparent;
}
.copyright {
	font-size: 9px;
}

/* ---- LAYOUT ----  */
/* ---------------------------------------------------------  */
#topBox {
	width: 940px;
	height: 169px;
	background-image: url(../../images/site/top_pic.gif);
	background-repeat: no-repeat;
}
#logoBox {
	width: 241px;
	height: 163px;
	padding: 6px 0px 0px 39px;
	float: left;
}
#breadcrumbBox {
	width: 660px;
	height: 19px;
	float: left;
	padding-top: 150px;
}
#mainnavContentBox {
	width: 940px; 
	padding-top: 15px;
}
#mainnavBox {
	width: 215px;
	float: left;
}
#contentBox {
	width: 511px;
	float: left;
	margin: 0px 15px 0px 15px;
}
#rightBox {
	width: 184px;
	float: left;
}
#termineBox {
	width: 184px;
	background-color: #FFFFFF;
}
#termineBox .content {
	width: 160px;
	padding: 0px 12px 0px 12px;
}
#termineBox .top {
	width: 184px;
	height: 35px;
	background-image: url(../../images/site/termine_right_top.gif);
	background-repeat: no-repeat;
	background-color: #D6DCDE;
}
#termineBox .bottom {
	width: 184px;
	height: 10px;
	background-image: url(../../images/site/termine_right_bottom.gif);
	background-repeat: no-repeat;
	background-color: #D6DCDE;
}
#infoBox {
	width: 184px;
	padding-top: 20px;
}
#footerBox {
	font-size: 9px;
	width: 512px;
	padding: 40px 0px 20px 230px;
	clear: both;
}