/* 
 *  Table Of Sections
 *
 *  1. Reset
 *  2. Basic Elements
 *  3. Generic Classes
 *  4. Header
 *  5. Content
 *  6. Sidebar
 *  7. Footer
 *  8. Navigation
 *  9. Forms
 * 10. Modules
 * 11. 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, "times new roman", sans-serif;
		font-size: 62.5%; /* 1em = 10px */
		line-height: 1.5em;
		color: #333;
		background: black;
	}
	
	#container-wrapper {
		position: relative;
		float: left;
		width: 100%;
	}
	
	#container-wrapper-winter, #container-wrapper-summer {
		float: left;
		width: 100%;
		background: black url('../images/backgrounds/bgnd-body.jpg') center 0px repeat-y;
		margin-top: -40px;
	}
	
	#container-wrapper-summer { background: black url('../images/backgrounds/bgnd-body-summer.jpg') center 0px repeat-y; }
	
	#container {
		position: relative;
		width: 960px;
		margin: 0 auto;
		padding: 0;
		min-height: 300px;
		top: 0px;
	}



	/* --- Attachments list --- */

	.attachments-list .extension {  }


	/* --- Photo list --- */

	.photo-list dt {
		clear: both;
		float: right;
		width: 350px;
	}


	.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;
	}


	/* --- Messages --- */

	.error {
		display: block;
		color: #B90000;
		font-weight: bold;
		margin: 1em 0
	}

	.notice {
		display: block;
		color: #143966;
		font-weight: bold;
		margin: 1em 0
	}


	/* --- photo frame & content photos --- */

	.photo-frame {
		position: relative;
		padding: .3em;
		margin-bottom: .7em;
		background-color: white;
		-moz-box-shadow: 1px 1px 4px #AAAAAA;
		-webkit-box-shadow: 1px 1px 4px #AAAAAA;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	.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;
	}


	/* --- Other --- */

	img.left {
		float: left;
		padding-left: 0;
		margin: 3px 15px 4px 0px;
	}

	img.right {
		float: right;
		padding-right: 0;
		margin: 3px 0px 4px 15px;
	}
	
	img.special-right {
		float: right;
		margin: -26px -100px -26px 75px;
	}

	/* Header
	-------------------------------------*/
	
	#header-area {
		position: relative;
		width: 100%;
		height: 120px;
		background: url('../images/backgrounds/bgnd-header.png') left top repeat-x;
		top: 0;
		z-index: 11;
	}
	
	#header {
		position: relative;
		margin: 0 auto;
		width: 960px;
		height: 80px;
		padding: 0;
	}

	#header h1, #header strong.logo {
		position: absolute;
		height: 53px;
		width: 280px;
		left: -26px;
		top: 34px;
		z-index: 11;
		text-transform: uppercase;
	}
	
	#header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:active, 
	#header strong.logo a:link, #header strong.logo a:visited, #header strong.logo a:hover, #header strong.logo a:active {
		background: url('../images/backgrounds/bgnd-logo.png') no-repeat left top;
		display: block;
		height: 100%;
		width:100%;
		outline: none;
		overflow: hidden;
		text-indent: -9999px;
	}	
	
	#menu-level-2-bg {
		position: absolute;
		left: 0px;
		width: 100%;
		height: 40px;
		background: url('../images/backgrounds/bgnd-menulevel2-active.png') left top no-repeat;
		z-index: 3;
		bottom: -40px;
	}
	
	.arrow {
		position: absolute;
		display: block;
		width: 84px;
		height: 77px;
		text-indent: -9999px;
		overflow: hidden;
		z-index: 100;
		top: 170px;
	}
	
	#container-wrapper-winter #arrow-left {
		left: -100px;
		background: url('../images/backgrounds/bgnd-arrow-left.png') left top no-repeat;
		display: none;
	}
	
	#container-wrapper-winter #arrow-right {
		right: -100px;
		background: url('../images/backgrounds/bgnd-arrow-right.png') left top no-repeat;
		display: block;
	}	
	
	#container-wrapper-summer #arrow-left {
		left: -100px;
		background: url('../images/backgrounds/bgnd-arrow-left.png') left top no-repeat;
		display: block;
	}
	
	#container-wrapper-summer #arrow-right {
		right: -100px;
		background: url('../images/backgrounds/bgnd-arrow-right.png') left top no-repeat;
		display: none;
	}	
	
	#language {
		width: 30px;
		position: absolute;
		z-index: 100;
		height: 102px;
		right: -30px;
		top: 341px;
	}
	
	#language a:link, #language a:visited, #language a:hover, #language a:active {
		display: block;
		text-indent: -9999px;
		overflow: hidden;
		float: left;
		width: 30px;
		height: 33px;
	}
	
	#language a#flag-slo { background: url('../images/sprites/sprites-language.jpg') 0 0 no-repeat; }
	
	#language a#flag-eng { background: url('../images/sprites/sprites-language.jpg') 0 -33px no-repeat; }	
	
	#language a#flag-ger { background: url('../images/sprites/sprites-language.jpg') 0 -66px no-repeat; }

	#language a#flag-ita { background: url('../images/sprites/sprites-language.jpg') 0 -99px no-repeat; }	
	
	#container-wrapper-summer #arrow-left:hover, #container-wrapper-summer #arrow-right:hover,
	#container-wrapper-winter #arrow-left:hover, #container-wrapper-winter #arrow-right:hover { background-position: left bottom; }
	
	#slide-area-container, #slide-area {
		position: relative;
		float: left;
		width: 960px;
		height: 400px;
		overflow: hidden;
	}
	
	.slide-item {
		position: relative;
		float: left;
		width: 960px;
		height: 400px;
		overflow: hidden;
	}
	
	img.slide-img-1 { float: left; }
	
	img.slide-img-2 { float: right; }
	
	.slide-title {
		left: 0;
		bottom: 0;
		position: absolute;
		width: 475px;
		min-height: 58px;
		background: url('../images/backgrounds/bgnd-slide-title.png') left bottom repeat;	
		font-size: 2.4em;
		line-height: 1.2em;
		color: #143966;
		padding: 10px 407px 10px 78px;
	}
	
	.slide-title a:link, .slide-title a:visited, .slide-title a:hover, .slide-title a:active {
		color: #143966;
		text-decoration: none;
		display: block;
	}
	
	#nav {
		position: absolute;
		right: 23px;
		bottom: 19px;
		width: 200px;
		height: 11px;
		z-index: 100;
	}
	
	#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
		float: right;
		width: 14px;
		height: 11px;
		display: block;
		margin-left: 3px;
		background: url('../images/backgrounds/bgnd-nav.png') left top no-repeat;	
		text-indent: -9999px;
		overflow: hidden;
	}
	
	#nav a:hover, #nav a.activeSlide:link, #nav a.activeSlide:visited, #nav a.activeSlide:active, #nav a.activeSlide:hover {
		background-position: left bottom;
	}
	
	#quick-area, #quick-area-winter, #quick-area-summer {
		position: relative;
		top: 0;
		left: 0;
		padding-top: 21px;
		padding-bottom: 5px;
		float: left;
		width: 975px;
		margin-right: -15px;
		z-index: 3;
		min-height: 352px;
	}
	
	#quick-area-winter, #quick-area-summer {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#quick-area-summer	{
		left: -975px;
		display: none;
	}
	
	.quick-item {
		position: relative;
		float: left;
		width: 310px;
		min-height: 135px;
		margin-right: 15px;
		margin-bottom: 16px;
		padding-bottom: 25px;
		background: url('../images/backgrounds/bgnd-quick-item.png') left top repeat;	
	}
	
	.quick-item-text {
		position: relative;
		left: 0;
		z-index: 3;
		float: left;
		padding-left: 76px;
		width: 200px;
		color: #143966;
		font-size: 1.2em;
		line-height: 1.2em;
	}
	
	.quick-title-container {
		float: left;
		width: 100%;
		position: relative;
		height: 51px;
		margin-bottom: 4px;
	}
	
	.quick-title-container h2 {
		position: absolute;
		left: 0;
		bottom: 0;
		font-size: 1.3em;
		line-height: 1.2em;
		font-weight: bold;
		color: #143966;
		text-transform: uppercase;
	}
	
	.quick-item-text p.link-holder {
		padding-top: 20px;
	}
	
	.quick-item-text a:link, .quick-item-text a:visited, .quick-item-text a:hover, .quick-item-text a:active {
		text-transform: uppercase;
		color: #00cc99;
		font-weight: bold;
		font-size: 1.25em;
		text-decoration: none;
	}
	
	.quick-title-container h2 a:link, .quick-title-container h2 a:visited, .quick-title-container h2 a:hover, .quick-title-container h2 a:active {
		color: #143966;
		text-decoration: none;
		font-size: 1em;
	}
	
	.quick-item-text a:hover { color: white; }
	
	.quick-item-img {
		position: absolute;
	}
	
	#quick-item-1-w .quick-item-img {
		width: 160px;
		height: 181px;
		left: -89px;
		top: -21px;
		background: url('../images/quick_links/w-quick-img-1.png') left top no-repeat;
	}
	
	#quick-item-2-w .quick-item-img {
		width: 138px;
		height: 145px;
		left: -32px;
		top: -16px;
		background: url('../images/quick_links/w-quick-img-2.png') left top no-repeat;
	}	
	
	#quick-item-3-w .quick-item-img {
		width: 227px;
		height: 203px;
		left: -58px;
		top: -3px;
		background: url('../images/quick_links/w-quick-img-3.png') left top no-repeat;
	}		
	
	#quick-item-4-w .quick-item-img {
		width: 128px;
		height: 160px;
		left: -36px;
		top: -5px;
		background: url('../images/quick_links/w-quick-img-4.png') left top no-repeat;
	}		
	
	#quick-item-5-w .quick-item-img {
		width: 177px;
		height: 174px;
		left: -37px;
		top: -51px;
		background: url('../images/quick_links/w-quick-img-5.png') left top no-repeat;
	}	

	#quick-item-6-w .quick-item-img {
		width: 103px;
		height: 116px;
		left: -30px;
		top: 24px;
		background: url('../images/quick_links/w-quick-img-6.png') left top no-repeat;
	}
	
	
	
	#quick-item-1-s .quick-item-img {
		width: 241px;
		height: 131px;
		left: -135px;
		top: -10px;
		background: url('../images/quick_links/s-quick-img-6.png') left top no-repeat;
	}
	
	#quick-item-2-s .quick-item-img {
		width: 160px;
		height: 181px;
		left: -65px;
		top: -10px;
		background: url('../images/quick_links/s-quick-img-1.png') left top no-repeat;		
	}	
	
	#quick-item-3-s .quick-item-img {
		width: 178px;
		height: 165px;
		left: -68px;
		top: -3px;
		background: url('../images/quick_links/s-quick-img-4.png') left top no-repeat;
	}		
	
	#quick-item-4-s .quick-item-img {
		width: 118px;
		height: 253px;
		left: -45px;
		top: -25px;
		background: url('../images/quick_links/s-quick-img-3.png') left top no-repeat;
	}		
	
	#quick-item-5-s .quick-item-img {
		width: 169px;
		height: 185px;
		left: -85px;
		top: 10px;
		background: url('../images/quick_links/s-quick-img-2.png') left top no-repeat;
	}	

	#quick-item-6-s .quick-item-img {
		width: 116px;
		height: 221px;
		left: -36px;
		top: -5px;
		background: url('../images/quick_links/s-quick-img-5.png') left top no-repeat;
	}	
	
	#part-winter-title {
		position: absolute;
		width: 300px;
		height: 116px;
		background: url('../images/backgrounds/bgnd-part-winter-title.png') left top no-repeat;
		top: 40px;
		left: 0px;
		z-index: 10;
	}
	
	#container-wrapper-summer #part-winter-title { background: url('../images/backgrounds/bgnd-part-summer-title2.png') left top no-repeat; }
	
	#part-summer-title {
		position: absolute;
		width: 50px;
		height: 116px;
		background: url('../images/backgrounds/bgnd-part-summer-title.png') left top no-repeat;
		top: 40px;
		right: 0px;
		z-index: 10;
	}	
	
	#container-wrapper-summer #part-summer-title { background: url('../images/backgrounds/bgnd-part-winter-title2.png') left top no-repeat; }
	
	#sys-menu {
		position: absolute;
		top: 9px;
		right: 1px;
		width: 150px;
		height: 25px;
	}
	
	a#owl:link, a#owl:visited, a#owl:hover, a#owl:active {
		display: block;
		float: right;
		margin-left: 8px;
		width: 41px;
		height: 25px;
		background: url('../images/backgrounds/bgnd-owl.gif') left top no-repeat;
	}
	
	a#fb:link, a#fb:visited, a#fb:hover, a#fb:active {
		display: block;
		float: right;
		margin-left: 8px;
		width: 26px;
		height: 25px;
		background: url('../images/backgrounds/bgnd-fb.gif') left top no-repeat;
	}	
	
	a#rss:link, a#rss:visited, a#rss:hover, a#rss:active {
		display: block;
		float: right;
		margin-left: 8px;
		width: 26px;
		height: 25px;
		background: url('../images/backgrounds/bgnd-rss.gif') left top no-repeat;
	}		
	


	/* Content
	-------------------------------------*/
	
	#content-wrapper {
		float: left;
		width: 100%;
		background: #00c697;
	}

	#content {
		position: relative;
		top: 0;
		padding: 26px 100px 10px 78px;
		/*width: 782px;*/
		width: 457px;
		float: left;
		color: #143966;
		/*min-height: 200px;*/
		z-index: 1;
		font-size: 1.3em;
		line-height: 1.1em;
	}
	
	#tweeter-fb {
		position: relative;
		left: 0;
		float: left;
		clear: both;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 40px;
		z-index: 70;
	}
	
	#tweeter-fb iframe {
		float: left;
		width: 400px !important;
		clear: both;
		text-align: left;
		margin-left: 18px;
	}
	
	#lead-photos {
		float: left;
		width: 325px;
		padding-bottom: 10px;
	}
	
	#lead-photos img {
		float: left;
	}

	#content h1 {
		color: white;
		font-size: 1.15em;
		font-weight: bold;
		line-height: 1em;
		/*margin-bottom: 5px;*/
		margin-bottom: 15px;
		text-transform: uppercase;
		width: 100%;
	}
	
	#content h3 {
		color: white;
		font-size: 1.15em;
		font-weight: bold;
		line-height: 1em;
		display: inline;
		/*margin-bottom: 5px;
		margin-bottom: 15px;
		width: 100%;*/
	}	
	
	#content h2 {
		color: #143966;
		font-size: 1.9em;
		font-weight: normal;
		line-height: 1.2em;
		margin-bottom: 23px;
		width: 100%;
	}	

	#text-content-container p {
		padding-bottom: 1em;
	}

	#text-content-container a:link, #text-content-container a:visited, #text-content-container a:hover, #text-content-container a:active {
		color: white;
		text-decoration: underline;
	}
	
	#text-content-container a:hover { text-decoration: none; }

	/* 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: 1em; 
		padding-left: 14px;		
	}

	#text-content-container ul li {
		margin-bottom: .3em;
		list-style-type: disc;
		list-style-position: outside;
	}


	/* --- numbered list --- */

	#text-content-container ol { 
		padding-bottom: 1em;
		padding-left: 14px;	
	}

	#text-content-container ol li {
		margin-bottom: .3em;
		list-style-type: decimal;
		list-style-position: outside;
	}


	/* --- Attachments list --- */

	#text-content-container ul.attachments-list li { list-style-type: none; }


	/* --- tables --- */
	
	#text-content-container table#cards td {
		border: none;
		vertical-align: top;
	}

	#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% .2em no-repeat;
	}

	#text-content-container a.lidoc {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/doc.gif) 0% .2em no-repeat;
	}

	#text-content-container a.lixls,
	#text-content-container a.lixlsx {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/xls.gif) 0% .2em no-repeat;
	}

	#text-content-container a.lippt {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/ppt.gif) 0% .2em no-repeat;
	}

	#text-content-container a.lizip {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/zip.gif) 0% .2em no-repeat;
	}

	#text-content-container a.liai {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/ai.gif) 0% .2em no-repeat;
	}

	#text-content-container a.liexe {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/exe.gif) 0% .2em no-repeat;
	}

	#text-content-container a.liimage {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/file.gif) 0% .2em 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 1em 0px;
		padding: 0px 0;
		clear: both;
	}

	.photo-gallery-item, .photo-card {
		position: relative;
		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;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		text-align: center;
		background: #097d61;
		border: 1px solid #333;
	}
	
	.photo-gallery-item {
		margin: 0px 0px 5px 0px;
		padding: 10px 0px ;
		background: black url('../images/backgrounds/bgnd-gallery.png') left top repeat-x;
		border: none;
		width: auto;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;	
		max-width: 147px;		
	}
	
	.photo-card {
		width: auto;
	}

	.photo-gallery-item img.photo-gallery { 
		margin: 0 0px; 
		height: 110px;
		max-width: 147px;
	}

	.photo-gallery-item p {
		margin-top: 20px;
		text-align: center;
		line-height: 1.1em;
		font-size: 1em;
		overflow: hidden;
		width: 147px;
		color: white;
	}

	.photo-gallery-item p strong { 
		display: block; 
		color: white;
		padding-bottom: 5px;
	}
	
	#text-content-container .photo-gallery-item p a:link, #text-content-container .photo-gallery-item p a:visited, #text-content-container .photo-gallery-item p a:hover, #text-content-container .photo-gallery-item p a:active {
		color: white;
		font-weight: bold;
		text-decoration: none;
	}
	
	#text-content-container .photo-gallery-item p a:hover { text-decoration: underline; }

	
	/* --- guestbook --- */
	
	#text-content-container .guestbook-list {
		width: 800px;
	}
	
	#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: 5px 0 5px 0;
		background: url(../images/backgrounds/hor-separator.png) no-repeat bottom center;
		margin-bottom: 1.5em;
	}
	
	

	/* Footer
	-------------------------------------*/
	#footer-area { 
		position: relative;
		top: 0;
		float: left;
		width: 100%;
		background: url(../images/backgrounds/bgnd-footer.png) center top no-repeat;
		padding-top: 183px;
		margin-top: -149px;
		z-index: 2;
	}
	
	#footer {
		position: relative;
		margin: 0 auto;
		width: 960px;
		min-height: 317px;
		font-size: 1.2em;
		line-height: 1.2em;
		color: white;
	}
	
	#footer h2 {
		float: left;
		width: 100%;
		color: #00CC99;
		font-size: 1.3em;
		line-height: 1em;
		font-weight: bold;
		text-transform: uppercase;	
		margin-bottom: 7px;
	}	
	
	#footer h2 a:link, #footer h2 a:visited, #footer h2 a:hover, #footer h2 a:active {
		text-decoration: none;
		color: #00CC99;
	}
	
	#footer h2 a:hover { color: white; }
	
	#footer h2 a.foto-link-open:link, #footer h2 a.foto-link-open:visited, #footer h2 a.foto-link-open:hover, #footer h2 a.foto-link-open:active,
	#footer h2 a.video-link-open:link, #footer h2 a.video-link-open:visited, #footer h2 a.video-link-open:hover, #footer h2 a.video-link-open:active	{
		color: white;
	}
	
	#footer #foto-video h2 { 
		position: relative;
		left: 0;
		z-index: 30;
		width: 232px;
		padding-left: 78px;
	}
	
	#footer a.more:link, #footer a.more:visited, #footer a.more:hover, #footer a.more:active {
		color: #00CC99;
		font-size: 1.2em;
		line-height: 1em;
		font-weight: bold;
		text-transform: uppercase;	
		text-decoration: none;		
	}
	
	#footer a.more:hover { color: white; }
	
	#foto-video {
		position: relative;
		float: left;
		width: 310px;
	}
	
	#foto-video-icon {
		position: absolute;
		width: 169px;
		height: 119px;
		background: url(../images/backgrounds/bgnd-footer-photo.png) left top no-repeat;
		left: -74px;
		top: -61px;
		z-index: 29;
	}
	
	#foto-video-strip {
		position: absolute;
		left: 0;
		top: 23px;
		width: 310px;
		height: 178px;
		z-index: 28;
		background: url('../images/backgrounds/bgnd-tape.png') left top no-repeat;
	}
	
	.ad-gallery {
    width: 100%;
    height: 178px;
    position: relative;
    overflow: hidden;
	background: #222;
	text-align: center;
  }
	
	.ad-gallery div { 
		width: 310px; 
		text-align: center;
	}
	
	.ad-gallery div img {
		position: relative;
		margin: 0 auto;
	}
	
	#navFooter {
		float: left;
		width: 100%;
	}
	
	#navFooter li {
		height: 38px;
		float: left;
		margin: 1px 1px 0px 0px;
		padding: 4px 0px;
		background: url('../images/backgrounds/bgnd-tape-small.png') left top no-repeat;
		margin-bottom: -4px;
	}
	
	.youtube-link {
		position: absolute;
		left: 0;
		top: 0;
		width: 310px;
		height: 178px;
		display: block;
		z-index: 60;
		background: url('../images/backgrounds/bgnd-tape-youtube.png') left top no-repeat;
	}
	
	#inquiry-weather {
		position: relative;
		float: left;
		padding-left: 91px;
		width: 234px;
	}
	
	#inquiry-weather-icon {
		position: absolute;
		width: 85px;
		height: 172px;
		background: url(../images/backgrounds/bgnd-footer-inquiry.png) left top no-repeat;
		left: -6px;
		top: -67px;
		z-index: 200;
	}	
	
	#inquiry, #weather {
		float: left;
		width: 100%;
		padding-bottom: 15px; 
		border-bottom: 1px solid #4d4d4d;
		margin-bottom: 15px;		
	}
	
	#footer #weather h2 { margin-bottom: 10px; }
	
	#weather img {
		float: left;
		margin-right: 8px;
		margin-top: -2px;
	}
	
	#weather-data {
		float: left;
		width: 150px;
	}
	
	#weather-data span#weather-temp {
		display: block;
		width: 100%;
		line-height: 1.1em;
		font-size: 1.8em;
		margin-bottom: 3px;
	}
	
	#soca {
		float: left;
		width: 100%;
		color: #00CC99;
	}
	
	#soca strong { color: white; }
	
	#map {
		position: relative;
		float: left;
		margin-left: 15px;
		width: 215px;
		padding-left: 80px;
	}
	
	#map-icon {
		position: absolute;
		width: 113px;
		height: 86px;
		background: url(../images/backgrounds/bgnd-footer-map.png) left top no-repeat;
		left: -6px;
		top: -34px;
		z-index: 200;
	}		
	
	#map img {
		float: left;
		margin-bottom: 11px;
		margin-left: -80px;
	}
	
	#map a.email:link, #map a.email:visited, #map a.email:hover, #map a.email:active {
		color: #00CC99;
		text-decoration: underline;
	}
	
	#map a.email:hover { text-decoration: none; }
	
	#copyrights-line {
		float: left;
		width: 100%;
		border-top: 1px solid #4d4d4d;
		margin-top: 16px;
		padding-top: 2px;
		font-size: 0.8em;
		color: #4d4d4d;
		font-weight: bold;
	}
	
	#copyrights-line a:link, #copyrights-line a:visited, #copyrights-line a:hover, #copyrights-line a:active {
		color: #4d4d4d;
		text-decoration:none;
	}
	
	#copyrights-line a:hover { text-decoration: underline; }
	
	p.authors {
		float: right;
	}
	
	p.copyrights {
		float: left;
	}




	/* Navigation
	-------------------------------------*/

	/* --- Main Menu --- */
	
	#menu-area {
		position: relative;
		float: left;
		width: 660px;
		height: 25px;
		padding-left: 312px;
		margin-top: 43px;
		top: 0;
		z-index: 4;
	}


	#main-menu {
		width: 100%;
		float: left;
	}


	/* Level 1 */

	#main-menu li.menu-level1 {
		float: left;
		margin-left: 0px;
	}

	#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;	
		color: #00CC99;	
		text-decoration: none;			
		background: 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,
	#main-menu li.menu-level1 a.menu-level1:hover {
		color: white;	
		text-decoration: none;	
		background: #00cc99;		
	}

	#main-menu span.menu-level1 {
		font-size: 1.5em;
		line-height: 1.1em;
		font-weight: bold;
		text-transform: uppercase;
		display: block;
		padding: 11px 8px 10px 8px;
	}


	/* Level 2 */
	
	#main-menu ul.menu-level2 {
		position: absolute;
		top: 38px;
		left: 0;
		padding-left: 20px;
		padding-top: 8px;
		width: 940px;
		text-align: center;
		height: 32px;
	}

	#main-menu li.menu-level2 {
		float: left;
		margin-left: 7px; 
	}

	#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;	
		color: white;	
		text-decoration: none;			
		background: 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,
	#main-menu li.menu-level2 a.menu-level2:hover {
		color: #143966;		
	}

	#main-menu span.menu-level2 {
		font-size: 1.5em;
		line-height: 1.1em;
		font-weight: bold;
		text-transform: uppercase;
		display: block;
		padding: 5px 5px 5px 5px;
		letter-spacing: -1px;		
	}


	/* 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;
	}

	#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 { 
		
	}

	#main-menu li.menu-level3 a.menu-level3:hover {  }

	#main-menu span.menu-level3 {
		display: block;
		width: 146px;
		padding-left: 30px;
		font-size: 1.1em;
	}




	/* Forms
	-------------------------------------*/

	input {
		position: relative;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	#text-content-container form {
		width: 100%;
		margin-bottom: 1em;
		padding: 1em 0;
		float: left;
	}

	input.input-text {
		padding: 5px;
		border: 1px solid #333;
		font-size: 100%;
		background-color: white;
	}

	#text-content-container input.input-text {
		padding: 5px;
		border: 1px solid #333;
		font-size: .9em;
		background-color: white;
	}

	input.input-submit {
		padding: 4px 10px;
		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;
	}
	
	input.input-datepicker {
		padding: .5em;
		border: 1px solid #AAA;
		font-size: .9em;
		background-color: white;
		width: 6em;
	}

	textarea {
		position: relative;
		height: 10em;
		padding: 5px;
		border: 1px solid #333;
		line-height: 1.1;
		background-color: white;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		width: 390px;
	}

	select {
		position: relative;
		padding: 5px;
		border: 1px solid #333;
		background-color: white;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	.input-security {
		width: 5em !important;
		margin: 0 0 0 3px;
		padding: 5px;
		border: 1px solid #333;
		font-size: 100%;
		background-color: white;
	}

	.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;
	}
}




