@charset "utf-8";
/* CSS Document */

body {
background: #d3dbf9 url(images/bg.gif);
font-family: Verdana, Arial, sans-serif;
font-size: 0.7em;
margin: 0;
padding: 0;
color: #6b6b6b;
}

html, body {
height: 100%;
}

#bg_top {
background: url(images/bg_top.jpg) repeat-x top;
}

#bg_bottom {
background: url(images/bg_bottom.jpg) repeat-x bottom;
display: block;
min-height: 100%;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 0;
}

* html #bg_bottom {
height: 100%;
}

#center {
margin: 0 auto;
width: 946px;
}

#header {
background: url(images/hender.jpg) no-repeat;
width: 946px;
height: 212px;
}

#content {
background: url(images/bg_content.jpg) repeat-y right;
width: 946px;
float: left;
margin-bottom: 50px;
}

#content_bottom {
background: url(images/content_bottom.jpg) no-repeat bottom right;
width: 803px;
padding: 0 0 15px 143px;
float: left;
min-height: 400px;
}

* html #content_bottom {
height: 400px;
}

#left {
float: left;
background: url(images/nav_left.jpg) no-repeat;
width: 181px;
height: 213px;
padding-left: 25px;
}

#right {
float: right;
line-height: 19px;
padding: 0 30px 10px 20px;
width: 547px;
}

#footer {
color: #7299c5;
background: url(images/footer.jpg) no-repeat;
position: absolute;
left: 0px;
bottom: 0px;
display: block;
z-index: 999;
width: 100%;
height: 27px;
padding-top: 18px;
}

#footer_txt {
width: 796px;
margin: 0 auto;
text-align: right;
padding-right: 150px;
}

h1 {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
color: #909090;
background: url(images/h1.jpg) no-repeat bottom left;
font-size: 1.8em;
font-weight: normal;
padding-bottom: 8px;
}

h2 {
margin: 0;
color: #909090;
font-size: 1.2em;
font-weight: bold;
padding-bottom: 8px;
clear: both;
}

#right p {
margin: 0;
padding: 7px 0;
}

#right strong {
color: #768494;
}

#left ul {
margin: 0;
padding: 0;
list-style: none;
}

#left li {
border-top: 1px solid #8bafd7;
border-bottom: 1px solid #5f87b5;
height: 34px;
width: 155px;
}

#left li a {
display: block;
height: 24px;
width: 143px;
background: url(images/nav_hover.jpg) no-repeat 0 34px;
color: #FFFFFF;
text-decoration: none;
font-size: 1.1em;
font-weight: bold;
padding: 10px 0 0 12px
}

#left li a:hover {
background: url(images/nav_hover.jpg) repeat-x;
}

#left li.first {
border-top: 0;
border-bottom: 1px solid #638bb8;
}

#left li.last {
border-bottom: 0;
}

.img_left {
float: left;
border: 1px solid #a2bedc;
margin-right: 10px;
}

.img_right {
float: right;
border: 1px solid #a2bedc;
margin-left: 10px;
}

.pics {
text-align: center;
}

.pics img {
border: 1px solid #a2bedc;
margin-right: 15px;
}

.clear {
clear: both;
}

#right ul {
margin-top: 0;
}


/* LINKS */

#right a {
color: #039bc1;
text-decoration: none;
}

#right a:hover {
color: #465d7c;
text-decoration: underline;
}

#footer a {
color: #93beee;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}


/* KONTAKT FORMA */

form {
border: 0;
padding-top: 5px;
margin: 0;
}

input, select, textarea {
background: #FFFFFF;
border: 1px solid #bababa;
font-family: Verdana, Sans-serif;
color: #333333;
font-size: 1em;
width: 300px;
margin-top: 3px;
margin-bottom: 10px;
padding: 3px
}

.button {
background: #FFFFFF;
width: 65px;
padding: 2px 0
}

legend {
display: none;
}

fieldset {
border: 0;
margin: 0;
padding: 0
}

.alert {
color: #FF0000
}
