/*
 *  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
 *
 */


/* 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;
}




/* Basic Elements
-------------------------------------*/
html { height: 100%; }

body {
	font-family: arial,helvetica, sans-serif;
	font-size: 62.5%; /* 1em = 10px */
	line-height: 1.5em;
	color: #333;
    height: 100%;
    background: transparent url(../images/backgrounds/bgnd-body.gif) top left no-repeat;
}




/* Generic Classes
-------------------------------------*/

/* --- Link list --- */

.link-list a:link, .link-list a:visited, .link-list a:hover, .link-list a:active { color: #B90000 }


/* --- News list --- */

.news-list {
    float: left;
    padding-bottom: 33px;
}


.news-list li, .news-list li.links-first  {
	float: left; /* float clearer */
	width: 231px;
    padding: 0px 15px 9px 21px;
}

.news-list li.links-first  {
    padding-bottom: 0px;
}

#content-entry .news-list li {
	width: 338px;
}


.news-archive li {
    width: auto;
    padding: 0px 30px 0px 0px;
    margin-left: 0;
    margin-bottom: 0px;
    width: 580px;
}


.news-list .title {
    display: inline;
    font-size: 1.2em;
}

.news-list .date {
	float: left;
    color: #828282;
    padding-right: 3px;
    font-size: 1em;
    margin-bottom: -2px;
    padding-top: 0px;
}

.news-list .vir {
    color: #006AB7;
    /*background: #f9d52f;*/
    padding-right: 5px;
    font-size: 0.9em;
    margin-top: -1px;
    display: block;
    text-transform: lowercase;
    clear: both;
}

.news-list .category {
	font-style: italic;
	color: #666;
}

p.title a:link, p.title a:visited, p.title a:hover, p.title a:active {
    text-decoration: none;
    color: #333333 !important;
    line-height: 1.1em;
}

p.title a:hover {
    text-decoration: underline;
    color: #9e2121;
}

a.news-archive:link, a.news-archive:visited, a.news-archive:hover, a.news-archive:active {
    font-size: 1.2em;
    color: #9e2121;
    text-transform: lowercase;
}

a.news-archive:hover {
    text-decoration: none;
}

ul.alt-4 {
    padding-bottom: 30px;
}

.text-content-container table td {
    border:1px solid #999999;
    padding:0.3em 0.5em;
}




/*.news-list a:visited { color: #5f4646 }*/


/* --- 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;
}


/* --- Other --- */

span.zobo-odmik {
    width: 200px;
    font-weight: bold;
}


img.content-photo { padding: .2em 10px }

img.left {
	float: left;
    padding: 3px 8px 0px 1px;
    margin-bottom: -2px;
    margin-left: -32px;
    clear: both;
}

img.right {
	float: right;
	padding-right: 0;
}

/* use to clear floats */
.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px
}




/* Basic Layout
-------------------------------------*/
#scale {
    position: relative;
    min-height: 60%;
}


#container {
	width: 966px;
	margin: 0;
    float: left;
    border-top: 10px solid #dedcd1;
}

#menu-area {
    position: relative;
    width: 138px;
    float: left;
    background: #dedcd1;
    min-height: 650px;

}

#content {
    position: relative;
    width: 573px;
    padding: 0px 38px 28px 32px;
    float: left;
    background: #efeee8;
    border-right: 1px solid #dedcd1;
}

#content-jobs {
    position: relative;
    width: 643px;
    float: left;
    background: #efeee8;
    border-right: 1px solid #dedcd1;
}

#news-area {
    position: relative;
    float: left;
    width: 269px;
    background: #efeee8 url(../images/backgrounds/bgnd-news-area.gif) bottom left no-repeat;
}

#content-entry {
    position: relative;
    float: left;
    width: 375px;
    background: #dedcd1;
}

#calendar-area, #calendar-area-content {
    position: relative;
    float: left;
    width: 184px;
    background: transparent url(../images/backgrounds/bgnd-koledar.png) left 92px no-repeat;
    top: 0px;
    z-index: 10;
}

#calendar-area-content {
    background: white url(../images/backgrounds/bgnd-koledar2.png) left 0 no-repeat;
    top: 0px;
    padding-bottom: 18px;
}

#menu-area, #content, #content-jobs, #news-area, #content-entry, #calendar-area {
    padding-bottom: 28px;
}

