/* BASIC ELEMENTS */
body {
	background-color: #051121;
	height: 100%;
	min-width: 950px;
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	min-width: 950px;
}

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: #DAC267;
	font-size: 150%;
	margin-left: 15%;
	margin-right: 15%;
	position: relative;
	padding-top: 20px;
	margin-top: 0px;
}
#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: 7;
	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 */

#left_block {
	width: 50%;
	float: left;
	position: relative;
}
#right_block {
	width: 49%;
	position: relative;
	clear: right;
	float: left;
}

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #bed3da;
	line-height: 1.5em;
	text-align: left;
	font-size: 100%;
	position: relative;
	margin-bottom: 80px;
	z-index: 6;
	top: 50px;
}
#content p {
	margin-right: 15%;
	margin-left: 30%;
	position: relative;
}
#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;
}
#content_2 p {
	margin-right: 15%;
	margin-left: 15%;
	position: relative;
}
#content h1 {
	margin-right: 15%;
	margin-left: 30%;
	position: relative;
	font-size: x-large;
	font-weight: normal;
}
.news_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #bed3da;
	line-height: 1.5em;
	text-align: left;
	font-size: 100%;
}
.news_text p {
	margin-right: 15%;
	margin-left: 38px;
	position: relative;
	margin-top: 53px;
}
.news_text i {
	color: #ebdfad;
	font-style: normal;
}
.attantion {
	color: #ebdfad;
	font-style: normal;
	font-size: 150%;
	list-style-type: none;
	list-style-position: outside;
	line-height: 150%;
}
.ZorgeNana {
	font-style: italic;
	font-size: 110%;
	color: #000066;
}
.plus {
	color: #FFCC00;
	font-size: 40px;
	font-weight: bolder;
	position: absolute;
}
.expl {
	font-size: medium;
	font-style: oblique;
}
/* Photoimages */

