/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
    margin: 0px;
    padding: 0px;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;

    background: #067296 url(images/back_all.gif) repeat-x;
}

h1 {
    color: #067296
}

h2 {
    font: 18px Arial, Helvetica, sans-serif;
    color: #067296;

    font-weight: normal;
    padding-bottom: 10px;
}

h3 {
    font: 18px Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: normal;
    padding-bottom: 5px;
    padding-left: 25px;
}

.clear {
    clear: both;
}

#grad_bg {
    position: absolute;
    height: 664px;
    background: url(images/bg_grad.jpg) repeat-x top;
    width: 100%;
}

#wrap {
    position: relative;
    width: 926px;
    margin: 0 auto;
}

/*
	menu
*/

#menu {
    background: url(images/menu_bg.jpg) repeat-x top;
    height: 40px;
    width: 917px;
}

#menu ul {
    padding-left: 0px;
    list-style: none;
    width: 800px;
    margin: 0 auto;
}

#menu ul li {
    display: inline;
}

#menu ul li a {
    font: 20px Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    display: block;
    float: left;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-shadow: #000 1px -1px 1px;
}

#menu ul li a:hover, #menu ul li .active {
    color: #42C7F3;
}

/*logo*/

#logo {
    height: 52px;
    padding-top: 32px;
    padding-left: 30px;
}

#logo h1 a {
    font: 14px Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#logo a small {
    font: 12px Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

/*
	content
*/

#content_bg {

    padding: 15px;
}

/*
	header box
*/

#header {

    height: 347px;
    border: 10px solid #ffffff;
    width: 897px;
}

/*
	content white box
*/

#content_white {
    background: #ffffff;
    padding: 22px;
    width: 872px
}

#content_white p {
    color: #666666;
    padding-top: 10px;
}

#content {
    background: url(images/bor_vertical.gif) repeat-y 606px;
    margin-bottom: 10px;
}

#content a {
    color: #067296;
    font-weight: bold;
}

#content a:hover {
    color: #424242;
}

#content_left {
    width: 587px;
    padding-right: 20px;
    float: left;
    padding-bottom: 10px;
}

#content_left h2 {
    padding-bottom: 10px;
}

#content_left p {
    line-height: 18px;
}

#content_left img {
    padding-right: 20px;
    float: left;
}

.left_col1 {
    float: left;
    width: 50%;
}

.left_col1 p {
    padding-right: 10px;
    line-height: 18px;
}

.left_col2 {
    float: right;
    width: 50%;
}

.left_col2 ul {
    list-style: none;
    padding-left: 0px;
}

.left_col2 ul li {
    margin-bottom: 10px;
    background: url(images/ls.gif) no-repeat center left;
    padding-left: 15px;
}

#content_right {
    width: 260px;
    float: right;
    padding-bottom: 10px;
}

#content_right h2 {

}

.content_right_pad {
    padding: 20px 5px 0px 10px;
}

.news {
    padding-bottom: 10px;
}

.news img {
    padding-right: 10px;
    padding-bottom: 5px;
    float: left;
}

.date {
    display: block;
    font-weight: bold;

    color: #067296
}

.bor_goriz {
    background: url(images/bor_goriz.gif) repeat-x top;
    height: 2px;
}

/*
	3column
*/

#column3 {
    clear: both;
    padding: 0px 10px 15px 10px;
}

#col1, #col2, #col3 {
    float: left;
    width: 285px;
}

#col2 {
    padding-left: 79px;
    padding-right: 79px;
}

.pad_left {
    padding-left: 20px;
    margin-bottom: 5px;
}

.ls {
    list-style: none;
}

.ls li {
    padding-top: 3px;
    border-bottom: 1px solid #b5b5b5;
}

.ls li a {
    color: #067296;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
}

.ls li a:hover {
    color: #783f01;
}

#col1 .ls {
    padding-top: 20px;
}

#col1 .ls li a {
    font-size: 12px;
    text-transform: none;
}

/*
	footer_top
*/

#footer_top {
    width: 841px;
    margin: 0 auto;
    background: url(images/footer_top_border.png) no-repeat bottom;
    padding-top: 30px;
}

#footer_top a {
    color: #ffffff;
    font-weight: bold;
}

#footer_top a:hover {
    color: #000000;
}

#footer_top p {
    color: #ffffff;
}

#footer_column1, #footer_column2, #footer_column3 {
    width: 226px;
    float: left;
}

.footer_text {
    background: url(images/footer_top_border.png) no-repeat top left;
    width: 226px;
    padding: 10px 0px 10px 0px;
}