#image-area {
    position: absolute;
    left: 138px;
    width: 828px;
    height: 279px;
    z-index: 4;
}

#image-area img {
    display: none;
}



/* Header
-------------------------------------*/

#scale {
    height: 100%;
    position: absolute;
}

#header {
    position: relative;
    height: 120px;
    width: 966px;
    left: 0;
    z-index:2;
}

#logo {
    position: absolute;
    top: 32px;
    left: 31px;
    z-index: 3;
}


#top-menu-sys {
    position: relative;
    top: 88px;
    height: 32px;
    width: 966px;
    background: transparent url(../images/backgrounds/bgnd-top-menu-sys.gif) top left no-repeat;
    text-transform: lowercase;
}


/* Entry
-------------------------------------*/

#banners {
    position: relative;
    float: left;
    margin-top: 50px;
    margin-left: 1px;
	width: 185px;
    z-index: 11;
}

#banners a {
    float: left;
}


p.card{
    position: absolute;
    line-height: 1.2em;
    color: #828282;
    font-size: 1.1em;
    padding-left: 9px;
    float: left;
    clear: both;
    top: 580px;
	left: 0;
    z-index: 5;
}

p.card a{
    text-decoration: underline;
    color: #828282;
}

p.card a:hover{
    text-decoration: none;
}

img#card-email {
    margin-right: 3px;
    margin-bottom: -2px;
}

#news-area h3, #content-entry h3, #content h1, h2 {
    font-size: 1.4em;
    font-weight: normal;
    margin-left: 20px;
    color: #006ab7;
    padding-bottom: 1px;
    padding-top: 4px;
    margin-bottom: 7px;
    margin-top: 0;
    width: 192px;
    background: url(../images/line.gif) 1px bottom no-repeat;
    float: left;
}

h2 {
    font-size: 1.1em;
    color: #9E2121;
    margin-left: 0px;
    display: block;
    clear: both;
    float: none;
}

#content h2 {
	margin-bottom: 1em;
	margin-top: 2em;
	font-size: 1.4em;
	color: #333;
}


#news-area h3.alt-2, #news-area h3.alt-4, #news-area h3.alt-6 {
    padding-bottom: 0px;
}


#news-area h3.on, #content-entry h3.on {
    background: url(../images/line-on.gif) 0px bottom no-repeat;
    color: white;
}

#content-entry div.first {
    margin-top: 269px;
}

.text-content-entry {
    clear: both;
}

#content-entry h3 {
    position: relative;
    margin-left: 0px;
    margin-top: 13px;
    margin-bottom: 2px;
    float:left;
    /*text-transform: lowercase;*/
}

#content-entry h3.alt-2, #content-entry h3.alt-4, #content-entry h3.alt-6, #content-entry h3.alt-7, #content-entry h3.alt-8 {
    margin-left: 20px;
    margin-bottom: 7px;
    margin-top: 0;
}

#content-entry h3.no-foto {
    margin-left: 24px;
}

.text-content-entry p {
    position: relative;
    padding: 0px 24px 0px 24px;
    top: 15px;
    font-size: 1.2em;
    line-height: 1.2em;
}

.text-content-entry p.no-foto {
    clear: both;
}

.text-content-entry p a{
    margin-top: 15px;
    text-decoration: underline;
    color: #9e2121;
    float: left;
    margin-bottom: 61px;
}

.text-content-entry p.no-foto a{
    margin-top: 15px;
    margin-bottom: 20px;
}

.text-content-entry p a:hover{
    text-decoration: none;
}

.text-content-entry p a.email{
    margin-top: 0px;
    margin-bottom: 0px;
}

.text-content-entry img {
    float: left;
    margin: 0px 6px -15px 1px;
}

.text-content-entry span {
    position: relative;
    float: left;
    margin-top: -2px;
    margin-bottom: -4px;
    width: 213px;
    color: #828282;
}

.text-content-entry span a:link, .text-content-entry span a:visited,
.text-content-entry span a:active, .text-content-entry span a:hover {
    text-decoration: none;
    text-transform: lowercase;
    color: #828282;
}

.text-content-entry span a:hover {
    text-decoration: underline;
}

.text-content-entry span.no-foto {
    padding: 0 24px;
}

