html, body {
	height: 100%;         /* required */
}

body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}

div#distance { 
	margin-bottom: -200px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}

div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 400px;         /* required - desired height */
	width: 700px;          /* required - desired width */
	clear: left;          /* required */	
	margin: 0 auto;       /* required */
}

/**************************************************************************/

* {
    margin: 0;
    padding: 0; 
}

div {
    border: 0px solid red;
}

a {color: #39699F; font-weight: bold; }
a:link {text-decoration: none; }
a:hover {text-decoration: underline; }
a:visited {text-decoration: none; }
a:active {text-decoration: underline; }

a img {
    border: none;
}

body {
    background-color: #D6D6D6;
    font-size: 70%;
    font-family: Verdana;
    background: #D6D6D6 url(obrazky/cara.gif) no-repeat fixed right top;
}

div#content {
    background-color: transparent; /*#D6D6D6;*/
}

div#left {
    float: left;
    height: 270px;
    width: 403px;
}

div#right {
    float: right;
    width: 230px;
    padding: 20px;
    height: 240px;
}

div#rightContent {
    position: relative;
    margin-top: 45px;   
}

div#odkazy {
    height: 32px;
    background: url(obrazky/menu-pozadi.gif) no-repeat center;
    width: 700px;
    margin: auto;
    margin-top: 40px;
}

#odkazy ul {
    padding: 0;
    margin: 0;
}

#odkazy ul li {
    display: block;
    float: left;
    border-right: 1px solid white;
    padding: 5px 0 5px 0;
    width: 139px;
    text-align: center;
    /*background-color: #B6B6B6;*/
}

#odkazy ul li.last {
    border: none;
}

h1 {
	color: #D6D6D7;
	font-size: 10px;
}

#vlajky {
    position: relative;
    left: 730px;
    top: -100px;
    width: 20px;
}

.cleaner {
    clear: both;
}

table {
    border-collapse: collapse;
    min-height: 279px;
    _height: 280px;
}

table td {
    padding: 15px;
    margin: 0px;
    border-bottom: 1px solid #C75228;
    font-size: 80%;
    width: 200px;
}

table td.prvni {
    background-color: #484848;
    color: #D6D6D6;
    font-weight: bold;
    font-size: 90%;
}

table td.druhy {
    background-color: #939393;
    color: #EAEAEA;
}

table td.treti {
    background-color: #C0C0C0;
    color: #484848;
}

.tucne {
    font-weight: bold;
}

#kontaktNadpis, #kontaktOdeslat {
    background-color: #505050;
    color: white;
    font-weight: bold;
    height: 30px;
    text-transform: uppercase;
    line-height: 30px;
    padding-left: 20px;

}

#kontaktniFormular {
    height: 210px;
    padding-top: 5px;  
    background-color: white;
    border: 0px solid blue;
}

#kontaktniFormular div {
    margin: 5px 0 5px 0;
    padding-left: 10px;
}

#kontaktniFormular textarea {
    height: 100px;
}

input, textarea {
    border: 1px solid #C75228;
    width: 401px;
}

.submit {
    width: auto;
    padding: 2px 10px;
    margin-left: -10px;
    border: none;
    background-color: transparent;
    color: white;
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
    _position: relative;
    _top: 2px;
}

.dekujeme, .chyba {
    height: 20px;
    position: relative;
    top: 125px;
    text-align: center;
    font-weight: bold;
}

.chyba {
    color: red;
}

#seznamOdkazu {
    height: 200px;
    padding: 20px;
    position: relative;
    top: 50px;
    line-height: 20px;
}

.mail {
    font-weight: normal;
    color: inherit;
}
