/* 
 *  Table Of Sections
 *
 *  1. Reset
 *  2. Basic Elements
 *  3. Generic Classes
 *  4. Basic Layout
 *  5. Header
 *  6. Content
 *  7. Sidebar
 *  8. Footer
 *  9. Navigation
 * 10. Forms
 * 11. Modules
 * 12. Print styles
 *
 */

@media screen, projection {

	/* Reset  - do NOT modify!
	-------------------------------------*/
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body { line-height: 1; }
	ol, ul { list-style: none; }
	blockquote, q {	quotes: none; }

	:active { outline: 0; }

	/* remember to highlight inserts somehow! */
	ins { text-decoration: none; }
	del { text-decoration: line-through; }

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}




	/* Basic Elements
	-------------------------------------*/
	html, body { height: 100%; }

	body {
		font-family: arial, sans-serif;
		font-size: 100%; /* 1em = 10px */
		line-height: 100%;
		color: #333;
		background: #fbc067 url(../images/back.png) repeat-x;
	}




	/* Generic Classes
	-------------------------------------*/

	/* --- News list --- */

	.cnt-list .date { color: #666; }

	.cnt-list .title { padding-left: .3em; }

	.cnt-list .subtitle {
		display: block;
		width: 100%;
		padding-left: 1em;
		font-size: .9em;
	}


	/* --- Link list --- */

	.link-list a:link, .link-list a:visited, .link-list a:hover, .link-list a:active { color: #B90000 }


	/* --- Grouped link list --- */

	.grouped-link-list ul {	margin-bottom: .7em }

	.grouped-link-list .alt {
		margin-left: -12px;
		padding-left: 12px;
		background-color: #EEE
	}

	.grouped-link-list a:link, .grouped-link-list a:visited, .grouped-link-list a:hover, .grouped-link-list a:active { color: #B90000 }

	.grouped-link-list strong {	font-size: 1.15em }

	.grouped-link-list a.external {
		margin-left: -12px;
		padding-left: 12px;
		background: url('../images/backgrounds/icons/external-link.gif') 0% 65% no-repeat
	}


	


	/* --- Attachments list --- */

	.attachments-list .extension {
		color: #666;
	}


	/* --- Photo list --- */

	.photo-list dt {
		clear: both;
		float: right;
		width: 350px;
	}

	#text-content-container .photo-list dt a {
		text-decoration: none;
		color: #333;
		font-weight: bold;
	}

	.photo-list dd.picture {
		float: left;
		width: 150px;
		margin-right: 10px;
	}

	.photo-list dd.summary {
		float: right;
		width: 350px;
	}

	.photo-list dd.clearer { margin-bottom: 20px; }

	#photo-list-lead-image {
		float: left;
		margin: 0 10px 3px 0;
	}


	/* --- Links --- */

	a.type-1:link, a.type-1:visited, a.type-1:hover, a.type-1:active { color: #5A89A0 }

	a.type-2:link, a.type-2:visited, a.type-2:hover, a.type-2:active {
		text-decoration: none;
		color: #333
	}

	a.type-3:link, a.type-3:visited, a.type-3:hover, a.type-3:active {
		text-decoration: none;
		color: #666
	}

	a.type-2:hover,
	a.type-3:hover {
		text-decoration: underline;
		color: #5A89A0
	}


	/* --- Messages --- */

	.error {
		display: block;
		color: #B90000;
		font-weight: bold;
		margin: 1em 0
	}

	.notice {
		display: block;
		color: #00A600;
		font-weight: bold;
		margin: 1em 0
	}


	/* --- photo frame & content photos --- */

	.photo-frame {
		padding: .3em;
		margin-bottom: .7em;
		background-color: white;
		-moz-box-shadow: 1px 1px 4px #AAAAAA;
		-webkit-box-shadow: 1px 1px 4px #AAAAAA;
	}

	.photo-frame-left {
		float: left;
		margin-right: .7em;
	}

	.photo-frame-right {
		float: right;
		margin-left: .7em;
	}

	#text-content-container .photo-frame p {
		padding: 0.7em 0 0.5em 0;
		font-size: .85em;
		font-weight: normal;
		line-height: 115%;
		overflow: hidden;
		color: #606060;
	}

	img.content-photo {	padding: .2em 10px; }

	.photo-frame .content-photo { padding: 0; }


	/* --- Other --- */

	img.left {
		float: left;
		padding-left: 0
	}

	img.right {
		float: right;
		padding-right: 0
	}

	/* use to clear floats */
	.clearer {
		clear: both;

	}

	.hidden { display: none }



	/* Basic Layout
	-------------------------------------*/
	#container {
		width: 984px;
		margin: 0 auto;
		
	}

	#content_back {
	width: 100%;
	height:100%;
	background: transparent url(../images/content-back.png) repeat-y;
	}	
	
	#content {
		width: 470px;
		margin-left: 34px;
		margin-top: 7px;
	
		/*color: #332;*/
	}

	#sidebar1 {
		float: left;
		width: 197px;
		margin-left: 8px;
		/*background: gray;*/
	}
	
	#sidebar2 {
		float: left;
		width: 512px;
	}

	#sidebar3 {
		float: left;
		width: 264px;
		margin-left: 0px;
		/*background:red;*/
	}

	.sidebar-module {
		float: left;
		width: 100%;
		margin-bottom: 4em;
	}

	#actual {
		width: 264px;
		height:69px;
		background: transparent url(../images/actual.png) no-repeat;
	}
	
	#actual h2 {
		float: right;
		margin-top: 21px;
		margin-right: 7px;
		font-size: 120%;
		line-height: 120%;
		font-weight: bold;
		text-decoration: none;
		font-style: normal;
		color: #ffffff;
	}	

	#signin {
		width: 264px;
		height:62px;
		background: transparent url(../images/signin-back.png) no-repeat;
	}

	#signin h2 {
		float: right;
		margin-top: 21px;
		margin-right: 7px;
		font-size: 120%;
		line-height: 120%;		
		font-weight: bold;
		text-decoration: none;
		font-style: normal;
		color: #ffffff;
	}
	
	#signin a:link, #signin a:visited, #signin a:hover, #signin a:active { 
		color: #ffffff;
		
		text-decoration: none;
		
	 }
	
	#signin a:hover  { 
		color: #ffffff;
		
		text-decoration: underline;
		
	 }
	
	#title_back {
		width: 512px;
		height:69px;
		background: transparent url(../images/title-back.png) no-repeat;
	}
	
	#title_back h1 {
		float: left;
		margin-top: 21px;
		margin-left: 32px;
		font-size: 120%;
		line-height: 120%;		
		font-weight: bold;
		text-decoration: none;
		font-style: normal;
		color: #5e2d11;
	}
	
	#submenu {
		width: 100%;
		height:26px;
		background: #e9da77;
	}
	
	#submenu p {
		font-size: 90%;
		padding-left: 34px;
		padding-right: 14px;
		padding-top: 5px;
	}
	

	
	#submenu a:link, #submenu a:visited, #submenu a:active { 
		color: #5e2d11;
		
		text-decoration: none;
		
	 }
	
	#submenu a:hover  { 
		color: #5e2d11;
		
		text-decoration: none;
		
	 }
	
	#vcard_back {
		width: 195px;
		min-height:45px;
		margin-left: 2px;
		background: transparent url(../images/card-back.png) no-repeat;
	}
	
	#vcard_back h2 {
		float: right;
		margin-top: 4px;
		margin-right: 26px;
		font-size: 110%;
		line-height: 100%;		
		font-weight: bold;
		text-decoration: none;
		font-style: normal;
		color: #ffffff;
	}
	
	#vcard {
		color: #ffffff;
		font-size: 80%;
		/*font-weight: bold;*/
		padding-left: 18px;
		padding-right: 13px;
		padding-top: 16px;
	}
	
	#vcard a:link, #vcard a:visited, #vcard a:hover, #vcard a:active { 
		color: #f4fcb1;
		
		text-decoration: none;
		
	 }
	
	#vcard a:visited  { 
		color: #f4fcb1;
		
		text-decoration: none;
		
	 }
	 
	 #censur {
		width: 195px;
		
		margin-left: 40px;
		margin-top: 10px;
		margin-bottom: 24px;
		
	} 
	
	#censur p {
	
		margin-top: 4px;
		
		margin-right: 6px;
		font-size: 75%;
			
		color: #6c3f1d;
	}
	
	#censur a:link, #censur a:visited, #censur a:active { 
	color: #b83829; 
	font-size: 75%;

	text-decoration: none;
	}

	#censur #censur a:hover { 
	color: #b83829; 
			font-size: 75%;
	
	text-decoration: underline;
	}
	
	/* Header
	-------------------------------------*/
	#header {
		float: left;
		margin-left: 8px;
		width: 975px;
		background:#f4ecb6;
	}

	#header h1,
	#header .col1 {
		float: left;
	}

	#header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:active,
	#header em a:link, #header em a:visited, #header em a:hover, #header em a:active {
		position: relative;
		font-family: helvetica, arial, sans-serif;
		font-size: 2.5em;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		font-style: normal;
		color: #333;
	}

	#header h1 a:hover,
	#header em a:hover {
		color: #A60000;
	}

	#search { float: right }

	#search-mini-form p { float: left }

	#search-mini-form input.input-submit {
		margin-top: 0;
		margin-left: 1px;
		font-size: 1.1em;
	}

	#input-search-mini { width: 132px }

	#main_image {
	margin-left: 2px;
	margin-top: 2px;
	width: 973px;
	height:217px;
	/*background: transparent url(../images/content-back.png) repeat-y;*/
	}


	/* Content
	-------------------------------------*/
	#content h1 {
		margin: 7px 7px 7px 7px;
		
		font-size: 120%;
		line-height: 120%;
		/*text-transform: uppercase;*/
	}

	#content h2 {
		margin-bottom: .5em;
		font-family: helvetica, arial, sans-serif;
		font-size: 1.3em;
		text-transform: uppercase
	}

	#body-entry #content h2 { font-size: 1.5em }

	#body-content h1 { margin-bottom: .7em }

	#text-content-container {
		margin-top: 10px;
		margin-bottom: 7px;

	}

	#text-content-container p {
		font-size: 80%;
		color:#494641;
	}

	#text-content-container a:link, #text-content-container a:visited, #text-content-container a:hover, #text-content-container a:active {
		color: #B90000;
		text-decoration: underline;
	}

	#text-content-container a:visited { color: #5F4646 }

	/* external link */
	#text-content-container a.external {
		padding-right: 12px;
		background: url('../images/backgrounds/icons/external-link.gif') 100% 65% no-repeat;
	}

	/* --- video --- */

	span.video-placeholder {
		clear: both;
		padding: .7em 0px .7em 0px;
		display: block;
	}


	/* --- unsorted list --- */

	#text-content-container ul { padding-bottom: 5px; }

	#text-content-container ul li {
		margin-bottom: 3px;
		font-size: 75%;
		list-style-type: disc;
		list-style-position: inside;
	}


	/* --- numbered list --- */

	#text-content-container ol {}

	#text-content-container ol li {
		margin-bottom: 5px;
		font-size: 75%;
		list-style-type: decimal;
		list-style-position: inside;
	}


	/* --- Attachments list --- */

	#text-content-container ul.attachments-list li { list-style-type: none; }


	/* --- tables --- */

	#text-content-container table th {
		padding: .3em .5em;
		border: 1px solid #999;
		font-weight: bold;
		text-align: left;
	}

	#text-content-container table td {
		padding: .3em .5em;
		border: 1px solid #999;
	}

	#text-content-container table caption {
		margin-bottom: .3em;
		text-align: left;
		font-weight: bold;
	}


	/* --- Icons in content --- */

	#text-content-container a.lipdf {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/pdf.gif) 0% 50% no-repeat;
	}

	#text-content-container a.lidoc {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/doc.gif) 0% 50% no-repeat;
	}

	#text-content-container a.lixls,
	#text-content-container a.lixlsx {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/xls.gif) 0% 50% no-repeat;
	}

	#text-content-container a.lippt {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/ppt.gif) 0% 50% no-repeat;
	}

	#text-content-container a.lizip {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/zip.gif) 0% 50% no-repeat;
	}

	#text-content-container a.liai {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/ai.gif) 0% 50% no-repeat;
	}

	#text-content-container a.liexe {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/exe.gif) 0% 50% no-repeat;
	}

	#text-content-container a.liimage {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/file.gif) 0% 50% no-repeat;
	}


	/* --- Search results --- */

	#search-main-form { margin-bottom: 1em }

	#text-content-container .search-results-row a:link, #text-content-container .search-results-row a:visited, #text-content-container .search-results-row a:hover, #text-content-container .search-results-row a:active {
		font-size: 1.1em;
		font-weight: bold;
		color: black;
	}

	#text-content-container .search-results-row a:visited { color: #666 }

	.search-results-url {
		display: block;
		width: 100%;
		font-style: italic;
		font-size: .9em;
		word-break: break-all;
		color: green;
	}


	/* --- Photogallery --- */

	#photo-gallery-container { 
		float: left;
		width: 100%;
		margin: 1em 0;
	}

	.photo-gallery-item {
		float: left;
		width: 147px;
		padding: 7px;
		margin-right: 7px;
		margin-bottom: 7px;
		-moz-box-shadow: 1px 1px 4px #AAAAAA;
		-webkit-box-shadow: 1px 1px 4px #AAAAAA;
		text-align: center;
	}

	.photo-gallery-item img.photo-gallery { margin: 0 auto }

	#text-content-container .photo-gallery-item p {
		margin-top: .7em;
		text-align: left;
		line-height: 1.1;
		font-size: .95em;
		overflow: hidden;
	}

	.photo-gallery-item p strong { display: block }


	/* --- News --- */

	#text-content-container .date { padding-bottom: 0 }

	#text-content-container .date em {
		font-style: normal;
		font-weight: bold;
	}

	#text-content-container .category { padding-bottom: 0 }

	#text-content-container .category em {
		font-style: normal;
		font-weight: bold;
	}

	#text-content-container .abstract {
		padding-top: .5em;
		font-style: italic;
		color: #555;
	}




	/* Sidebar
	-------------------------------------*/
	.sidebar-module h2 {
		position: relative;
		margin-bottom: .7em;
		font-family: helvetica, arial, sans-serif;
		font-size: 1.7em;
		text-transform: uppercase;
		color: #666;
		-webkit-transition: color 0.3s linear;
	}
	
	.sidebar-module:hover h2 {
		color: #A60000;
		-webkit-transition: color 0.3s linear;
	}


	/* --- News --- */
	
	#news {
	
	margin-top: 17px;		
	margin-bottom: 30px;		
	margin-left: 40px;			
	margin-right: 6px;
	/*height: 24px;	*/
	/*width: 400px;*/
	list-style: none;
	}
	

	#news .news-list { font-size: 75%; }

	#news .link-list {
		
		font-size: 75%;
		}


	/* --- News list --- */

	.news-list li {
		float: left; /* float clearer */
		width: 100%;
		margin-bottom: 5px;
	}

	.news-list .title { display: inline }

	.news-list .date {
		float: left;
		padding-right: 5px;
			font-weight: bold;
	}

	.news-list .category {
		font-style: italic;
		color: #666
	}

	.news-list a:link, .news-list a:visited, .news-list a:hover, .news-list a:active { 
	color: #6c3f1d; 
	text-decoration: none;
	}

	.news-list a:visited { 
	color: #6c3f1d; 
	text-decoration: none;
	}

	.news-list.news-archive li {
		list-style-type: none !important;
	}
	
	/* --- FAQ --- */

	#faq label,
	#faq .form-error,
	#faq .racun {
		font-size: 75%;
	}


	/* --- Poll --- */

	#poll-question,
	#poll .poll-archive,
	#poll label,
	#poll-answers-area {
		font-size: 1.15em;
	}


	/* --- Quick links --- */

	#quicklinks ul.grouped-link-list { font-size: 1.15em; }




	/* Footer
	-------------------------------------*/
	#footer { 
	
	background: transparent url(../images/back-footer.png) top left no-repeat;
	width:984px;
	min-height:81px;	
 }