#e-uprava {
	padding-bottom: 33px;
}

#e-uprava p {
	clear: both;
	margin-left: 20px;
	margin-bottom: .7em;
	font-size: 1.2em;
}

#e-uprava p a {
	color: #9E2121
}

#quick-links {
	padding-bottom: 33px;
}

#hitre-povezave p {
	clear: both;
	margin-left: 20px;
	margin-bottom: .7em;
	font-size: 1.2em;
}

#hitre-povezave p a {
	color: #9E2121
}

#tourism-content {
	margin-left: 21px
}

#tourism-content p {
	clear: both;
	font-size: 1.2em;
	padding: 4px 15px 9px 0;
}

#tourism-content .text-content-entry h3.no-foto {
	margin-left: 0;
}

#tourism-content .text-content-entry span.no-foto {
	padding-left: 0;
}

#tourism-content .text-content-entry img {
	margin-top: 17px;
}

#tourism-content .text-content-entry p {
	clear: none;
}

#tourism-content .text-content-entry p a {
	margin-bottom: 33px;
}

#tourism-content .text-content-entry p a.email {
	margin-bottom: 0px;
}

#tourism-content div.first {
	margin-top: 0;
}




/* Content
-------------------------------------*/
#content h1 {
    margin-top: 51px;
    width: auto;
    padding-right: 48px;
    margin-left: -1px;
    background: url(../images/line.gif) -2px bottom repeat-x;
}

#jobs-up-left h2 {
    font-size: 1.4em;
    font-weight: bold;
    color: #006ab7;
    padding: 0px 10px 1px 0px;
    background: url(../images/line.gif) 1px bottom repeat-x;
    float: left;
    margin-top: 19px;
}

.text-content-container {
	font-size: 1.2em;
    clear: both;
}

.text-content-container.jobs-up, .text-content-container.jobs-down {
	font-size: 1.2em;
    clear: both;
    padding: 46px 38px 17px 32px;
    float: left;
    width: 573px;
}


.text-content-container.jobs-up {
    background: white;
    padding: 22px 28px 10px 32px;
    width: 583px;
}

#jobs-up-left {
    float: left;
    width: 274px;
}

#jobs-up-right {
    float: left;
    width: 309px;
    padding-top: 90px;
}

.text-content-container p {
	padding-bottom: .5em;
}

#jobs-up-left p {
    color: #5c5c5c;
    font-size: 0.9em;
    line-height: 1.2em;
    width: 260px;
}

#jobs-up-left p a:link, #jobs-up-left p a:active, #jobs-up-left p a:visited {
    text-decoration: underline;
    color: #5c5c5c;
}

#jobs-up-left p a:hover {
    text-decoration: none;
    color: #5c5c5c;
}

#content-jobs #jobs-up-left #breadcrumbs {
    clear: both;
    font-size: 0.8em;
    padding-bottom: 18px;
}

.text-content-container.jobs-down h1.title {
    font-size: 1.2em;
    display: block;
    padding-bottom: 1px;
}


.text-content-container a:link, .text-content-container a:visited, .text-content-container a:hover, .text-content-container a:active {
	color: #B90000;
	text-decoration: none;
}

.text-content-container a:hover {
	text-decoration: underline;
}

.text-content-container a:visited {
	color: #5F4646;
}

.text-content-container ul {
	margin-left: 1.4em;
	list-style-type: disc;
}

.text-content-container ul li {
	margin-bottom: .3em;
}


/* --- 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.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;
}

#content .bistriski-odmevi-list {
	margin-left: -31px;
}

#content .bistriski-odmevi-list h2 {
	margin-left: 122px;
	font-size: 1.1em;
	background-image: none;
}

#content .bistriski-odmevi-list li {
	width: 100%;
	float: left; 
	list-style-type: none;
}

#content .bistriski-odmevi-list img {
	float: left;
	margin-top: -30px;
}

#content .bistriski-odmevi-list a.lipdf {
	margin-left: 10px;
}

/* --- Search results --- */

.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 {
	font-style: italic;
	font-size: .9em;
	color: #006AB7;
}


/* --- Photogallery --- */

#photo-gallery-container {
	width: 100%;
}

.photo-gallery-item {
	float: left;
	width: 147px;
	padding: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	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;
}

