/* ---- 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 ----  */
/* ---------------------------------------------------------  */
html {
	height:100%; 
	max-height:100%;  
	padding:0; 
	margin:0; 
	border:0; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden;
	/* */
}
body {
	background-color: #EBF5B9;
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0px;
	margin:0px;
	border:0px;
}
body, table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.swslang {
	line-height: 130%;
}
a, a:active {
	color: #BC3225;
	text-decoration: none;
}
a:hover {
	color: #006E7C;
}
select, textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
}
input.button {
	color: #CC3333;
	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;
}

/* ---- Layout ----  */
/* ---------------------------------------------------------  */
#outerBox {
	display:block;
	height:100%;
	max-height:100%;
	overflow: hidden;
	width: 100%;
	position:relative;
	z-index:3;
}
#contentBox {
	display:block;
	height:100%;
	max-height:100%;
	overflow: auto;
	padding-left:205px;
	padding-right: 140px;
	position:relative;
	z-index:4;
}
#contentBox .article {
	width: 700px;
}
#spacerBox1 {
	height:40px;
}
#spacerBox2 {
	height:120px;
	width: 100%;
}
#leftBox {
	position:fixed;
	left:0px;
	top:0px;
	height:100%;
	width:160px;
	padding-right:18px;
	overflow:auto;
	z-index:5;
}
#rightBox {
	position:fixed;
	right:0px;
	top:40px;
	height:210px;
	width:110px;
	background-image: url(../../images/site/wwwpic_right.jpg);
	background-repeat: no-repeat;
	background-position: 9px 0px;
	z-index:2;
}
* html #footerBox,* html #leftBox,* html #rightBox {
	position:absolute;
}
#pad3 {
	display:block;
	float:left;
}

#footerBox {
	position:fixed;
	margin:0px;
	bottom:-1px;
	right:17px;
	display:block;
	width:100%;
	height: 100px;
	background-image: url(../../images/site/footer_bkg.gif);
	background-position: 0px 16px;
	background-repeat: no-repeat;
	background-color: #EBF5B9;
	font-size: 9px;
	text-align: right;
	z-index:6;
}
#footerBox #copyrightBox {
	display: block;
	font-size: 9px;
	text-align: right;
	padding: 22px 5px 0px 0px;
}
#footerBox a, #footerBox a:active {
	color: #000000;
	text-decoration: none;
}
#footerBox a:hover {
	color: #006E7C;
}