/* CSS Document */

html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #fcd6ae;
color: #e95f14;
font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;;
font-size: 13px;
}

* {
margin: 0;
padding: 0;
}

.cleaner {
clear: both;
display: block;
width: 1px;
height: 1px;
line-height: 1px;
font-size: 1px;
}

.nahled {
float: left;
margin-right: 10px;
border: 1px solid #e95f14;
padding: 1px;
background-color: #f9c497;
}


.zlehkaposun {
margin-left: 10px;
}

.float-left {
float: left; 
}

.float-right {
float: right;
}

.logo-v-pr {
margin: 0 0 10px 10px;
}

#header {
width: 100%;
background-color: #fff;
height: 116px;
border-bottom: 1px solid #f9c497;
}

#headerin {
margin: 0 auto;
width: 800px;
height: 116px;
}

#content {
margin: 0 auto;
width: 800px;

}

#menu {
text-align: right;
}

#menu li {
display: inline;
line-height: 60px;
font-size: 17px;
}

#menu li a {
color: #e95f14;
text-decoration: none;
}

#menu li a:hover {
color: #fff;
background-color: #e95f14;
}

#menu li span {
padding: 0 7px;
color: #f29a61;
}

#box {
background: url("../images/background.gif") center top no-repeat;
width: 698px;
height: 597px;
margin: 20px auto 0 auto;
}

#perex {
font-size: 17px;
margin-top: 30px;
text-align: center;
line-height: 30px;
}

p {
margin-bottom: 22px;
}

p a {
color: #e95f14;
}

p a:hover {
color: #fff;
background-color: #e95f14;
text-decoration: none;
}

#footer {
padding-top: 20px;
border-top: 1px solid #f9c497;
margin: 0 0 20px 0;
text-align: center;
}

h1 {
font-size: 25px;
font-weight: bold;
color: #000;
padding-bottom: 5px;
margin: 20px 0;
border-bottom: 1px solid #f9c497;
}

h2 {
font-size: 20px;
font-weight: normal;
margin-bottom: 10px;
}

