body {
	background: #fff url(../img/back_bg.gif) repeat;
	text-align: center;
	font-family: Arial, Trebuchet MS, Verdana; 
	color: #000000; 
	font-size: 1em;
}

#mainBorder {
	margin: 10px;
	border: 1px solid #333;
	background-color: #FFF;
}

#sidebar-left {
	float: left;
	border-right: 1px solid #333;
	width: 25%;
	background-color: #FFF;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 10px;
	padding-top: 3px;
}


#main {
	background-color: #FFF;
	width: 71%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: left;
}

.cleaner {
	clear: both;
}

/* ---------------------- LEFT SIDEBAR START ---------------------- */

	/* LOGO START */
	#logo {
		margin-left: 7px;
	}
	
	#logo img {
		border: none;
	}
	
	#logo a, #logo span {
		float: left;
	}
	
	#logo span {
		margin-left: 3px;
		margin-top: 3px;
		text-transform: uppercase;
	}
	/* LOGO END */
	
	
	#graphicLink a, #graphicLink a:visited, #graphicLink a:hover {
		display: block;
		margin-left: 10px;
		margin-bottom: 10px;
		color: #FF0000;
		text-decoration: none;
	}
	
	#graphicLink a:hover {
		text-decoration: underline;
	}

	/* VYHLADAVANIE START */
	
	#cse-search-box {
		margin-top: 15px;
		margin-left: 8px;
		width: 90%;
		border-top: 1px solid #000;
		padding: 0;
	}
	
	#cse-search-box h2 {
		padding-top: 10px;
		padding-bottom: 4px;
		margin: 0;
	}
	
	#cse-search-box table {
		margin: 0;
		padding: 0;
	}
	
	/* VYHLADAVANIE END */
	
	/* KALENDAR AKCII START */
	
	#eventCalendar {
		width: 85%;
		margin-left: 12px;
		
		
	}
	
	#eventCalendar td {
		border: 1px solid #999;
		padding: 2px;
		margin: 2px;
		text-align: center;
	}
	
	#eventCalendar th {
		border: 1px solid #999;
		padding: 2px;
		margin: 2px;
		text-align: center;
		background-color: #BFBFBF;
	}
	
	#eventCalendar .event a, #eventCalendar .event a:hover {
		display: block;
		background-color: #C90808;
		border: 1px solid #000;
		color: #FFF;
		font-weight: normal;
	}
	
	#eventCalendar .oldEvent a, #eventCalendar .oldEvent a:hover {
		display: block;
		background-color: #EFEFEF;
		border: 1px solid #000;
		color: #000;
		text-decoration: none;
		font-weight: normal;
	}
	
	#eventCalendar .previous, #eventCalendar .next {
		color: #6F6F6F;
	}
	
	#eventCalendar .current {
		color: #000;
	}
	
	/* KALENDAR AKCII END */
	
	/* ---------------------- main menu START ---------------------- */
	
	#menu a, #menu a:visited {
	
		display: block;
		border:  1px solid #FFF;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 4px;
		margin-left: 0;
		background: #1F1F1F;
		
		text-decoration: none;
		font-family: Verdana, Sans-Sherif;
		font-size: 100%;
		color: #FFF;
		
		text-align: left;
	}
	
	#menu, #menu ul {
		margin-left: 8px;
		margin-right: 0;
		padding: 0;
		text-align: left;
		width: 100%;
		z-index: 1000;
	}
	
	#menu a {
		width: 85%;
	}
	
	#menu a:hover {
		font-weight: bold;
		font-size: 100%;
		color: #FFE900;
	}
	
	#menu li {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	
	#menu .indented {
		list-style-type: disc;
		margin-left: 20px;
	}
	
	#menu .indented a {
		background: #FFF;
		color: #000;
	}
	
	#menu .indented a:visited {
		background: #FFF;
		color: #000;
	}
	
	#menu .indented a:hover {
		font-weight: bold;
		font-size: 100%;
		text-decoration: underline;
		color: #000;
	}
	
	/* ----------------------- main menu END ----------------------- */

	/* ---------------------- Poll START ---------------------- */
	
	#poll {
		width: 90%;
		margin-left: 9px;
		margin-top: 20px;
		border-top: 1px solid #000;
	}
	
	#poll img {
		margin: 0;
		padding: 0;
	}
	
	#poll h2 {
		margin-top: 2px;
		padding-top: 8px;
		color: #333;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	#poll h3 {
		font-weight: normal;
		margin-bottom: 2px;
		margin-top: 3px;
		font-size: 105%;
	}
	
	#poll a {
		display: block;
		text-decoration: underline;
		padding: 0;
		margin-top: 6px;
	}
	
	.pollSling {
		margin-bottom: 2px; 
		margin-top: 2px;
		padding: 2px; 
		border: 1px solid #dcdcdc;
		background-color: #9F0505;
		height: 10px;
		float: left;
	}
	
	/* ----------------------- Poll END ----------------------- */
	
	#footer {
		margin-left: 8px;
		padding-top: 4px;
		margin-top: 250px;
	}
	