#sysmenu ul {
	float: left; 
	margin-top: 0px;		
	margin-bottom: 0px;		
	margin-left: 0px;			
	padding-left: 10px;
	padding-top: 10px;	
	padding-right: 10px;
	height: 30px;	
	/*width: 400px;*/
	list-style: none;
}

#sysmenu li {
	float: left; 
	padding-bottom: 0px;
	padding-top: 0px;	
	height: 30px;	
	margin-right: 0px;
	font-size: 70%;
	list-style: none;
}

#sysmenu {
	float: left; 
	padding-top: 2px;
	/*background: #ffffff;*/
	width: 270px;
	margin-left: 220px;	

}


#footer .domov a {
	padding-left: 5px;
	padding-right: 30px;
	padding-top: 2px;
	padding-bottom: 0px;

	background: transparent url(../images/home-off.gif) 0% 20% no-repeat;
	text-decoration: none;
	color: #cccccc;	
	line-height: 20px;
}

#footer .domov a:hover {
	padding-left: 5px;
	padding-right: 30px;
	padding-top: 2px;
	padding-bottom: 0px;
	background: transparent url(../images/home-on.gif) 0% 20% no-repeat;
	text-decoration: none;
	color: #cccccc;	
	line-height: 20px;
}

#footer .print a {
	padding-left: 5px;
	padding-right: 30px;
	padding-top: 3px;
	padding-bottom: 0px;
	background: transparent url(../images/print-off.gif) 0% 20% no-repeat;
	text-decoration: none;
	color: #cccccc;	
	line-height: 20px;
}

