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

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

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


/* ---- global DESIGN ----  */
/* ---------------------------------------------------------  */
body {
	margin: 0px;
	padding: 0px;
	background-color: #eae2cf;
	background-image: url(../../images/klp/bkg_pages.gif);
	background-repeat: repeat-y;
}
body, table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:active {
	color: #AA8D3F;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a img {
	border:0px;
}
form {
	margin: 0px;
}
select, textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	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;
}
.clearFloat {
	clear: both;
}
.clearFloat hr {
	display: none;
}

/* ---- PRINT-LAYOUT ----  */
/* ---------------------------------------------------------  */
#printFooterBox {
	display: none;
}
#printHeaderBox {
	display: none;
}

/* ---- LAYOUT ----  */
/* ---------------------------------------------------------  */
#containerBox {
	width: 965px;
	float: left;
}
#leftBox {
	width: 261px;
	float: left;
}
#logoBox {
	background-image: url(../../images/klp/logo_dixi.gif);
	background-repeat: no-repeat;
	height: 176px;
	width: 261px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#picBox {
	background-image: url(../../images/klp/picbox_pic.gif);
	background-repeat: no-repeat;
	height: 340px;
	margin-top: 176px;
}
#subnavBox {
	margin: 20px 0px 20px 0px;
}
#infoBox {
	background-image: url(../../images/klp/info_pic.gif);
	background-repeat: no-repeat;
	height: 48px;
}
#rightBox {
	
}
#topBox {
	background-image: url(../../images/klp/top_pic.jpg);
	background-repeat: repeat-x;
	background-position: 261px 0px;
	height: 107px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%
}
#mainnavBox {
	position: absolute;
	top: 78px;
	left: 261px;
}
#contentBox {
	width: 694px;
	float: left;
	margin-top: 107px;
	padding: 10px 0px 0px 10px;
}