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


/* 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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }

/* remember to define focus styles! */
:focus { 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;
}

table td {
	vertical-align: top;
}


/* Basic Elements
-------------------------------------*/
html, body { height: 100%; }

body, body.entry {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 62.5%; /* 1em = 10px */
	line-height: 1.5em;
	color: #333333;
    padding: 0;
    margin: 0;
	background: white url('../images/backgrounds/bgnd-body-content.jpg') left top no-repeat;
}

body.entry {
	background: white url('../images/backgrounds/bgnd-body-entry.jpg') left top no-repeat;
}




/* Generic Classes
-------------------------------------*/

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

#banners {
    float: left;
    padding-top: 16px;
}

#banners a {
    padding-bottom: 2px;
}

/* --- News list --- */

.news-list {
    padding: 5px 0 12px 0;
}

.news-list li {
	float: left; /* float clearer */
    padding: 5px 9px 8px 9px;
    width: 167px;
}

.news-list li:hover {
    background: #B497C6;
}

.news-list .title {
    display: inline;
    font-weight: bold;
}

.news-list .date {
	float: left;
    padding: 0px 1px 0px 2px;
    margin: 1px 1px -1px -2px;
    background: white;
}

.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: #333333;
    font-size: 1.1em;
    line-height: 1.1em;
    text-decoration: none;
}

.news-link a:hover, .news-link a:active, .news-link a:visited, .news-link a:link {
    color: #d71920;
    text-decoration: underline;
}

.news-link a:hover {
    background: none;
    text-decoration: none;
}

.news-list li.news-link:hover { background: none; }

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

.attachments-list .extension {
	color: #666;
}


/* --- Photo list --- */
.photo-list {
    margin-left: 0px;
    position: relative;
}

.photo-list div.picture {
	float: left;
	width: 140px;
    margin-left: -145px;
}

#text-content-container .photo-list dd span {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

.photo-list dd.summary {
	float: left;
    padding-left: 145px;
}

.photo-list dd.title {
    color: #4E8150;
	float: left;
    font-size: 1.2em;
    font-family: Verdana, Arial;
    padding-bottom: 2px;
}

.photo-list dd.clearer {
	margin-bottom: 20px;
}

#photo-list-lead-image {
    float: left;
    margin: 1px 7px 0px 0px;
    padding: 0;
    clear: left;
}


/* --- Guestbook list --- */
.guestbook-list {
    margin-left: -28px;
	width: 560px;
}

.guestbook-list dt {
	clear: both;
	float: right;
	width: 450px;
}

.guestbook-list dd.type {
	float: left;
	width: 100px;
    text-align: right;
    padding-right: 10px;
}

.guestbook-list dd.value {
	float: left;
	width: 450px;
    text-align: left;
}

.guestbook-list dd.clearer {
	margin-bottom: 20px;
}


/* --- Links --- */

a.type-1:link, a.type-1:visited, a.type-1:hover, a.type-1:active { color: #565656 }

a.type-1:hover { text-decoration: none; }

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
}


/* --- Other --- */

img.left {
    float: left;
    margin: 1px 7px 0px -28px;
    padding: 0;
    clear: left;
}
img.right {
	float: right;
    margin: 1px -12px 0px 7px;
    padding: 0;
    clear: right;
}

/* use to clear floats */
.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px
}

.hidden { display: none }




/* Basic Layout
-------------------------------------*/

#container {
	width: 100%;
	min-width: 1001px;
	max-width: 1600px;
}

#container, #container.entry {
    position: relative;
    float: left;
    overflow: hidden;
    /*max-width: 1600px;*/
}

#container.entry {
    background: transparent url('../images/backgrounds/bgnd-container.jpg') 629px top no-repeat;
    width: 1191px;
}

#card-area {
    position: relative;
    top: -145px;
	margin-bottom: -90px;
    margin-left: 61px;
    clear: both;
    width: 200px;
}

#card-area p {
    font-size: 1.1em;
    line-height: 1.1em;
    padding-bottom: 12px;
    padding-right: 3px;
}

#card-area p.alt { float: left; padding-bottom: 25px; }

#card-area span {
    font-size: 1.2em;
    font-weight: bold;
}

#card-area a { color: #d71920; }
#card-area a:hover { text-decoration: none; }


#content {
    position: relative;
    padding: 3px 12px 10px 24px;
/*    width: 538px;*/
    max-width: 1137px;
    min-height: 950px;
    float: left;
    font-family: Tahoma, Arial;
}




