/* CSS Document */
body {
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(images/page_bg.jpg);
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
/* DIV */
.header
{
	width: 1420px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.content
{
	width: 1066px;
	padding-bottom: 680px;
}
#left {
/*	float: left; */
	border:0px solid #222;
	width: 440px;
	padding-top: 70px;
	padding-left: 70px;
	padding-bottom: 30px;
	text-align: justify;
	padding-right: 30px;
	text-shadow:0px 0px 5px #fff;
}
#right {
/*	float: left; */
	border:1px solid #222;
	position:absolute;
	top:320px;
	left:900px;
	width: 340px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: justify;
	padding-right: 27px;
	box-shadow:0px 0px 12px #222;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.7);
	text-shadow:0px 0px 5px #fff;
}

#centrum {
/*	float: left; */
	border:1px solid #222;
	position:absolute;
	top:60px;
	left:900px;
	width: 340px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: justify;
	padding-right: 27px;
	box-shadow:0px 0px 12px #222;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.8);
	text-shadow:1px 1px 3px #fff;
	}

.rmenu_item {
/*	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x; */
	padding-top: 9px;
	height: 8px;
	margin-left: 2px;
	padding-right: 2px;
}
.webdesign
{
	color: #0F3658;
	background-color: inherit;
}
/* TEXT */
h1
{
	margin: 0 0 0 0;
	font-size: 28px;
	color: #000080;
}
h2
{
	margin: 0 0 0 0;
	font-size: 12px;
	color: #000080;
}
h3
{
	margin: 0 0 0 0;
	font-size: 18px;
	color: #000080;
}
h4
{
	margin: 0 0 0 0;
	font-size: 12px;
	color: #000080;
}
h5
{
	margin: 0 0 0 0;
	font-size: 12px;
	color: #000080;
}
h6
{
	margin: 0 0 0 0;
	font-size: 14px;
	color: #000080;
}




/* LINKS */
a.rmenu_link, a.rmenu_link:visited
{
	color:#00008b;
	background-color: inherit;
	text-decoration:none;
	font-weight:bold;
	text-transform: capitalize;
}
a.rmenu_link:hover
{
	color: #0D8CFA;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