#footer .print a:hover {
	padding-left: 5px;
	padding-right: 30px;
	padding-top: 3px;
	padding-bottom: 0px;
	background: transparent url(../images/print-on.gif) 0% 20% no-repeat;
	text-decoration: underline;
	color: #cccccc;	
	line-height: 20px;
}

#footer .sitemap a {
	padding-left: 5px;
	padding-right: 30px;
	padding-top: 4px;
	padding-bottom: 0px;
	background: transparent url(../images/site-map-off.gif) 0% 20% no-repeat;
	text-decoration: none;
	color: #cccccc;	
	line-height: 20px;
}

#footer .sitemap a:hover {
	padding-left: 5px;
	padding-right: 30px;
	padding-top: 4px;
	padding-bottom: 0px;
	background: transparent url(../images/site-map-on.gif) 0% 20% no-repeat;
	text-decoration: underline;
	color: #cccccc;	
	line-height: 20px;
}

#footer .mail a {
	padding-left: 5px;
	padding-right: 35px;
	padding-top: 6px;
	padding-bottom: 0px;
	background: transparent url(../images/mail-off.gif) 0% 20% no-repeat;
	text-decoration: none;
	color: #cccccc;	
	line-height: 25px;
}

#footer .mail a:hover {
	padding-left: 5px;
	padding-right: 35px;
	padding-top: 6px;
	padding-bottom: 0px;
	background: transparent url(../images/mail-on.gif) 0% 20% no-repeat;
	text-decoration: underline;
	color: #cccccc;	
	line-height: 25px;
}


