﻿body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0;
}

ul {
    display: block;
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 30px;
}

h2 {
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    margin: .73em 0;
}

h3 {
    display: block;
    font-size: 1.4em;
    font-weight: bold;
}

p {
    display: block;
    margin: 1em 0;
}

a {
    outline: none;
    color: #0296C9;
    text-decoration: none;
}

    a:hover {
        color: #0479BF;
        text-decoration: underline;
    }

#container {
    background: #fff;
}

#header {
    margin: 0 auto;
    width: 1024px;
    height: 221px;
}

#logo {
    background: url('/Content/images/header.png') no-repeat;
    width: 1024px;
    height: 221px; /* the size of the image */
    float: left;
}

#tekst {
    background: url("/Content/images/tekst.png") no-repeat;
    float: left;
    width: 379px;
    height: 150px; /* the size of the image */
}

#logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

#navigation {
    height: 25px;
    width: 100%;
    background: #A50E05;
}

    #navigation ul {
        width: 1024px;
        margin: 0 auto;
        padding: 0;
    }

        #navigation ul li {
            list-style-type: none;
            display: inline;
        }

    #navigation li a {
        float: left;
        padding: 5px 10px;
        color: #fff;
        text-decoration: none;
        border-right: 1px solid #fff;
    }

    #navigation li.selected a {
        background: #0296C9;
    }

    #navigation li a:hover {
        background: #0296C9;
    }

#navigationTop {
    width: 1024px;
    margin: auto;
    margin-top: -25px;
    margin-bottom: -12px;
}

    #navigationTop ul {
        list-style-type: none;
        display: inline;
    }

    #navigationTop li {
        list-style-type: none;
        display: inline;
    }

        #navigationTop li a {
            background-image: url("/Content/images/templateCorner.png");
            color: #fff;
            text-align: center;
            text-decoration: none;
        }

        #navigationTop li.selected a {
            background-image: url("/Content/images/templateCornerBlue.png");
        }

        #navigationTop li a:hover {
            background-image: url("/Content/images/templateCornerBlue.png");
        }

#highlight {
    background-image: url("/Content/images/bgHighlight.jpg");
    background-repeat: repeat-x;
    height: 130px;
}

#highlightContent {
    background-image: url("/Content/images/bgFirehouse.jpg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding-left: 15px;
    margin: 0 auto;
    width: 1024px;
    height: 130px;
    color: #ffffff;
}

    #highlightContent .bigTitle {
        float: right;
        color: #ffffff;
        font-size: 30px;
        padding: 130px 40px 0 0;
    }

    #highlightContent .hotNews {
        float: left;
        color: #ffffff;
        width: 650px;
        padding-top: 10px;
    }

a.textBlock {
    color: #fff;
}

    a.textBlock :hover {
        text-decoration: underline;
    }

.textBlock:hover p {
    text-decoration: underline;
}

.textBlock:hover ul {
    text-decoration: underline;
}

.textBlock:hover h2 {
    text-decoration: underline;
}

#column {
    width: 486px;
    padding: 0 15px 0 0px;
    float: left;
}

#content {
    margin: 0 auto;
    width: 1024px;
    background: #fff;
    padding-left: 15px;
}

    #content h2 {
        color: #0296C9;
        background-image: url("/Content/images/headerLogo.png");
        background-repeat: no-repeat;
        padding-left: 25px;
    }

    #content ul.listing {
        list-style-type: none;
        margin: 1em 0;
        padding-left: 0px;
    }

    #content li {
        line-height: 1.5;
    }

        #content li.more {
            background-image: url("/Content/images/blueArrow.png");
            background-repeat: no-repeat;
            padding-left: 15px;
        }

            #content li.more a {
                font-weight: bold;
            }

    #content p.date {
        margin: 0 0;
        color: #0296C9;
        font-weight: bold;
        font-style: italic;
    }

#clients {
    padding: 5px 0 10px 5px;
    float: left;
    width: 100%;
}

    #clients ul {
        padding-left: 0px;
        text-align: center;
    }

    #clients li {
        list-style-type: none;
        display: inline;
        padding-right: 15px;
    }

#footer {
    background: #A50E05;
    padding: 5px 0 5px 0px;
    width: 100%;
    float: right;
}

#footerContent {
    width: 1024px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}


.div300Input input {
    width: 350px;
}
