* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12pt;
}
* html #container {
	height: 100%;
	text-align: center;
}
body {
	background-color:#063a85;
	color: #333;
}
#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	#background:url('/templates/images/bg.jpg');
	#background-color:#063a85;
	background-color:white;
	text-align: center;
}
#leftside {
	width: 600px;
	float: left;
	padding-left: 9px;
}
#centralside {
	width: 900px;
}
#rightside {
	width: 245px;
	float: right;
	text-align: center;
	padding-right: 15px;
}
.clearfloat {
	clear: both;
}
#header {
	position: relative;
	background-color:#063a85;
	width: 900px;
	height: 134px;
	vertical-align: bottom;
	border: 0px solid lightgrey;
	font-size: 12pt;
}
#logo {
	position: absolute;
	left: 0px;
	top: 10px;
}
#header_text {
	position: absolute;
	right: 0px;
	top: 5px;
	text-align: right;
	color: rgb(222,222,221);
}
#menu {
	position: absolute;
	left: 140px;
	top: 115px;
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial;
	text-align: left;
}
.block a, .block a:visited {
	color: white;
}
a.footer_link:link, a.footer_link:visited {
	color: white;
}
a.link:link, a.link:visited {
	color: white;
	text-decoration: none;
}
a.content_link, a.content_link:visited {
	color:blue;
}
a.content_link:hover {
	color:red;
}
a.link {
	width: 100%;
	border: 0px solid blue;
	border-bottom-width: 0px;
	padding:15px 10px 4px 10px;
}
.menu {
	position: relative;
	float: left;
}
.empty {
	height: 58px;
}
.page_empty {
	height: 58px;
}
#footer {
	position: relative;
	width: 900px;
	height: 58px;
	margin: -58px auto 0;
	background:url('/templates/images/demo1/bg_footer.jpg');
	color: white;
	font-size: 12pt;
}
#rostest_footer {
	position: absolute;
	bottom: 15px;
	left: 245px;
	border: 0px solid black;
}
#page_footer {
	position: relative;
	width: 900px;
	height: 58px;
	margin: -58px auto 0;
}
#footer_content {
	padding: 5px 0px 0px 5px;
	font-size: 0.8em;
}
#footer_left {
	float: left;
	width: 445px;
	text-align: left;
}
#footer_right {
	float: left;
	width: 445px;
	text-align: right;
}
.top {
	border: 1px solid grey;
	color: grey;
}
#search {
	width: 245px;
	margin-bottom: 5px;
}
#news {
	margin-bottom: 5px;
}
#content {
	float: left;
	width: 99%;
	color: #363636;
	padding: 0px 10px 0px 5px;
	font-size: 11pt;
	text-align: left;
}
#content h3 {
	color: #CC3300;
	padding-top: 15px;
}
#content .date {
	color: black;
	font-weight: bold;
	font-size: 10pt;
}
#content ul {
	padding-left: 15px;
	padding-right: 10px;
}
.news {
	margin-bottom: 5px;
	font-size: 0.8em;
}
.news_date {
	font-weight: bold;
	color: yellow;
}
.news_link {
	font-size: 0.8em;
	color: white;
}
#list td {
	border: 0px solid lightgrey;
	border-bottom-width: 1px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#list .group_logo {
	border-right-width: 1px;
}
.group_item {
	padding-left: 30px;
	padding-right: 10px;
}
.group_item ul {
	padding-left: 40px;
}
#load {
	position: absolute;
	padding: 10px;
	border: 1px solid black;
	width: 200px;
	left: 40%;
	top: 40%;
	background-color: white;
	display: none;
	z-index: 1;
}
#item {
	margin-top: 5px;
}
.link a:link, a:visited {
	color: blue;
}
.hoverRow { background-color: lightgrey; }
.odd { background-color: #ffffff; }
body #fade {
	position: absolute; 
	display: none; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%;
	background-color:#000; 
	z-index: 0; 
	right: 0px; 
	bottom: 0px;
	opacity: 0.7; 
	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	filter: alpha(opacity=70);
}
#pagginator, #pagginator1 {
	padding-top: 5px;
}
#pagginator1 {
	padding-bottom: 5px;
}
#selector {
	padding: 5px;
	width: 90%;
}
.content_table {
    border: 1px solid black;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
.content_table td { border: 0px; border-bottom-width: 1px; border-left-width: 1px; border-style: solid; border-color: black; padding: 5px; vertical-align: top; font-size: 10pt; text-align: left; }
.content_table th { border: 0px; border-left-width: 1px; border-bottom-width: 1px; border-style: solid; border-color: black;}
.content_table th { background-color: #e5e5e5; padding: 5px; font-size: 10pt; text-align: left;}

.pdf_link {
    padding-left: 21px;
    background: url(/templates/images/files/pdf_16.png) no-repeat 0px 0px;
}
.doc_link {
    padding-left: 21px;
    background: url(/templates/images/files/office_16.png) no-repeat 0px 0px;
}
.arch_link {
    padding-left: 21px;
    background: url(/templates/images/files/archive_16.png) no-repeat 0px 0px;
}
.download_link {
    padding-left: 21px;
    background: url(/templates/images/files/txt_16.png) no-repeat 0px 0px;
}
.download_item {
    border: 0px dashed lightgrey;
    border-bottom-width: 1px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
#promo {
	position: relative;
	width:900px;
	height:499px;
	background: url(/templates/images/demo1/border.gif);
	margin:0px;
	z-index: 1000;
}
#promo_image {
	position:absolute;
	top: 134px;
	left: 0px;
	width:900px;
	height:499px;
	background: url(/templates/images/demo1/1.jpg);
	z-index: 0;
}
#block_lang {
	position:absolute;
	top: 145px;
	right: -10px;
	width:50px;
	height:50px;
	border: 0px solid red;
	z-index: 1000;
}
#block_lang_page {
	position:absolute;
	top: 110px;
	right: -10px;
	width:50px;
	height:50px;
	border: 0px solid red;
	z-index: 1000;
}
#rostest_page {
	position:absolute;
	top: 75px;
	right: 55px;
	width:50px;
	height:50px;
	border: 0px solid red;
	z-index: 1000;
}
#rostest {
	position:absolute;
	top: 80px;
	right: 150px;
	width:50px;
	height:50px;
	border: 0px solid red;
	z-index: 1000;
}
#block_side {
	width:900px;
	margin-top: 0px;
	background: url(/templates/images/demo1/bg_footer.jpg);	
	color: white;
	text-align: left;
}
.block {
	float: left;
	width: 155px;
	border: 0px dashed lightblue;
	border-right-width: 1px;
	padding-left: 5px;
	padding-right: 10px;
	font-size: 12pt;
}
#news.block {
	border-right-width: 0px;
}
.block_title {
	font-weight: bold;
	margin-bottom:10px;
}
.block_list {
	list-style: square inside;
	color: red;
	font-size: 0.8em;
	margin-left: 20px;
}
ul.block_list li {
	list-style-position: outside;
	margin-bottom:5px;
}
.white {
	color:white;
}
.promo_text {
	position: absolute;
	display: none;
	font-size: 16pt;
	color: black;
	z-index: 2000;
	top: 60px;
	left: 5px;
	padding: 5px;
	text-align: left;
	border: 0px solid black;
	background-color:rgb(222,222,221);
	opacity: 0.7; 
	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	filter: alpha(opacity=70);
}
#promo_1 {
	display: block;
}
#reklam {
	position: fixed;
	font-size: 11pt;
	color: red;
	z-index: 2000;
	top: 10px;
	left: 5px;
	height:160px;
	width:150px;
	padding: 5px;
	text-align: left;
	border: 2px solid red;
	background-color:white;
}
#search_title {
	width:632px;
}
#groups {
	width:430px;
}
#brands {
	width:200px;
}
