body {
    padding: 0;
    margin: 0;
    background: #D3D3D3 url('images/bg-main.gif');
}

body, td, th, input, option, select {
    font: 12px Arial, sans-serif;
    color: #848484;
}

div.text {
    line-height: 1.5;
}

#container {
    text-align: center;
    background: url('images/bg-top.gif') 0 0 repeat-x;
    min-height: 656px;
    _height: 656px;
    padding-top: 26px;
}

#cols {
    background: url('images/bg-cols.gif') 50% 0 repeat-y;
}

#colsTop {
    background: url('images/bg-cols-top.gif') 50% 0 no-repeat;
}

#colsBottom {
    min-height: 600px;
    _height: 600px;
    background: url('images/bg-cols-bottom.gif') 50% 100% no-repeat;
}

#colsMiddle {
    width: 774px;
    _width: 773px;
    margin: auto;
    text-align: left;
    padding-top: 7px;
    padding-bottom: 10px;
}

#colA {
    float: left;
    width: 207px;
    margin-right: 6px;
}

#colB {
    float: left;
    width: 353px;
    margin-right: 6px;
}

#colC {
    float: left;
    width: 202px;
    _width: 200px;
    position: relative;
}

div.clearer {
    clear: both;
    height: 1px;
    font-size: 1px;
}

h2.foto {
    color: #CECECE;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    height: 222px;
    margin: 0;
    padding-top: 20px;
    background: url('images/pic.jpg') 0 100% no-repeat;
}

h1.logo {
    background: url('images/logo.gif') 50% 0 no-repeat;
    height: 63px;
    margin: 21px 0 0 0;
}

h1.logo a {
	display: block;
	height: 63px;
}

h1.logo span {
    display: none;
}

div#menu {
    background: url('images/menu-bg.jpg') 0 0 no-repeat;
    height: 158px;
}

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

#menu div {
	padding-top: 10px;
}

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

#menu li {
	padding: 0;
	margin: 0;
	float: left;
	width: 180px;
}

#menu a {
    color: #DDEBF1;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 7px;
    padding-left: 17px;
	float: left;
	width: 180px;
}

#menu a:hover {
    color: #FFF;
}

div#search {
    background: url('images/search-bg.gif') 0 100% no-repeat;
    height: 84px;
}

#search form {
    margin: 0;
    padding: 20px 10px 10px 10px;
}

#search label {
    display: block;
    color: #457EB3;
}

input.text,
textarea.text {
    background: #F3F3F3;
    border: solid 1px #DEDEDE;
    color: #8C8C8C;
}

textarea.text {
	width: 320px;
	height: 100px;
}

input.text:focus,
textarea.text:focus {
    background: #F9F9F9;
    border: solid 1px #8BAFD0;
    color: #8C8C8C;
}

#search input.text {
    width: 120px;
}

#search input.button {
    background: #457EB3;
    border: solid 1px #457EB3;
    color: #FFF;
    font-weight: bold;
    width: 50px;
}

input.submit {
    background: #457EB3;
    border: solid 1px #457EB3;
    color: #FFF;
    font-weight: bold;
}


div#cite {
    background: url('images/cite-bg.jpg') 0 0 no-repeat;
    height: 158px;
    color: #FFF;
}

div#cite p {
	margin: 0;
	padding: 10px;
	line-height: 1.6;
}


div.text {
    background: url('images/text-bg-top.gif') 0 0 repeat-x;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

h2.green {
    color: #289428;
    font-weight: normal;
    font-size: 18px;
    text-transform: lowercase;
    margin-top: 0;
    padding: 5px;
    border-bottom: solid 1px #D2E9D2;
}

.main h2,
h2.blue {
    color: #286094;
    font-weight: normal;
    font-size: 18px;
    text-transform: lowercase;
    margin-top: 0;
    padding: 5px;
    border-bottom: solid 1px #C9D7E4;
}

h2.red {
    color: #D24032;
    font-weight: normal;
    font-size: 18px;
    text-transform: lowercase;
    margin-top: 0;
    padding: 5px;
    border-bottom: solid 1px #F1C4BF;
}

div.aktualneponuky {
    background: url('images/hlavy.gif') 50% 0 no-repeat;
    margin-top: 0;
    padding-top: 50px;
}

div.aktualneponuky p {
    margin-top: 0;
}

a {
    color: #286094;
}

a:hover {
    color: #D24032;
}

.main h3 {
    color: #286094;
    font-weight: bold;
    font-size: 12px;
/*    text-transform: lowercase;*/
	border-bottom: solid 1px #DDD;
}

/*.main h3 a {
	text-decoration: none;
}*/


h3.side {
	font-size: 12px;
}

form label {
	display: block;
	font-weight: bold;
}