a, a:link, a:active, a:visited {
	color: #535353;
	text-decoration: none;
}

a:hover {
	color: #000;
}

#vstopna {
	width: 990px;
	margin: 0px auto;
	border: none;
}

.firstrow {
	height: 48px;
	text-align: center;
}
.row {
	height: 251px;
	width: 330px;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

#miniNav {
	height: 40px;
	width: 350px;
	text-align: center;
	background: transparent url(../images/miniNav.png) bottom center no-repeat;
	color: #969593;
	font-size: 15px;
	font-family: Vani, Times New Roman;
	margin: 0px auto;
}
#miniNav a, #miniNav a:link, #miniNav a:active, #miniNav a:visited {
	color: #969593;
	text-decoration: none;
}

#miniNav a:hover {
	color: #009cff;
}


.catHolder {
	width: 285px;
	height: 160px;
	background: url(../images/senca_index.jpg) bottom center no-repeat;
}
.catWrapper {
	width: 275px;
	height: 138px;
	border: 5px solid #a09f9e;
	position: relative;
}
#logo {
	width: 205px;
	height: 66px;
	background: url(../images/logo_index.jpg) top center no-repeat;
	margin: 55px 0px 0px 40px;
}

.posStart {
	width: 166px;
	height: 30px;
	line-height: 35px;
	display: block;
	font-family: Vani, Times New Roman;
	font-size: 18px;
	border: 4px solid #a09f9e;
	margin: 49px auto 0px auto;
	text-align: center;
	background-color: #fff;
}

.posEnd {
	width: 126px;
	height: 30px;
	line-height: 35px;
	display: block;
	font-family: Vani, Times New Roman;
	font-size: 13px;
	border: 3px solid #a09f9e;
	/*margin: 49px auto 0px auto;*/
	position: absolute;
	top: 3px;
	left: 3px;
	text-align: center;
	background-color: #fff;
}
.opis {
	/*display: none;*/
	position: absolute;
	top: 41px;
	left: 120px;
	text-align: left;
	/*height: 0px;*/
}

.opis a, .opis a:link, .opis a:active, .opis a:visited {
	color: #000;
	text-decoration: none;
	display: block;
	width: 150px;
	margin-bottom: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.opis a:hover {
	color: #009cff;
	background-color: #fff;
	border: 1px solid #009cff;
}



#novice {
	display: none;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 20px;
	position: relative;
}
#novice .newsWrapper {
	width: 987px;
	margin: 0px auto !important;
	clear: both;
	text-align: left;
}
#novice .locilni {
	width: 493px;
	float: left;
}
#novice h2 {
	font-family: Times New Roman;
	font-size: 20px;
	margin: 0px 0px 30px 0px;
}
#novice .text {
	padding-left: 10px;
	padding-right: 30px;
}
.prikazaneNovice {
	background: #fff url(../images/senca_novice.png) center center no-repeat;
}


/* obrazec - kontakt */
.obrazec {
	color: #333;
	font-size: 11px;
	font-family: Verdana;
	background: url(../images/obrazec_bg.jpg) top left repeat-x;
	padding: 5px 5px;
}
.obrazec .obrazecNormal {
	width: 255px;
	border: 1px solid #333;
	color: #000;
	padding: 2px 3px;
	font-size: 10px;
	font-family: Verdana;
}
.obrazec .obrazecSmall {
	width: 95px;
	border: 1px solid #333;
	color: #000;
	padding: 2px 3px;
	font-size: 10px;
	font-family: Verdana;
}
.obrazec .obrazecTextNormal {
	width: 255px;
	height: 75px;
	border: 1px solid #333;
	color: #000;
	padding: 2px 3px;
	font-size: 10px;
	font-family: Verdana;
}
.obrazec .submit {
	border: 1px solid #333;
	color: #000;
	padding: 5px 10px;
	font-size: 10px;
	font-family: Verdana;
}