@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    font: .70em/1.7em Arial, Tahoma, Verdana, sans-serif;
}

div#wrapper {
    margin: 0 auto;
    width: 770px;
    background-color: #fff;
}
div#content_wrapper {
    border: 1px solid #000;
    border-top: none;
    background: #fff url(gfx/faux.gif);
}

div#header h1 {
    height: 131px;
    width: 770px;
    position:relative;
    font-size:1.3em;
    overflow:hidden;
}
div#header h1 span#heading_text {
    margin-top: 50px !important;
    display:block;
}
div#header h1 span#heading {
    background:url(gfx/header.gif) no-repeat;
    position:absolute;
    width:100%;
    height:100%;
    margin-top: 0;
}

div#left {
    width: 150px;
    float: left;
}

div#content {
    width: 454px !important;
    width: 454px;
    float: left;
    padding: 0 7px;
}

div#right {
    width: 150px;
    float: left;
}

div#footer {
    margin-top: 1em;
    margin-bottom: 2em;
    text-align: center;
    clear: both;
    background: #fff;
}
div#footer img {
    border: none;
    margin: 3px;
}

p, pre {
    margin-bottom: .5em;
    line-height: 1.3;
    font-size: 1em;
}

pre {
    font-size: 1.1em;
}

div#footer p {
    margin-bottom: 0;
    font-size: .9em;
}

h2 {
    font-size: 1.3em;
    margin-bottom: 5px;
}
p.read_more {
    clear: left;
    text-align: right;
    font-size: .9em;
    margin-bottom: 2px;
}
p.read_more a img {
    border: none;
    display: inline;
}

div#right h2, div#left h2, div#content h2 {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #ECCE01 url(gfx/h2_heading.gif) right;
    background-repeat: no-repeat;
    color: #000;
    padding: 2px 4px;
    line-height: 1;
    font-size: .95em;
    font-weight: bold;
    margin-bottom: 0;
    text-transform:uppercase
}

div#content h2 {
    margin-bottom: 5px !important;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.news_item h2, .content_box h2 {
    font-size: 1.6em !important;
    border: none !important;
    color: #000 !important;
    background: #fff !important;
    font-weight: bold !important;
    padding: 0 !important;
    text-transform: none !important;
}
h3 {
    font-size: 1em;
    margin-top: 1em;
}
.news_item h3 {
    font-size: 1.4em;
    margin-top: 0;
}
.first_element {

}

.publish_data {
    font-size: .9em;
    font-style: italic;
}

div.news_item {
    border: 1px solid #999;
    padding: 3px 5px;
    margin:  0 0 5px 0;
    height: 1% !important;
}
div.news_item img {
    float: left;
    margin: 3px 5px 5px 0;
}

div.content_box {
    padding: 5px 5px 10px 5px;
    margin-bottom: 5px;
    border: 1px solid #666;
    height: 1% !important;
}
div.content_box img {
    float: left;
    margin: 3px 3px 5px 0;
}

div.column_box {
    background: #fff;
    padding: 3px 4px;
    line-height: 1;
}
div.column_box p {
    margin-bottom: 5px;
    font-size: .9em;
    line-height: 1.2
}
div.column_box h3 {
    margin-top: 0;
}
div.column_box img {
    border: 1px solid #666;
    margin-bottom: 0;
}

ul {
    list-style-position: inside;
    margin: .8em 0;
    list-style-type: square;
}
ol {
    list-style-position: inside;
    margin: .8em 0;
}

ul.related {
    font-size: .9em;
    list-style: none;
    margin-bottom: 0;
}
ul.related li {
    line-height: 1.6em;
    line-height: 1.5em !important;
}
ul.related li img {
    margin: 0 5px 0 0 !important
}
p#next_match {
    text-align: center
}
.bold {
    font-weight: bold;
    font-size: 1.1em;
}
ul.related img {
    display: inline;
    margin: 0 3px 0 0;
}

li {
    margin-left: 1.5em;
    line-height: 1.2em;
}

/* Tables */

