﻿/* -- basic definitions --- */
html
{
	width: 100%;
	height: 100%;
}


body
{
	background-color: #475059;
	font-size: 12px;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	color: #000;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

form
{
	width: 100%;
	height: 100%;
}

table, td
{
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}


a:link, a:visited
{
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}
a:hover, a:active
{
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}

h1
{
	font-size: 22px;
	margin: 0;
	padding: 0;
}
h2
{
	font-size: 18px;
	margin: 0;
	padding: 0;
}
h3
{
	font-size: 16px;
	margin: 0;
	padding: 0;
}
h4
{
	font-size: 10px;
	font-weight: bold;
}
h5
{
	font-size: 8px;
	font-weight: normal;
}

/* -- layout definitions --- */

#container
{
	width: 1220px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/container-bg.png);
	background-repeat: no-repeat;
	position: relative;
}

#container-oldbrowser
{
	text-align: center;
	padding-top: 150px;
	margin: 0;
	background-color: #fff;
	color: #000;
	width: 100%;
	height: 100%;
	font-size: 30px;
}

#container-oldbrowser a
{
	color: #000;
}

.stamp
{
	position: absolute;
	top: 140px;
	left: 950px;
	z-index:1000;
}


#container-inline
{
	width: 990px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#top
{
	height: 132px;
	width:990px;
	position: absolute;
	top: 0px;
	left: 0px;
	
	


}

.title-img
{
	background-image: url(../images/title-bg.png);
	background-position:420px 25px;
	background-repeat: no-repeat;
}
.to-left
{
	float: left;
	margin: 84px 0 0 24px;
	position: relative;
	z-index:901;
}

.to-right
{
	float: right;
	color: #ccc;
	margin: 110px 10px 0 0;
	position: relative;
	z-index:900;
visibility:hidden;
}

.to-right a:link
{
	color: #ccc;
}

#header
{
	clear: both;
	background-image: url(../images/nav-bg.png);
	background-repeat: no-repeat;
	height: 61px;
}

.he-left
{
	clear: both;
}

#empty-container
{
	background-color: #ededed;
	height: 477px;
	clear: both;
}

#home-news
{
	width: 351px;
	float: left;
	height: 477px;
	overflow: hidden;
}
#home-title
{
	width: 638px;
	float: right;
}

#sub-nav
{
	width: 200px;
	float: left;
}

#content
{
	width: 765px;
	float: right;
	overflow: auto;
	height: 467px;
	padding: 10px 10px 0 0;
	position:relative;
}


#bottom
{
	background-image: url(../images/prae.png);
	background-repeat: no-repeat;
	height: 60px;
	padding-left: 15px;
	padding-top: 13px;
}

#footer
{
	clear: both;
	margin-top: 7px;
}

.fo-left
{
	float: left;
	color: #ccc;
	padding-left: 10px;
}

.fo-right
{
	float: right;
	color: #ccc;
	padding-right: 10px;
}

.fo-right a:link
{
	color: #ccc;
}



/* --- navigation list horizontal --- */

#nav_list_h
{
	clear: both;
	margin: 0;
	padding: 9px 0 0 10px;
	position: relative;
	top: -20px;
}

#nav_list_h ul
{
	margin: 0;
	padding: 0;
}

#nav_list_h li
{
	list-style-type: none;
	display: inline;
}

#nav_list_h ul li a
{
	list-style-type: none;
	display: inline;
	color: #fff;
	font-size: 30px;
	text-decoration: none;
}

#nav_list_h ul li a.selected
{
	list-style-type: none;
	display: inline;
	color: #475059;
}

#nav_list_h ul li a:hover
{
	list-style-type: none;
	display: inline;
	color: #475059;
}

#nav_list_h_b
{
	clear: both;
	margin: 0;
	padding: 0;
}

#nav_list_h_b ul
{
	margin: 0;
	padding: 0;
}

#nav_list_h_b li
{
	list-style-type: none;
	display: inline;
}

#nav_list_h_b ul li a
{
	list-style-type: none;
	display: inline;
	color: #ccc;
	font-size: 12px;
	text-decoration: underline;
}

#nav_list_h_b ul li a.selected
{
	list-style-type: none;
	display: inline;
	color: #ccc;
}

#nav_list_h_b ul li a:hover
{
	list-style-type: none;
	display: inline;
	color: #ccc;
}

.sep-marg
{
	width: 2px;
	height: 50px;
	margin: 0 10px 0 10px;
	display: inline;
}

.sep-marg img
{
	position: relative;
	top: 20px;
}


/* --- navigation list vertical --- */

.nav_list_v
{
	background-color: #0EB6E7;
	margin: 0;
	padding: 7px;
	width: 186px;
}

.nav_list_v ul
{
	margin: 0;
	padding: 0;
}

.nav_list_v li
{
	list-style-type: none;
}

.nav_list_v ul li a
{
	list-style-type: none;
	color: #fff;
	text-decoration: none;
	display: block;
}

.nav_list_v ul li a.selected
{
	list-style-type: none;
	color: #475059;
	text-decoration: none;
	font-weight: bold;
}

.nav_list_v ul li a:hover
{
	list-style-type: none;
	color: #475059;
	text-decoration: none;
	font-weight: bold;
}

.subnav-sep
{
	height: 1px;
	background-color: #fff;
	margin: 4px 0;
}


/* -- Misc styles --- */

.seperator-line
{
	height: 2px;
	background-image: url(../images/sep-bg.gif);
	background-repeat: repeat-x;
	margin: 8px 0 5px 0;
}

.clear
{
	clear: both;
}






