/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
    margin: 0px;
    padding: 0px;
}

a:link {
    color: #193A6C;
}

a:hover {
    text-decoration: none;
    color: #FF0000;
}

a:visited {
    color: #193A6C;
}

body {

    background: #6586B8 url(images/back_all.jpg) no-repeat right top;
    font: 12px Arial;
    color: #193A6C;
}

#content {

}

#back {
    width: 820px;
    background: #D5E5FE;
    margin: 0 auto;
    padding-top: 10px;
}

#header {
    text-align: left;
}

.header_text {
    margin: 0 auto;
    width: 820px;
}

.header_image {
    height: 300px;
    width: 799px;

    margin-left: 10px;
}

#menu {
    width: 680px;
    height: 69px;
    padding-left: 140px;
    margin-top: 7px;
    background: url(images/buttons.png) no-repeat;
}

#menu ul {
    list-style: none;
}

#menu li {

    display: inline;

}

#menu a {
    float: left;
    width: 120px;
    height: 44px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    padding-top: 22px;
    font-size: 16px;
    text-transform: uppercase;
}

#menu a:hover {
    width: 120px;
    height: 44px;
    color: #F8FAF7;
    background: url(images/button_r.png) repeat-x;
    text-decoration: underline;
}

#logo {
    width: 769px;
    height: 60px;
    text-align: left;
    padding-top: 30px;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 14px;
}

#logo a {
    text-decoration: none;

    font-style: italic;
    font-size: 24px;
    color: #F8FAF7;
}

#logo H1 {
    padding: 0px;
    margin: 0px;
}

#logo H2 a {
    font-size: 10px;
    padding: 0px;
    margin: 0px;
}

#main {
    padding: 10px;
    padding-top: 10px;
}

#left {
    width: 229px;
}

#left H3 {
    width: 214px;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 17px;
    text-transform: uppercase;
    color: #ffffff;
    background: url(images/title.png) repeat-x
}

#left ul {
    list-style: none;

}

#left li {

}

#left li ul {
    border: 0px;
    margin-left: 20px;
    margin-bottom: 10px;
}

#left li li {
    padding: 4px 20px;
    background: url(images/small.gif) no-repeat left;
    border: 0px;
}

#left a {
    color: #193A6C;
    font-weight: bold;
}

#left a:visited {
    color: #193A6C;
}

#left p {
    padding: 10px;
}

#right .date2 {
    margin: 10px;
    padding: 0;
    padding-top: 3px;
}

.date2 {
    float: left;
    width: 53px;
    height: 54px;
    background: url(images/date.gif) no-repeat;
    text-transform: uppercase;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: middle;
}

.date2 b {
    display: block;
    font-size: 35px;
    color: #193A6C;
}

#right {
    float: right;
    width: 550px;
    padding-right: 10px;
}

#right H4 {
    margin: 0;
    padding: 0px;
    font-size: 12px;
    color: #0A254F;
}

#right a {
    color: #0A254F;
    text-decoration: none;
}

#right p {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

#right h2 {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    color: #0A254F;
}

.date {
    text-align: right;
    color: #193A6C;
    font-size: 11px;
}

.date a {
    color: #193A6C;
}

#footer {
    height: 50px;
    clear: both;
    padding-top: 20px;
    border-top: 5px solid #6586B8;
    background: url(images/footer.gif) repeat-x bottom;
}

#footer p {
    margin: 0;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
}

/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

#slider-wrapper {
    background: url(images/top.jpg) no-repeat;
    width: 799px;
    height: 300px;
    margin: 0 auto;
}

#slider {
    position: relative;
    width: 799px;
    height: 300px;
    background: url(images/loading.gif) no-repeat 50% 50%;
}

#slider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

#slider a {
    border: 0;
    display: block;
}

.nivo-controlNav {
    position: absolute;
    left: 260px;
    bottom: -42px;
    display: none;
}

.nivo-controlNav a {
    display: block;
    width: 22px;
    height: 22px;
    background: url(images/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 3px;
    float: left;
}

.nivo-controlNav a.active {
    background-position: 0 -22px;
}

.nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}

a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}

a.nivo-prevNav {
    left: 15px;
}

.nivo-caption {
    text-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
}

.nivo-caption a {
    color: #efe9d1;
    text-decoration: underline;
}

.form {
    border: none;
}

.form fieldset {
    border: none;
    margin: 0px;
    padding: 0px;
}

.form input {
    border: 1px solid #18396B
}

.form label {
    float: left;
    width: 123px;
    font-weight: bold;
    color: #18396B;
}

.button {
    background: #18396B;
    border: 1px solid #18396B;
    color: #FFFFFF
}

.form textarea {
    width: 403px;
    height: 252px;
    padding: 2px 0 2px 3px;
    border: 1px solid #18396B;
    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 h3 {
    font-size: 14px;
    color: #18396B;
    text-transform: uppercase;
    font-weight: bold;
    padding: 25px 0 15px 0
}

#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 {
    width: 220px;
    margin-left: 10px;
}
