html {
	height: 100%;
}
/* 
COLORS
spsgolf na stavbavzsociny

005B41 na 4C5057 - tmavy text, h1-6, bg header
4BA48B na 999A9F - bg body
61B79E na C9D1D9 - stin boxu
69A997 na 8C969F - 2.nadpis v hlavicce, text v lince (datum search)
E6F3EF na EBEDF0 - bg leveho menu
E7FEF2 na EBEDFO - bg boxu s label stinovaneho
DEF4E8 na C6CBD2 - bg jednobarevneho boxu (fotogalerie?)
C1E5D2 na E0E4E9 - text h1 pagetitle
CDF8EC na E8ECF1 - bg paticky
5FAB83 na 919498 - text v paticce
1A790A na 757980 - texty v linku pod aktualitami
*/


body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 11px;
	color: #000000;
	background:#999A9F;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	height: 100%;
}
body.editor {
	background-color:#FFFFFF;
}
div#body-content {
	width:1000px;
	margin:auto;
	padding:0;
	background-image: url(content-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 171px;
}

h1, h2, h3, h4, h5, h6 { color:#4C5057; }
h1 {margin:0; font-size:16px;}
h2 {margin:0; font-size:13px;}
h3 {margin:0; font-size:12px;}
h4 {margin:0; font-size:11px;}
h5 {margin:0; font-size:10px;}
h6 {margin:0; font-size:9px;}

a {color:blue}

a img { border:none;}
.clb {clear:both; height:0; line-height:0; font-size:0;}
.date { font-style:italic;}
.tar {text-align:right;}
.tal {text-align:left;}

hr {
	color: #cccccc;
	height: 1px;
	border: none;
	background-color: #cccccc;
}
.b{font-weight:bold;}

/* vrstvy pro tisk */
div.print-header {
	display: none;
}
/* stin boxu */ 

div.shadow {
	position: relative;
	margin-left: 4px;
	margin-top: 4px;
	background-color: #C9D1D9;
	border-bottom:1px solid #C9D1D9;
	margin-bottom: 15px;
}

/* vlastni box*/
div.box {
	position: relative;
	overflow:hidden;
	top: -3px;
	left: -4px;
}
div.box-content {
	padding:6px 0;
	background:#FFFFFF;
}
.pager, .pager a {
	color:#4C5057;
	margin:10px 0;
	text-align:center;
}
/* -----------  hlavicka  ----------------- */
div#header {
	overflow:hidden;
	background-image: url(head_stavbavysociny.gif);
	background-color: #4C5057;
	background-repeat: no-repeat;
	background-position: top right;
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
	height: 171px;
	width:100%;
}
/* logo */
/*
div#header div.logo {
	position:absolute;
	left:15px;
	top:5px;
	width: 93px;
	height: 161px;
	background-image: url(logo_stavbavysociny.gif);
}
*/
div#header div.logo {
	position:absolute;
	left:0px;
	top:0px;
	width: 400px;
	height: 171px;
	background-image: url(logo.png) no-repeat;
}

/* nadpisy v hlavicce */ 
div#header div.title {
	position:absolute;
	left:115px;
	top:40px;
	text-align:left;
	font-family: Arial;
	/*font-family: Times New Roman, sans-serif;*/
}
div#header h1.header-text1 {
	margin:0;
	font-size:38px;
	color:#FFFFFF;
}
div#header h1.header-text2 {
	margin:0;
	font-size:28px;
	color:#8C969F;
}

/* cely content pod hlavickou */
div#middle-content {
	text-align:left;
	overflow:hidden;
	margin:auto;
	padding:0;
	width:1000px;
	margin-top:5px;
}

