@charset "utf-8";
/* CSS Document */
/* ********************** */
/*    MAIN HTML ITEMS   */
/* ********************** */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset, img { 
border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
font-style:normal;
font-weight:normal;
}
ol, ul {
list-style:none;
}
caption, th {
text-align:left;
}
h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}
q:before, q:after {
content:'';
}
abbr, acronym {
border:0;
}

html {
height: 100%;
}
body {
height: 100%;
}
/* ********************** */
/*    MAIN LAYOUT ITEMS   */
/* ********************** */
#container {
position:relative;
min-height:100%;
z-index:2;
}
* html #container {
height:100%;
}
#footer {
clear:both;
width:100%;
}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
background: #f7f7b0 url(images/snake-skin.jpg) no-repeat 0px 90px;
}

em {
font-style:italic;
}
strong {
font-weight:bold;
}
u {
text-decoration:underline;
}

th, td {
padding:3px;
}
p {
padding-top: 5px;
}

h1 {
font-size:24px;
padding:0 0 14px 0;
color:#8AB100;
}
/* ********************** */
/*         HEADER         */
/* ********************** */
#header {
position:relative;
background: #851833 url(images/top-fon.jpg);
color:#480F16;
height:90px;
overflow:hidden;
}
#header .logo {
display:block;
height:60px;
padding:15px 0 0 15px;
}
#header .logo h1 {
background:url(images/logo.gif) top right no-repeat;
width:180px;
height:60px;
text-indent:-9999px;
}
#languages {
font-size:12px;
position:absolute;
bottom:7px;
right:20px;
}

#languages ul {
	display: inline;
}

#languages li {
	display: inline;
}

#languages li.first {
	border-right: 1px solid #480F16;
	margin-right: 6px;
	padding-right: 6px;
}

#languages a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
}
#languages a:hover {
color:#8AB100;
}
/* ********************** */
/*          CONTENT       */
/* ********************** */
#content {
	color: #333;
	padding: 45px 0 80px 0;
	overflow: hidden;
}

#menu {
width:220px;
float:left;
}
#menu ul {
width:120px;
padding:28px 0 0 40px;
list-style-type: square;
list-style-position: inside;
}
#menu ul li {
border-bottom:#666666 dotted 1px;
}
#menu ul li a, #menu ul li strong {
color:#3F3F3F;
font-size:14px;
line-height:2em;
padding:5px 0;
text-decoration:none;
}
#menu ul li a:hover{
color:#999999;
}
#menu ul li strong {
color:#8AB100;
font-weight:bold;
}
#content .text {
margin:0 0 0 230px;
}
/* ********************** */
/*         ARTICLE        */
/* ********************** */
#article {
padding:0 260px 0 0;
}
#article .picture {
background:#666666;
display:block;
float:right;
width:200px;
height:200px;
}

#article {
font-size:12px;
line-height:1.3em;
}
#article ul li {
list-style:disc outside;
margin:0 0 0 40px;
}

#gallery {
	padding-right: 160px;
	font-size:12px;
	line-height:1.3em;
}

#gallery ul {
float:left;
}
#gallery ul li {
list-style:none;
padding: 3px;
margin: 5px;
border: 1px solid #708090;
display:block;
float:left;	
}
#article a {
	color:#0066FF;
	}
/******************************************/
/*      gallery one picture
/*****************************************/	
p.gallery_big {
	font: 12px/1.3 Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#FFFFFF;
	padding:0;
	margin:0;
	}	
a.gallery_big, a.gallery_big:link, a.gallery_big:visited {
	font: bold 12px/1.3 Verdana, Arial, Helvetica, sans-serif;
	background-color:#f1ebe2;
	color:#333333;
	padding: 0 5px 0 5px;
	text-decoration:none;
	}	
a.gallery_big:Hover{ 
	color: #E1950E;
	}
p.foto_descr{
	font: bold 11px/1.3 Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
	padding:3px 0 3px 0;
	margin:0;
	}		
.underfoto {
	background:url(/images/img_bg.jpg) no-repeat;
	}		
/* ********************** */
/*          FOOTER        */
/* ********************** */
#footer {
position:absolute;
bottom: 0px;
font-size:11px;
background:url(images/footer-fon.gif) repeat-x;
text-align:center;
height:80px;
color:#A8B7A7;
}
#footer a {
color:#80A0BB;
}
#footer p {
padding:10px 0 0 0;
}
#footer .picture {
position:absolute;
top:-274px;
right:10px;
width:242px;
height:269px;
background:url(images/print-device-small.jpg) no-repeat bottom right;
z-index:1;
}