
html {
	padding: 0px;
	margin: 0px;
	height: 100%;
		
	scrollbar-face-color : #052168;
	scrollbar-highlight-color : #dadee8;
	scrollbar-3dlight-color : #052168;
	scrollbar-shadow-color : #052168;
	scrollbar-darkshadow-color : #052168;
	scrollbar-track-color : #dadee8;
	scrollbar-arrow-color : #dadee8;	


	scrollbar-face-color : #043551;
	scrollbar-highlight-color : #dadee8;
	scrollbar-3dlight-color : #043551;
	scrollbar-shadow-color : #043551;
	scrollbar-darkshadow-color : #043551;
	scrollbar-track-color : #dadee8;
	scrollbar-arrow-color : #dadee8;	
		
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;

	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #052168;
	background: #052168;
	background: #043551;
}

h1 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}


table {
	margin: 0px;
	padding: 0px;	
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #052168;
}

tr {
	margin: 0px;
	padding: 0px;	
}

td {
	margin: 0px;
	padding: 0px;	
}

a:link {
	text-decoration: underline;
	color: #052168;
}
a:visited {
	text-decoration: underline;
	color: #052168;
}
a:hover {
	text-decoration: none;
	color: #052168;
}
a:active {
	text-decoration: underline;
	color: #052168;
}

div {
	/*border: 1px solid black;*/
}

input {
	width: 200px;
	border: 1px solid black;
	background: white;
}

select {
	width: 204px;
	border: 1px solid black;
	background: white;
}

textarea {
	width: 200px;
	height: 80px;
}

form {
	padding: 0px;
	width: 200px;
	margin: 0px;
}

.checkbox {
	border: 0px;
	width: 40px;
}

.form_button {
	background: white;
	border: 1px solid black;
	width: 204px;
}

.center_hor {
	position: relative;
	height: 100%;
	width: 904px;
	margin: 0px auto 0px auto;
}

.center_ver {
	position: relative;
	height: 600px;
	width: 900px;
	border: 1px solid white;
	overflow: hidden;
}

.top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120px;
}

.top_1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 20px;
	background: white url(/visuals/basis/background_01.jpg) repeat-y top left;
}

.top_2 {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 900px;
	height: 85px;
	background: white url(/visuals/basis/top_1.gif) no-repeat top right;
}

.top_3 {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 900px;
	height: 20px;
	background: white url(/visuals/basis/background_02.jpg) repeat-y top left;
	text-align: center;	
	overflow: hidden;
}


#menu {
	position: absolute;
	top: 101px;
	left: 200px;
	height: 20px;
	text-align: center;	
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0px 0px 0px 2px;
	padding: 0;
	width: 140px;
	float: left;
}

#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-bottom: 1px solid #b4b6bb;
	border-right: 1px solid #b4b6bb;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}

#menu h2 {
	color: #7a7b7c;
	background: none;
	text-decoration: none;
}

#menu a {
	color: #7a7b7c;
	background: none;
	text-decoration: none;
}

#menu a:hover {
	color: #a00;
	background: #fff;
}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	left: 0px;
	z-index: 500;
	text-align: left;
	margin: 0px 0px 0px 0px;
	background: white;
}

#menu ul ul ul {
	top: 0px;
	left: 100%;
}

div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display: block;
}

.bottom {
	position: absolute;
	top: 550px;
	left: 0px;
	width: 100%;
	height: 50px;
	background: #dadee8;
	border-top: 1px solid white;
}

.bottom_1 {
	position: absolute;
	top: 8px;
	left: 22px;
	width: 155px;
	height: 34px;
	background: url(/visuals/basis/logo_01.gif) no-repeat top left;
}

.bottom_2 {
	position: absolute;
	top: 3px;
	left: 205px;
	width: 96px;
	height: 41px;
	background: url(/visuals/basis/logo_02.gif) no-repeat top left;
}

