body {
	background-image: url('../gfx/layout/bg_body.jpg');
	background-repeat: repeat-x;
	background-color: white;
	
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	
	color: #606163;
}

a { 
	color: #2a7cc5;
	text-decoration: none;
}
a:hover {
	color: #005a91;
}

#container {
	position: absolute;
	left: 50%;
	margin-left: -425px;
	width: 850px;
	
	margin-top: 30px;
	margin-bottom: 30px;
	
	background-color: white;
}


#menu {
	position: absolute;
	right: 0px;
	top: 27px;
	width: 200px;
	height: 350px;
	
	background-image: url('../gfx/layout/bg_menu.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#menu ul {
	background-image: url('../gfx/layout/bg_menu_list.jpg');
	background-repeat: repeat-y;
	background-color: #bbbbbb;
	
	padding: 0px;
	margin: 0px;
	margin-top: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	list-style: none;
}
#menu ul li a {
	font-size: 12px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: White;
	
	padding-left: 10px;
}
#menu ul li a:hover {
	color: #343434;
}

#menu #slideshow {
	margin: 19px;	border: 1px solid #FFFFFF;
}

#language {
	background-color: #909295;
	text-align: right;
	line-height: 25px;
	
	border-color: white;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 2px;
	
	padding-right: 10px;
	padding-left: 10px;
}
#language a {
	color: #444445;
	font-weight: bold;
}
#language #home {
	float: left;
}
#language a:hover {
	color: #65696e;
}

#header {
	width: 648px;
	height: 344px;
	background-image: url('../gfx/layout/header/01.jpg');
	background-position: 0px 74px;
	background-repeat: no-repeat;
	
	text-align: right;
}
#header #logo {
}


#content {
	margin-top: -80px;
	margin-left: 20px;
	margin-right: 210px;
}

h1 {
	color: #4798c8;
	font-size: 16px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}
h2 {
	color: #4798c8;
	font-size: 12px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	font-family: arial, helvetica, sans-serif;
}

table {
	font-size: 100%;
}

#copyright {
	margin-top: 20px;
	margin-bottom: 10px;
}
#copyright a {
	font-size: 10px;
	font-weight: bold;
	color: #acb0b5;
}

