/* CSS Document */
body {
background-color:#5f95b7;
background-image:url(img/sky.jpg);
background-repeat:repeat-x;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
#top {
height:350px;
margin:0;
}
/****pictures*****/
#logo {
position:absolute;
top:84px;
right:40%;
bottom:auto;
left:auto;
font-size:36px;
text-align:center;
color:#FFFFFF;
}
#logo span {
font-size:14px;
}
#mountain {
position:absolute;
top:0px;
right:auto;
bottom:auto;
left:0px;
width:300px;
height:288px;
background-image:url(img/mountain.jpg);
background-repeat:no-repeat;
}
#forest {
position:absolute;
top:149px;
right:0px;
bottom:auto;
left:auto;
width:279px;
height:129px;
background-image:url(img/forest.jpg);
background-repeat:no-repeat;
}
#yacht {
position:absolute;
top:178px;
right:auto;
bottom:auto;
left:250px;
width:198px;
height:150px;
background-image:url(img/yacht.gif);
background-repeat:no-repeat;
}
#krug {
background-image: url(img/krug.jpg);
background-repeat:no-repeat;
background-position:bottom right;
padding-bottom:116px;
}
/*****content*****/
h1 {
color:#505896;
font-weight:normal;
font-size:22px;
}
h2 {
color:#505896;
font-weight:bold;
font-size:14px;
}
#content {
border:1px solid #1073b2;
margin:30px;
padding:20px 200px 20px 100px;
background-color:#FFFFFF;
width:auto;
height:auto;
min-height:400px;
text-align:justify;
background-image:url(img/rul.jpg);
background-repeat:no-repeat;
background-position:top left;
}
.about {
border-top:1px dotted #505896;
}
#contacts {
border-top:1px dotted #505896;
}
#counter {
display:none;
}
/*******rightbar*******/
#rbar {
position:absolute;
top:400px;
right:32px;
left:auto;
float:right;
clear:right;
background-color:#FFFFFF;
width:180px;
height:auto;
font-size:12px;
padding:6px;
color:#505896;
}
#rbar a:link, #rbar a:visited {
color:#505896;
}
#rbar a:hover{
text-decoration:none;
}
#rbar div {
padding:4px 0px;
}
/*******inform********/
#inform {
color:#b9d3e3;
text-align:center;
font-size:10px;
}
#inform a:link {
color:#b9d3e3;
text-decoration:underline;
}
#inform a:visited{
color:#b9d3e3;
text-decoration:underline;
}
#inform a:hover {
color:#b9d3e3;
text-decoration:none;
}