@CHARSET "UTF-8";

/****************

	GLOBAL SETTINGS

*****************/

html {
	height: 101%; 
}

body { 
	/* text-align is for ie */
	text-align: center;
	*font-family: Verdana, sans-serif; 
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	*font-size: 12px; 
	color: #696969; 
}

/* links */
a {
	text-decoration: none; 
	color: #696969; 
}

a:hover {
	text-decoration: none; 
	color: #eb680a;
}

p {
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
}


/* images */
img{
	border: 0px solid #ff00ff;
}

#site { 
	margin: 0px auto; 
	margin-top: 40px;
	text-align: left; 
	width: 978px;
	*width: 988px;
	height: 700px; 	
}

input {

}

.navpoint_active a{
	color: #eb680a; 
}

/****************

	SITE-HEADER / META-NAVIGATION / LOGO
	
*****************/

#site_header { 
	width: 100%;
	height: 130px;  
}

#logo_area { 
	/* = metanavi margin */
	width:222px; 
	float:right; 
}


#metanavi { 
	/* = logo_area width */
	margin-right:222px; 
	width:auto; 
	padding-top: 47px; 
	height: 18px; 
}

#metanavi div {
	height: 18px; 
	float: left;
	line-height: 18px;
}

#metanavi #searcharea {
	float: left; 
	white-space:nowrap; 
	padding:0 11px;
}


#metanavi #searcharea input {
	margin:8px 4px !important; 
	vertical-align:middle; 
	position:relative
	float: left; 
}

#metanavi #searchform {
	display: inline;
}

#metanavi #searchtext {

}

#metanavi #searchbox {
	width: 115px; 
	margin-left: 0px; 	
	margin-right: 5px; 
	border: 1px solid #dfdedb;
	float: left; 
}

#metanavi #searchform_submit {
	margin: 0px;
	margin-right: 8px;  
	padding: 0px;
	float: left; 
}


#metanavi #searchicon {
	vertical-align: bottom; 
	margin-right: 8px;
	float: left; 
}

#metanavi #login_link {
	margin-right: 63px;
	margin-left: 30px; 
}

#metanavi #language_selector {
	*margin-right: 44px; 
	margin-right: 49px; 
}

#metanavi .language {
	margin-right: 13px; 
}

#metanavi .language_active {
	margin-right: 13px;
}

#metanavi .language_active a{
	color: #eb680a; 
}



/****************

	MAIN-NAVIGATION
	
*****************/
#nav0 {
	padding-left:126px;
	*padding-left:128px;
	text-transform:uppercase;
	/*border: 1px solid #00ffff; */
	height: 23px; 
}

#nav0 ul {
	display: inline; 
	list-style-type:none; 
	
}

#nav0 li {
	float: left; 
	padding-right:19px;
}

/****************

	NAVIGATION BAR (LEFT)
	
*****************/

#navbar {
	width:124px; 
	float:left; 
	/*border: 1px solid #ff00ff; 	*/
}



/****************

	SUB-NAVIGATION (LEVEL 1)
	
*****************/

#nav1 { 
	text-transform: uppercase; 
	margin-bottom: 30px; 
}

#nav1 ul {
	padding: 0px; 
	margin: 0px; 
	list-style-type:none; 
}

#nav1 li {
	margin: 0px; 
	padding: 0px;
	padding-bottom: 10px; 
}

/****************

	SUB-NAVIGATION (LEVEL 2)
	
*****************/

#nav2 { 
/*	width:120px; */
	float:left; 
}

#nav2 ul {
	padding: 0px; 
	margin: 0px;
	padding-right: 4px;
	list-style-type:none; 
}

#nav2 li {
	margin: 0px; 
	padding: 0px;
	padding-bottom: 10px; 
}


/****************

	SUB-NAVIGATION (LEVEL 3)
	
*****************/


#printer{
	float:right;
	margin-top:2px;
	margin-right:20px;
}

#nav3 { /*
	margin-left: 0px;
	margin-top: 15px; 
	margin-left: 420px; */
	width:284px;
	height:auto;
	margin-left:2px;
	text-decoration: none; 
}

#nav3 li a { 
	text-decoration: none; 
}




#nav3 ul {
	padding: 0px; 
	margin: 0px; 
	list-style-type:none; 
	text-decoration: none; 	
}



#nav3 li {
	margin: 0px; 
	margin-bottom:5px;
	padding: 0px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #696969;  
	float: left;  
	text-decoration: none; 
}



#nav3 .last {
	border-right: 0px solid #696969;  
}

/****************

	MAIN AREA (IMAGES AND TEXT IS LOCATED HERE)
	
*****************/

#main_area { 
	vertical-align: top; 
	width: 100%;
	/*border: 1px solid red;*/ 
}

/****************

	HEADER IMAGE(S)
	
*****************/

#image_area {
	width:855px; 
	*width: 860px;
	height:400px; 
	vertical-align: top; 
	text-align: left; 
}

#image_area table {
	margin: 0px; 
	padding:0px;
}

#image_area table tr {
	padding: 0px; 
	margin: 0px;
}

#image_area table td {
	padding: 0px; 
	margin: 0px;
}

/****************

	CONTENT
	
*****************/

#content_area { 
	/* margin = nav1 width! */
	margin-left:124px; 
	width:auto; 
	*height: 1%;  
}


/* links */
#content_area a {
	text-decoration: underline;
	/*font-style: italic; */
	/*color: #000000; */
	/*font-weight: bold;*/ 
	/*color: #eb680a; */
}

#content_area a:hover {
	/*text-decoration: underline; */
	color: #eb680a;
}

#content_columns {
	margin-top: 18px;
	line-height: 18px;
}

/****************

	CONTENT->HEADLINE
	
*****************/

/****************

	CONTENT->LEFT COLUMN
	
*****************/

#content_left {
	width:419px; 
	float:left; 
}

#content_left h1 {
	font-weight: normal; 
	font-size: 24px;
	line-height: 24px;
	padding: 0px;  
	margin-top: -21px; 
	margin-left: 1px;
	vertical-align: top;
}

#content_supplementary {
	margin-left:2px;
	padding-right: 20px;
	padding-top: 30px;
	width: 284px;
	clear:left;
}



/****************

	CONTENT->RIGHT COLUMN
	
*****************/

#content_main {
	margin-left:420px; 
	width:420px; 
}

#content_main h3 {
	font-size: 14px; 
	font-weight: bold; 
	margin: 0px; 
	margin-bottom: 5px;
}

/****************

	FOOTER
	
*****************/
#footer {
	padding-right: 10px; 
	padding-top: 20px;
	text-align: right; 
	padding-bottom: 40px; 
}



/****************

	RTE-USED STYLES
	
*****************/
.orange {
	color: #eb6a0b; 
}

.red {
	color: #e50e1e;
}

.black {
	color: #000000;
}