#footer_column2 {
    padding: 0px 87px 0px 75px;
}

.foot_pad {
    padding-left: 45px;
    padding-top: 10px;
}

.link1 {
    background: url(images/link1.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

.link2 {
    background: url(images/link2.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

.link3 {
    background: url(images/link3.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

.link4 {
    background: url(images/link4.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

.ls {
    list-style: none;
    padding-left: 0px;
}

.ls li {
    background: url(images/ls1.gif) no-repeat 0px 6px;
    margin-bottom: 8px;
    padding-left: 15px;
}

/*
	footer_bot
*/

#footer_bot {
    padding: 25px;
    text-align: center;
    font-size: 10px;
}

/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

#slider-wrapper {

    width: 907px;
    height: 347px;
    margin: 0 auto;
}

#slider {
    position: relative;
    width: 899px;
    height: 225px;

}

#slider img {
    position: absolute;
    top: 0px;
    left: 0px;

}

#slider a {
    border: 0;
    display: block;
}

.form {
    border: none;
}

.form fieldset {
    border: none;
    margin: 0px;
    padding: 0px;
}

.form input {
    border: 1px solid #067296;
}

.form label {
    float: left;
    width: 123px;
    font-weight: bold;
    color: #067296;
}

.button {
    background: #067296;
    border: 1px solid #067296;
    color: #FFFFFF
}

.form textarea {
    width: 300px;
    height: 252px;
    padding: 2px 0 2px 3px;
    border: 1px solid #067296;
    overflow: auto;
}

.field {
    padding-top: 5px;
}

.pagination a {
    padding: 5px;
    background: #C26144;
    color: #FFFFFF !important;
    text-decoration: none;
    font-weight: bold;

}

.pagination a.current {
    padding: 5px;
    background: #000000;
    color: #FFFFFF !important;
    text-decoration: none;
    font-weight: bold;

}

.pagination a:hover {
    color: #000000 !important;

}

#sidebar {
}

#sidebar h2 {
    font-size: 14px;
    color: #067296;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #838383;
    margin-bottom: 5px;
}

#sidebar ul {
    margin: 0;
    padding: 0;
}

#sidebar li {
    list-style: none;
}

#sidebar li a {
    text-decoration: none;
    padding: 3px;
    display: block;
}

.categories li {
    font-weight: bold;
    font-size: .857em;
    padding-bottom: 4px;
    margin-bottom: 3px;
    background: url(images/divider1.gif) repeat-x left bottom;
}

.categories li.last {
    background: none;
    padding: 0;
    margin: 0;
}

.categories li span {
    display: block;
    padding-left: 15px;
    height: 1%;
    background: url(images/marker.gif) no-repeat left 5px;
}

.categories li a {
    text-decoration: none;

}

.news {
    margin-top: -25px;
}

.news li {
    padding-top: 2px;
    line-height: 1.429em;
    padding-bottom: 10px;
}

.news li strong {
    font-size: 10px;

    display: block;

}

.news h4, .news h4 a {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

.actday {
    background: #5C5C5C;
    color: #FFFFFF;
    font-size: 8pt;
    cursor: pointer;
    border: none;
}

.kalendartd {
    background: #161616;
    color: #FFFFFF;
    font-size: 7pt;
    text-align: center;
    border: none;

}

.actday {
    background: #5C5C5C;
    color: #FFFFFF;
    font-size: 8pt;
    cursor: pointer;
    text-align: center;
    border: none;
}

.actday:hover {
    background: #BC0203;

}

#kalendarn {

    background: #5C5C5C;
    border: none;

}

/* calendar */
table.calendar {
    border-left: 1px solid #999;
}

tr.calendar-row {
}

td.calendar-day {
    min-height: 80px;
    font-size: 11px;
    background: #FFFFFF;
    border: 1px solid #999;
}

* html div.calendar-day {
    height: 80px;
}

td.calendar-day:hover {
    background: #eceff5;
}

td.calendar-day-np {
    background: #eee;
    min-height: 80px;
}

* html div.calendar-day-np {
    height: 80px;
}

td.calendar-day-head {
    background: #ccc;
    font-weight: bold;
    text-align: center;
    width: 120px;
    padding: 5px;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
}

div.day-number {
    background: #999;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    float: right;
    margin: -5px -5px 0 0;
    width: 20px;
    text-align: center;
}

/* shared */
td.calendar-day, td.calendar-day-np {
    width: 120px;
    padding: 5px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}

.holder {
}