/* Header
-------------------------------------*/
#header, #header.entry {
    position: relative;
    /*height: 197px;*/
    height: 212px;
    width: 100%;
    max-width: 1600px;
    padding: 0;
    margin: 0;
    margin-bottom: -15px;
    overflow: hidden;
}

#header.entry {
    height: 313px;
    width: 100%;
    max-width: 1600px;
    overflow: hidden;
    margin-bottom: 0px;
}


#logo {
    position: absolute;
    top: 21px;
    left: 61px;
    z-index: 15;
}

#flower {
    position: absolute;
    z-index: 15;
    width: 101px;
    height: 90px;
    top: 180px;
    left: 178px;
	background: transparent url('../images/flower-cnt.png') right top no-repeat;
}

#flower a:link, #flower a:visited, #flower a:active, #flower a:hover {
	text-decoration: none;
	display: block;
	width: 101px;
	height: 90px;
	overflow: hidden;
}

#flower.entry {
	position: absolute;
    z-index: 15;
    width: 135px;
    height: 125px;
    top: 220px;
    left: 189px;
	background: transparent url('../images/flower-entry.png') left top no-repeat;
}

#flower.entry.type1 { background-image: url('../images/sprites/flower1.png'); }
#flower.entry.type2 { background-image: url('../images/sprites/flower2.png'); }
#flower.entry.type3 { background-image: url('../images/sprites/flower3.png'); }
#flower.entry.type4 { background-image: url('../images/sprites/flower4.png'); }

#flower.entry.type1:hover { background-position: right top; }
#flower.entry.type2:hover { background-position: right top; }
#flower.entry.type3:hover { background-position: right top; }
#flower.entry.type4:hover { background-position: right top; }


#image-area, #image-area.entry {
    position: absolute;
    left: 225px;
    top: 0px;
}

#image-area.entry { left: 225px; }

#image-area img { display: none; }

#top-menu, #topmenu.entry {
    position: relative;
    top: -2px;
    z-index: 15;
    text-align: right;
    right: 0;
}

#topmenu.entry {
    position: absolute;
    top: 0;
}

#language {
    padding-top: 3px;
    float: right;
    width: 74px;
    min-height: 90px;
	background: transparent url('../images/backgrounds/bgnd-language.png') right top repeat-y;
}

#language li { display: inline; }

#language li a span{
    width: 74px;
    height: 15px;
    display: block;
    cursor: pointer;
}

#language li a span#lang-slo { background: transparent url('../images/flags/slo-off.png') right top no-repeat; }
#language li a span#lang-slo:hover { background: transparent url('../images/flags/slo-on.png') right top no-repeat; }
#language li a.on span#lang-slo, #language li a.on span#lang-slo:hover { background: transparent url('../images/flags/slo-on.png') right top no-repeat; }

#language li a span#lang-eng { background: transparent url('../images/flags/eng-off.png') right top no-repeat; }
#language li a span#lang-eng:hover { background: transparent url('../images/flags/eng-on.png') right top no-repeat; }
#language li a.on span#lang-eng, #language li a.on span#lang-eng:hover { background: transparent url('../images/flags/eng-on.png') right top no-repeat; }

#language li a span#lang-ita { background: transparent url('../images/flags/ita-off.png') right top no-repeat; }
#language li a span#lang-ita:hover { background: transparent url('../images/flags/ita-on.png') right top no-repeat; }
#language li a.on span#lang-ita, #language li a.on span#lang-ita:hover { background: transparent url('../images/flags/ita-on.png') right top no-repeat; }

#language li a span#lang-ger { background: transparent url('../images/flags/ger-off.png') right top no-repeat; }
#language li a span#lang-ger:hover { background: transparent url('../images/flags/ger-on.png') right top no-repeat; }
#language li a.on span#lang-ger, #language li a.on span#lang-ger:hover { background: transparent url('../images/flags/ger-on.png') right top no-repeat; }

#language li a span#lang-fra { background: transparent url('../images/flags/fra-off.png') right top no-repeat; }
#language li a span#lang-fra:hover { background: transparent url('../images/flags/fra-on.png') right top no-repeat; }
#language li a.on span#lang-fra, #language li a.on span#lang-fra:hover { background: transparent url('../images/flags/fra-on.png') right top no-repeat; }

#language li a span#lang-esp { background: transparent url('../images/flags/esp-off.png') right top no-repeat; }
#language li a span#lang-esp:hover { background: transparent url('../images/flags/esp-on.png') right top no-repeat; }
#language li a.on span#lang-esp, #language li a.on span#lang-esp:hover { background: transparent url('../images/flags/esp-on.png') right top no-repeat; }


