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

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

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


/* ---- global DESIGN ----  */
/* ---------------------------------------------------------  */
body {
	margin: 0px;
	padding: 0px;
	background-color: #B7B7B7;
	background-image: url(../../images/site/bkg_pages.gif);
	background-repeat: repeat-x;
}
body, table, td, tr {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a, a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
select, textarea, input {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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 ----  */
/* ---------------------------------------------------------  */
#containerBox {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#topLogoBox {
	width: 780px;
	height: 111px;
}
#topLogoBox img {
	border: 0px;
	margin: 36px 0px 0px 70px;
}
#topPicBox {
	width: 780px;
	height: 73px;
	background-image: url(../../images/site/top_pic.jpg);
	background-repeat: no-repeat;
}
#mainnavContentBox {
	width: 780px; 
	background-image: url(../../images/site/bkg_mainnavcontent.gif);
	background-repeat: repeat-y;
}
#mainnavBox {
	width: 203px;
	float: left;
	padding-top: 20px;
}
#contentBox {
	width: 537px;
	float: left;
	padding: 20px;
	background-image: url(../../images/site/content_innerdesign.gif);
	background-repeat: no-repeat;
}
/* min-height auch für IE */
#contentBox { /* für alle */
	height: 280px;
}
html>body #contentBox { /* Opera (&Gekko) */
	height: auto;
	min-height: 280px;
}

.info #mainBox {
	width: 537px;
	float: left;
	background-image: url(../../images/site/content_innerdesign.gif);
	background-repeat: no-repeat;
}
.info #contentBox {
	float: left;
	width: 355px;
	padding: 20px 5px 20px 20px;
}
.info #infoBox {
	float: right;
	width: 162px;
	background-image: url(../../images/site/bkg_info.jpg);
	background-repeat: no-repeat;
	padding: 26px 14px 0px 18px;
	margin-top: 43px;
}
/* min-height auch für IE */
.info #infoBox { /* für alle */
	height: 314px;
}
html>body .info #infoBox { /* Opera (&Gekko) */
	height: auto;
	min-height: 314px;
}
/* min-height: ende */
#footerBox {
	font-size: 9px;
	width: 780px;
	height: 32px;
	clear: both;
	background-image: url(../../images/site/bkg_footer.gif);
	background-repeat: no-repeat;
}