.photo-gallery-item p {
	margin-top: .7em;
	text-align: left;
}

.photo-gallery-item p strong {
	display: block;
}





/* Footer
-------------------------------------*/




/* Navigation
-------------------------------------*/

/* --- Breadcrumbs --- */

#content #breadcrumbs {
    margin-bottom: 15px;
    clear: both;
    margin-top: -7px;
    float: left;
	color: #828282;
    text-transform: lowercase;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active {
	color: #828282;
    text-decoration: none;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}


/* --- Sitemap --- */

#sitemap .depth1 {}
#sitemap .depth2 { margin-left: 1em; }
#sitemap .depth3 { margin-left: 2em; }
#sitemap .depth4 { margin-left: 3em; }
#sitemap .depth5 { margin-left: 4em; }
#sitemap .depth6 { margin-left: 5em; }


/* --- Main-menu --- */

#main-menu {
    float: left;
    /*margin-left: 272px;*/
	margin-left: 419px;
}

#main-menu li {
    display: block;
    float: left;
}

#main-menu a:link, #main-menu a:visited, #main-menu a:hover, #main-menu a:active {
	text-decoration: none;
}


/* Level 1 */

li.m-m-level1 {
	height: 32px;
    position: relative;
	margin-right: 1px;
    z-index: 2;
    padding-top: 5px;
}

li.m-m-level1 span.l1, li.m-m-level1-open span.l1{
	display: block;
	height: 32px;
    position: absolute;
    left: 0;
    top: 0;
	z-index: 3;
    cursor: pointer;
}

#m-m-obcina, #m-m-obcina-open { width: 104px; }
#m-m-podjetnistvo, #m-m-podjetnistvo-open { width: 146px; }
#m-m-javnizavodi, #m-m-javnizavodi-open { width: 148px; }
#m-m-turizem, #m-m-turizem-open { width: 110px; }

#m-m-obcina span.l1  { width: 104px; background: url(../images/top-menu-obcina-off.gif) no-repeat scroll left bottom; }
#m-m-obcina span.l1:hover { width: 104px; background: url(../images/top-menu-obcina-over.gif) no-repeat scroll left bottom; }
#m-m-podjetnistvo span.l1 { width: 146px; background: transparent url(../images/top-menu-podjetnistvo-off.gif) no-repeat scroll left bottom; }
#m-m-podjetnistvo span.l1:hover { width: 146px; background: transparent url(../images/top-menu-podjetnistvo-over.gif) no-repeat scroll left bottom; }
#m-m-javnizavodi span.l1 { width: 148px; background: transparent url(../images/top-menu-javnizavodi-off.gif) no-repeat scroll left bottom; }
#m-m-javnizavodi span.l1:hover { width: 148px; background: transparent url(../images/top-menu-javnizavodi-over.gif) no-repeat scroll left bottom; }
#m-m-turizem span.l1 { width: 110px; background: transparent url(../images/top-menu-turizem-off.gif) no-repeat scroll left bottom; }
#m-m-turizem span.l1:hover { width: 110px; background: transparent url(../images/top-menu-turizem-over.gif) no-repeat scroll left bottom; }

#m-m-obcina.menu-level1-open span.l1 { width: 104px; background: url(../images/top-menu-obcina-on.gif) no-repeat scroll left bottom; }
#m-m-podjetnistvo.menu-level1-open span.l1 { width: 146px; background: transparent url(../images/top-menu-podjetnistvo-on.gif) no-repeat scroll left bottom; }
#m-m-javnizavodi.menu-level1-open span.l1 { width: 148px; background: transparent url(../images/top-menu-javnizavodi-on.gif) no-repeat scroll left bottom; }
#m-m-turizem.menu-level1-open span.l1 { width: 110px; background: transparent url(../images/top-menu-turizem-on.gif) no-repeat scroll left bottom; }



/* Level 2 */
/* - 147 */
#m-m-obcina ul.m-m-level2, #m-m-obcina-open ul.m-m-level2 { left: -419px; }
#m-m-podjetnistvo ul.m-m-level2, #m-m-podjetnistvo-open ul.m-m-level2 { left: -673px; }
#m-m-javnizavodi ul.m-m-level2, #m-m-javnizavodi-open ul.m-m-level2 { left: -524px; }
#m-m-turizem ul.m-m-level2, #m-m-turizem-open ul.m-m-level2 { left: -673px; }


