/* ---- navigation ----  */
@import 'nav_tree_main.css';
@import 'nav_bar_lang.css';

/* --- tags --- */
html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	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: 11px;
}
a, a:active {
	color: #006599;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	background-color: #eeeeee;
}
a img {
	border:0px;
}
form {
	margin: 0px;
}
select, textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	border: 1px solid;
	border-color: #AAAAAA #CCCCCC #CCCCCC #AAAAAA;
	background-color: #ffffff;
	background-image: url(../../images/input_bkg.gif);
	background-repeat: repeat-x;
}
select {
	padding: 2px;
}
input.cb, input.rb, input.image {
	padding: 0px;
	border: 0px;
	background: none;
}
label, input.button, input.cb, input.rb, input.image {
	cursor: pointer;
}
input.button {
	padding: 1px 2px 1px 2px;
	border: 1px solid;
	border-color: #CCCCCC #888888 #888888 #CCCCCC;
	background-color: #EEEEEE;
	background-image: url(../../images/input_button_bkg.gif);
	background-repeat: repeat-x;
}
.copyright {
	font-size: 9px;
}
.clearFloat {
	clear: both;
}
.clearFloat hr {
	display: none;
}

/* ---- print-layout ----  */
#printFooterBox {
	display: none;
}
#printHeaderBox {
	display: none;
}

/* ---- layout ----  */
#containerBox {
	
}
#topBox {
	height: 75px;
	background-color: #006599;
	background-image: url(../../images/site/top_img.gif);
	background-repeat: no-repeat;
	padding: 25px 0px 0px 10px;
	font-size: 11px;
	line-height: 1.6em;
}
#topBox a, #topBox a:active {
	color: #ffffff;
	text-decoration: none;
}
#topBox a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #ffffff;
}
#topTitleBox {
	color: #ffffff;
	background-color: #666666;
	padding: 4px 0px 3px 198px;
	font-size: 11px;
}
#mainBox {
	/*width: 1009px;*/
	width: 995px;
}
#navBox {
	width: 185px;
	float: left;
	padding: 15px 0px 0px 0px;
}
#mainnavBox {

}
#addressBox {
	background-color: #d9d9d9;
	padding: 5px;
	margin:  25px 16px 3px 3px;
	font-size: 9px;
}
#addressBox a, #addressBox a:active {
	color: #000000;
	text-decoration: underline;
}
#addressBox a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #ffffff;
}
#contentBox {
	width: 605px;
	float: left;
	background-color: #ffffff;
	padding: 28px 13px 50px 13px;
	height: auto;
	min-height: 550px;
}
#infoBox {
	width: 185px;
	padding: 20px 0px 0px 8px;
	float: left;
}