#top-links {
    float: right;
    clear: right;
    margin-top: 0px;
    position: relative;
    top: 0;
    z-index: 1000;
}

#top-links li {
    height: 35px;
    padding-left: 23px;
    padding-top: 4px;
    text-align: left;
    float: right;
    clear: right;
}

#top-links li strong {
	display: block;
    font-family: Verdana;
    font-size: 1.5em;
    line-height: 0.9em;
    font-weight: normal;
    color: white;
}

#top-links li span {
    font-family: Tahoma;
    font-size: 1em;
    line-height: 1.1em;
    color: white;
}

#top-links li#top-menu-1 span, #top-links li#top-menu-1 a { color: #b1b2b3; }
#top-links li#top-menu-2 span, #top-links li#top-menu-2 a { color: #c2e1da; }
#top-links li#top-menu-3 span, #top-links li#top-menu-3 a { color: #a0b8dc; }
#top-links li#top-menu-4 span, #top-links li#top-menu-4 a { color: #a5c1a6; }
#top-links li#top-menu-5 span, #top-links li#top-menu-5 a { color: #b497c6; }

#top-links li#top-menu-1 {
    background: transparent url('../images/top-menu-1.png') left top no-repeat;
    padding-right: 30px;
}

#top-links li#top-menu-2 {
    background: transparent url('../images/top-menu-2.png') left top no-repeat;
    padding-right: 10px;
}

#top-links li#top-menu-3 {
    background: transparent url('../images/top-menu-3.png') left top no-repeat;
    padding-right: 0px;
}

#top-links li#top-menu-4 {
    background: transparent url('../images/top-menu-4.png') left top no-repeat;
    padding-right: 10px;
}

#top-links li#top-menu-5 {
    background: transparent url('../images/top-menu-5.png') left top no-repeat;
    padding-right: 30px;
}

#top-links li a:link, #top-links li a:visited, #top-links li a:active, #top-links li a:hover {
    text-decoration: none;
    display: block;
}

#top-links li a:hover { text-decoration: underline; }


/* Entry
-------------------------------------*/

#col1, #col2, #col3, #col4 {
    float: left;
    position: relative;
}

#col1 {
    width: 255px;
    min-height: 400px;
}

#col2 {
    width: 374px;
    min-height: 400px;
    padding-top: 33px;
}

#col3 {
    width: 561px;
    min-height: 400px;
    padding-top: 2px;
}

#col4 {
	position: absolute;
	right: 0;
    width: 172px;
    min-height: 400px;
    padding-top: 55px;
}

#wellcome-area {
    padding-left: 4px;
}


#wellcome-area h2 {
    font-size: 2em;
    margin-bottom: 7px;
    font-weight: normal;
}

#wellcome-area p {
    font-size: 1.2em;
    line-height: 1.1em;
    padding-right: 13px;
}

#experience-area {
    margin-top: 47px;
}

#experience-area h2, #news-area h2, #reservation h2, #accommodation-form h2 {
    font-family: Verdana, Arial;
    font-size: 2.5em;
    color: #961a1a;
    font-weight: normal;
    margin-bottom: 3px;
    padding-left: 8px;
}

#reservation h2, #accommodation-form h2 {
    font-size: 2.5em;
    margin-top: -1px;
    margin-left: -1px;
}


#experience-area h2 { margin-bottom: 3px; }

#experience-list li {
    float: left;
    background: white;
}


.experience-list-item {
    width: 185px;
    margin-right: 2px;
    padding-bottom: 13px;
    /*padding: 0px 1px 13px 1px;*/
    background: white;
    float: left;
	cursor: pointer;
}

.experience-list-item#alt-1:hover { background: #B1B2B3; }
.experience-list-item#alt-2:hover { background: #C2E1DA; }
.experience-list-item#alt-3:hover { background: #A0B8DC; }
.experience-list-item#alt-4:hover { background: #A5C1A6; }
.experience-list-item#alt-5:hover { background: #B497C6; }
.experience-list-item#alt-6:hover { background: #A0B8DC; }
.experience-list-item#alt-7:hover { background: #B1B2B3; }
.experience-list-item#alt-8:hover { background: #C2E1DA; }


.experience-list-item a:link, .experience-list-item a:active, .experience-list-item a:hover, .experience-list-item a:visited {
    color: #333333;
    text-decoration: none;
}

.experience-list-item strong {
	display: block;
    padding: 3px 7px 3px 7px;
}

