body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	font-family: tahoma, arial, helvetica, "Sans-Serif";
	font-size: 9pt;
}

h1
{
	display: none;
}

p {
	margin-bottom: 0px;
}

#top {
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 775px;
	height: 61px;
	border-top: solid 8px #d51824;
	background-color: #ffffff;
}

#logo {
	position: relative;
	float: left;
 	margin-left: 10px;
 	margin-top: 5px;
}

#language_switch {
	position: relative;
	float: right;
	margin-right: 10px;
	margin-top: 40px;
	clear: right;
	text-decoration: none;
}

#language_switch a {
	text-decoration: none;
}

#main {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 775px;
	min-height: 472px;
	_height: 472px;
	background-image: url(../img/bg_home.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#menu {
	position: relative;
	float: right;
	color: #ffffff;
	width: 270px;
	_width: 260px;
}

#content {
	position: relative;
	float: left;
	width: 420px;
	margin-top: 10px;
	padding-top: 20px;
	padding-left: 20px;
	line-height: 16px;
	clear: left;
}

#content a {
	color: #d51824;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

h1,h2,h3 {
	font-size: 13pt;
	color: #d51824;
	margin: 0px;
}

#bottom {
	margin-left: auto;
	margin-right: auto;
	width: 771px;
	height: 14px;
	background-color: #ffffff;
	border-bottom: solid 2px #d51824;
	text-align: right;
	font-size: 7pt;
	padding-top: 2px;
	padding-right: 4px;
}

#bottom a {
	color: #000000;
	text-decoration: none;
}

#bottom a:hover {
	text-decoration: underline;
}

.button {
	background-color: #d51824;
	color: #ffffff;
	border: 0px;
}


/* NAVIGATE */

#nav {
	margin-top: 20px;
	margin-right: 4px;
	margin-left: 0px;
	list-style: none;
	text-align: right;
}

#nav ul {
	z-index: 99;
	position: relative;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}

#nav li {
	position: relative;
	display: block;
	height: 10px;
	text-align: right;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-right: solid 1px #d51824;
	margin-right: 2px;
}

#nav a {
 text-decoration: none;
}

#nav a:hover {
	color: #d51824;
}


#nav li:hover {
 cursor: pointer;
 color: #d51824;
 border-right: solid 3px #505050;
 padding-right: 7px;
 margin-right: 1px;
}

.nav1selected {
	color: #d51824;
	background-color: #fff;
	padding: 1px;
}

.nav1 {
	color: #ffffff;
}
