body {
    font-family: Georgia;
    margin: 0;
    padding: 0;
    color: #2f2d2d;
    font-size: 12px;
    width: 100%;
    background: url(images/bg.gif) repeat-x left top #eaeaea
}

form {
    margin: 0;
    padding: 0;
}

img {
    border: 0px
}

a {
    color: #3c3c3c;
    font-size: 12px;
    text-decoration: none
}

a:hover {
    text-decoration: underline;
}

#body {
    width: 1000px;
    position: relative;
    text-align: left;
}

#header {
    position: absolute;
    width: 100%
}

.clear {
    font-size: 0px;
    height: 1px;
    clear: both
}

#nav {
    width: 100%;
    height: 35px;
    line-height: 35px
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav li {
    margin: 0;
    padding: 0 19px 0 21px;
    display: inline;
    background: url(images/nav_bg.gif) no-repeat left
}

#nav a {
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase
}

h1 {
    font-size: 24px;
    color: #343433;
    padding-top: 45px
}

#text {
    width: 590px;
    float: right;
}

.form {
    border: none;
}

.form fieldset {
    border: none;
    margin: 0px;
    padding: 0px;
}

.form input {
    border: 1px solid #343433
}

.form label {
    float: left;
    width: 123px;
    font-weight: bold;
    color: #343433;
}

.button {
    background: #343433;
    border: 1px solid #343433;
    color: #FFFFFF
}

.form textarea {
    width: 403px;
    height: 252px;
    padding: 2px 0 2px 3px;
    border: 1px solid #343433;
    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: #343433;
    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;
}

.kalendartd {
    background: #161616;
    color: #FFFFFF;
    font-size: 7pt;
    text-align: center;

}

.actday {
    background: #5C5C5C;
    color: #FFFFFF;
    font-size: 8pt;
    cursor: pointer;
    text-align: center;
}

.actday:hover {
    background: #BC0203;

}

#kalendarn {

    background: #5C5C5C;

}

/* 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;
}
		