/* ---- 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_bar_lang.css';


/* ---- global DESIGN ----  */
/* ---------------------------------------------------------  */
.impressumBodyStyle {
	margin: 10px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: none;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #EFAB37;
	background-image: url(../../images/site/bkg_pages.jpg);
}

body, table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #EFAB37;
}
select, textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	border: 1px solid #EBC896;
	background-color: #FFFFFF;
}
input.button {
	cursor: pointer;
	border: 1px solid #000000;
	background-color: #EBC896;
}
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: 775px;
	margin-left: auto;
	margin-right: auto;
}

#topBox {
	width: 775px;
	background-color: #FFE1B6;
}
#topBox #leftBox {
	width: 215px;
	height: 176px;
	background-image: url(../../images/site/top_l_1.gif);
	background-repeat: no-repeat;
	float: left;
}
#topBox #rightBox {
	width: 560px;
	float: left;
}
#topBox #rightBox #langnavBox {
	width: 560px;
	height: 51px;
	background-image: url(../../images/site/top_lang_bkg.jpg);
	background-repeat: no-repeat;
}
#topBox #rightBox #logoBox {
}

#mainBox {
	clear: both;
	width: 775px;
	background-color: #FFE1B6;
}
#spacerBox {
	clear: both;
	height: 1px;
}
#mainBox #mainnavBox {
	width: 215px;
	float: left;
}
#mainBox #contentBox {
	width: 520px;
	padding: 0px 20px 20px 20px;
	float: left;
}
#footerBox {
	background-image: url(../../images/site/footer_end.gif);
	background-repeat: no-repeat;
	width: 775px;
	height: 70px;
	padding: 0px;
	margin-bottom: 20px;
	clear: both;
}
#footerBox #textBox {
	width: 560px;
	position: relative;
	top: 20px;
	left: 235px;
	font-size: 9px;
	color: #000000;
}
#footerBox #textBox a, #footerBox #textBox a:active {
	color: #000000;
	text-decoration: none;
}
#footerBox #textBox a:hover {
	color: #EFAB37;
}


/* ---- PRINT-LAYOUT ----  */
/* ---------------------------------------------------------  */
#printFooterBox {
	display: none;
}
#printHeaderBox {
	display: none;
}