/*  ---------- linka s datem a searchem  --------------- */
div.top-line {
	color:#8C969F;
	background:#4C5057;
	width:996px;
	padding:0;
	padding-top:1px;
}
div.top-line div.datum {
	float:left;
	font-weight:bold;
	margin:8px 5px;
	width:140px;
}
/* navigace */
div.top-line ul.path {
	float:left;
	margin:0;
	padding:0;
	margin-top:8px;
	color:#8C969F;
	font-weight:bold;
	width:590px;
}
div.top-line ul.path li {
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
}
div.top-line ul.path a {
	color:#8C969F;
	text-decoration:none;
}
div.top-line ul.path li.first {
	padding-left:0px;
	background:none;
}
div.top-line ul.path li {
	padding-left:12px;
	margin-left:5px;
	background-image: url(navig-arrow.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

/* search */
form.search-form label {
	margin-right:10px;
}
form.search-form {
	float:right;
	text-align:right;
	width:240px;
	margin:0;
	margin-top:3px;
	margin-right:5px;
	padding:0;
}
*html form.search-form {
	margin-top:1px;
	margin-right:2px;
}
form.search-form .query{
	width:100px;
}
form.search-form .submit {
	width: 81px;
	height: 20px;
	background:#4C5057;
	margin-left:5px;
	background-image: url(search-button.gif);
	border:none;
}

/*  -----------  leva strana --------------- */
div.left-part {
	float:left;
	width:191px;
}

/*  menu */
ul.left-menu {
	color:#4C5057;
	font-weight:bold;
	padding:5px 3px 5px 3px;
	margin:0 6px;
	background:#EBEDF0;
}
ul.left-menu a {
	color:#4C5057;
	text-decoration:none;
}

ul.left-menu li.first {
	margin-top:0px;
	padding-bottom:0px;
	
/*	border-bottom:1px dotted #3B415A;*/
}
ul.left-menu li.dots {
	height:1px;
	font-size:1px;
	padding-top:5px;
	background-image: url(box-dots.gif);
	background-position: left bottom;
}
* html ul.left-menu li.dots {
	margin-top:0;
	padding-top:0;
}
ul.left-menu li {
	margin-top:5px;
	padding-left:12px;
	list-style-type:none;
	background-repeat: no-repeat;
}

ul.left-menu ul.sub{
	padding:0px;
	margin:0;
	margin-left:12px;
	background:#EBEDF0;
	font-weight:normal;
}
* html ul.left-menu ul.sub {
	margin-left:0px;
}

ul.left-menu li.folder {
	background-image: url(menu-folder-ico.gif);
	background-position: 0px 1px;
}
ul.left-menu li.colored.folder {
	background-image: url(menu-colored-folder-ico.gif);
}

ul.left-menu li.dot {
	background-image: url(menu-link-ico.gif);
	background-position: 0px 1px;
}
li.colored-menu a {
	color:#A61212;
}

/* boxiky */
div.box-label {
	background-color:#FFFFFF;
	float:left;
	/*height:33px;*/
	position:relative;
}
div.box-label span {
	/*position:absolute;
	top:12px;
	bottom:2px
	left:3px;*/
	display:block;
	float:left;
	position:relative;
	margin-left:3px;
	margin-right:3px;
	margin-top:11px;
	width:13px;
	height:10px;
	background-repeat: no-repeat;
}
div.box-label .dots {
	/*position:absolute;
	bottom:0;
	left:3px;*/
	position:relative;
	padding:0;
	margin:0;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:3px;
	font-size:1px;
	clear:both;
	float:left;
	width:166px;
	height:1px;
	line-height:1px;
	background-image: url(box-dots.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.box-label h4 {
	/*position:absolute;
	top:0;
	left:17px;*/
	color:#4C5057;
	float:left;
	width:145px;
	position:relative;
	margin:0;
	margin-top:10px;
	margin-bottom:5px;
	display:block;
	padding:0;
}

div.box-label h4.hlasovani {
	font-weight:12px;
	color:red;
}

/* partner box */
div.partner-box {
	padding:0px;
	margin:0 6px;
	padding-bottom:6px;
	background:#FFFFFF;
}

div.partner-box div.box-label span {
	background-image: url(box-partner-ico.gif);
}
div.partner-box div.box-label {
	width:100%;
	background-image: url(box-head-bg-partner.gif);
	background-repeat: repeat-x;
	margin-bottom:15px;
}
div.partner-box .content-partner-box {
	padding-bottom:10px;
	margin:0px 10px;
	text-align:center;
}
/* standard box - shadow */
div.standard-box {
	padding:0px;
	margin:0 6px;
	padding-bottom:6px;
	background:#EBEDF0;
}
div.standard-box div.box-label span {
	background-image: url(box-ico-arrow.gif);
}
div.standard-box div.box-label {
	background:#EBEDF0;
	width:100%;
	background-image: url(box-head-bg-shadow.gif);
	background-repeat: repeat-x;
}
div.standard-box .content-standard-box {
	padding-top:10px;
	padding-bottom:10px;
	margin:0 10px;
	text-align:left;
/*	overflow:hidden;*/
}

/* standard box - bg bez label */
div.standard-bg-box {
	padding:0px;
	margin:0 6px;
	padding-bottom:6px;
	background:#C6CBD2;
}
div.standard-bg-box .content-standard-box {
	padding-top:10px;
	padding-bottom:10px;
	margin:0 10px;
	text-align:left;
	width:150px;
	overflow:hidden;
}


/*  -----------  stred  --------------- */
div.middle-part {
	margin: 0 10px;
	float:left;
	width:598px;
	overflow:hidden;
}
div.middle-part .box-content {
	width:595px;
	overflow:hidden;
}
div.middle-part div.middle-cont {
	margin:0px 6px;
	padding-bottom:10px;
}
div.middle-part div.pagetitle {
	margin-bottom:10px;	
}
div.middle-part div.pagetitle h1{
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	background-color:#E0E4E9;
	padding:5px;
	padding-left:25px;
	background-image: url(h1-arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 13px;
}


/*  -----------  prava strana --------------- */
div.right-part {
	float:left;
	width:191px;
	overflow:hidden;
}

/*  -----------  box leva, stred, prava --------------- */
div.middle-all {
	/*
	height:550px;
	min-height:550px;
	*/
}

/*  -----------  paticka --------------- */
div.footer {
	width:1000px;
	position:relative;
}
div.footer div.box-content {
	background:#E8ECF1;
	color:#919498;
	padding:10px;
	height:25px;
	padding-bottom:0px;
	font-weight:bold;
}
div.footer div.box-content a {
	color:#4C5057;
}
div.footer .claim {
	width:50%;
	float:left;
	text-align:left;
}
div.bottom-menu {
	float:left;
	margin-right:50px;
}

div.footer .copyright {
	width:50%;
	float:left;
	text-align:right;
}

/*  -----------  content --------------- */
div.item {
	position:relative;
	clear:both;
	float:left;
	padding: 0px;
	margin-bottom:0px;
	width:100%;
}
* html div.item {
	margin-left:2px;
}
div.item-title {
	margin-bottom:10px;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	background-color:#E0E4E9;
	padding:5px;
	padding-left:25px;
	background-image: url(h1-arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 11px;
}
div.item-title a {
	color:#4C5057;
	font-size:15px;
	font-weight:bold;
}
div.item-date {	
	margin-bottom:10px;
	margin-top:0px;
	padding-left:0px; 
}
div.item-left { 
	position:relative;
	float:left;
	width:160px;
	margin-bottom:10px;
}
div.item-right {
	padding:0;
	margin-bottom: 20px;
	position:relative;
	width:400px;
	float:left;
}
div.item-perex {
	float:left;
	margin:0;
}
div.item-content {
	border-top:1px solid #E0E4E9;
	width:100%;
	padding-top:5px;
	position:relative;
	clear:both;
	float:left;
	margin-top:0px;
}
div.item-link-line {
	margin-top:10px;
	width:581px;
	clear:both;
	float:left;
	position:relative;
	border-top:1px solid #E0E4E9;
	border-bottom:1px solid #E0E4E9;
	padding:5px 0;
}

/*  -----------  home page  --------------- */
div.home-page-content {
	margin-top:20px;
}

/*  -----------  clanky  --------------- */
div.no-foto {
	width:150px;
	height:80px;
	background-color:#e6e6e6;
}
div.article div.item-link-line table{
	margin:0px;
	width:100%;
	color:#757980;
}
div.article div.item-link-line table a{
	color:#757980;
	text-decoration:none;
}
div.article div.cely-link {
	clear:both;
	background-image: url(cela-ico.gif);
	background-position: 310px 1px;
	background-repeat: no-repeat;
	text-align:left;
	padding-left:325px;
}
div.article div.cely-link a{
	color:#4C5057;
	font-weight:bold;
}
div.article .read-count {
	padding-left:20px;
	background-image: url(pocet-precteni-ico.gif);
	background-position: 5px 1px;
	background-repeat: no-repeat;
}
div.article .print-out {
	padding-left:20px;
	background-image: url(tisk-ico.gif);
	background-position: 5px 1px;
	background-repeat: no-repeat;
}
div.article .send-mail {
	padding-left:20px;
	background-image: url(preposlat-ico.gif);
	background-position: 5px 1px;
	background-repeat: no-repeat;
}
/*  -----------  galerie --------------- */
div.gallery-detail {
	text-align:center;
}
div.gallery-detail table {
	border-collapse:collapse;
	width:100%;
}
div.gallery-detail td {
	padding:5px 0;
/*	border:1px solid #8C969F;*/
}

/*  -----------  stavby --------------- */
div.stavba td.stavba-item {
	width:190px;
	padding:0;
	padding-bottom:5px;
	border:1px solid #4C5057;
	vertical-align:top;
}
div.stavba div.stavba-top-line {
	float:left;
	padding-bottom:5px;
}
div.stavba div.stavba-title {
	float:left;
	padding:5px 0;
	margin:0 5px;
	width:145px;
	height:22px;
	overflow:hidden;
}
div.stavba div.stavba-title a {
	color:#4C5057;
	text-decoration:none;
}
div.stavba div.stavba-cislo {
	float:right;
	font-weight:bold;
	text-align:center;
	width:30px;
	padding:5px 0;
	background-color:#E8ECF1;
}
div.stavba div.stavba-img {
	width:190px;
	text-align:center;
}
/*  -----------  detail stavby --------------- */
div.stavba-detail {

}
div.stavba-detail div.top-foto {
	float:left;
	width: 250px;
	border:1px solid black;
	padding:2px;
	background-color:#EBEDF0;
	margin-right:10px;
	text-align:center;
}
div.stavba-detail div.next-top-foto {
	float:left;
	width: 317px;
	margin-bottom:10px;
}
div.stavba-detail div.next-top-foto th{
	width: 125px;
}
div.stavba-detail div.foto {
	float:left;
	width: 160px;
	margin-right:15px;
	padding-top:5px;
	text-align:center;
}
div.stavba-detail div.foto img {
	border:1px solid black;
	background-color:#EBEDF0;
	margin-bottom:5px;
	padding:4px;
}

div.stavba-detail div.content {
	float:left;
	width: 405px;
	overflow:hidden;
}
div.stavba-detail div.cislo_stavby {
	float:left;
	width: 100%;
	margin-bottom:10px;
}
div.stavba-detail div.cislo{
	float:left;
	width:145px;
}
div.stavba-detail div.sms-text{
	float:right;
	padding:5px;
	width:155px;
	background:#C6CBD2;
}
div.stavba-detail table {
	width:100%;
	margin:10px 0;
}
div.stavba-detail table th, div.stavba-detail table td {
	padding:5px 0;
}
div.stavba-detail table td {
	padding-left:5px;
}
div.stavba-detail table th {
	text-align:right;
	width:140px;
}
/*  -----------  fulltext --------------- */

div.fulltext-text {
	margin-bottom:20px;
}
div.search-row {
	line-height:16px;
	margin-left:10px;
}
div.search-row a{
	color:#4C5057;
	font-weight:bold;
}

/* -------------  sitemap ------------ */
ul.sitemap {
	margin:0;
	padding:0;
	margin-left:10px;
	list-style-type:none;
}
ul.sitemap li {
	margin-bottom:4px;
}
ul.sitemap img {
	position:relative;
	top:2px;
	margin-right:5px;
}
ul.sitemap a {
	color: #4C5057;
}

/*  ---------- formulare  ------------  */
div#custom-form .customFormText {
	width:250px;
}
div#custom-form .customFormTextarea {
	width:250px;
	height:60px;
}
div#custom-form .customFormCheckbox {

}
div#custom-form .customFormRadio {

}
div#custom-form .customFormRadioText {

}
div#custom-form .customFormFile {

}
div#custom-form .customFormSubmit {

}
