/* CSS Document */
body {
	color: #0CCAE6;
	background-color: #0F3657;
	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 {
	width: 440px;
	padding-top: 70px;
	padding-left: 80px;
	padding-bottom: 35px;
	text-align: justify;
	padding-right: 27px;
/*	text-shadow:2px 2px 5px #555; */
}
#right {
	border:1px solid #0ff;
	position:absolute;
	top:150px;
	left:900px;
	width: 340px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: justify;
	padding-right: 27px;
	box-shadow:0px 0px 18px #0ff;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.7);
	text-shadow:0px 0px 5px #fff;
}
.naglowek {
/*	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x; */
	padding-top: 9px;
	height: 8px;
	margin-left: 2px;
	padding-right: 2px;
}
.rmenu_item {
	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: #38B0DE;
}
h2 {
	margin: 0 0 0 0;
	font-size: 12px;
	color: #38B0DE;
}
h3 {
	margin: 0 0 0 0;
	font-size: 18px;
	color: #38B0DE;
}
h4 {
	margin: 0 0 0 0;
	font-size: 12px;
	color: #0D8CFA;
}
h5 {
	margin: 0 0 0 0;
	font-size: 14px;
	color: #0000CD;
}
h6 {
	margin: 0 0 0 0;
	font-size: 16px;
	color: #0000CD;
}




/* 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;
}
