/* CSS Document */
body
{
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	color: #977f68;
	background: #000000;
	line-height: 1.2em;
	letter-spacing: 0.04em;
}

img {
	border: 0px;
}

	A, A:active, A:focus, A:link, A:visited
{
	text-decoration: underline;
	color: #c09f7e;
}

	A:hover
{
	text-decoration: none;
	cursor: pointer;
	color: #c09f7e;
}

h1
{
	font-size: 120%;
	MARGIN: 0;
	FONT-WEIGHT: bold;
	color:#848d8e;
	xtext-decoration:underline;
}

h2
{
	font-size: 120%;
	MARGIN: 0;
	FONT-WEIGHT: bold;
	color:#2baeba;
	text-decoration:underline;
}

#container {
	width: 910px;
	margin: 0 auto 30px auto;
	padding: 0px;
	border-top:1px solid #000000;
}

#header {
	background-image:url(../images/top.jpg);
	width: 910px;
	height: 355px;
	position:relative;
	float:	left;
	text-align: left;
}

#header #linkZoznam {
	position: absolute;
	top: 60px;
	left: 220px;
	width: 200px;
	height: 80px;
}

#header #linkJiracek {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 100px;
	height: 50px;
}

#header #linkMartinka {
	position: absolute;
	top: 10px;
	left: 160px;
	width: 100px;
	height: 50px;
}

#header #linkZebrowski {
	position: absolute;
	top: 10px;
	left: 315px;
	width: 110px;
	height: 50px;
}

#header #linkCanner {
	position: absolute;
	top: 10px;
	left: 480px;
	width: 135px;
	height: 50px;
}

#header #menu {
	margin-top: 345px;
	margin-left: 30px;
}

#header #menu a {
	font-size: 12px;
	color: #ead01a;
	font-weight: bold;
	text-decoration: none;
}
#header #menu a:hover{text-decoration: underline;}

#content {
	width:910px;
	float: left;
	text-align: left;

}

#content #pad {
	margin: 10px;
}

#footer {
	background: url(../images/footer.jpg) top left no-repeat;
	width:910px;
	height:60px;
	padding-top: 8px; ?padding-top: 18px;
	float: left;
	text-align: center;
	font-size: 11px;
	color:#c09f7e;
}

#footer a {
	color:#c09f7e;
}


#zoznamLink {
	display:block;
	position:absolute;
	z-index:5;
	width:220px;
	height:80px;
}

#indexLink {
	display:block;
	position:absolute;
	z-index:5;
	width:500px;
	height:80px;
	margin-top:120px;
}

#indexLink2 {
	display:block;
	position:absolute;
	z-index:5;
	width:235px;
	height:85px;
	margin-left:220px;
}

#indexLink3 {
	display:block;
	position:absolute;
	z-index:5;
	width:215px;
	height:85px;
	margin-left:500px;
}


.hidden {
	display:none;
}

.show {
	display:inline;
}

.active {
	cursor:pointer;
}

.noactive {
	cursor:default;
}

.space {
	width:20px;
	height:20px;
}

.number {
	background-color:#d64893;
	line-height:20px;
	vertical-align:middle;
	color:white;
	height:20px;
	font-size:17px;
}

.redText {
	color:red;
	font-weight:bold;
	cursor:pointer;
}

.normalLink {
	font-weight:normal !important;
}

hr {
	margin: 20px;
	color:	#CCCCCC;
}


/* Colors */

.color1 {
	color: #00ff3e;
}

.color2 {
	color: #00ff3e;
}

.color3 {
	color: #00ff3e;
}

.color4 {
	color: #00ff3e;
}

.color5 {
	color: #00ff3e;
}

.color6 {
	color: #00ff3e;
}


/* ERROR */


.fieldWithErrors {
	padding: 1px;
	background-color: #fc4744;
	display: table;
	float: left;
	margin-right: 10px;
}

#errorExplanation {
	width: 400px;
	border: 1px solid #fc4744;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background: url('../images/err_content.jpg') left top repeat-x;
}

#errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	margin: -7px;
	background-color: #fc4744;
	color: #fff;
	background: url('../images/err_title.gif') left top repeat-x;
}

#errorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 5px;
}

#errorExplanation ul li {
	font-size: 12px;
	list-style: square;
}


/* FORM */


.inputText {
	width: 250px;
	font-family: "Trebuchet MS",Tahoma,Verdana,Sans-serif;
	height: 18px;
	padding: 3px;
	font-size: 14px;
	color: #424242;
	border: 1px #c7c7c7 solid;
	background: #fff url('../images/bg_input.gif') left top repeat-x;
}

.inputFile {
	width: 300px;
	font-family: "Trebuchet MS",Tahoma,Verdana,Sans-serif;
	height: 18px;
	padding: 3px;
	font-size: 14px;
	color: #424242;
	border: 1px #c7c7c7 solid;
	background: #fff url('../images/bg_input.gif') left top repeat-x;
}

.inputArea {
	width: 450px;
	font-family: "Trebuchet MS",Tahoma,Verdana,Sans-serif;
	font-size: 14px;
	height: 70px;
	color: #424242;
	border: 1px #c7c7c7 solid;
	background: #fff url('../images/bg_input.gif') left top repeat-x;
}

.inputSubmit {
	width: 100px;
	height: 22px;
	font-weight: bold;
	color: #000;
	border: 1px #c7c7c7 solid;
	background: #fff url('../images/bg_button.gif') left top repeat-x;
}

.inputCheck {
	width: 15px;
	height: 15px;
	font-weight: bold;
	color: #000;
	border: 1px #c7c7c7 solid;
	background: #fff url('../images/bg_button.gif') left top repeat-x;
}


input#captcha {
	width: 250px;
	font-family: "Trebuchet MS",Tahoma,Verdana,Sans-serif;
	height: 18px;
	padding: 3px;
	font-size: 14px;
	color: #424242;
	border: 1px #c7c7c7 solid;
	background: #fff url('../images/bg_input.gif') left top repeat-x;
}

.flashNotice {
	color: red;
	font-weight: bold;
}

/* END */
#linkMenu_311, #linkMenu_312, #linkMenu_313, #linkMenu_314, #linkMenu_315, #linkMenu_316, #linkMenu_317{display:block; height:22px; color:#000000 !important; font-size: 0px !important; float:left;}

#linkMenu_311{width:85px; background: url('../images/btn_hitoria.jpg') left top no-repeat;}
#linkMenu_312{width:82px; background: url('../images/btn_ofilme.jpg') left top no-repeat;}
#linkMenu_313{width:133px; background: url('../images/btn_zaujimavosti.jpg') left top no-repeat;}
#linkMenu_314{width:224px; background: url('../images/btn_ohercoch.jpg') left top no-repeat;}
#linkMenu_315{width:130px; background: url('../images/btn_galeria.jpg') left top no-repeat;}
#linkMenu_316{width:95px; background: url('../images/btn_partneri.jpg') left top no-repeat;}
#linkMenu_317{width:59px; background: url('../images/btn_sutaz.jpg') left top no-repeat;}
#linkMenu_311:hover, #linkMenu_312:hover, #linkMenu_313:hover, #linkMenu_314:hover, #linkMenu_315:hover, #linkMenu_316:hover, #linkMenu_317:hover{background-position: bottom;}