table {
    margin-bottom: 5px;
    border: 1px solid #000;
    background: #fff;
    font-size: .9em;
    line-height: 1.2em;
    width: 100%;
}
table.table_front {
    margin: 0 0 5px 0;
    width: 454px;
}

div.content_box table {
    margin-top: 0;
}

div#right table {
    margin: 0;
    border: none;
}

th, td {
    padding: 1px 3px;
    vertical-align: top;
}
th {
    background: #ccc;
    padding-top: 4px;
    height: 20px;
    color: #000;
    font-weight: bold;
}
table tr:hover {
    background: #ccc;
}
.even {
    background: #efefef;
}
.odd {
    background: #e6e6e6;
}
.own_team {
    background: yellow;
}
table a {
    color: #000;
}
table tr td img {
    margin: 0 auto !important;
    float: none !important;
    display: block !important;
    text-align: center;
}

table.poll {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border: none !important;
    background: #fff !important;
    font-size: .9em !important;
    line-height: 1.2em !important;
    width: 100% !important;
}
table.poll td {
    padding: 0 !important;
    vertical-align: middle !important;
}
table.poll td img {
    margin: 1px 0 !important;
    display: block !important;
    text-align: left !important;
}
td.date {
    width: 10%;
}
th.link_title {
    width: 25%;
}
th.link_views {
    width: 5%;
}
th.multimedia_type {
    width: 5%;
}
th.multimedia_size {
    width: 12%;
}
th.multimedia_downloads {
    width: 5%;
}
th.date {
    width: 10%;
}
th.number {
    width: 3%;
}
.center {
    text-align: center;
}
th.article_date {
    width: 21%;
}

th.article_views {
    width: 5%;
}

td.latest_articles_date {
    width: 10%;
}

/* Images */

.banner_front {
    border: 1px solid #999;
    margin: 0 0;
    margin-bottom: 0;
}

/* Links */

a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: blue;
    text-decoration: underline;
}


/* Menu */

div#left ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 150px;
}

div#left ul li
{
    text-align: left;
    margin-left: 0;
    display: block;
    height: 16px;
    margin-bottom: 0;
}

div#left ul li a
{
    display: block;
    padding: 0.05em 0.5em 0.05em 1.7em;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    background: #eee url(gfx/misc/arrow_left.gif);
    background-repeat: no-repeat;
    background-position: .4em center;
    color: #000;
}

div#left ul li a:link {
    color: #000;
}

div#left ul li a:hover
{
    background: #fff url(gfx/misc/arrow_left.gif);
    background-repeat: no-repeat;
    background-position: .4em center;
    color: #000;
}
ul#subfolders {
    margin-left: 20px;
    list-style-image: url(gfx/icons/folder.gif);
}
ul#subfolders li {
    padding-left: 2px !important;
    padding-left: 10px;
    line-height: 1.0em !important;
    line-height: 1.5em;
}

p.paging {
    font-size: .9em;
}
p.status{
    padding-left: 0;
    margin-top: 2px;
}
p.gallery_nav img {
    margin: 0 3px 0 0 !important;
}

/* StureGallery */

table#gallery {
    width: 100% !important;
    width: 99%;
    border: none;
    margin: 0;
}
table#gallery td {
    padding: 2px;
}
table#gallery tr:hover {
    background: none;
}
table#gallery img {
    background: #fff url(gfx/icons/loading.gif) no-repeat center center;
    border: 1px solid #000;
    padding: 1px;
    display: block;
    margin: 0 auto;
}

img#gallery_full {
    border: 1px solid #000;
    background: #fff url(gfx/icons/loading.gif) no-repeat center center;
}

img#folder_parent, img#home {
    border: none !important;
    margin:0;
    padding: 0 4px 0 0;
}
p.pagination {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.6;
    font-size: 10px;
}
p.pagination a {
    padding:1px 0;
    margin: 2px 3px;
}
p.pagination a:hover {
    text-decoration: none !important;
}

