body, html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58595b;
	margin: 0;
	padding: 0;
	background-color: white;
	height: 100%;
}

a {
	text-decoration: none;
	color: #510606;
}

a:hover {
	text-decoration: underline;
	color: #510606;
}
.pager{
	text-align: center;
	padding:5px;
	display: block;
	
}
.pager img{
	position: relative;
	top: +4px;
	}


h3 {
	font-size: 14px;
	font-weight: bold;
	color: #07739c;
	padding: 0px;
	margin: 10px 0px 30px 0px;
}

p {
	margin: 0px;
}

img {
	border: 0px;
}

/* MAIN STYLES */

div#root {
	width: 100%;
	min-height: 100%;
	position: relative;
}

div#root div#topContainer {
	width: 100%;
	height: 260px;
	background-image: url('../../images/index/bg_top.gif');
	background-repeat: repeat-x;
	background-position: top;
}

div#root div#topContainer div#topBg{
	width: 1000px;
	height: 220px;
	margin: 0px auto;
	background-image: url('../../images/index/bg_top2.gif');
	background-repeat: repeat-x;
	background-position: top center;
}

div#root div#topContainer div#imageTop{
	width: 950px;
	height: 220px;
	margin: 0px auto;
	background-image: url('../../images/index/image_top.gif');
}

div#root div#topContainer div#topMenu{
	width: 950px;
	height: 55px;
	margin: 0px auto;
	color: black;
	background-image: url('../../images/index/bg_top_menu.gif');
	background-repeat: no-repeat;
}

div#root div#topContainer div#topMenu div#hrefs{
	width: 650px;
	height: 55px;
	padding: 5px 0px 0px 5px;
	float: left;
}

div#root div#topContainer div#topMenu div#hrefs td{
	width: 175px;
	text-align: center;
}

div#root div#topContainer div#topMenu div#lang{
	width: 175px;
	height: 55px;
	padding: 4px 0px 0px 20px;
	float: right;
}

div#root div#topContainer div#menuTop a{
	color: black;
}

div#root div#contentContainer {
	width: 950px;
	margin: 0px auto;
	padding: 20px 0px 31px 0px;
}

div#root div#contentContainer div#leftContent{
	width: 679px;
	padding-left: 50px;
	border-right: 1px solid #cecece;
	float: left;
}

div#root div#contentContainer div#leftContent h3, div#root div#contentContainer div#rightContent h3{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
}

div#root div#contentContainer div#leftContent div#path {
	padding: 0px 0px 10px 0px;
}

div#root div#contentContainer div#leftContent .newsContainer{
	margin-right: 25px;
	margin-bottom: 25px;
	width: 654px;
	border-bottom: 1px solid #cecece;
}

div#root div#contentContainer div#leftContent .newsHeader{
	color: #510606;
	font-size: 10px;
}

div#root div#contentContainer div#leftContent .newsHeader h2{
	color: #510606;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

div#root div#contentContainer div#leftContent .newsContent {
	width: 654px;
	padding: 20px 0px;
	line-height: 16px;
}

div#root div#contentContainer div#leftContent .newsContent img.okladka{
	float: left;
	margin: 0px 15px 3px 0px;
}

div#root div#contentContainer div#leftContent .newsContent div.rowCont input.text {
	width: 300px;
	border: 1px solid #07739C;
}

div#root div#contentContainer div#leftContent .newsContent div.rowCont select {
	width: 300px;
}

div#root div#contentContainer div#leftContent .newsContent div.rowCont  div.labelCont{
	float: left;
	width: 150px;
	height: 25px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}


div#root div#contentContainer div#leftContent .newsContent div.rowCont  div.inputCont{
	float: left;
	width: 400px;
	height: 25px;
}

div#root div#contentContainer div#leftContent .newsContent div.rowCont  div.textareaCont{
	float: left;
	width: 300px;
	height: 160px;
}

div#root div#contentContainer div#leftContent .newsContent div.rowCont  div.textareaCont textarea{
	width: 300px;
	height: 150px;
	border: 1px solid #07739C;
}

div#root div#contentContainer div#leftContent .newsContent div.rowCont div.submit{
	text-align: center;
}

div#root div#contentContainer div#rightContent {
	width: 184px;
	padding: 0px 18px 0px 14px;
	float: right;
}

div#root div#bottomContainer {
	width: 100%;
	background-image: url('../../images/index/bg_bottom.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 31px;
	margin-top: 10px;
	position: absolute;
	bottom: 0;
}

div#root div#bottomContainer div#bottomMenu{
	width: 950px;
	margin: 0px auto;
	height: 21px;
	padding: 10px 0px 0px 30px;
	color: white;
	font-size: 10px;
	background-image: url('../../images/index/bg_bottom_menu.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}


/* UNIVERSAL CLASSESS */

.clearBoth {
	clear: both;
}

.noBorder {
	border: 0;
}

.floatLeft {
	float: left;	
}

.colorRed {
	color: red;
}

.bold, .strong {
	font-weight: bold;
}