.bottom_3 {
	position: absolute;
	top: 5px;
	left: 785px;
	width: 106px;
	height: 40px;
	background: url(/visuals/basis/logo_03.gif) no-repeat top left;
}
/*
.menu {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 130px;
	height: 410px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	padding-bottom: 30px;

	font-weight: normal;
		
	background: #cccccc;
}

.menu_item {
	margin-bottom: 5px;
}

.menu_item a:link, .menu_item a:visited, .menu_item a:active {
	text-decoration: none;		
}

.menu_item a:hover {
	text-decoration: none;		
	color: blue;	
}

.menu_item_active {
	margin-bottom: 5px;
}

.menu_item_active a:link, .menu_item_active a:visited, .menu_item_active a:hover, .menu_item_active a:active {
	text-decoration: none;		
	color: blue;
}

.menu_block .menu_block {
	margin-left: 10px;
}
*/

.middle {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 900px;
	height: 430px;
	
	background: white;
}

.middle_left {
	position: absolute;
	top: 65px;
	left: 0px;
	width: 200px;
	height: 365px;
	background: #cdd3e1 url(/visuals/basis/left_1.jpg) no-repeat top left;
}

.middle_right {
	position: absolute;
	top: 1px;
	left: 775px;
	width: 125px;
	height: 430px;
	width: 105px;
	height: 410px;
	padding: 10px 10px 10px 10px;
	background: #a9b1c8;	
}

.light_grey {
	position: relative;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #cdd3e1;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 5px 0px;
}

.content {
	position: absolute;
	top: 65px;
	left: 260px;
	width: 420px;
	height: 305px;
	padding: 15px 15px 15px 15px;

	background: #cdd3e1;
	background: #043551 url(/visuals/basis/background_03.jpg) no-repeat top left;
		
	color: white;
	
	overflow: auto;
}	

.content a:link, .content a:visited, .content a:hover, .content a:active {
	color: white;
}

.content img {
	margin: 5px 0px 0px 15px;
}

.content ul {
	margin: 0px 0px 25px 15px;
}

.module_block {
	background: #eeeeee;
	width: 120px;
	width: 120px;
	margin-bottom: 20px;
	padding: 5px;
}

.login_form {
	width: 120px;
	font-size: 11px;
	font-weight: normal;
}

.login_form p {
	margin: 0px;
}

.login_form input {
	width: 116px;
	heigth: 16px;
}

.login_form .form_button {
	width: 120px;
	height: 20px;
	font-size: 11px;
}

.login_form .checkbox {
	width: 40px;
	border: 0px;
}

.login_form .username {
	text-align: center;
}

.navigation {
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
	color: #666666;
}

.news_item {
	position: relative;
	width: 80%;
	margin-bottom: 20px;
	padding: 10px;
}

.news_title {
	font-weight: bold;
}

.news_date {
	margin-left: 10px;
	font-size: 10px;
}

.news_author {
	position: absolute;
	font-style: italic;
	right: 10px;
}

.news_content {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news_options {
	
}

.news_options a:link, .news_options a:visited, .news_options a:hover, .news_options a:active {
	color: #666666;
}

.jobs_item {
	position: relative;
	width: 80%;
	margin-bottom: 20px;
	padding: 10px;
}

.jobs_title {
	font-weight: bold;
}

.jobs_date {
	margin-left: 10px;
	font-size: 10px;
}

.jobs_author {
	position: absolute;
	font-style: italic;
	right: 10px;
	display: none;
}

.jobs_content {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.jobs_options {
	
}

.jobs_options a:link, .jobs_options a:visited, .jobs_options a:hover, .jobs_options a:active {
	color: #666666;
}

.ghosted {
	color: #999999;
}

.ghosted a:link, .ghosted a:visited, .ghosted a:hover, .ghosted a:active {
	color: #999999;
}

.quote {
	margin: 10px 30px 10px 30px;
	padding: 10px;
	background: white;
}