ul#gallery_nav {
    list-style-type: none;
    margin-bottom: 5px;
}
ul#gallery_nav li {
    line-height: 19px;
    margin-left: 0;
    display: inline;
}
ul#gallery_nav li#nav_home, ul#gallery_nav li#nav_parent_folder {
    display: block;
    float: left;
    margin-right: 6px;
}
ul#gallery_nav li#nav_parent_folder {
    margin-bottom: 0;
}
ul#gallery_nav li#nav_breadcrumbs {
    padding-top: 0;
    border-top: 1px solid #666;
    clear: left;
    display: block;
}
p.caption {
    margin-top: 5px;
}
ul.picture_stats {
    margin-top: 8px;
    clear: both;
}

div#randomPicture a img {
    border: 1px solid #000;
}


/* Forms */

fieldset {
    padding: 8px;
    margin: 5px 0 10px 0;
    -webkit-border-radius: 5px;
}

legend {
    font-weight: bold;
    padding: 0 4px;
    color: #000;
}
input.button {
    clear: left;
    float: left;
    margin-top: 3px;
}
.nofloat {
    float: none !important;
}
.noclear {
    clear: none !important;
}
label {
    display: block;
    clear: both;
    float: left;
    font-size: .9em;
    margin-bottom: 4px;
    margin-right: 25px;
}
.nomargins {
    display: inline;
}

textarea {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    border: 1px solid #666;
    overflow: auto;
    width: 605px;
    height: 100px;
    padding: 1px 3px;
    font-size: 1em;
}
option {
    padding: 0 3px;
}
select {
    min-width: 50%;
}

div#right div.column_box input#search_box {
    width: 96px;
}

img.prolouge_image_small {
    margin-right: 1em !important;
}

/* Forms */

fieldset {
    //
}
fieldset textarea {
    width: 413px;
}
fieldset input, fieldset select {
    clear: left;
    display: block;
    font-size: 1em;
}
fieldset label {
    display: block;
    float: left;
}
fieldset div#zip_wrapper {
    clear: left;
}
fieldset input#postnummer {
    width: 40px;
    display: inline;
}
fieldset input#poststed {
    float: none !important;
    clear: none !important;
    display: inline;
}

p#article_extras {
    padding-bottom: 6px;
    font-size: .9em;
    text-align: right;
    margin-top: 3px;
    margin-bottom: 3px;
}

p#article_extras a.tip_a_friend {
    background: transparent;
    margin-right: 3px;
}
p#article_extras a img {
    float: none;
    border: none;
    text-decoration: none;
    margin-bottom: 0 !important;
}
p#article_extras img {
    float: none;
    border: none;
    margin: 0;
}
p a.fb_share_link {
    padding:2px 0 0 20px;
    height:16px;
    background:url(images/share/facebook_share_icon_42-26981.gif) no-repeat top left;
    color: #000;
}

/* AJAX Suggest */

.suggest_link {
    background: #fff;
    padding: 2px 6px 2px 6px;
    color: #000;
    min-width: 130px;
}
.suggest_link_over {
    background: #407bd8;
    color: #fff;
    padding: 2px 6px 2px 6px;
    cursor: pointer;
    min-width: 130px;
}
#search_suggest {
    position: absolute;
    background: #fff;
    text-align: left;
}
input#search_box {
    width: 99px !important;
    font-size: 1em;
    border: 1px solid #000;
    padding: 2px 3px;
}
input#search_submit {
    font-size: 1em;
    border: 1px solid #000;
    padding: 1px 2px;
}
#slow_progress {
    display: none;
}

div#slow_progress {
    display: none;
}

div#content table, div.content_box, div.news_item {
    -webkit-border-radius: 5px;
}
span.highlight {
    color: orange;
}

img.profile_picture {
    border: 1px solid #000;
}

a img.no_border {
    border: none;
    display: inline !important;
}

div#content div.news_item img, div#content div.news_item p img {
    max-width: 430px;

}

div.content_box table img {
    float: none;
    margin: 0;
}


/* Calendar */

table.calendar {

}
table.calendar tr:hover {
    background: inherit;
}
table.calendar tr td.calendarHeader {
    font-weight: bold !important;
}

