/* layout */
#page {
    width: 760px;
    margin: 20px auto 0 auto;
    text-align: left;
    background: #fff;
    border: 10px solid #fff;
}
#header {
	height: 55px;
    background: url("images/top-red-gradient.jpg") no-repeat top left;
}
#logo {
	float: left;
	display: block;
	width: 158px;
	height: 28px;
	margin: 8px 0px 0px 13px;
}
#logo span {
	display: none;
}
#languages {
	float: right;
	padding-right: 20px;	
}
#languages a {
	text-decoration: none;
	font-size: 90%;
	line-height: 43px;
	color: #fff;
}
#languages a:hover {
	text-decoration: underline;
}
#languages a strong {
	font-weight: bold;
}
#main {
	margin: 0; padding: 0;
	width: 100%;
	border-collapse: collapse;
}

#left {
	margin: 0; padding: 0;
	width: 170px;
    background: #999999 url("images/gray-gradient.jpg") repeat-x top left;
    padding-bottom: 20px;
}
#left .content {
}

#right {
	margin: 0; padding: 0;
    background: #fafafa url("images/content-cell-bg1.jpg") repeat-y left top;
    border-left: 10px solid #fff;
}
#right .content-banner {
	border-bottom: 10px solid #fff;
}
#right .content-top {
	height: 25px;
	line-height: 25px;
	font-size: 90%;
	background: url("images/content-cell-bg5.jpg") no-repeat left top;
}
#right .content-top .right{
	float: right;
	width: 30px;
	height: 25px;
    background: url("images/content-cell-bg6.jpg") no-repeat right top;
}
#right .content-top a {
	color: #999;
	text-decoration: none;
}
#right .content-top a:hover {
	color: #555;
}
#right .content-top img {
	margin: 7px 3px -2px 15px;
}
#right .content {
	padding: 25px 15px 10px 15px;
	color: #777;
    background: url("images/content-cell-bg2.jpg") repeat-y right top;
	text-align: justify;    
	_height: 220px;
	min-height: 220px;
}
#right .content-large {
	padding: 25px 15px 10px 15px;
	color: #777;
    background: url("images/content-cell-bg2.jpg") repeat-y right top;
	text-align: justify;    
	_height: 500px;
	min-height: 500px;
}

#right .content-bottom {
	height: 13px;
    background: url("images/content-cell-bg3.jpg") no-repeat left top;
}
#right .content-bottom .right {
	float: right;
	width: 30px;
	height: 13px;
    background: url("images/content-cell-bg4.jpg") no-repeat right top;
}
#right-bar {
	margin: 0; padding: 0;
	width: 150px;
	color: #fff;
    background: #c00;
	border-left: 10px solid #fff;
}
#right-bar .content {
    padding: 10px;
}
#right-bar .content h2 {
	font-weight: normal;
	font-size: 150%;
	margin: 0 0 10px 0; 
}
#right-top {
	margin: 0; padding: 0;			
    border-left: 10px solid #fff;
	border-bottom: 10px solid #fff;
    background: #fff;
}
#right-top .content {
	height: 140px;
    background: url("images/header-uvod.jpg") no-repeat left top;
}
#right-top-none {
	height: 0px;
	display: none;
}
#right-top-none .content {
	display: none;
}

#bottom-bar {
	margin: 0; padding: 0;
    background: #c00 url("images/top-red-gradient.jpg") no-repeat top right;
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
}
#bottom-bar .content {
	clear: both;
	padding: 10px;
    color: #fff;
}
#bottom-bar .content h2 {
	font-weight: normal;
	font-size: 150%;
	margin: 0; 
}


#footer {
	text-align: center;
	font-size: 90%;
	color: #fff;
	line-height: 20px;
}
#footer a {
	color: #fff;
}

/*-------------------------------------------------*/
a { color: #900; }
a:hover { color: #D55; }

body {
    font-family: sans-serif;
	font-size: 75%;
    background: #CFCF9E;
	margin:0; padding:0;
    text-align: center;
}
td { vertical-align: top; }
input, select, textarea	{
    font-family: Verdana;
    font-size: 90%;
	border: 1px solid #808080;
    margin: 2px;
}
img { border: 0 }
form { margin: 0px; padding: 0px; }
h1 {
	color: #900;
	font-size: 170%;
	font-weight: normal;
	margin: 0 0 5px 0;
}
h2 {
	font-size: 140%;
	margin: 0;
}
h2 a {
	text-decoration: none;
}
h3 {
	font-size: 120%;
}
hr {
	border: 0;
	border-bottom: 1px solid #ccc;
}

/*----------------------------------------------------------------------*/
.text_error { color: #AF2222; font-weight:bold;}
.text_vystraha { color: #AF2222; }
/*----------------------------------------------------------------------*/
.gci-red {
	color: #990000;
}