ul.m-m-level2 {
    position: absolute;
    z-index: 120;
    top: 98px;
    width: 130px;
}

ul.m-m-level2 li.first {
    background: url(../images/left-menu-top.gif) left bottom no-repeat;
    clear: both;
    width: 4px;
}

ul.m-m-level2 li.last {
    background: url(../images/left-menu-bottom.gif) left top no-repeat;
    clear: both;
    width: 4px;
}


li.m-m-level2 {
	position: relative;
    clear: both;
    background: url(../images/left-menu-line.gif) left bottom no-repeat;
    padding-bottom: 1px;
    padding-top: 0px;
}

li.menu-level2-open {
    background: url(../images/left-menu-middle.gif) left top repeat-y;
    padding-top: 1px;
}

li.m-m-level2 a, li.menu-level2-open a {
    color: #000000;
    font-size: 1.2em;
    display: block;
    padding: 2px 0px 0px 10px;
    margin-top: 2px;
}

li.menu-level2-open a {
    padding: 1px 0px 0px 10px;
}


li.menu-level2-open a, li.menu-level2-open.m-m-level2 a:hover {
    background: transparent url(../images/left-menu-on.gif) top right no-repeat;
    color: white;
}

li.menu-level2-open span.l2, li.m-m-level2 span.l2 {
    display: block;
    padding: 0px 12px 1px 0px;
    margin-bottom: 0px;
    line-height: 1.2em;
    z-index: 10;
}

li.menu-level2-open span.l2 {
    background: transparent url(../images/left-menu-on-corner.gif) bottom right no-repeat;
}

li.m-m-level2 a:hover {
    background: #9e2121;
    color: white;
    padding-right: 3px;
    margin-right: -3px;
}

li.menu-level2-open a:hover {
    padding-right: 0;
    margin-right: 0;
}


li.dveri {
    margin-top: 0px;
    padding-top: 1px;
}

#dver {
    top: 55px;
    left: 0;
}


/* Level 3 */

.m-m-level2 ul.m-m-level3, .m-m-level2 ul.m-m-level3 { top: 0px; }


ul.m-m-level3 {
    position: relative;
    float: left;
    width: 134px;
    padding-bottom: 5px;
    padding-top: 1px;
}

li.m-m-level2-open ul.m-m-level3 {
	display: block;
}


li.m-m-level3 {
	position: relative;
    clear: both;
    padding: 0;
    margin: 0;
    margin-bottom: -1px;
}

li.m-m-level2 .m-m-level3 a, li.m-m-level2:hover .m-m-level3 a:link, li.m-m-level2:hover .m-m-level3 a:visited, li.m-m-level2:hover .m-m-level3 a:hover, li.m-m-level2:hover .m-m-level3 a:active,
li.m-m-level2-open .m-m-level3 a:link, li.m-m-level2-open .m-m-level3 a:visited, li.m-m-level2-open .m-m-level3 a:hover, li.m-m-level2-open .m-m-level3 a:active {
    color: #000000;
    font-size: 1.1em;
    display: block;
    padding: 0px 0px 0px 10px;
    background: none;
}

li.m-m-level2:hover li.m-m-level3:hover a:link, li.m-m-level2:hover li.m-m-level3:hover a:visited, li.m-m-level2:hover li.m-m-level3:hover a:hover, li.m-m-level2:hover li.m-m-level3:hover a:active,
li.m-m-level2-open li.m-m-level3:hover a:link, li.m-m-level2-open li.m-m-level3:hover a:visited, li.m-m-level2-open li.m-m-level3:hover a:hover, li.m-m-level2-open li.m-m-level3:hover a:active {
    color: white;
    font-size: 1.1em;
    display: block;
    padding: 0px 0px 0px 10px;
    background: #9e2121;
}

li.menu-level3-open a {
    color: white !important;
    background: #9e2121 !important;
}

li.menu-level3-open span.l3, li.m-m-level3 span.l3 {
    display: block;
    padding: 1px 17px 1px 0px;
    line-height: 1.1em;
}


/* --- Sys Menu --- */