.experience-list-item a p {
    padding: 0px 7px 0px 7px;
    font-size: 1.1em;
    line-height: 1.1em;
}


.experience-list-item h3{
    font-size: 1.1em;
}

.experience-list-item p{
    padding: 0px 7px 0px 7px;
    font-size: 1.1em;
    line-height: 1.1em;
}


#news-area {
    float: left;
    width: 185px;
    margin-right: 2px;
    min-height: 397px;
}

#reservation {
    float: left;
    /*width: 185px;*/
    width: 172px;
}

#reservation-form, #reservation-form.entry, #accommodation-form {
    background: #e4e4e4;
    width: 156px;
    min-height: 255px;
    padding: 0px 8px;
}

#accommodation-form {
    background: none;
    margin-top: 0px;
    min-height: 140px;
    padding: 0;
    width: 250px;
    float: left;
}

#reservation-form h2, #accommodation-form h2 {
    padding-left: 0px;
}

#reservation-form.entry {
    width: 173px;
    padding: 0px 6px;
    min-height: 235px;
}

#moving-part {
    margin-top: 2px;
    float: left;
    width: 372px;
}

#media-center, #map {
	margin-top: 1px;
    margin-bottom: 0px;
}

#map {
    margin: 0;
    margin-top: 2px;
}


#media-center {
    width: 372px;
    height: 279px;
}

#film-bg {
    background: url('../images/backgrounds/bgnd-film.png') left bottom repeat-x;
    display: block;
    width: 372px;
    height: 40px;
    position: relative;
    top: 239px;
    z-index: 800;
}




/* Content
-------------------------------------*/
#content h1 {
	margin-top: 12px;
	margin-bottom: 0px;
	font-size: 2em;
	line-height: 1em;
    color: #4e8150;
    font-weight: normal;
}

#content h2 {
	margin-bottom: 15px;
	font-size: 1.5em;
	line-height: 1em;
    color: #333333;
    font-weight: normal;
    border-bottom: 1px solid #333333;
    clear: both;
}

#content h4 {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1em;
    color: #333333;
    font-weight: normal;
}

#content h2.alt { border: none; }

#text-content-container {
    clear: both;
	width: 535px;
	font-size: 1.2em;
    line-height: 1.2em;
}

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

#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:hover { text-decoration: none; }

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

#text-content-container p.print a:link, #text-content-container p.print a:active,
#text-content-container p.print a:visited, #text-content-container p.print a:hover {
	background: url('../images/print.gif') right 2px no-repeat;
    color: #8f8f8f;
    text-decoration: none;
    float: right;
    margin-right: 0px;
    padding-right: 17px;
    font-size: 0.9em;
}

#text-content-container p.before-cnt {
    float: right;
    margin-top: -15px;
	display: none; /* disabled */
}

#text-content-container p.after-cnt {
    float: right;
    margin-top: 0px;
}

#text-content-container p.print a:hover { text-decoration: underline; }

#pagging {
    clear: both;
    display: block;
    padding: 4px 0px 4px 0px;
    margin-bottom: 1px;
    background: #e4e4e4;
	margin-right: 1px;
}

#sorting {
    display: block;
    margin-bottom: 20px;
    padding: 4px 0px 4px 0px;
    background: #fcfcfc;
	margin-right: 1px;
}


#pagging a:link, #pagging a:active, #pagging a:visited, #pagging a:hover {
    text-decoration: none;
    padding: 0px 4px 0px 5px;
    color: #333333;
    font-size: 1.2em;
	font-family: Tahoma, Arial;
}

#pagging strong {
    font-size: 1.1em;
	font-family: Tahoma, Arial;	
	color: #333333;
	width: 130px;
	display: block;
	padding-left: 11px;
	float: left;
}

#sorting a:link, #sorting a:active, #sorting a:visited, #sorting a:hover {
	text-decoration: underline;
    font-size: 1.2em;
    padding-right: 33px;
	color: #8e8e8e;
	font-family: Tahoma, Arial;	
}

#sorting strong {
    font-size: 1.1em;
	font-family: Tahoma, Arial;	
	color: #8e8e8e;
	width: 134px;
	display: block;
	padding-left: 11px;
	float: left;	
}

#pagging a:hover { text-decoration: underline; }

#sorting a:hover { text-decoration: none; }

#pagging a.on:link, #pagging a.on:active, #pagging a.on:visited, #pagging a.on:hover {
    text-decoration: underline;
}

#sorting a.on:link, #sorting a.on:active, #sorting a.on:visited, #sorting a.on:hover {
	text-decoration: none;
}

