* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	background-image: url(../img/design/body-bg.jpg);
	background-position: top center;
	background-repeat: repeat;
	background-color: #EFEFEF;
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #515151;
}
img {	border: none;}
.right {	float: right;}
.left { float: left;}
.right-img {
	float: right;
	margin: 0px 0px 10px 10px;
}
.left-img {
	float: left;
	margin: 0px 10px 10px 0px;
}
ul.no-list { 
	list-style: none; 
	margin-bottom: 20px; 
	margin-left: 0px !important;
}
.center { margin: 0px auto 0px auto;}
.clear {	clear: both; }
.violet { color: #834760;}
hr {
	border-top: 2px solid #C1A3AF;
	border-bottom: none;
	border-left: none;
	border-right: none;
	display: block;
	clear: both;
	margin: 10px 0px 20px 0px;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal;}
h2 {
	color: #D45953;
	font-style: italic;
	font-family: Georgia, serif;
	font-size: 25px;
	display: block;
	padding-bottom: 10px;
}
h3 {
	color: #D45953;
	font-style: italic;
	font-family: Georgia, serif;
	font-size: 17px;
	display: block;
	padding-bottom: 10px;
}
#swirls {
	width: 100%;
	height: 100%;
	background-image: url(../img/design/swirls.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#wrapper {
	width: 960px;
	margin: 0px auto 0px auto;
}

/*===================== header ======================*/
#header {
	width: 960px;
	height: 174px;
}
h1 a {
	text-indent: -9000px;
	width: 198px;
	height: 147px;
	margin: 15px 0px 0px 15px;
	background-image: url(../img/design/rojko-logo.png);
	background-repeat: no-repeat;
	display: inline;
	float: left;
}
#header-info {
	width: 730px;
	height: 96px;
	padding-top: 17px;
	float: right;
	display: inline;
	color: #000;
	text-align: right;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}
#header-info strong {
	display: block;
	line-height: 17px;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
}
#header-info a:link, #header-info a:visited {
	color: #1F998A;
	text-decoration: none;
}
#header-info a:hover {
	color: #1F998A;
	text-decoration: none;
	border-bottom: 1px solid #1F998A;
}
#menu {
	width: 690px;
	height: 40px;
	padding: 10px 2px 0px 38px;
	background-image: url(../img/design/menu-bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	float: right;
	display: inline;
	list-style: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
#menu li {
	display: inline;
	margin: 0px 12px 0px 12px;
}
#menu li a#active {
	background-image: url(../img/design/menu-hover.png);
	background-repeat: repeat;
}
#menu a:link, #menu a:visited {
	color: #FFF;
	text-decoration: none;
	padding: 2px 5px 3px 5px;
}
#menu a:hover {
	color: #FFF;
	text-decoration: none;
	padding: 2px 5px 3px 5px;
	background-image: url(../img/design/menu-hover.png);
	background-repeat: repeat;
}
/*=================== container ====================*/
#container {
	width: 960px;
	background-color: #FFF;
	overflow: hidden;
	padding-bottom: 40px;
}
#content {
	width: 700px;
	float: left;
	display: inline;
	margin: 10px 0px 0px 10px;
	font-size: 13px;
}

