/*-----------------------------------------------------
	html body
-----------------------------------------------------*/

html, body {
	height: 100%;
}

body {
	text-align: center;
	background-color: #5AA8D8;
	background-image: url(../images/canvas.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/*-----------------------------------------------------
	conteiner
-----------------------------------------------------*/

div#container {
	text-align: left;
	width: 820px;
	margin: 0 auto;
	background-image: url(../images/page_middle.jpg);
	background-repeat: repeat-y;
	background-position: center;
	min-height: 100%;
} 

div#containerInner {
	background-image: url(../images/page_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	/*padding-top: 20px;*/
	padding-left: 21px;
	padding-right: 19px;
}

div#containerInnerHome {
	background-image: url(../images/page_top_home.jpg);
	background-repeat: no-repeat;
	background-position: top;
	/*padding-top: 20px;*/
	padding-left: 21px;
	padding-right: 19px;
	min-height: 100%;
}


div#page {
	position: relative;
	/*
	padding-bottom: 20px;
	*/
} 


/*-----------------------------------------------------
	header
-----------------------------------------------------*/

div#logo {
	position: absolute;
	top: 0px;
	left: 585px;
	width: 195px;
	height: 105px;
}

div#languages {
	position: absolute;
	top: 49px;
	left: 516px;
	width: 200px;
	text-align: right;
	font-size: 8px;
	z-index: 10;
}

div#languages img {
	display: block;
	float: left;
}

div#searchbox {
	font-size: 8px;
	position: absolute;
	top: 66px;
	left: 5px;
	z-index: 20;
}

div#searchbox input.searchboxField {
	border: 1px solid #A6A6A6;
	background-color: #fff;
	font-size: 10px;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	width: 80px;
	margin-right: 5px;
}
	
/*-----------------------------------------------------
	page image and title / motto
-----------------------------------------------------*/

div#pageTitle {
	position: absolute;
	top: 142px;
	left: 138px;
	width: 420px;
	z-index: 10;
}

div#pageImage {
	/*position: absolute;
	top: 0px;
	z-index: 10;*/
}


/*-----------------------------------------------------
	right menu
-----------------------------------------------------*/

div#rightMenu {
	position: absolute;
	top: 208px;
	left: 624px;
	width: 120px;
	z-index: 20;
	color: #8B0E13;
	line-height: 1.6em;
}

div#rightMenu a {
	display: block;
	padding: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #0081C6;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

div#rightMenu a:hover {
	color: #8B0E13;
	text-decoration: none;
}

div#rightMenu a.selected,
div#rightMenu a.selected:hover {
	color: #8B0E13;
}

/*-----------------------------------------------------
	reference / inquiry box
-----------------------------------------------------*/

div#referenceBox {
	padding-top: 10px;
	margin-bottom: 45px;
	color: #8B0E13;
	position: relative;
}

div#referenceBox h3 {
	font-size: 13px;
	color: #8B0E13;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 22px;
}

div#referenceBox h3 span {
	font-size: 16px;
}

div#referenceBox h4 {
	font-size: 15px;
	color: #8B0E13;
	font-weight: bold;
	margin-bottom: 3px;
}

div#referenceBox h4 span {
}

div#referenceBox h5 {
	font-size: 11px;
	color: #8B0E13;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
}

div#referenceBox .newsBlockBox p {
	font-size: 10px;
}

div#referenceBox .newsBlockBox div {
	margin-bottom: 3px;
}


div#referenceBox a {
	color: #8B0E13;
}

div#referenceBox a:hover {
	color: #8B0E13;
	text-decoration: underline;
}

div#referenceBox .inquiryBox {
	position: absolute;
	top: 10px;
	left: 230px;
	width: 200px;
	text-align: right;
}

div#referenceBox a.sendMail {
	background-image: url(../images/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 26px;
	font-weight: bold;
}

div.bottomNav a.sendMail {
	background-image: url(../images/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 26px;
	font-weight: bold;
}

div#referenceBox a.specialLink {
	color: #0081C6;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 1em;
}


/*-----------------------------------------------------
	reference right box mail
-----------------------------------------------------*/

div#sendInquiryRight {
	position: absolute;
	top: 572px;
	left: 623px;
	width: 115px;
	z-index: 20;
}

div#sendInquiryRight a.sendMail {
	display: block;
	background-image: url(../images/icon_mail_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 38px;
	font-weight: bold;
	font-size: 11px;
	color: #8B0E13;
	line-height: 16px;
}
	
div#sendInquiryRight a.sendMail:hover {
	text-decoration: underline;
}

/*-----------------------------------------------------
	content
-----------------------------------------------------*/

div#contentContainer {
	padding-top: 220px;
}

div#content {
	position: relative;
	width: 608px;
	overflow: scroll;
	overflow-x: hidden;
	height: 500px;
	
	scrollbar-arrow-color: #203F5C;
	scrollbar-face-color: #BBD4E8;
	scrollbar-highlight-color: #FFFFFF;
	
	scrollbar-3dlight-color: #BBD4EA;
	scrollbar-darkshadow-color: #1E3F5E;
	scrollbar-shadow-color: #71A6D2;
	scrollbar-track-color: #DBE8F3;
}

div#contentText {
	padding-left: 140px;
	padding-right: 20px;
}

div#content2 {
	width: 450px;
	padding-top: 140px;
	padding-left: 140px;
	min-height: 500px;
}


/*-----------------------------------------------------
	right panel
-----------------------------------------------------*/

div#rightPanel {
	position: absolute;
	bottom: 39px;
	left: 608px;
}

div#rightPanel img {
	display: block;
	margin-bottom: 8px;	
}