#logout {
    margin-top: -28px;
    float: right;
}

#logout a:link, #logout a:visited, #logout a:active, #logout a:hover {
    text-decoration: none;
    color: #D71920;
}

#logout a:hover { text-decoration: underline; }


/* --- video --- */

span.video-placeholder {
	clear: both;
	padding: .7em 0px .7em 0px;
	display: block;
}

/* --- unsorted list --- */

#text-content-container ul {
	padding-left: 3em;
	padding-top: 0.5em;
	padding-bottom: 1em;
}

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


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

#text-content-container ol {}

#text-content-container ol li {
	margin-bottom: .3em;
	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 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 form and results --- */

#search {
    float: left;
    margin-bottom: 26px;
}


#input-search-mini {
    border: none;
    border-right: 1px solid #9f7ab6;
    border-bottom: 1px solid #9f7ab6;
    float: left;
    width: 160px;
    padding: 0;
    padding-right: 2px;
    margin: 0;
    font-size: 1.2em;
    text-align: right;
}

#search-submit, #form-submit {
	background: transparent url(../images/backgrounds/bgnd-search.png) right top no-repeat;
    border: none;
    cursor: pointer;
    float: left;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 1.1em;
    color: white;
    height: 16px;
    margin-left: 1px;
    padding: 0px 20px 4px 14px;
}

#form-submit, #poll-form input.input-submit {
    background: transparent url(../images/backgrounds/bgnd-form.gif) left top repeat-x;
    font-size: 0.9em;
    padding: 0px 15px 4px 14px;
    height: 15px;
    margin-left: 2px;
}

#search-submit:hover { background: transparent url(../images/backgrounds/bgnd-search-on.png) right top no-repeat; }

#form-submit:hover, #poll-form input.input-submit:hover { background: transparent url(../images/backgrounds/bgnd-form-on.gif) left top repeat-x; }

#form-reset {
	background: transparent url(../images/backgrounds/bgnd-form-reset.gif) left top no-repeat;
    border: none;
    cursor: pointer;
    float: left;
    height: 15px;
    width: 16px;
    margin-left: 3px;
}

#form-reset:hover { background: transparent url(../images/backgrounds/bgnd-form-reset-on.gif) left top no-repeat; }

#search-main-form { margin-bottom: 1em }

#poll-form input.input-submit { 
	font-size: 1.1em; 
	font-weight: bold;
	border: none;
	height: 17px;
}

#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: 0;
}

.photo-gallery-item {
	float: left;
	width: 147px;
	padding: 10px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #DFDFDF;
	background: white url(../images/backgrounds/bgnd-gallery-item.gif) top left repeat-x;
	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 }

.photo-gallery-item p a:link, .photo-gallery-item p a:active, .photo-gallery-item p a:visited, .photo-gallery-item p a:hover {
    color: #333333 !important;
    text-decoration: none !important;
}

.photo-gallery-item p a:hover { text-decoration: underline !important; }


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


/* --- News --- */

#news .news-list { font-size: 1.15em }

#news .link-list {
	float: left;
	font-size: 1.15em;
}


/* --- FAQ --- */

#faq label,
#faq .form-error,
#faq .racun {
	font-size: 1.15em;
}


/* --- Poll --- */

#poll-area {
	margin-top: 80px;
	float: left;
	width: 170px;
	margin-left: 59px;
	font-size: 1em;
	line-height: 1.2em;
}

#poll-question,
#poll .poll-archive,
#poll label,
#poll-answers-area {
	font-size: 1.2em;
}

#poll-question { font-weight: bold; }

#poll-question { margin-bottom: 5px; }

#poll-container h2 { 
	color: #961A1A;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.1em;
	margin-bottom: 5px;
}

.poll-votes-total { padding-top: 10px; }

.poll-answer { padding-top: 5px; }


/* Footer
-------------------------------------*/

#footer-area, #footer-area.entry {
    width: 100%;
    max-width: 1600px;
    float: left;
    position: relative;
    padding: 0;
    margin: 0;
    clear: both;
    background: #7b9bc8 url(../images/backgrounds/bgnd-footer.gif) top left repeat-x;
    margin-top: -33px;
}

#footer-area.entry {
    width: 100%;
    max-width: 1600px;
}

#footer {
    overflow: hidden;
    float: left;
}

#footer-col0, #footer-col1, #footer-col2, #footer-col3, #footer-col4, #footer-col5  {
    position: relative;
    float: left;
    min-height: 168px;
    font-family: Arial, Verdana;
}

