/* CSS Document */

html, body {
 margin: 0;
 padding: 0;
 height: 100%;
 background-color: black;
 font-family: "Trebuchet MS";
}

html {  overflow-y: scroll; }

a img { border: 0px; }

h1 {
color: #e2420d;
font-size: 20px;
font-weight: normal;
margin: 0px;
padding: 0px;
}

b {
color: #e2420d;
}

h2 {
color: #e2420d;
font-size: 18px;
font-weight: normal;
margin: 0px;
padding: 0px;
}

h3 {
color: #e2420d;
font-size: 12px;
font-weight: bold;
margin: 0px;
padding: 0px;
margin-top: 10px;
}

h4 {
font-size: 12px;
font-weight: bold;
margin: 0px;
padding: 0px;
margin-bottom: 7px;
}

#container-page {
 background: white;
 position: relative;
 min-height: 100%;
 height: auto !important;
 height: 100%;
}

#container-foot {
 width: 100%;
 background: black;
 color: white;
 position: absolute;
 bottom: 0 !important;
 height: 20px;
}

#container-foot div {
width: 705px;
margin: 0px auto 0px auto;
font-size: 10px;
padding-top: 3px;
color: grey;
}

#container-foot div a, #container-foot div b {
color: white;
font-weight: normal;
text-decoration: none;
}

#container-foot div a:hover { text-decoration: underline; }


#header {
background-color: black;
height: 225px;
width: 100%;
}

#header-wrapper {
width: 765px;
height: 225px;
margin: 0px auto 0px auto;
background-repeat: no-repeat;
}

#logo {
float: right;
padding: 25px 20px 0px 0px;
}

#lang {
float: left;
padding: 10px 0px 0px 25px;
}

#lang div {
height: 12px;
font-size: 10px;
color: gray;
padding: 0px 5px 3px 5px;
background-color: black;
}

#lang div a {
color: white;
text-decoration: none;
}

#menu {
padding: 65px 0px 0px 0px;
font-size: 12px;
color: white;
}

#menu div {
float: left;
padding: 5px 5px 0px 5px;
background-color: black;
margin-left: 25px;
margin-right: 5px;
}

#menu a {
color: white;
text-decoration: none;
background-image: url("./img/orange.gif");
background-position: 0px 16px;
background-repeat: repeat-x;
background-color: black;
height: 23px;
display: block;
padding-right: 1px;
}

#main {
width: 100%;
background-color: white;
background-image: url("./img/gray.gif");
background-repeat: repeat-x;
}

#main-wrapper {
 width: 765px;
 margin: 0px auto 0px auto;
 background-color: white;
}

#kdejsme, #kamchceme {
background-repeat: no-repeat;
}

#main-data {
}

#main-data-right {
width: 235px;
float: right;
}

#main-data-left {
width: 530px;
float: left;
}

.inner {
padding: 30px;
font-size: 12px;
}

.inner div { padding: 10px 0px 5px 0px; }

.inner a { text-decoration: underline; color: #e2420d;}

.oragne {  color: #e2420d; }

#kontakt { width: 705px; margin: 0px; padding: 0px; border: 0px; border-collapse: collapse;}

#kontakt TD { padding: 0px 5px 0px 0px; margin: 0px; }

#pozadi { background-repeat: no-repeat; }

.reset { clear: both; }