/* 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%;
	}
	
	a:link, a:visited, a:hover, a:active {
		color: black !important;
		text-decoration: none !important;
	}
	
	#slide-area-container, #menu-area, #language, a.more, #foto-video, #inquiry-weather, #map img, #copyrights-line, #map h2, .link-holder {
		display: none;
	}
	
	#header-area { height: 100px; }
	
	#map {
		position: absolute;
		right: 0;
		top: 0;
	}
	
}

/* Plugins
-------------------------------------*/


@media projection, screen {

	/**
	 * jQuery lightBox plugin
	 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
	 * and adapted to me for use like a plugin from jQuery.
	 * @name jquery-lightbox-0.5.css
	 * @author Leandro Vieira Pinho - http://leandrovieira.com
	 * @version 0.5
	 * @date April 11, 2008
	 * @category jQuery plugin
	 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
	 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
	 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
	 */
	#jquery-overlay {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 500px;
	}
	#jquery-lightbox {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		text-align: center;
		line-height: 0;
	}
	#jquery-lightbox a img { border: none; }
	#lightbox-container-image-box {
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	#lightbox-container-image { padding: 10px; }
	#lightbox-loading {
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}
	#lightbox-nav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
	}
	#lightbox-container-image-box > #lightbox-nav { left: 0; }
	#lightbox-nav a { outline: none;}
	#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
		width: 49%;
		height: 100%;
		display: block;
	}
	#lightbox-nav-btnPrev { 
		left: 0; 
		float: left;
	}
	#lightbox-nav-btnNext { 
		right: 0; 
		float: right;
	}
	#lightbox-container-image-data-box {
		font: 10px Verdana, Helvetica, sans-serif;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
		overflow: auto;
		width: 100%;
		padding: 0 10px 0;
	}
	#lightbox-container-image-data {
		padding: 0 10px; 
		color: #666; 
	}
	#lightbox-container-image-data #lightbox-image-details { 
		width: 70%; 
		float: left; 
		text-align: left; 
	}	
	#lightbox-image-details-caption { font-weight: bold; }
	#lightbox-image-details-currentNumber {
		display: block; 
		clear: left; 
		padding-bottom: 1.0em;	
	}			
	#lightbox-secNav-btnClose {
		width: 22px; 
		float: right;
		padding-bottom: 0.7em;	
	}
	
	
	/**
	 * The "classic" theme CSS for Shadowbox.
	 *
	 * This file is part of Shadowbox.
	 *
	 * Shadowbox is an online media viewer application that supports all of the
	 * web's most popular media publishing formats. Shadowbox is written entirely
	 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
	 * authors can showcase a wide assortment of media in all major browsers without
	 * navigating users away from the linking page.
	 *
	 * Shadowbox is released under version 3.0 of the Creative Commons Attribution-
	 * Noncommercial-Share Alike license. This means that it is absolutely free
	 * for personal, noncommercial use provided that you 1) make attribution to the
	 * author and 2) release any derivative work under the same or a similar
	 * license.
	 *
	 * If you wish to use Shadowbox for commercial purposes, licensing information
	 * can be found at http://mjijackson.com/shadowbox/.
	 *
	 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
	 * @copyright   2007-2008 Michael J. I. Jackson
	 * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
	 * @version     SVN: $Id: skin.js 91 2008-03-28 17:39:13Z mjijackson $
	 */

	/*_____________________________________________________  container & overlay  */
	#shadowbox_container, #shadowbox_overlay {
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  margin: 0;
	  padding: 0;
	}
	#shadowbox_container {
	  position: fixed;
	  display: block;
	  visibility: hidden;
	  z-index: 999;
	  text-align: center; /* centers #shadowbox in quirks and IE */
	}
	#shadowbox_overlay {
	  position: absolute;
	}

	/*_______________________________________________________________  shadowbox  */
	#shadowbox {
	  position: relative;
	  margin: 0 auto;
	  text-align: left; /* reset left alignment */
	}

	/*____________________________________________________________________  body  */
	#shadowbox_body {
	  position: relative;
	  margin: 0;
	  padding: 0;
	  border: 1px solid #333;
	  overflow: hidden;
	}
	#shadowbox_body_inner {
	  position: relative;
	  height: 100%;
	}
	#shadowbox_content.html {
	  height: 100%;
	  overflow: auto; /* make html content scrollable */
	}

	/*_________________________________________________________________  loading  */
	#shadowbox_loading {
	  position: absolute;
	  top: 0;
	  width: 100%;
	  height: 100%;
	}
	#shadowbox_body, #shadowbox_loading {
	  background-color: #060606; /* should match loading image background color */
	}
	#shadowbox_loading_indicator {
	  float: left;
	  margin: 10px 10px 0 10px;
	  height: 32px;
	  width: 32px;
	  background-image: url(loading.gif);
	  background-repeat: no-repeat;
	}
	#shadowbox_loading span {
	  font-family: 'Lucida Grande', Tahoma, sans-serif;
	  font-size: 10px;
	  float: left;
	  margin-top: 16px;
	}
	#shadowbox_loading span a:link,
	#shadowbox_loading span a:visited {
	  color: #fff;
	  text-decoration: underline;
	}

	/*____________________________________________________________  title & info  */
	#shadowbox_title, #shadowbox_info {
	  position: relative;
	  margin: 0; /* these must have no vertical margin or padding */
	  padding: 0;
	  overflow: hidden;
	}
	#shadowbox_title_inner, #shadowbox_info_inner {
	  position: relative;
	  font-family: 'Lucida Grande', Tahoma, sans-serif;
	  line-height: 16px;
	}
	#shadowbox_title {
	  height: 26px;
	}
	#shadowbox_title_inner {
	  font-size: 16px;
	  padding: 5px 0;
	  color: #fff;
	}
	#shadowbox_info {
	  height: 20px;
	}
	#shadowbox_info_inner {
	  font-size: 12px;
	  color: #fff;
	}

	/*_____________________________________________________________________  nav  */
	#shadowbox_nav {
	  float: right;
	  height: 16px;
	  padding: 2px 0;
	  width: 45%;
	}
	#shadowbox_nav a {
	  display: block;
	  float: right;
	  height: 16px;
	  width: 16px;
	  margin-left: 3px;
	  cursor: pointer;
	}
	#shadowbox_nav_close {
	  background-image: url(icons/close.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_next {
	  background-image: url(icons/next.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_previous {
	  background-image: url(icons/previous.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_play {
	  background-image: url(icons/play.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_pause {
	  background-image: url(icons/pause.png);
	  background-repeat: no-repeat;
	}

	/*_________________________________________________________________  counter  */
	#shadowbox_counter {
	  float: left;
	  padding: 2px 0;
	  width: 45%;
	}
	#shadowbox_counter a {
	  padding: 0 4px 0 0;
	  text-decoration: none;
	  cursor: pointer;
	  color: #fff;
	}
	#shadowbox_counter a.shadowbox_counter_current {
	  text-decoration: underline;
	}

	/*___________________________________________________________________  clear  */
	div.shadowbox_clear {
	  clear: both; /* clear floating counter & nav */
	}

	/*________________________________________________________________  messages  */
	div.shadowbox_message {
	  font-family: 'Lucida Grande', Tahoma, sans-serif;
	  font-size: 12px;
	  padding: 10px;
	  text-align: center;
	}
	div.shadowbox_message a:link,
	div.shadowbox_message a:visited {
	  color: #fff;
	  text-decoration: underline;
	}
	
	
	
	/*  jquery autocomplete  */
	.ac_results {
		padding: 0px;
		background-color: white;
		overflow: hidden;
		z-index: 99999;
		-moz-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
	}

	.ac_results ul {
		width: 100%;
		list-style-position: outside;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.ac_results li {
		margin: 0px;
		padding: 2px 5px;
		cursor: default;
		display: block;
		/* 
		if width will be 100% horizontal scrollbar will apear 
		when scroll mode will be used
		*/
		/*width: 100%;*/
		font: menu;
		font-size: 12px;
		/* 
		it is very important, if line-height not setted or setted 
		in relative units scroll will be broken in firefox
		*/
		line-height: 16px;
		overflow: hidden;
	}

	.ac_loading {
		background: white url('indicator.gif') right center no-repeat;
	}

	.ac_odd {
		background-color: #F6F6F6
	}

	.ac_over {
		background-color: #606060;
		color: white;
	}

}

/* DO NOT PUT ANYTHING DOWN HERE! FIND THE APPROPRIATE SECTION ABOVE! THIS IS THE LAST WARNING! */