#footer-col0 {
    width: 57px;
    background: white;
}

#footer-col1 {
    width: 240px;
    /*background: transparent url(../images/backgrounds/bgnd-weather.gif) 131px 30px no-repeat;*/
}

#footer-col2 {
    width: 191px;
    margin-left: 13px;
}

#footer-col5 {
    width: 207px;
    margin-left: 4px;
}


#footer-col34 {
    position: absolute;
    width: 281px;
    float: right;
    right: 0px;
}

#footer-col3 {
    width: 167px;
    float: left;
}

#footer-col4 {
    width: 113px;
    float: left;
}

#footer-col3-bg {
    float: left;
    width: 168px;
    min-height: 137px;
    background: #6f91c1;
}

#footer-col4-bg {
    float: left;
    width: 114px;
	margin-top: 30px;
    min-height: 138px;
    background: #587eb4;
}

#footer-col1 h2, #footer-col2 h2, #footer-col3 h2, #footer-col4 h2, #footer-col5 h2  {
    position: relative;
    float: left;
    margin-top: 14px;
    margin-bottom: 10px;
    font-size: 2.2em;
    font-family: Verdana, Arial;
    color: #5a80b6;
    font-weight: normal;
    padding-left: 2px;
}

#footer-col3 h2 { margin-left: 2px; margin-bottom: 2px; }

#footer-col4 h2 { margin-left: 15px; margin-bottom: 2px; }

#weather-values li span, #soca-values li span, #winter-values p {
    float: left;
    font-size: 1em;
    color: white;
    line-height: 1em;
    width: 140px;
    float; left;
}

#winter-values p {
    width: 203px;
    padding: 2px 0px 7px 3px;
}


#soca-values li span { width: 100px; }

#weather-values li strong, #soca-values li strong, #winter-values strong {
    color: #d2ddec;
    width: 70px;
    display: block;
    float: left;
    font-weight: normal;
    clear: both;
    padding: 0;
    padding-left: 3px;
    line-height: 0.8em;
    font-size: 1.1em;
}

#winter-values strong {
    width: 203px;
    font-weight: bold;
    padding: 0px;
    padding-left: 3px;
}


.footer-bottom-text {
    clear: both;
    position: absolute;
    bottom: 3px;
    padding-left: 4px;
    color: #d2ddec;
    font-size: 1.1em;
    font-style: italic;
}

.footer-bottom-text.alt { padding-left: 20px; }

.footer-bottom-text a:link, .footer-bottom-text a:visited, .footer-bottom-text a:active, .footer-bottom-text a:hover {
    color: #d2ddec;
    text-decoration: underline;
}

.footer-bottom-text a:hover { text-decoration: none; }

.servis-list {
    padding: 8px 4px 7px 5px;
    font-family: Tahoma, Arial;
    font-size: 1.1em;
    line-height: 1.1em;
    color: white;
}

.servis-list-title {
    font-weight: bold;
    font-size: 1.2em;
}

.servis-list a:link, .servis-list a:visited, .servis-list a:active, .servis-list a:hover {
    color: white;
    text-decoration: underline;
}

#bovsko-list a:link, #bovsko-list a:visited, #bovsko-list a:active, #bovsko-list a:hover {
    color: white;
    text-decoration: none;
    padding: 1px 20px 1px 0px;
}

.servis-list a:hover { text-decoration: none; }

#bovsko-list a:hover { text-decoration: underline; }

#bovsko-list {
    padding: 9px 18px 9px 4px;
    font-family: Tahoma, Arial;
    font-size: 1.1em;
    line-height: 1.1em;
    color: white;
    text-align: right;
}

#bovsko-list li {
    padding-top: 2px;
    padding-bottom: 2px;
}


.bovsko-feed { background: transparent url(../images/backgrounds/icons/feed.gif) right top no-repeat; }
.bovsko-flickr { background: transparent url(../images/backgrounds/icons/flickr.gif) right top no-repeat; }
.bovsko-youtube { background: transparent url(../images/backgrounds/icons/youtube.gif) right top no-repeat; }
.bovsko-vimeo { background: transparent url(../images/backgrounds/icons/vimeo.gif) right top no-repeat; }
.bovsko-facebook { background: transparent url(../images/backgrounds/icons/facebook.gif) right top no-repeat; }
.bovsko-delicious { background: transparent url(../images/backgrounds/icons/delicious.gif) right top no-repeat; }

#sysmenu {
	position: relative;
	margin-left: 5px;
	margin-top: 10px;
}