div#content table.calendar tr td.calendarHeaderMonth {
    font-size: 1.7em;
    font-weight: bold;
}

table.calendar tr td.calendarToday {
    background: #666;
    color: #fff;
}

table.calendar tr td a, table.calendar tr.paging td a {
    background: #ccc;
    display: block;
    text-align: center;
}

div#content table.calendar tr.paging td a {
    background: #e6e6e6;
    font-size: 1.4em;
}

table.calendar tr td {
    width: 14%;
    padding: 0;
    text-align: center;
    background: #e6e6e6;
}

div#content table.calendar tr td, div#content table.calendar tr td a {
    height: 40px;
    vertical-align: middle !important;
}

div#content table.calendar tr.calendarHeader td {
    height: 25px;
    background: #666;
    color: #fff;
    font-size: 1.3em;
}

div#right table.calendar tr.calendarHeader td {
    background: #666;
    color: #fff;
    padding: 1px 0;
    font-size: .9em;
}

div#content table.calendar tr.paging td {
    height: 25px;
}
div#content table.calendar tr td, div#content table.calendar tr td.calendarToday {
    font-size: 1.6em;
}
div#content table.calendar tr td a {
    padding: 14px 0;
    height: 12px;
}
div#content table.calendar tr.paging td a {
    padding: 10px 0;
    height: 10px;
}

table.calendar tr td.calendarHeaderMonth a {
    text-decoration: underline;
}


div.ad_box {
    padding-left: 4px;
    padding-right: 3px;
}

div.ad_box a img {
    border: 1px solid #000;
}

div.ad_box a {
    margin: 0;
    padding: 0;
}

div.ad_box img {
    border: 1px solid #000;
    margin-bottom: 0;
}



/* Form generator */

div.form_content * {
    margin: 0;
    padding: 0;
    border: none;
}

div.form_content {
    padding: 10px;
}

div.form_content table {

}

div.form_content table tr:hover {
    background: inherit;
}

div.form_content span.required {
    margin-right: 5px;
    color: red;
}

div.form_content input {
    border: 1px solid #333;
    padding: 1px 2px;
    margin-bottom: 2px;
    width: auto;
    font-size: 12px;
}

div.form_content input[type="text"] {
    margin-bottom: 5px;
}

div.form_content input[type="submit"] {

}

div.form_content label {
    display: inline;
    clear: none;
    width: auto;
    font-size: 12px;
}

div.form_content div.ffForm {
    width: 100% !important;
}

div.form_content textarea {
    border: 1px solid #000;
    height: auto;
    width: auto;
    font-size: 12px;
}

div.form_content select {
    border: 1px solid #000;
    margin-bottom: 2px;
}

div.form_content select option {
    padding-left: 3px;
    padding-right: 3px;
}

td.ffSectionTitleVeryTopMiddle {
    background-image: none;
    display: none;
}

td.ffSectionTitleMiddle {
    height: 0;
    background-image: none;
}

td.ffSectionTitleTopMiddle
{
    background: white;
    color: black;
    padding: 0;
    margin: 0;
    font-size: 1.3em;
}


td.ffSectionTitleVeryTopRight {
    display: none;
}

.error {
    padding:1em 1em 1em 3em !important;
    margin:1em 0 !important;
    border:1px solid red !important;
    background:yellow url(gfx/icons/dialog-error.png) 1em 50% no-repeat !important;
}
.info {
    padding:1em 1em 1em 3em;
    margin:1em 0;
    background: #dfefff url(gfx/icons/dialog-information.png) 1em 50% no-repeat;
    border: 1px solid #1573d5;
}

.error ul {
    margin:0 !important;
}

.error li {
    margin:0 0 .2em 1em !important;
}

div.ffDescription {
    font-size: 12px;
    margin-bottom: 5px;
}

img.ffMessageHelperError {
    display: none;
}

div.fieldError {
    color: red;
    float: left;
    clear: left;
    font-size: 1.1em;
}

td.ffMessageHelperLeft {
    display: none;
}

div.ffMessageHelperError {
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
}