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

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

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


/* ---- global DESIGN ----  */
/* ---------------------------------------------------------  */
body {
	margin: 0px;
	padding: 0px;
	background-color: #861A27;
	background-image: url(../../images/site/bkg_pages.gif);
	background-repeat: repeat-x;
}
body, table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:active {
	color: #861A27;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
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 {
	background-color: #FFFFFF;
	border-bottom: 1px solid #861A27;
}
#topBox {
	height: 145px;
}
#logoBox {
	position: absolute;
	top: 43px;
	left: 20px;
}
#searchLinkBox {
	position: absolute;
	top: 128px;
	left: 900px;
	font-weight: bold;
	font-size: 12px;
	color: #CAA38A;
}
#searchLinkBox a, #searchLinkBox a:active {
	color: #CAA38A;
}
#searchLinkBox a:hover {
	color: #000000;
}
#mainNavBox {
	height: 28px;
	width: 960px;
}
#sectionBox {
	height: 145px;
	width: 960px;
}
#sectionTitleBox {
	font-size: 17px;
	font-weight: bold;
	padding: 15px 0px 0px 150px;
}
#subNavBox {
	padding: 15px 0px 0px 200px;
}
#searchBox {
	padding: 30px 0px 0px 350px;
}
#searchBox input {
	padding: 3px;
	border: 0px;
	background-color: #FFFFFF;
}
#contentBox {
	padding: 20px 0px 20px 20px;
	width: 940px;
}
#footerBox {
	color: #B68065;
	font-size: 9px;
	width: 960px;
	text-align: center;
	padding: 20px 0px 30px 0px;
}
#footerBox a, #footerBox a:active {
	color: #B68065;
	text-decoration: none;
}
#footerBox a:hover {
	color: #FFFFFF;
}

/* ---- index Template ----  */
/* ---------------------------------------------------------  */
#langNavBox {
	height: 28px;
	width: 100%;
	background-color: #FFFFFF;
}

#titlePicBox {
	background-color: #9E8F68;
	background-image: url(../../images/site/index_titlepic.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 364px;
	width: 100%;
}

/* ---- pano Template ----  */
/* ---------------------------------------------------------  */
#panoTitle, #panoActiveTitle {
	color:#656565;
	font-weight:bold;
	font-size:14px;
	height: 20px;
}