#sysmenu li {
	position: relative;
	float: left;
	width: 13px;
	height: 12px;
	margin-right: 10px;
}

#sysmenu li a {
	position: relative;
	float: left;
	width: 13px;
	height: 12px;
	text-indent: -9999px;
	background: transparent url(../images/sprites-sysmenu.gif) 0 0 no-repeat;
}

#sysmenu li.sys-home a {
	background-position: 0px 0px;
}

#sysmenu li.sys-print a {
	background-position: -15px 0px;
}

#sysmenu li.sys-contact a {
	background-position: -30px 0px;
}

#sysmenu li.sys-sitemap a {
	background-position: -45px 0px;
}

#sysmenu li.sys-credits a {
	background-position: -75px 0px;
}




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

/* --- Breadcrumbs --- */

#content #breadcrumbs {
    clear: both;
    color: #a1bca1;
    float: left;
    font-size: 1.1em;
    margin-bottom: 16px;
    margin-top: -2px;
    padding-left: 1px;
    text-transform: lowercase;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active {
    color: #a1bca1;
    text-decoration: none;
}

#breadcrumbs a:hover { text-decoration: underline; }

/* --- Sitemap --- */

ul#sitemap { list-style-type: none; }

#sitemap ul {
	margin-left: 1em;
	padding-bottom: 0;
	list-style-type: none;
}


/* --- Main Menu --- */

#main-menu {
	width: 251px;
    font-family: Verdana, Tahoma, Arial;
    margin-top: 47px;
	float: left;
}


/* Level 1 */

#main-menu a {
    cursor: pointer !important;
}

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

#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;
	text-decoration: none;
    padding: 6px 0px 7px 0px;
    color: #333333;
    display: block;
}

#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 {
    color: #4a7d4c;
}

#main-menu li.menu-level1 a.menu-level1:hover {	color: #4a7d4c; }

#main-menu span.menu-level1 {
    font-size: 1.7em;
    padding-left: 59px;
    padding-right: 10px;
    display: block;
}


/* Level 2 */

#main-menu ul.menu-level2 {
    border-top: 1px solid #4a834c;
    border-left: 7px solid #4a834c;
    margin-top: -8px;
    padding: 3px 0px;
    margin-bottom: 4px;
    float: left;
    width: 240px;
}

#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: #4a834c;
	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 {
	text-decoration: underline;
}

#main-menu li.menu-level2 a.menu-level2:hover { text-decoration: underline; }

#main-menu span.menu-level2 {
    font-size: 1.2em;
    line-height: 1.15em;
    padding-left: 53px;
    display: block;
    width: 185px;
}


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

#text-content-container form {
	width: 95%;
	margin-bottom: 1em;
	padding: 1em 0;
    /*background: #B497C6;*/
}

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;
    font-family: Tahoma, Arial;
    font-size: 1em;
}

select {
	padding: 0px 0px 0px 1px;
    border: none;
    background: white url(../images/button.gif) right top no-repeat;
    font-size: 1em;
    margin-left: 2px;
    margin-bottom: 2px;
}

select.alt { width: 82px; }

#accommodation-form input.accommodation-input, .reservation-input{
	padding: 1px 1px 1px 4px;
    border: none;
    background: white;
    font-size: 1em;
    margin: 0px 0px 4px 2px;
	width: 110px;
}

#accommodation-form p {
	color: white;
	font-size: 2.1em;
	line-height: 0.8em;
	padding: 0;
	margin-left: 104px;
	float: left;
	font-family: Verdana, Arial;
}


.input-security {
	width: 5em !important;
	margin: 0 0 0 3px;
}

form span.mandatory { color: #B90000 }


/* Vertical form */

.vertical-form {}

.vertical-form dt {
	margin-top: 1em;
	margin-bottom: .3em;
}


/* Horizontal form */

.horizontal-form {
    float: left;
    width: 165px;
    padding-top: 40px;
}

.horizontal-form dt {
	clear: left;
	float: left;
	width: 60px;
	padding-top: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 3px;
	text-align: left;
    font-weight: bold;
    font-family: Tahoma, Arial;
    font-size: 1.1em;
    line-height: 1em;
    color: #8a8a8a;
}

#accommodation-form .horizontal-form dt {
    font-size: 0.9em;
    line-height: 1em;
    width: 100px;
}

.horizontal-form dt label { text-align: right }

.horizontal-form dd {
	float: left;
	width: 100px;
}

.input-radio {
    float: left;
}

.horizontal-form dd span{
    float: left;
}

fieldset.checkboxes label {
	float: left;
	display: block;
}