#content p {
	margin-bottom: 15px;
	margin-top: 5px;
}
#content ul { 
	margin-left: 20px; 
	margin-bottom: 20px;
}
#content a:link, #content a:visited {
	color: #834760;
	text-decoration: underline;
}
#content a:hover {
	color: #834760;
	text-decoration: none;
}
/*=================== sidebar ====================*/
#sidebar {
	width: 220px;
	float: right;
	display: inline;
	margin: 10px 10px 0px 0px;
	font-size: 12px;
}
#sidebar img {
	margin-bottom: 10px;
}
#sidebar a:link, #sidebar a:visited {
	color: #834760;
	text-decoration: none;
}
#sidebar a:hover {
	color: #834760;
	text-decoration: underline;
}
#sidebar h3 {
	color: #D45953;
	display: block;
	margin-bottom: 5px;
	font-style: italic;
	font-family: Georgia, serif;
}
#search {
	width: 220px;
	float: left;
	display: inline;
	margin-bottom: 10px;
}
#search h3 {
	background-image: url(../img/design/search.jpg);
	font-size: 15px;
	background-position: center right;
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	padding-bottom: 0px !important;
}
input.search-input {
	background-color: #F9F9F9 !important;
	border-top: 1px solid #515151 !important;
	border-bottom: 1px solid #515151 !important;
	border-left: 1px solid #515151 !important;
	border-right: none !important;
	float: left !important;
	display: inline !important;
	height: 24px !important;
	padding-top: 6px !important;
	padding: 0px !important;
	width: 172px !important;
}
input.newsletter-input {
	background-color: #F9F9F9;
	border-top: 1px solid #515151;
	border-bottom: 1px solid #515151;
	border-left: 1px solid #515151;
	border-right: none;
	float: left;
	display: inline;
	height: 24px;
	padding-top: 6px;
	padding: 0px;
	width: 162px;
}
.search-button {
	background-color: #F9F9F9;
	border-right: 1px solid #515151;
	border-top: 1px solid #515151;
	border-bottom: 1px solid #515151;
	border-left: none;
	float: left;
	cursor: pointer;
	display: inline;
	height: 26px;
	padding: 4px;
	color: #834760;
	width: 47px;
}
.sidebar-block {
	width: 214px;
	background-color: #F7F5F5;
	float: left;
	display: inline;
	margin-bottom: 20px;
	padding: 3px;
}
li.first {
	padding-left: 20px;
	list-style: none;
	line-height: 15px;
	background-image: url(../img/design/first.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
li.second {
	padding-left: 20px;
	list-style: none;
	line-height: 15px;
	background-image: url(../img/design/second.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
li.third {
	padding-left: 20px;
	list-style: none;
	line-height: 15px;
	background-image: url(../img/design/third.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.sidebar-block p {
	margin-bottom: 5px;
}
.sidebar-block h3 {
	font-size: 15px;
	background-position: center right;
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	padding-bottom: 3px !important;
	border-bottom: 1px dashed #C1A3AF;
}
.sidebar-aktualne {
	width: 214px;
	text-align: center;
	background-color: #FAF0F9;
	float: left;
	background-image: url(../img/design/aktualita-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	display: inline;
	margin-bottom: 20px;
	padding: 3px;
}
.sidebar-aktualne h3 {
	padding-top: 14px;
	font-size: 22px;
}
h3.jednohubky { background-image: url(../img/design/sutaz.jpg); }
h3.oznamy {	background-image: url(../img/design/oznamy.jpg); }
h3.anketa {	background-image: url(../img/design/anketa.jpg); }
h3.inzercia { background-image: url(../img/design/inzercia.jpg); }
h3.odporucame { background-image: url(../img/design/odporucame.jpg); }
input.radio {
	margin-top: 5px;
	margin-right: 5px;
}
#newsletter {
	width: 210px;
	padding: 5px;
	background-color: #D45953;
	margin-bottom: 15px;
	font-size: 14px;
	color: #000;
	line-height: 16px;
	float: left;
	display: inline;
}
#newsletter h3 {
	color: #FFF;
	font-size: 18px;
	padding: 0px;
}
.distinct {
	padding-bottom: 3px;
	border-bottom: 1px solid #DDCCD3;
}
.distinct a { display: block; }
.distinct a:hover {
	background-color: #F2ECEE;
	text-decoration: none !important;
}
.krstnym-otcom {
	color: #D45953;
	font-style: italic;
	font-size: 14px;
	text-align: right;
	font-family: Georgia, serif;
}
/*=================== index ====================*/
#index-articles-holder {
	width: 700px;
	min-height: 670px;
	padding-top: 218px;
	background-image: url(../img/design/main-img-1.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#index-articles-holder ul {
	margin: 0px !important;
}
.index-article {
	min-height: 120px;
	margin-bottom: 20px;
}
.index-article h2 {
	font-size: 17px;
	color: #1F998A;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding: 0px !important;
}
.index-article p {
	line-height: 19px;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
}
.index-article h2 a:link, .index-article h2 a:visited {
	color: #1F998A !important;
	text-decoration: none !important;
}
.index-article h2 a:hover {
	color: #1F998A !important;
	text-decoration: underline !important;
}
.index-article img {
	border: 3px solid #F7F5F5;
	float: left;
	display: inline;
	margin-right: 10px;
}
.article-info {
	margin-bottom: 10px;
}
.button {
	background-image: url(../img/design/button.jpg);
	background-repeat: repeat-x;
	height: 28px;
	font-style: italic;
	font-family: Georgia, serif;
	font-size: 21px;
	padding: 2px 7px 2px 7px;
	float: right;
	color: #FFF;
	border: none;
	cursor: pointer;
}
.button2 {
	background-image: url(../img/design/button.jpg);
	background-repeat: repeat-x;
	height: 23px;
	font-style: italic;
	font-family: Georgia, serif;
	font-size: 16px;
	padding: 2px 7px 0px 7px;
	float: right;
	margin-top: 5px;
	color: #FFF;
	border: none;
	cursor: pointer;
}
form .button2 { padding-bottom: 3px; }
.button3 {
	background-image: url(../img/design/button.jpg);
	background-repeat: repeat-x;
	height: 23px;
	font-style: italic;
	font-family: Georgia, serif;
	font-size: 16px;
	padding: 2px 7px 5px 7px;
	margin-top: 5px;
	color: #FFF;
	border: none;
	cursor: pointer;
}

a:link.button, a:visited.button, a:link.button2, a:visited.button2, a:link.button3, a:visited.button3 {
	color: #FFF !important;
	text-decoration: none !important;
}
a:hover.button, a:hover.button2, a:hover.button3 {
	color: #FFFFEA !important;
	text-decoration: underline !important;
}
#index-tvrojko {
	width: 674px;
	height: 416px;
	padding: 13px;
	/*margin-bottom: 30px;*/
	background-image: url(../img/design/index-tvrojko-bg.jpg);
	background-repeat: no-repeat;
	color: #FFF;
}
#index-video {
	width: 320px;
	height: 265px;
	float: left;
	display: inline;
	margin-right: 20px;
	clear: both;
}
#index-tvrojko-info {
	width: 330px;
	height: 265px;
	float: right;
	display: inline;
}
#index-tvrojko-info p {
	margin: 3px 0px 15px 0px;
}
#index-tvrojko-videos {
	margin-top: 30px;
	margin-left: 15px;
	float: left;
	display: inline;
}
.col233 {
	float: left;
	display: inline;
	width: 233px;
	text-align: center;
}
.col350 {
	width: 350px;
	float: left;
	display: inline;
}
.col340-left {
	width: 340px;
	float: left;
	display: inline;
}
.col340-right {
	width: 340px;
	float: right;
	display: inline;
}
.col340-left h3, .col340-right h3, #index-databaza h3, #podstranka-databaza h2 {
	color: #D45953;
	font-style: italic;
	font-family: Georgia, serif;
	font-size: 25px;
	display: block;
	border-bottom: 2px solid #C1A3AF;
	padding-bottom: 3px;
}
.col340-left a:link,.col340-left a:visited, 
.col340-right a:link,.col340-right a:visited {
	text-decoration: none !important;
}
.col340-left a:hover, .col340-right a:hover {
	text-decoration: underline !important;
}
.row1 {
	padding: 5px 3px 5px 3px;
	border-bottom: 1px dashed #C1A3AF;
}
.row2 {
	padding: 5px 3px 5px 3px;
	border-bottom: 1px dashed #C1A3AF;
	background-color: #F7F5F5;
}
h4 {
	color: #1F998A;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}
#index-blogjirisedy {
	width: 470px;
	height: 124px;
	padding: 10px 10px 10px 220px;
	margin: 40px 0px 0px 0px;
	background-image: url(../img/design/index-blogjirisedy.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}
#index-blogjirisedy p {
	margin-bottom: 5px !important;
	margin-top: 0px !important;
}
#index-blogjirisedy a:link, #index-blogjirisedy a:visited {
	text-decoration: none !important;
}
#index-blogjirisedy a:hover {
	text-decoration: underline !important;
}
#index-databaza, #podstranka-databaza {
	width: 700px;
	height: 110px;
	float: left;
	display: inline;
	background-image: url(../img/design/databaza-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#index-databaza ul li, #podstranka-databaza ul li {
	float: left;
	display: inline;
	list-style: none;
	margin: 34px 0px 0px 5px;
}
#index-databaza ul { margin: 0px; }
#podstranka-databaza ul { margin: 0px 0px 20px 0px; }
#index-databaza a:link, #index-databaza a:visited,
#podstranka-databaza a:link, #podstranka-databaza a:visited {
	color: #FFF;
	font-weight: bold;
	padding: 20px 12px 19px 12px;
	text-decoration: none;
	background-image: url(../img/design/menu-hover.png);
	background-repeat: repeat;
}
#index-databaza a:hover, #podstranka-databaza a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background-image: none !important;
}
.comment {
	background-color: #FBF8F8;
	display: block;
	float: left;
	padding: 4px;
	border: 1px solid #F6F5F6;
}
.comment-clanok {
	background-color: #FBF8F8;
	display: block;
	width: 690px;
	margin-bottom: 20px;
	float: left;
	padding: 4px;
	border: 1px solid #F6F5F6;
}
.comment-header {
	border-bottom: 1px dashed #C1A3AF;
	margin-bottom: 3px;
}
.more-space li {
	margin: 10px 0px 20px 0px;
}
#clanky-filter {
	width: 674px;
	height: 100px;
	padding: 13px;
	margin-bottom: 30px;
	background-image: url(../img/design/index-tvrojko-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFF;
}
.vote-bar {
	display: block;
	margin-bottom: 2px;
	min-height: 22px;
	border-bottom: 1px dotted #F0E9EC;
}
.vote-bar2 {
	display: block;
	margin-bottom: 2px;
	min-height: 40px;
	border-bottom: 1px dotted #F0E9EC;
}
/*=================== footer ====================*/
#footer {
	width: 960px;
	text-align: center;
	font-size: 12px;
	padding-bottom: 20px;
	line-height: 13px;
}
#footer a:link, #footer a:visited {
	color: #834760;
	text-decoration: underline;
}
#footer a:hover {
	color: #834760;
	text-decoration: none;
}

#created {
	font-size: 14px;
	color: #000;
	float: right;
	display: inline;
	background-image: url(../img/design/button.jpg);
	background-repeat: repeat-x;
	padding: 4px 6px 6px 6px;
	clear: both;
	margin-right: 10px;
	margin-left: 700px;
}
#created a:link, #created a:visited {
	color: #FFF;
	text-decoration: none;
}
#created a:hover {
	color: #FFF;
	text-decoration: underline;
}
#partners {
	margin-bottom: 25px;
}
