@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

body { background-color: white; }

#site_container {
	width: 100%;
	height: auto;
}

#header_box {
	width: 100%;
	height: 132px;
	background-image: url(layout_images/header_repeat.jpg);
	background-repeat: repeat-x;
}

#header {
	width: 990px;
	height: 95px;
	margin: 0 auto;
}

#logo_box {
	width: 990px;
	height: 95px;
	text-align: center;
}

#language_select {
	height: 38px;
	width: 990px;
	text-align: right;
}

#language_select a img {
	border: none;
}

#content_box {
	width: 100%;
	height: auto;
	background-color: #f3eff0;
	_margin-top: -4px;
}

#content {
	width: 990px;
	height: 420px;
	margin: 0 auto;
	background-image: url(layout_images/background_watermark.jpg);
	background-repeat: no-repeat;
	background-color: #f3eef0;
	background-position: center right;
}

#content_height_auto {
	width: 990px;
	height: auto;
	margin: 0 auto;
	background-image: url(layout_images/background_watermark.jpg);
	background-repeat: no-repeat;
	background-color: #f3eef0;
	background-position: center right;
	padding-left: 20px;
}

#content p, #content_height_auto p {
	width: 58%;
	text-align: justify;
	color: #b1a900;
	padding: 0 0 12px 0;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

h1 {
	color: #8a566d;
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 12px;
}

h2 {
	color: #b1a900;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 12px;
	width: 58%;
}

#content p.p_plus, #content_height_auto p.p_plus {
	padding-bottom: 12px;
	color: #8a566d;

}

#adress {
	width: 400px;
	height: 128px;
	background-image: url(layout_images/adress_back.jpg);
	background-repeat: no-repeat;
	margin-top: 70px;	
}

#adress_en {
	width: 400px;
	height: 145px;
	background-image: url(layout_images/adress_back_en.jpg);
	background-repeat: no-repeat;
	margin-top: 70px;	
}

ul.adress_list {
	width: 165px;
	list-style: none;
	float: left;
	padding: 5px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul.adress_list li, ul.adress_list li a {
	color: white;
	padding-top: 5px;
}

#list2 {
	margin: 12px 0 0 0;

}

#list2_en {
	margin: 15px 0 0 0;

}



#footer_box {
	width: 100%;
	height: 50px;
	background-image: url(layout_images/nav_repeat.jpg);
	background-repeat: repeat-x;
}

#footer {
	width: 990px;
	height: 40px;
	margin: 0 auto;
}

#footer_menu {
	height: 38px;
}

#main_nav {
	list-style: none;
	float: right;

}

#main_nav li {
	float: left;
	width: 92px;
	height: 37px;
	background-color: #b1a900;
	text-align: center;
	margin: 0 0 0 10px;
}

#main_nav li a {
	text-decoration: none;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 2.5;
	display: block;
}

#main_nav li:hover, #main_nav li.active {
	background-color: #8a566d;
}

ul.normal {
	list-style: none;
	margin-bottom: 12px;
}

ul.normal li {
	color: #8a566d;


}

#footer p {
	text-align: center;
	margin-top: 20px;
	color: #8a566d;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