#footer .kolofon a {
	padding-left: 5px;
	padding-right: 30px;
	padding-top: 3px;
	padding-bottom: 0px;
	background: transparent url(../images/credits-off.gif) 0% 20% no-repeat;
	text-decoration: none;
	color: #cccccc;	
	line-height: 30px;
}

#footer .kolofon a:hover {
	padding-left: 5px;
	padding-right: 30px;
	padding-top: 3px;
	padding-bottom: 0px;
	background: transparent url(../images/credits-on.gif) 0% 20% no-repeat;
	text-decoration: underline;
	color: #cccccc;	
	line-height: 30px;
}



#footer .fav a {
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: transparent url(../images/fav-off.gif) 0% 0% no-repeat;
	text-decoration: none;
	color: #cccccc;	
	line-height: 30px;
}

#footer .fav a:hover {
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: transparent url(../images/fav-on.gif) 0% 0% no-repeat;
	text-decoration: underline;
	color: #cccccc;	
	line-height: 30px;
}





	/* Navigation
	-------------------------------------*/

	/* --- Breadcrumbs --- */

	#breadcrumbs { 
	margin-top: 3px; 
	margin-bottom: 27px;
	font-size: 70%;
	color: #34251e; 
	text-transform: lowercase;
	}

	#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active { color: #34251e; }


	/* --- Sitemap --- */

	ul#sitemap { list-style-type: none; }

	#sitemap ul {
		margin-left: 1em;
		padding-bottom: 0;
		list-style-type: none;
	}


	/* --- Main Menu --- */
	
	#menu_back {
		width: 195px;
		height: 307px;
		margin-left: 2px;
	
		background: transparent url(../images/menu-back.png) no-repeat;
	}	

	#main-menu {
		width: 191px;
		margin-top: 14px;
		float: left;
		text-transform: lowercase;
	}


	/* Level 1 */

	#main-menu li.menu-level1 {
		float: left;
		margin-bottom: 1px;
		cursor: pointer;
	}

	#main-menu a.menu-level1:link, #main-menu a.menu-level1:visited, #main-menu a.menu-level1:hover, #main-menu a.menu-level1:active {
		float: left;	
		/*border-style: solid;
		border-width: 1px;*/
		/*border-color: #E9E9E9 #CCC #CCC #E9E9E9;
		background-color: #DDD;*/
		color: #f4fcb1;
		text-decoration: none;
	}

	#main-menu li.menu-level1-open a.menu-level1:link, 
	#main-menu li.menu-level1-open a.menu-level1:visited, 
	#main-menu li.menu-level1-open a.menu-level1:hover, 
	#main-menu li.menu-level1-open a.menu-level1:active {
		background-color: #e9d977;
		color: #7d4934;
		width: 190px;
	}

	#main-menu li.menu-level1 a.menu-level1:hover {	
		background-color: #e9d977;
		color: #7d4934;
		width: 190px;
	}

	#main-menu span.menu-level1 {
		display: block;
		width: 190px;
		padding: 5px 0px 5px 16px;
		font-size: 120%;
		cursor: pointer;
	}


	/* Level 2 */

	#main-menu li.menu-level2 {	
	margin-bottom: 0px; 
	width: 180px;
	cursor: pointer;
	}

	#main-menu a.menu-level2:link, #main-menu a.menu-level2:visited, #main-menu a.menu-level2:hover, #main-menu a.menu-level2:active {
		float: left;

		/*background-color: #e9d977;*/
		color: #f3ecb6;
		text-decoration: none;
	}

	#main-menu li.menu-level2-open a.menu-level2:link, 
	#main-menu li.menu-level2-open a.menu-level2:visited, 
	#main-menu li.menu-level2-open a.menu-level2:hover, 
	#main-menu li.menu-level2-open a.menu-level2:active {
		/*background-color: #e9d977;*/
		color: #f3ecb6;
	}

	#main-menu li.menu-level2 a.menu-level2:hover { text-decoration: UNDERLINE; }

	#main-menu span.menu-level2 {
		display: block;
		width: 180px;
		padding: 3px 0px 3px 16px;
		font-size: 90%;
		cursor: pointer;
	}


	/* Level 3 */

	#main-menu a.menu-level3:link, #main-menu a.menu-level3:visited, #main-menu a.menu-level3:hover, #main-menu a.menu-level3:active {
		float: left;
		color: #333;
		text-decoration: none;
	}

	#main-menu li.menu-level3-open a.menu-level3:link, 
	#main-menu li.menu-level3-open a.menu-level3:visited, 
	#main-menu li.menu-level3-open a.menu-level3:hover, 
	#main-menu li.menu-level3-open a.menu-level3:active { 
		color: #B90000;
	}

	#main-menu li.menu-level3 a.menu-level3:hover { color: #B90000 }

	#main-menu span.menu-level3 {
		display: block;
		width: 146px;
		padding: .2em 10px .2em 16px;
		font-size: 1.1em;
	}




	/* Forms
	-------------------------------------*/

	#text-content-container form {
		width: 98%;
		font-size: 80%;
		margin-bottom: 1em;
		padding: 1em 1%;
		/*background-color: #F6F6F6;*/
	}

	input.input-text {
		padding: .3em;
		border: 1px solid #AAA;
		font-size: 100%;
		background-color: #EEE;
	}

	#text-content-container input.input-text {
		padding: .5em;
		border: 1px solid #AAA;
		font-size: .9em;
		background-color: white;
	}

	input.input-submit {
		margin-top: 1em;
		padding: .2em .5em;
		border-width: 1px;
		border-style: solid;
		border-color: #808080 #404040 #404040 #808080;
		font-size: 100%;
		background-color: #606060;
		color: white;
		cursor: pointer;
	}

	input.input-submit:hover {
		border-color: #E60000 #600000 #600000 #E60000;
		background-color: #B90000;
	}

	#text-content-container input.input-submit { font-size: .9em; }

	textarea {
		height: 10em;
		padding: .3em;
		border: 1px solid #AAA;
		background-color: #EEE;
	}

	select {
		padding: .1em 0 .1em .3em;
		border: 1px solid #AAA;
		background-color: #EEE;	
	}

	.input-security {
		width: 5em !important;
		margin: 0 0 0 3px;
	}

	.racun {}

	form span.mandatory { color: #B90000 }


	/* Vertical form */

	.vertical-form {}

	.vertical-form dt {
		margin-top: 1em;
		margin-bottom: .3em;
	}


	/* Horizontal form */

	.horizontal-form { float: left }

	.horizontal-form dt {
		clear: left;
		float: left;
		width: 25%;
		padding-top: .5em;
		margin-top: .6em;
		margin-bottom: .2em;
		margin-right: 2%;
		text-align: right;
	}

	.horizontal-form dt label { text-align: right }

	.horizontal-form dd {
		float: left;
		width: 72.9%;
		margin-top: .6em;
		margin-bottom: .2em;
	}

	fieldset.checkboxes label {
		float: left;
		display: block;
	}

	form dt.alt, 
	form dd.alt {
		text-align: left
	}

	.horizontal-form dt.alt, 
	.horizontal-form dd.alt {
		width: 72.9%;
		padding-top: 0;
		padding-left: 27%;
		margin-right: 0;
	}

	.sidebar-module input,
	.sidebar-module select,
	.sidebar-module textarea {
		font-family: inherit;
		font-size: 1.1em;
	}

	.form-notice {
		margin: 1em 0;
		padding: .3em 1em;
		border: 1px solid #007700;
		font-weight: bold;
		color: #007700;
		/*background-color: #F0FFF0;*/
	}

	.form-error {
		margin: 1em 0;
		padding: .3em 0;
		border: 1px solid #B90000;
		color: #B90000;
		/*background-color: #FFF0F0;*/
	}

	.form-error li {
		padding: .3em 1em;
		font-weight: bold;
		line-height: 1.2;
	}




	/* Modules
	-------------------------------------*/

	/* --- calendar --- */

	#calendar-table { border-collapse: collapse; }

	#calendar-table th {
		color: #333;
		font-weight: normal;
		text-transform: uppercase;
	}

	#calendar-table td {
		width: 2.2em;
		padding: .6em 0 .8em 0;
		border: .1em solid white;
		text-align: center;
		line-height: 0;
		background-color: white;
		color: #333;
		cursor: default;
	}

	#calendar-table td.week-selector {
		border: none;
		background-color: transparent;
	}

	#calendar-table .day-existing {	background-color: #eee }

	#calendar-table .day-empty { background-color: white }

	#calendar-table .day-existing,
	#calendar-table .day-empty {
		padding: 1.2em 0 0.9em 0;
	}

	#calendar-table td.day-event { background-color: #808080 }

	#calendar-table .day-event.day-today {
		background-color: #B90000;
		padding: 0;
	}

	#calendar-table .day-today span {
		display: block;
		padding: 1.1em 0 .8em 0;
		/*border: .1em solid #B90000;*/
		/*color: #B90000;*/
		color: white
	}

	#calendar-table .day-selected {
		background-color: #808080;
		color: white
	}

	#calendar-table .single-event { /* padding: 0; */ }

	#calendar-table a:link, #calendar-table a:visited, #calendar-table a:hover, #calendar-table a:active {
		padding: .5em .5em .3em .5em;
		text-decoration: none;
		color: white
	}

	#calendar-month-switcher {
		font-size: 1.15em;
		margin-top: .5em;
		display: block
	}

	a#cal-prev-month:link, a#cal-prev-month:visited, a#cal-prev-month:hover, a#cal-prev-month:active,
	a#cal-next-month:link, a#cal-next-month:visited, a#cal-next-month:hover, a#cal-next-month:active {
		color: #B90000
	}


	/* --- faq --- */

	#faq-form-toggle {
		text-decoration: underline;
		color: #B90000;
		cursor: pointer;
	}

	.faq-list {
		display: none;
		clear: left;
	}

	.faq-list dt {
		font-weight: bold;
		margin-bottom: .5em;
	}

	.faq-list dd { margin-bottom: 1em }

	#faq-list h2 {
		float: left;
		cursor: pointer;
		padding-right: 18px;
		/*background: url(../images/backgrounds/bgnd_list_open.png) 100% 0% no-repeat;*/
	}

	#faq-list h2.open {
		/*background-image: url(../images/backgrounds/bgnd_list_close.png);*/
	}

	#faq-form input.input-text { width: 180px }

	#faq-form textarea { width: 180px }

	#faq-form select { width: 180px }

	#faq-form label {
		display: block;
		margin-top: .5em;
		font-weight: bold;
	}

	#faq-form .mandatory {
		color: #B90000;
		font-family: Verdana, sans-serif;
		font-weight: normal
	}

	#faq a:link, #faq a:visited, #faq a:hover, #faq a:active { color: #B90000 }


	/* --- poll --- */

	#poll-question {
		margin-bottom: .5em;
		font-weight: bold;
	}

	#poll-container a {
		display: block;
		margin-top: 1em;
	}

	#poll-answers-area .poll-pix {
		float: left;
		background-color: #B90000; /* poll results line color */
	}

	#poll-answers-area .poll-percent {
		margin-left: 3px;
		float: left;
	}

	#poll-answers-area .poll-answer {
		padding-top: .5em;
		clear: left;
	}

	#poll-answers-area .poll-votes-total {
		padding-top: .5em;
		clear: left;
	}

	#poll a:link, #poll a:visited, #poll a:hover, #poll a:active { color: #B90000 }


	/* --- sharing --- */

	#sharing {
		width: 280px;
		float: left;
		/*background: white;*/
		margin-top: 12px;
		margin-left: 55px;
		line-height: 30px;
		}
	
	#sharing ul {
		float: left; 


	}
	
	#sharing li {
		float: left; 
		font-size: 70%;
	}


	
	
	
	#facebook a { 
	padding-left: 20px;
	padding-right: 30px;
	margin-top: 3px;
	padding-bottom: 0px;
	background: url(../images/social_media/facebook.png) 0% 30% no-repeat; 
	line-height: 30px;
	}

	#facebook a:hover { 
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 3px;
	padding-bottom: 0px;
	background: url(../images/social_media/facebook.png) 0% 0% no-repeat; 
	line-height: 30px;
	}	
	
	#twitter a {
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 3px;
	padding-bottom: 0px; 
	background: url(../images/social_media/twitter.png) 0% 0% no-repeat; 
	line-height: 30px;
	}
	
	#twitter a:hover {
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 3px;
	padding-bottom: 0px; 
	background: url(../images/social_media/twitter.png) 0% 0% no-repeat; 
	line-height: 30px;
	}

	#linkedin a { 
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 3px;
	padding-bottom: 0px;
	background: url(../images/social_media/linkedin.png) 0% 30% no-repeat; 
	line-height: 30px;
	}
	
	#linkedin a:hover { 
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 3px;
	padding-bottom: 0px;
	background: url(../images/social_media/linkedin.png) 0% 30% no-repeat; 
	line-height: 30px;
	}	

	#delicious { 
		padding-left: 20px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(../images/social_media/delicious.png) no-repeat; 
	}

	#sharing a:link, #sharing a:visited, #sharing a:active {
		color: #5e2d11;
		
		text-decoration: none;
	}
	
	#sharing a:hover {
		color: #5e2d11;
	
		text-decoration: underline;
	}

	/* --- bussiness card --- */

	.business-card {
		width: 146px;
		margin-bottom: 1.5em;
		padding: .5em .5em .5em 20px;
		font-size: 1.2em;
		float: left;
		background-color: white;
		-webkit-transition: background-color 0.3s linear;
	}
	
	.business-card:hover {
		background-color: #fbf5db;
		-webkit-transition: background-color 0.3s linear;
	}

	p.email a:link, p.email a:visited, p.email a:hover, p.email a:active { color: #B90000; }

	.business-card p.org { font-weight: bold; }

	.business-card .tel,
	.business-card .tel2 {
		margin-left: -15px;
		padding: 3px 0 3px 15px;
		background: url('../images/tel.gif') no-repeat 0 1px;
	}

	.business-card .fax {
		margin-left: -15px;
		padding: 3px 0 3px 15px;
		background: url('../images/fax.gif') no-repeat 0 4px;
	}

	.business-card p.email {
		margin-left: -17px;
		padding: 3px 0 3px 17px;
		background: url('../images/email.gif') no-repeat 0 6px;
	}
	
	
	/* --- guestbook --- */
	
	#text-content-container .guestbook-list dt p { padding-bottom: 0; }
	
	#text-content-container .guestbook-list dt p.name { font-weight: bold; }
	
	#text-content-container .guestbook-list dt p.date { font-style: italic; }
	
	#text-content-container .guestbook-list dd {
		clear: left;
		padding: 1em 0 1.5em 0;
		background: url(../images/backgrounds/hor-separator.png) no-repeat bottom center;
		margin-bottom: 1.5em;
	}
}

/* Print styles
-------------------------------------*/

@media print {

	body {
		font-size: .9em;
		font-family: "Times New Roman", serif;
		background-color: white;
		color: black;
	}

	h1, h2, h3, h4 { font-family: "Times New Roman", serif; }

	h1 { font-size: 1.6em; }

	h2 { font-size: 1.4em; }

	h3 { font-size: 1.2em; }

	h4 { font-size: 1.1em; }

	a img { border: none; }

	#text-content-container a:link:after,
	#text-content-container a:visited:after {
		content: " (" attr(href) ") ";
		font-size: 90%;
	}
	
}

/* DO NOT PUT ANYTHING DOWN HERE! FIND THE APPROPRIATE SECTION ABOVE! THIS IS THE LAST WARNING! */