.date {
	height: 100%;
	position: relative;
	float: right;
}
.date h1 {
	background: url(../images/date_bg.png) no-repeat top right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #786001;
	font-weight: bold;
	height: 36px;
	width: 97px;
	margin-top: 0px;
	padding-top: 4px;
	text-align: center;
	position: relative;
	margin-bottom: 0px;
}
.reflection {
	background: url(../images/reflection_01.png) repeat-x bottom right;
	position: relative;
	padding-bottom: 52px;
	float: right;
}
.news_img {
	border: 7px solid white;
	margin-top: 55px;
	position: relative;
}
.img {
	position: relative;
	float: left;
	margin-left: 15%;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 3px solid white;
}
/* Puppies photoimages */
#fsClipper { height: 500px; width: 100%; overflow: hidden; //overflow: hidden; //overflow-x: hidden; }
.fsControl { color: #f7cd3c; cursor: pointer; //cursor: hand; }

#fsLinks a { color: #099ccf; cursor: pointer; //cursor: hand; }
.fsControl.disabled, #fsLinks a.current { color: #f7cd3c; cursor: default; text-decoration: none; }

*+html #fsLinks a { border: 1px solid; cursor: pointer; //cursor: hand; }
*+html #fsLinks a.current { border: 1px solid; cursor: default; text-decoration: none; }

.fsControl.disabled { color: #34768d; }
#fsScreen { left: 30%; position: relative; height: 100% ! important; background: no-repeat 0 50%; }
.arrows { font-size: xx-large; }
#fsControl_prev { font-size: xx-large; }
#fsControl_next { font-size: xx-large; }
.img_01 { background: url(/images/small/01.jpg) no-repeat 50% 50%; border: 1px solid; }
*+html .img_01 { background: url(/images/small/01.jpg) no-repeat 50% 50%; border: 0px solid; }
.img_02 { background: url(/images/small/02.jpg) no-repeat 50% 50%; border: 1px solid; }
*+html .img_02 { background: url(/images/small/02.jpg) no-repeat 50% 50%; border: 0px solid; }
.img_03 { background: url(/images/small/03.jpg) no-repeat 50% 50%; border: 1px solid; }
*+html .img_03 { background: url(/images/small/03.jpg) no-repeat 50% 50%; border: 0px solid; }
.img_04 { background: url(/images/small/04.jpg) no-repeat 50% 50%; border: 1px solid; }
*+html .img_04 { background: url(/images/small/04.jpg) no-repeat 50% 50%; border: 0px solid; }
.img_05 { background: url(/images/small/05.jpg) no-repeat 50% 50%; border: 1px solid; }
*+html .img_05 { background: url(/images/small/05.jpg) no-repeat 50% 50%; border: 0px solid; }
.img_06 { background: url(/images/small/06.jpg) no-repeat 50% 50%; border: 1px solid; }
*+html .img_06 { background: url(/images/small/06.jpg) no-repeat 50% 50%; border: 0px solid; }
.img_07 { background: url(/images/small/07.jpg) no-repeat 50% 50%; border: 1px solid; }
*+html .img_07 { background: url(/images/small/07.jpg) no-repeat 50% 50%; border: 0px solid; }
.img_08 { background: url(/images/small/08.jpg) no-repeat 50% 50%; border: 1px solid; }
*+html .img_08 { background: url(/images/small/08.jpg) no-repeat 50% 50%; border: 0px solid; }
.img_09 { background: url(/images/small/09.jpg) no-repeat 50% 50%; border: 1px solid; }
*+html .img_09 { background: url(/images/small/09.jpg) no-repeat 50% 50%; border: 0px solid; }
.img_10 { background: url(/images/small/10.jpg) no-repeat 50% 50%; border: 1px solid; }
*+html .img_10 { background: url(/images/small/10.jpg) no-repeat 50% 50%; border: 0px solid; }
.img_11 { background: url(/images/small/11.jpg) no-repeat 50% 50%; border: 1px solid; }
*+html .img_11 { background: url(/images/small/11.jpg) no-repeat 50% 50%; border: 0px solid; }
.img_12 { background: url(/images/small/12.jpg) no-repeat 50% 50%; border: 1px solid; }
*+html .img_12 { background: url(/images/small/12.jpg) no-repeat 50% 50%; border: 0px solid; }
.img_13 { background: url(/images/small/13.jpg) no-repeat 50% 50%; border: 1px solid; }
*+html .img_13 { background: url(/images/small/13.jpg) no-repeat 50% 50%; border: 0px solid; }
.img_14 { background: url(/images/small/14.jpg) no-repeat 50% 50%; border: 1px solid; }
*+html .img_14 { background: url(/images/small/14.jpg) no-repeat 50% 50%; border: 0px solid; }
.img_15 { background: url(/images/small/15.jpg) no-repeat 50% 50%; border: 1px solid; }
*+html .img_15 { background: url(/images/small/15.jpg) no-repeat 50% 50%; border: 0px solid; }
.img_16 { background: url(/images/small/16.jpg) no-repeat 50% 50%; border: 1px solid; }
*+html .img_16 { background: url(/images/small/16.jpg) no-repeat 50% 50%; border: 0px solid; }
.img_17 { background: url(/images/small/17.jpg) no-repeat 50% 50%; border: 1px solid; }
*+html .img_17 { background: url(/images/small/17.jpg) no-repeat 50% 50%; border: 0px solid; }
.img_18 { background: url(/images/small/18.jpg) no-repeat 50% 50%; border: 1px solid; }
*+html .img_18 { background: url(/images/small/18.jpg) no-repeat 50% 50%; border: 0px solid; }
.img_19 { background: url(/images/small/19.jpg) no-repeat 50% 50%; border: 1px solid; }
*+html .img_19 { background: url(/images/small/19.jpg) no-repeat 50% 50%; border: 0px solid; }
.img_20 { background: url(/images/small/20.jpg) no-repeat 50% 50%; border: 1px solid; }
*+html .img_20 { background: url(/images/small/20.jpg) no-repeat 50% 50%; border: 0px solid; }
.img_21 { background: url(/images/small/21.jpg) no-repeat 50% 50%; border: 1px solid; }
*+html .img_21 { background: url(/images/small/21.jpg) no-repeat 50% 50%; border: 0px solid; }
.img_22 { background: url(/images/small/22.jpg) no-repeat 50% 50%; border: 1px solid; }
*+html .img_22 { background: url(/images/small/22.jpg) no-repeat 50% 50%; border: 0px solid; }

/* 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;
}