#sys-menu {
    float: left;
    margin-top: 8px;
    background: transparent url(../images/backgrounds/bgnd-sys-menu.gif) bottom right no-repeat;
    width: 182px;
    height: 24px;
}

ul#sys-menu li {
    display: inline;
    float: left;
}


li#sys-menu-1, li#sys-menu-2, li#sys-menu-3, li#sys-menu-4, li#sys-menu-5 {
	height: 24px;
	overflow: hidden;
	position: relative;
    top: 0;
}

li#sys-menu-1 { margin-left: 16px; }
li#sys-menu-3 { margin-left: 45px; }

li#sys-menu-1 span, li#sys-menu-2 span, li#sys-menu-3 span, li#sys-menu-4 span, li#sys-menu-5 span {
	display: block;
	height: 24px;
    position: absolute;
    left: 0;
    top: 0;
	z-index: 2;
    cursor: pointer;
}

li#sys-menu-1, li#sys-menu-1 span, li#sys-menu-2, li#sys-menu-2 span, li#sys-menu-4, li#sys-menu-4 span { width: 24px; }
li#sys-menu-3, li#sys-menu-3 span, li#sys-menu-5, li#sys-menu-5 span { width: 22px; }

li#sys-menu-1 span { background: transparent url(../images/sys-menu-home-off.gif) no-repeat scroll left bottom; }
li#sys-menu-1:hover span { background: transparent url(../images/sys-menu-home-over.gif) no-repeat scroll left bottom; }

li#sys-menu-2 span { background: transparent url(../images/sys-menu-print-off.gif) no-repeat scroll left bottom; }
li#sys-menu-2:hover span { background: transparent url(../images/sys-menu-print-over.gif) no-repeat scroll left bottom; }

li#sys-menu-3 span { background: transparent url(../images/sys-menu-sitemap-off.gif) no-repeat scroll left bottom; }
li#sys-menu-3:hover span { background: transparent url(../images/sys-menu-sitemap-over.gif) no-repeat scroll left bottom; }

li#sys-menu-4 span { background: transparent url(../images/sys-menu-email-off.gif) no-repeat scroll left bottom; }
li#sys-menu-4:hover span { background: transparent url(../images/sys-menu-email-over.gif) no-repeat scroll left bottom; }

li#sys-menu-5 span { background: transparent url(../images/sys-menu-kolofon-off.gif) no-repeat scroll left bottom; }
li#sys-menu-5:hover span { background: transparent url(../images/sys-menu-kolofon-over.gif) no-repeat scroll left bottom; }



/* Forms
-------------------------------------*/
#form-content-container {
	margin-bottom: .7em;
	font-size: 1.2em;
}

#form-content-container form {
	width: 98%;
	margin-bottom: 1em;
	padding: 1em 1%;
	background-color: #F6F6F6;
}

#form-content-container p {
	padding-bottom: .5em;
}


input.input-text {
	padding: .3em;
	border: 1px solid #AAA;
	background-color: #EEE;
}

#form-content-container input.input-text {
	padding: .5em;
	border: 1px solid #AAA;
	background-color: white;
}

input.input-submit {
	margin-top: 1em;
	padding: .2em .5em;
	border-width: 1px;
	border-style: solid;
	border-color: #808080 #404040 #404040 #808080;
	background-color: #606060;
	color: white;
	cursor: pointer;
}

input.input-submit:hover {
	border-color: #E60000 #600000 #600000 #E60000;
	background-color: #B90000;
}

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;	
}

#image-security { float: left; }

#input-security {
	float: left;
	width: 82px !important;
	margin: 0 0 0 3px;
}

form span.mandatory {
	color: #B90000;
}


/* -- Search form -- */

#search-form {
    position: relative;
    float: left;
    top: 510px;

}

input#input-search {
    color: #828282;
    font-size: 1.1em;
    border: none;
    width: 99px;
	background: white url(../images/backgrounds/bgnd-search-input.gif) left bottom repeat-x;
    padding: 2px 0px 4px 10px;
}

#search-form a {
    position: relative;
    top: 4px;
    left: 0;
    color: #9e2121;
    font-size: 1.3em;
}


