@charset "utf-8";

body {
    background: url('../graphics/body.png') repeat;
    font-family: Georgia, 'New York CE', utopia, serif;
    font-size: 12px;
	text-align: center;
	margin: 0px;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
img {
	border: 0px;
}
a {
	text-decoration: underline;
    color: #d6ba6c;
}
a:hover {
	text-decoration: none;
}

/* layout */
div#page {
    text-align: left;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    clear: both;  
}
div#panel-left {
	width: 182px;
/*	background: url('../graphics/panel-left.jpg') no-repeat;*/ 
	float: left;
}
div#panel-right {
	float: right;
	width: 768px;
}
div#banner {
    position: relative;
	width: 950px;
	height: 129px;
/*	background: url('../graphics/banner.jpg') no-repeat;*/
}
div#logo {
    left: 10px;
    top: 10px;
    position: relative;
	width: 219px;
	height: 111px;
	float: left;
}

div#logo img {
	padding: 0;
	margin: 0;
}

/* content */
div#content-bg {
    position: relative;
    background: url('../graphics/content-bg.png') repeat-y;
    background-position: 0 15px;
    width: 768px;
    clear: both;
}
div#content {
    position: relative;
    top: -10px;
	background: url('../graphics/content.png') no-repeat;
    width: 768px;
}
div.content-container {
    padding: 15px 30px;
}
div#content-bottom {
    position: relative;
    width: 768px;
    height: 40px;
    color: white;
    background: url('../graphics/content-bottom.png') no-repeat;
}
div#content-bottom p {
    text-align: center;
    color: white;
    margin: 0px;
    padding: 10px 10px 5px 10px;
    font-size: 10px;
}
div#content-bottom h1 {
    color: white;
    font-size: 16px;
    text-align: center;
}

div.content-container p img {
    margin-bottom: 10px;
}
div#topmenu {
    float: left;
    position: relative;
    top: 59px;
    left: 100px;
    height: 69px;
}
div#topmenu a {
    float: left;
    display: block;
    background: url('../graphics/topbtn.png') no-repeat;
    width: 116px;
    height: 69px;
    margin-right: 10px;
    line-height: 30px;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 16px;
}
div#topmenu a:hover {
    background-position: 0 -71px;
}
div#topmenu a.singleline {
    line-height: 60px;
}

div#content h1 {
	color: #d6ba6c;
	height: 36px;
	line-height: 36px;
}
div#content h2 {
	font-style: italic;
}

div#content p {
	color: #333;
	text-align: justify;
}
div#content img, img.nahled {
	border: 3px solid #EFE6E6 !important;
	padding: 2px !important;
}
.border {
    border: 3px solid #EFE6E6 !important;
    padding: 2px !important;
}
p img, h2 img {
	margin: 5px 10px;
}
div#content a {
  color: #d6ba6c;
}

/* menu */
div#menu {
	padding: 30px 0 15px 20px;
}
div#menu a {
	color: white;
	text-decoration: none;
	font-size: 16px;
	text-align: left;
	display: block;
	letter-spacing: 1px;
    text-align: center;
    line-height: 30px;

}
div#menu a:hover, a.active {
	text-decoration: underline;
}

div#menu div.submenu a {
	padding-left: 20px;
	font-size: 12px;
}

div#foot {
	position: relative;
	top: 23px;
	left: 10px;
}

.center {
	text-align: center;
	width: 520px;
}
.center div {
	margin: auto;
	float: none;
}

.clear {
	clear: both;
}

div#content img.leftfloat {
	float: left;
	margin: 5px 5px 5px 0px;
}

div#content ul li {
    margin-left: 10px;
}

blockquote {
    font-style: italic;
}

.message_ok {
    font-weight: bold;
    padding: 10px;
    border-left: 5px solid #ccffcc;
    background-color: #E6FFE6;
}

.message_error {
    font-weight: bold;
    padding: 10px;
    border-left: 5px solid #ffcccc;
    background-color: #FFF2F2;
}

/* zeptejte se okno */
div#zeptejtese-win p, div#zeptejtese-win label, div#zeptejtese-win h1 {
    color: white !important;
}

/* NEWS */
div#news {
    color: white;
}
div.newsheading {
    border-bottom: 1px solid #A3948B;
    font-weight: bold;
}
div#news p {
    /*text-align: justify;*/
    font-size: 11px;
    margin-bottom: 15px;
}

div#viralSmall {
    color: white;
}
div#viralSmall p strong {
    color: white;
}
div#viralSmall td {
    color: white;
}

div#viralSmall p.message_ok, div#viralSmall p.message_error {
    color: black;
}

.hidden {
    /*display: none;*/
}

.noborder, div#content div.sendQuestion a img {
    border: 0px !important;
}

#fakturacniUdaje {
    display: none;
}

.leftbox {
    color: white;
    margin: 20px 0 0 15px;
}

.pagingContainer {
    text-align: center;
}
.pagingContainer a {
    font-size: 16px;
    padding: 0 5px;
    text-decoration: none;
}
.pagingContainer a.selected {
    color: black !important;
}
