/*** General ***/
html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}

table {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	color: #474747;
	margin-top: 0px;
	margin-bottom: 20px;
}

ul {
	list-style-image: url('./../images/li.gif');
}


/*** Body and content ***/
#body_container {
	width: 100%;
	height: 100%;
	position: relative;
	float: left;

}

#main_container {
	position: relative;
	float: left;
}

#content {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 25px;
	padding-bottom: 15px;
	text-align: justify;
	vertical-align: top;
	font-size: 12px;
	color: 2a2a2a;
	line-height: 20px;
}

.pic {
	background-image: url('./../images/pic_bg.jpg');
	width: 136px;
	height: 120px;
	text-align: center;
	margin-left: 50px;
}

.spacing {
	width: 50px;
}

.box {
	font-family: Verdana, Arial;
	font-size: 11px;
}


/*** Menu ***/
#menu {
	background-image: url('./../images/menu_bg.jpg');
	background-repeat: repeat-y;
	width: 153px;
	vertical-align: top;
}

.menu_level1 {
	background-image: url('./../images/menu_l1_bg.jpg');
	background-repeat: repeat-y;
	width: 152px;
	height: 22px;
	padding-left: 8px;
/*	font-style: italic;
*/	font-weight: bold;
	font-size: 12px;
}

.menu_level2 {
	background-image: url('./../images/menu_l2_bg.jpg');
	background-repeat: repeat-y;
	width: 152px;
	height: 22px;
	padding-left: 35px;
/*	font-style: italic;
*/	font-size: 12px;
}

.menu_title {
	color: 8e8e8e;
	line-height: 22px;
}

.disp {
	color: a50303;
}

.menu_pic {
	background-image: url('./../images/pic_bg.jpg');
	width: 136px;
	/*height: 120px;*/
	text-align: center;
}


/*** Header ***/
#header_top_bg {
	background-image: url('./../images/header_top_bg.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #c6c6c6;
}

#name_slogan {
	height: 37px;
	width: 427px;
	position: relative;
	float: left;
	padding-top: 13px;
	padding-left: 10px;
}

#languages_div {
	float: right;
	position: relative;
	padding-right: 15px;
	padding-top: 10px;
}

#languages_table {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}

.lang {
	color: #c4c4c4;
}

#lang_sel {
	color: a50303;
}

#header_bottom_bg {
	background-image: url('./../images/header_bottom_bg.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 59px;
	border-bottom: 1px solid #b6b6b6;
}

#header_pic {
	background-image: url('./../images/header_pic.jpg');
	background-repeat: no-repeat;
	height: 59px;
	width: 712px;
	position: relative;
	float: left;
}


/*** Footer ***/
#footer {
	background-image: url('./../images/footer_bg.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 27px;
	position: relative;
	float: left;
	border-top: 1px solid #b6b6b6;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	color: #717171;
	padding-top: 9px;
}

#footer a {
	color: #474747;
}