/* 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: 21%;
	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: 76.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: 77.9%;
	padding-top: 0;
	padding-left: 22%;
	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 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 {
    padding-left: 24px;
    padding-bottom: 15px;
	width: 158px
}

#event-list {
    padding-left: 24px;
    line-height: 1.4em;
}

.text-content-container #event-list {
    padding-left: 0px;
}

strong#event-list-title {
    color: #333;
    font-size: 1.1em;
    display: block;
    margin-top: -1px;
}

#calendar-area .event-list-item a:link, 
#calendar-area .event-list-item a:visited, 
#calendar-area .event-list-item a:hover, 
#calendar-area .event-list-item a:active,
#calendar-area-content .event-list-item a:link, 
#calendar-area-content .event-list-item a:visited, 
#calendar-area-content .event-list-item a:hover, 
#calendar-area-content .event-list-item a:active {
	font-size: 1.1em;
    color: #333333;
    text-decoration: none;
}

#calendar-area .event-list-item a:hover,
#calendar-area-content .event-list-item a:hover {
    text-decoration: underline;
}

#calendar-area .event-list-item,
#calendar-area-content .event-list-item {
	margin-bottom: .7em;
}


.text-content-container #event-list {
	margin-top: 1em;
}

#calendar-area #event-list,
#calendar-area-content #event-list {
	margin-top: .4em;
}

#calendar-area #event-list-title,
#calendar-area-content #event-list-title {
	padding-left: 24px;
}

#calendar-table { border-collapse: collapse; }

#calendar-table th {
	color: #71808b;
	font-weight: normal;
}

#calendar-table td {
	width: 22px;
    height: 21px;
	border: .1em solid white;
	text-align: center;
	background-color: #e7e0da;
	color: #34404c;
	cursor: default;
    overflow: hidden;
    vertical-align: middle;
    padding-bottom: 1px;
}

#calendar-table td.week-selector {
	border: none;
	background-color: transparent;
}

#calendar-table .day-existing, #calendar-table .day-empty {	background-color: #e7e0da; }


#calendar-table .day-existing,
#calendar-table .day-empty {
	padding: 0.5em 0.4em 0.4em 0.4em;
}

#calendar-table .day-today {
    	padding: 0;
}


#calendar-table a.day-today {
	display: block;
	border: .1em solid #ac3737;
}

#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: 0.3em 0.4em 0.4em 0.4em;
	text-decoration: none;
	color: #34404c;
}

#calendar-table .day-event {
    background-color: #cec7b3;
    font-weight: bold;
}

#calendar-table .multi-day-event {
    background-color: #c2b38c;
    font-weight: bold;
}

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: #9E2121;
    text-decoration: none;
}

.calendar span.month-name {
    color: #888888;
    font-size: 1.2em;
    display: block;
    padding: 0px 0px 1px 2px;
}

.calendar span#calendar-month-switcher {
    color: #888888;
    display: block;
    text-align:center;
    padding-top: 2px;
    font-size: 1.1em;
}


/* --- 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 {
    font-size: 1.2em;
    padding:0 15px 9px 21px;
    float: left;
    width: 233px;
}

#poll-container a {
	display: block;
	margin-top: 1em;
}

#poll-answers-area {
    padding-left: 15px;
    float: left;
    position: relative;
    clear: both;
    width: 240px;
}

#poll-answers-area p{
    font-size: 1.2em;
    clear: both;
    padding-left: 6px;
}

#poll-answers-area img{
    margin-left: 6px;
    margin-top: 1px;
}

#poll-answers-area .poll-pix {
	float: left;
	background-color: #B90000; /* poll results line color */
}

#poll-answers-area .poll-percent {
    padding-left: 3px;
}

#poll label {
	clear: left;
    font-size: 1.2em;
}

#poll-answers-area .poll-votes-total {
    margin: 10px 0px 10px 6px;
    font-size: 1.2em;
}

#poll {
    float: left;
    margin-left: 18px;
}


#poll a:link, #poll a:visited, #poll a:hover, #poll a:active {
	color: #B90000;
    font-size: 1.2em;
    float: left;
    margin: 9px 0px 10px 0px;
    clear: both;
}

a.result-archive {
    color: #B90000;
    font-size: 1.2em;
    float: left;
    margin: 9px 0px 10px 20px;
    clear: both;
    width: 100px;
}



/* DO NOT PUT ANYTHING DOWN HERE! FIND THE APPROPRIATE SECTION ABOVE! THIS IS THE LAST WARNING! */