body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A0B0D;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}


#top_menu {
	background-color: #FFFFFF;
	width: 929px;
	height: 87px;
	padding: 15px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #000000;
}

#top_menu_left {
	color: #333333;
	float: left;
	background-color: #FFFFFF;
	width: 529px;
	height: 87px;
	text-align: left;
	font-size: 11px;
}

#top_menu_right {
	color: #959fa1;
	float: right;
	background-color: #FFFFFF;
	width: 399px;
	height: 87px;
	text-align: right;
	font-size: 11px;
}

.crtica {
	color: #000000;
}

.sivo {
	color: #CCCCCC;
}

a:link{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a:active{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

a:visited{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #CCCCCC;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
}


#menu {
	background-color: #000000;
	width: 959px;
	height: 34px;
	margin-right: auto;
	margin-left: auto;
}

#top {
	background-color: #000000;
	width: 947px;
	height: 21px;
	text-align: left;
	padding: 6px;
	margin-right: auto;
	margin-left: auto;
}

#top a{
	color: #d6d6d6;
	font-weight: normal;
}

#reference_iframe {
	background-color: #EFEFEF;
	width: 959px;
	height: 480px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
}

#reference_popis {
	background-color: #000;
	color: #CCC;
	width: 939px;
	height: 140px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	padding: 10px;
}


#content {
	background-color: #EFEFEF;
	width: 959px;
	height: 480px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
}

#content a{
	color: #4D4948;
}

#content a:link{
	color: #4D4948;
}

#banner {
	margin-top: 3px;
	width: 959px;
	height: 111px;
	margin-left: auto;
	margin-right: auto;
}

#bottom {
	width: 944px;
	padding-left: 15px;
	height: 45px;
	padding-top: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
}

#bottom_menu {
	width: 944px;
	height: 20px;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
}





form {
	padding-top: 20px;
}

input, textarea {
	display: block;
	float: left;
	padding-top: 2px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-color: inherit;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
	overflow: auto;
}

input, textarea {
	background-color: inherit;
}

.button {
	background-color: #ffffff;
	border: 1px solid #333333;
	padding: 0;
	margin-left: 10 px;
	cursor: default;
}

.button:hover {
	background-color: inherit;
	cursor: pointer;
}

.hidden {
	border: 0;
	overflow: hidden;
}

a img {
	border : none;
}

a img:hover {
	border : 1px solid #333333;
}

img.left, img.center, img.right{
	padding : 4px;
	border : 1px solid #999999;
	background-color: #FFFFFF;
}

img.left {
	float : left;
	margin-top: 5px;
	margin-left : 0px;
	margin-right : 10px;
	margin-bottom : 10px;
}

img.center {
	display : block;
	margin-left : auto;
	margin-right : auto;
	margin-top : 10px;
	margin-bottom : 10px;
}

img.right {
	float : right;
	margin-top: 5px;
	margin-left : 10px;
	margin-right : 0px;
	margin-bottom : 10px;
}