/* #################	General elements	################# */

body {
	margin: 0px 0px 0px 0px;
	background-color: #000;
	background-repeat: repeat;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #fff;
	text-align: left;
	text-decoration: none;
}
	body a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
	text-decoration: none;
	}
	body a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
	text-decoration: none;
	}
	body a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
	text-decoration: underline;
	}
	body a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
	text-decoration: none;
	}
	
/* #################	Menu elements	################# */

.menu {
	float:left;
	padding: 5px 0px 0px 10px;
	width: 767px;
	height: 18px;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #fff;
	text-align: left;
	text-decoration: none;
	
}
	.menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
	text-decoration: none;
	}
	.menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
	text-decoration: none;
	}
	.menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
	text-decoration: underline;
	}
	.menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
	text-decoration: none;
	}
/* #################	Submenu elements	################# */

.submenu {
	float:left;
	padding: 0px;
	width: 387px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000;
	text-align: left;
	text-decoration: none;
	
}
	.submenu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	text-decoration: none;
	}
	.submenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	text-decoration: none;
	}
	.submenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	text-decoration: underline;
	}
	.submenu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	text-decoration: none;
	}

/* #################	Container elements	################# */

.container {
	float:left;
	width: 777px;
	background-color: #ffffff;
	background-image: url(../../site/img/bg_content.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}

/* #################	Content elements	################# */

.content{
	float:left;
	padding: 20px 20px 20px 50px;
	width: 387px;
	height: 750px;
	overflow: auto;
	/*
	background-color: #fff;
	background-image: url(../img/bg_content.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
}
	
	.content a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	text-decoration: none;
	}
	.content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	text-decoration: none;
	}
	.content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	text-decoration: underline;
	}
	.content a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	text-decoration: none;
	}

/* #################	Contentrechts elements	################# */

.contentrechts {
	float:right;
	padding: 20px;
	width: 280px;
	height: 750px;
	overflow: auto;
	/*
	background-color: #fff;
	background-image: url(../img/bg_content.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	*/	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
}

	.contentrechts a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	text-decoration: none;
	}
	.contentrechts a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	text-decoration: none;
	}
	.contentrechts a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	text-decoration: underline;
	}
	.contentrechts a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	text-decoration: none;
	}

.contentrechtsimg {
	float:right;
	padding: 0px 40px 0px 0px;
	width: 280px;
	/*
	background-color: #fff;
	background-image: url(../img/bg_content.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	*/	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
}	
/* #################	Footer		################# */

.footer {
	float:left;
	padding-right: 20px;
	padding-top: 5px;
	width: 757px;
	height: 18px;
	background-color: #fff;
	background-image: url(../../site/img/bg_footer.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: right;	
}
	.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	text-decoration: none;
	}
	.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	text-decoration: none;
	}
	.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	text-decoration: underline;
	}
	.footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	text-decoration: none;
	}
	