/* ---------------------- LEFT SIDEBAR END ---------------------- */


/* ----------------------- content styles START ----------------------- */

#navigation {
	width: 99%;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 8px;
}

#navigation a, #navigation a:visited {
	color: #1D5F12;
	text-decoration: none;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

#navigation a:hover {
	text-decoration: underline;
	font-weight: bold;
}


#uarticle {
	width: 95%;
}

.contentTable td, .contentTable th {
	padding: 2px;
	padding-left: 4px;
	border: 1px solid #999;
}

.contentTable th {
	font-weight: bold;
	background-color: #EFEFEF;

}

.contentTable table, .contentTable table td {
	border: none;
}

/* NEWS */
.news {
	margin-bottom: 40px;
	padding: 0;
	text-align: left;
}

.news img {
	float: left;
	margin-right: 8px;
	padding: 4px;
	border: 1px solid #dcdcdc;
}

.news div {
	margin-top: 3px;
	margin-bottom: 3px;
}

.news h3 {
	margin: 0;
	padding-top: 0;
	color: #9F0505;
}

/*********************************************
OTAZKY A ODPOVEDE - START
*********************************************/

.faqQuestion {
	margin-top: 35px;
	width: 95%;
	text-align: left;
}

.faqQuestionHead {
	padding-bottom: 20px;
}

.faqQuestionHead h3 {
	margin: 0;
	color: #9F0505;
	padding: 0;
}

.faqQuestionHead div {
	float: left; 
	margin-left: 6px;
}

.faqQuestionHead img {
	float: left; 
}

.faqQuestionHead span {
	font-style: italic; 
	margin-top: 0;
	padding-top: 0;
}

.faqAnswer {
	margin-top: 8px;
	text-align: left;
}

.faqAnswer img {
	float: left;
	margin-top: 4px;
}

.faqAnswer a {
	float: right;
}

.faqAnswer .faqAnswerText {
	padding-left: 4px;
	float: left;
	width: 95%;
}

.faqAnswer .faqAnswerText span {
	font-style: italic; 
}

.faqAnswer b, .faqQuestion b {
	text-decoration: underline;
}

#faqForm span {
	font-style: italic;
}

#faqForm select {
	width: 255px;
}

/*********************************************
OTAZKY A ODPOVEDE - END
*********************************************/

/*********************************************
KALENDAR AKCII - START
*********************************************/
.event {
	margin-bottom: 10px;
	padding: 0;
}

.event .eventImg {
	float: left;
	margin-right: 8px;
	padding: 3px;
	border: 1px solid #dcdcdc;
}

.event img {
	vertical-align: middle;
	margin-bottom: 2px;
	padding-right: 2px;
}

.event span {
	display: inline;
}

.event a {
	color: #9F0505;
}

.event div u {
	margin-top: 4px;
	display: inline;
	margin-bottom: 4px;
	color: #999999;
}

.event h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-right: 5px;
	color: #9F0505;
}

.eventFilter {
	width: 100%;
	background-color: #EFEFEF;
	border: 1px solid #999;
	margin-bottom: 20px;
}

.eventFilter table {
	float: left;
}

.eventFilterCategories td {
	height: 20px;
	padding: 3px;
}

/*********************************************
KALENDAR AKCII - END
*********************************************/

/*********************************************
SLUZBY - START
*********************************************/

.sluzbyItem {
	margin-left: 4px;
	margin-right: 8px;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: left;
}

.sluzbyItem h3 {
	color: #9F0505;
	margin: 0;
	padding: 0;
}

.sluzbyItem div img {
	padding-right: 3px;
	vertical-align: middle;
}

/*********************************************
SLUZBY - END
*********************************************/

.singleLetter {
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px;
}

/* ------------------------ content styles END ------------------------ */


