/*
-----------------------------------------------
Public support for Natura 2000 sites - CSS
Author: Iliya Iliev /www.iliyadesign.hit.bg/
Date: 25 May 2009
----------------------------------------------- */

body {
font-family:"Verdana", Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:#666666;
background:#D2E5CD;
}
* {
margin:0;
padding:0;
}

/* Wrapper
----------------------------------------------- */
#wrapper {
width:760px;
background:#fff;
margin:0 auto;
}

/* Header
----------------------------------------------- */
#header {
background: url(images/eea_logo1.gif);
background-repeat:no-repeat;
background-position:right;
width:745px;
height:35px;
padding-left:15px;
padding-top:25px;
padding-bottom:25px;
}
h1, h1 a{
background: url(images/logo1.gif) no-repeat;
display:block;
width:500px;
height:47px;
text-indent:-9999px;
text-decoration:none;
}

/* Navigation
----------------------------------------------- */
#nav{
margin: 10px;
padding: 0;
position:absolute;
width:740px;
background-color:#009933;
}
#nav ul{
margin: 0;
margin-left: 15px; 
float: left;
padding-left: 8px;
font: bold 13px Verdana;
background: #009933 url(media/leftround2.gif) bottom left no-repeat;
border-top:1px solid #009933;
}
* html #nav ul{
margin-bottom: 1em;
margin-left: 7px; 
}
#nav ul li{
display: inline;
}
#nav ul li a{
float: left;
color: white;
font-weight: bold;
padding: 7px 9px 7px 5px;
text-decoration: none;
}
#nav ul li a:visited{
color: white;
}
#nav ul li a:hover{color: #D2E5CD;
background-color:#0066CC;
background: transparent url(media/pointer.gif) bottom center no-repeat;
}
#nav ul li a#selected{
color: #009933;
background:#FFFFFF;
}

/* Content
----------------------------------------------- */
#content {
min-height:430px;
height:auto !important;
height:430px;
text-align:left;
padding:50px 50px 32px 50px;
}
.float {
float: right;
border:1px solid #D2E5CD;
width:250px;
padding:5px;
margin-left:10px;
}
.float p {
font-size:10px;
color:#999;
padding-top:5px;
margin-bottom:0;
line-height:12px;
}
.center {
margin:0 auto;
width:165px;
height:41px;
background:url(images/logos2.gif);
}
p{
margin-bottom:18px;
}
.small {
font-size:10px;
line-height:18px;
margin-bottom:18px;
}
h2 {
color:#009933;
font-size:24px;
line-height:18px;
margin-bottom:18px;
font-family: "Century Gothic", Futura, Verdana, Arial, Helvetica, sans-serif;
letter-spacing:-0.1px;
}
h3{
color:#009933;
font-size:14px;
line-height:18px;
margin-bottom:9px;
margin-top:27px;
font-weight:bold;
font-family: "Century Gothic", Futura, Verdana, Arial, Helvetica, sans-serif;
letter-spacing:-0.1px;
}
img {
border:0;
}
ul{
list-style:outside;
}
ul li{
margin-bottom:18px;
}
ul.gallery {
list-style:none;
margin:0;
padding:0;
}
ul.gallery li {
float:left;
padding-right:15px;
padding-bottom:15px;
}
ul.gallery li img {
border:1px solid #4AA851;
}
.clearboth {
clear:both;
}
ul.list li {
margin-bottom:0;
}
ul.list {
margin-bottom:18px;
}
dl{
float:right; 
border:1px solid #D2E5CD; 
padding:5px;
}
.habitats {
color: #ff0000;
}
.birds {
color: #006699;
}
.kamchiya{
color: #009900;
}
.bold {
font-size: 18px
}
address {
font-style:normal;
padding-bottom:18px;
}

/* Footer
----------------------------------------------- */
#footer {
width:680px;
border-top:1px solid #009933;
padding:5px 30px 5px 30px;
margin:0 auto;
}
#footer p {
font-size:10px;
line-height:12px;
color:#999;
text-align:center;
margin-bottom:0;
}
#footer a:hover {
color:#09c;
text-decoration:underline;
}
#footer a {
color:#999;
text-decoration:none;
}

/* Links
----------------------------------------------- */
#content a:link {
color:#009933;
text-decoration:none;
border-bottom:1px solid #009933;
padding-bottom:1px;
}
#content a:visited {
color:#009933;
text-decoration:none;
border-bottom:1px solid #009933;
padding-bottom:1px;
}
#content a:hover {
text-decoration:none;
color:#FFF;
background:#009933;
}