form dt.alt,
form dd.alt {
	text-align: left
}

dt.alt {
    margin: 10px 0px 4px 0px;
    display:block;
    clear:both;
    width:160px;
}

.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 green;
	font-weight: bold;
	color: green;
}

.form-error {
	margin: 1em 0;
	padding: .3em 0;
	border: 1px solid #B90000;
	color: #B90000;
}

.form-error li {
	padding: .3em 1em;
	font-weight: bold;
	line-height: 1.2;
}




/* Modules
-------------------------------------*/

/* --- calendar --- */

#calendar-response {
    display: block;
}

#calendar-table {
    border-collapse: collapse;
    margin: 0 auto;
}

#calendar-table th {
	color: #333;
	font-weight: normal;
}

#calendar-table td {
	width: 2.2em;
	border: .1em solid white;
	text-align: center;
	line-height: 0;
	background-color: white;
	color: #333;
	cursor: default;
    font-size: 0.9em;
}

#calendar-table td.week-selector {
	border: none;
	background-color: transparent;
}

#calendar-table .day-existing {	background-color: #C2E1DA;  }

#calendar-table .day-empty { background-color: white; }

#calendar-table .day-existing,
#calendar-table .day-empty {
	padding: 1em 0;
}

#calendar-table .day-event { background-color: #A0B8DC; }

#calendar-table .day-today {
	display: block;
	padding: 0.9em 0;
	border: .1em solid #B90000;
    margin: 0 -0.1em;
	color: white;
    /*line-height: 0.4em;*/
}

#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: 0em .2em;
	text-decoration: none;
    color: #333333;
}

#calendar-month-switcher {
	font-size: 1em;
	margin-top: .3em;
	display: block;
    text-align: center;
}

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;
    text-decoration: none;
}

a#cal-prev-month:hover, a#cal-next-month:hover { text-decoration: underline; }



/*----- language-bar-cnt -----*/

#address-area {
    width: 155px;
    float: right;
    margin: 1px 1px 0px 0px;
    text-align: left;
    position: relative;
    top: 0px;
    z-index: 2000;
}

ul#address-select {
    border: none;
    display: none;
    right: -1px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 16px;
    width: 154px;
    padding-right: 0px;
    padding-bottom: 2px;
    border: 1px solid #666666;
    background: white;
}

ul#address-select li {
    padding: 1px;
    background: #ffffff;
    width: 153px;
    border: none;
    margin: 0;
    height: 1.2em;
    padding-left: 0px;
    padding-right: 0px;
    float: right;
}

ul#address-select li:hover {
    background: #ffffff;
}

ul#address-select li a{
    text-decoration: none;
    color: #666666;
    display: block;
    float: right;
    width: 127px;
    padding-right: 18px;
    padding-left: 4px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1em;
}

ul#address-select li a:hover {
    background: #ffffff;
    text-decoration: underline;
}

#address-area span.address-input {
    background-color: #ffffff;
    float:right;
    position:relative;
    margin-top: 1px;
    margin-right: 1px;
    width: 129px;
    cursor: pointer;
    color: #666666;
    font-weight: normal;
    font-family: Tahoma;
    font-size: 1.1em;
    padding-left: 9px;
}

#address-area span.address-button {
    background: url(../images/backgrounds/bgnd-selector-arrow-down.gif) no-repeat scroll 50% 50%;
    cursor: pointer;
    float: right;
    height: 16px;
    width: 15px;
    margin-top: 1px;
}

#address-area span.address-button:hover {
    background: url(../images/backgrounds/bgnd-selector-arrow-down-over.gif) no-repeat scroll 50% 50%;
}



/* Print styles
-------------------------------------*/

@media print {

	body {
		font-size: 11px;
		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%;
	    color: #B90000;
	}

    #image-area, #search, #col1, #reservation, #moving-part, #top-menu, #col4,
    p.footer-bottom-text, #pagging, #sorting, #quicklinks, #banners, .print, #calendar-response, form {
        display: none !important;
    }

    #footer div {
        clear: both;
        float: left;
        position: relative;
        margin-left: 0;
        padding-left: 0;
        min-height: 120px;
        text-align: left;
    }

    #card-area {
        margin-left: 0px;
        position:absolute;
        right: 0px;;
        top: 40px;
        width:150px;
    }

    #logo { left: 10px; }

    h2 {
        padding-left: 0px !important;
        margin-left: 0px !important;
        color: black !important;
        display: block;
    }
	
	#container {
		page-break-before: auto;
	}


}

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