/* BASIC ELEMENTS */
body {
	background-color: #051121;
	height: 100%;
	min-width: 950px;
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	min-width: 950px;
}
p {
	line-height: 1.5em;
}
a {
	color: #f7cd3c;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover {
	color: #99ccff;
	text-decoration: none;
}
a:visited {
	color: #FAFE63;
}
i {
	color: #ebdfad;
	font-style: normal;
}
h2 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	width: 100%;
	color: #A6D2FF;
	font-size: 200%;
	margin-bottom: 50px;
	padding-bottom: 10px;
}
h3 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	text-align: center;
	z-index: 5;
	width: 100%;
	left: 0px;
	color: #DAC267;
	font-size: 200%;
	margin-bottom: 10px;
	top: 300px;
}
h3 a:hover {
	color: #99ccff;
	text-decoration: underline;
}
h4 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ebdfad;
	font-size: 140%;
	position: relative;
	left: 40%;
	margin-bottom: -30px;
	width: 60%;
	line-height: 1.5em;
}
#table {
	position: relative;
	min-width: 950px;
	z-index: 5;
	margin-top: -400px;
}
#table_2 {
	position: relative;
	min-width: 950px;
	z-index: 5;
	clear: right;
}

/* SPECIFIC DIVS */

/* Header */

#header {
	background: #051121 url(../images/header_bg_2.jpg) repeat-x;
	min-width: 950px;
	min-height: 790px;
	z-index: 1;
	position: relative;
}
.header_left {
	background: url(../images/header_bg_left.png) no-repeat left top;
	position: absolute;
	z-index: 2;
}
.logo {
	background: url(../images/logo.png) no-repeat center top;
	position: absolute;
	width: 100%;
	z-index: 4;
	text-align: center;
}
.header_right {
	background: url(../images/header_bg_right.png) no-repeat right top;
	position: absolute;
	z-index: 3;
	text-align: right;
	right: 0px;
}
#lang {
	position: absolute;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	top: 42px;
	left: 40px;
	color: #99ccff;
	z-index: 5;
}
#lang li {
	margin-top: 10px;
	margin-left: 0px;
	list-style-type: none;
	list-style-position: outside;
}
#lang a {
	color: #f7cd3c;
	font-family: Arial, Helvetica, sans-serif;
}
#lang a:hover {
	color: #99ccff;
}
#home-n-mail {
	position: absolute;
	z-index: 5;
	width: 122px;
	height: 15px;
	top: 16px;
	background-color: #003162;
}
#home {
	position: absolute;
	background: url(../images/home_blue.gif) no-repeat bottom center;
	height: 10px;
	left: 40px;
	z-index: 5;
	top: 1px;
}
#home a {
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
}
#home a:hover {
	background-image: url(../images/home_blue.gif);
	position: absolute;
}
#search {
	position: absolute;
	background: url(../images/search_blue.gif) no-repeat bottom center;
	height: 11px;
	left: 73px;
	z-index: 5;
	top: 2px;
}
#search a {
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
}
#search a:hover {
	background-image: url(../images/search_blue.gif);
	position: absolute;
}
#mail {
	position: absolute;
	background: url(../images/mail_blue.gif) no-repeat bottom center;
	height: 8px;
	left: 106px;
	z-index: 5;
	top: 3px;
}
#mail a {
	background-image: url(../images/mail.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
}
#mail a:hover {
	background-image: url(../images/mail_blue.gif);
	position: absolute;
}
#contact_info {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	position: absolute;
	background: url(../images/contact_bg_2.jpg) repeat-x;
	right: 40px;
	top: 16px;
	height: 28px;
	font-size: 12px;
	z-index: 5;
	color: #99ccff;
	padding-top: 3px;
}
#contact_info p {
	margin-right: 7px;
	margin-left: 7px;
	margin-top: 0px;
}
#contact_info a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #f7cd3c;
	margin-right: 7px;
	margin-left: 7px;
}
#contact_info a:hover {
	color: #99ccff;
}


/* Mainnavigation */
#menu {
	font-size: 20px;
	color: #99ccff;
	font-family: Georgia, "Times New Roman", Times, serif;
	z-index: 5;
	left: 40px;
	width: 500px;
	top: 150px;
	position: relative;
}
#menu ul {
	position: relative;
	padding: 0;
	margin: 0;
}
#menu li {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 15px;
}
#menu a {
	color: #f7cd3c;
}
#menu a:hover {
	color: #99ccff;
	padding-left: 5px;
}
.submenu {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
}
.submenu li {
	position: relative;
	margin-left: 20px;
	margin-top: 10px;
}
.submenu a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #f7cd3c;
}

/* CONTENT */

#content_2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #bed3da;
	line-height: 1.5em;
	text-align: left;
	font-size: 100%;
	position: relative;
	top: 130px;
	margin-bottom: 120px;
	z-index: 6;
	padding-bottom: 120px;
}

#left_block {
	width: 50%;
	float: left;
	position: relative;
}
#left_block img {
	border: 3px solid white;
	left: 40%;
	position: relative;
}
#left_block p {
	position: relative;
	width: 60%;
	left: 40%;
	font-size: 100%;
}
#right_block {
	width: 49%;
	position: relative;
	clear: right;
	float: left;
}
#right_block img {
	position: relative;
	border: 3px solid white;
	left: 10%;
}
#right_block p {
	position: relative;
	width: 60%;
	left: 10%;
	font-size: 100%;
}
#right_block h4 {
	left: 10%;
	width: 65%;
}
#content_3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #bed3da;
	line-height: 1.5em;
	text-align: left;
	font-size: 100%;
	position: relative;
	top: 130px;
	margin-bottom: 120px;
	z-index: 6;
	padding-bottom: 120px;
}
#content_3 h2 {
	color: #fdf0a7;
}
#content_3 h3 {
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	color: #A6D2FF;
	font-size: 90%;
	position: relative;
	top: -50px;
	font-style: italic;
}
#content_3 #left_block h4 {
	position: relative;
	width: 70%;
	left: 30%;
	margin-bottom: -20px;
}
#content_3 #left_block p {
	position: relative;
	left: 30%;
	font-size: 100%;
	margin-right: 0px;
	width: 70%;
}
#content_3 #left_block h3 {
	position: relative;
	font-size: 100%;
	width: 100%;
	top: 0px;
	left: 30%;
	text-align: left;
}
#content_3 #right_block p {
	position: relative;
	width: 70%;
	left: 10%;
	font-size: 100%;
}
#content_3 #right_block h4 {
	left: 10%;
	width: 70%;
	margin-bottom: -20px;
}
.general_appierance {
	position: relative;
	width: 100%;
}
.general_appierance p {
	position: relative;
	margin-left: 15%;
	margin-right: 15%;
}
.general_appierance h4 {
	position: relative;
	margin-left: 15%;
	margin-right: 15%;
	text-align: left;
	left: 0px;
	margin-bottom: -20px;
}

/* Photoimages */


/* FOOTER */
#footer {
	background-color: #3a72aa;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	min-width: 950px;
	height: 164px;
	color: #bed3da;
}
#footer a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #f7cd3c;
}
#footer a:visited {
	color: #FAFE63;
}
#footer a:hover {
	color: #99ccff;
	text-decoration: underline;
}
#footer p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 90px;
}
.copyright {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 84%;
	position: absolute;
	left: 45%;
	top: 100px;
}
.copy {
	top: -1px;
	position: relative;
}
.footer_left {
	height: 164px;
	position: absolute;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 84%;
}
.footer_right {
	height: 164px;
	position: absolute;
	right: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 84%;
	width: 261px;
	text-align: right;
}
