* {
    margin: 0;
    padding: 0;
    outline: none;
}


body {
    font-family: Arial, Verdana, Arial, sans-serif;
    font-size: 12px;
    background-color: white;
}


a {
    text-decoration: none;
    color: #FF0019;
}
    a:hover,
    a:focus,
    a:active {
        text-decoration: underline;
    }


a img {
    border: none;
}


.none {
    position: absolute;
    left: -9999px;
    top: -9999px;
}


#container {
    width: 940px;
    margin: 22px auto;
}


#searchform {
    float: right;
    width: 25em;
    text-align: right;
}
    #searchform fieldset {
        background-color: #333333;
        padding: 0;
        margin: 0;
        overflow: hidden;
        border: none;
        float: right;
    }

    #searchform label {
        display: none;
    }

    #searchform input {
        border: 1px solid #CCCCCC;
        border-right: none;
        width: 190px;
        padding: 1px 10px;
        font-size: 14px;
        font-family: Arial, Verdana, sans-serif;
        color: #333333;
        vertical-align: middle;
        background-color: white;
    }

    #searchform button {
        width: 17px;
        height: 17px;
        vertical-align: middle;
        border: none;
        text-indent: -9999px;
        cursor: pointer;
        margin: 0px 5px;
        background: url(../i/btn_search.gif) no-repeat left top;
    }


h1#logo {
    float: left;
    background: url(../i/bg_logo.gif) no-repeat left top white;
    width: 344px;
    height: 42px;
    margin: 0;
}
    h1#logo a {
        display: block;
        text-indent: -9999px;
        height: 100%;
    }


ul#mainnavigation {
    list-style-type: none;
    overflow: hidden;
    padding: 35px 0px 0px 0px;
    background: url(../i/bg_line.gif) repeat-x left bottom white;
    clear: both;
}

    ul#mainnavigation li {
        float: left;
        font-size: 14px;
        margin: 0px 5px 0px 0px;
        padding: 0px 5px;
    }

    ul#mainnavigation a {
        line-height: 1;
        display: block;
        color: #333333;
        padding: 5px 10px 9px 10px;
        text-decoration: none;
    }

    ul#mainnavigation a:hover,
    ul#mainnavigation a:focus,
    ul#mainnavigation a:active {
        color: #FF0019;
    }

    ul#mainnavigation li.section,
    ul#mainnavigation li.current {
        background-color: white;
        /*
        padding-bottom: 15px;
        */
    }
    
    ul#mainnavigation li.section a,
    ul#mainnavigation li.current a {
        color: white;
        padding-left: 10px;
        padding-right: 10px;
        
        background: url(../i/bg_menuitem_shadow.gif) repeat-x left bottom #FF0019;
        /*
        padding-bottom: 15px;
        margin-bottom: 10px;
        position: absolute;
        background: url(../i/bg_menuitem_shadow_arr.gif) no-repeat center 25px #FF0019;
        background: url(../i/bg_menuitem_darr.png) no-repeat center bottom;
        */
    }


ul.subnavigation {
    list-style-type: none;
    overflow: hidden;
    background: url(../i/bg_line_light.gif) repeat-x left bottom white;
    clear: both;
}

    ul.subnavigation li {
        float: left;
        font-size: 12px;
        margin: 0px 5px 0px 0px;
        padding: 0px 5px;
    }

    ul.subnavigation a {
        display: block;
        color: #999999;
        padding: 6px 10px 14px 10px;
        text-decoration: none;
    }

    ul.subnavigation a:hover,
    ul.subnavigation a:focus,
    ul.subnavigation a:active {
        color: #FF0019;
    }

    ul.subnavigation li.section a,
    ul.subnavigation li.current a {
        font-weight: bold;
        background: url(../i/bg_submenuitem_mark.gif) no-repeat center bottom transparent;
    }


#visual {
    clear: both;
    width: 940px;
    height: 300px;
    background-color: #EEEEEE;
    position: relative;
    margin: 7px 0px 25px 0px;
    background-position: right top;
    background-repeat: no-repeat;
    overflow: hidden;
}
    #visual div.content-casestory {
        padding: 30px 0px 15px 10px;
        width: 330px;
    }

    #visual div.content {
        padding: 30px 0px 15px 10px;
        width: 228px;
    }

    #visual p {
        line-height: 150%;
        font-size: 11px;
    }

    #visual h1 {
        font-size: 24px;
        font-weight: normal;
        color: #333333;
        margin: 0px 0px 0px -1px;
    }

    #visual span.subheadline {
        display: block;
        color: #999999;
        font-size: 11px;
        padding: 0px 0px 0px 1px;
    }

    #visual a.morelink {
        display: block;
        float: left;
        margin: 10px 0px 0px 0px;
    }

    #visual #navigator {
        position: absolute;
        left: 10px;
        bottom: 10px;
        overflow: hidden;
        height: 11px;
    }
        #visual #navigator a {
            display: block;
            width: 11px;
            height: 11px;
            margin: 0px 11px 0px 0px;
            float: left;
            background-color: #333333;
        }

        #visual #navigator a:hover,
        #visual #navigator a.current {
            background-color: #FF0019;
        }

    #visual img#casestoryimage {
        position: absolute;
        top: 0;
        right: 0;
    }

    #visual ul#casestory_navigation {
        list-style-type: none;
        overflow: hidden;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        background: url(../i/bg_casestory_navigation.png) no-repeat left top;
        border-bottom: 1px solid #EAEAEA;
        padding: 16px 0px 0px 0px;
    }
        #visual ul#casestory_navigation li {
            float: left;
        }

        #visual ul#casestory_navigation a {
            display: block;
            padding: 3px 15px;
            color: #333333;
            font-size: 14px;
            text-decoration: none;
        }

        #visual ul#casestory_navigation a:hover,
        #visual ul#casestory_navigation a:focus,
        #visual ul#casestory_navigation a:active {
            color: #FF0019;
        }
        
        #visual ul#casestory_navigation li.current a {
            color: #FF0019;
            font-weight: bold;
        }


#content {
    clear: both;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}
    #content div.c75 {
        width: 700px;
        float: left;
        margin: 0px 20px 0px 0px;
    }

    #content div.c50 {
        width: 460px;
        float: left;
        margin: 0px 20px 0px 0px;
    }

    #content div.c25 {
        width: 220px;
        float: left;
        margin: 0px 20px 0px 0px;
    }

    #content div.last {
        margin-right: 0;
    }

    #content form#categoryfilter {
        float: right;
        width: 220px;
        margin: 5px 0px 0px 0px;
    }
        #content form#categoryfilter label {
            display: none;
        }


#tagcloud {
    height: 200px;
}


#pagination {
    overflow: hidden;
    background: url(../i/bg_line.gif) repeat-x left top;
}

#paginglinks {
    margin: 10px 0px 0px 0px;
    float: left;
}
    #paginglinks span.current {
        font-size: 130%;
        display: inline-block;
        background-color: #FF0019;
        color: #FFFFFF;
        width: 20px;
        text-align: center;
        margin-right: 15px;
    }
    
    #paginglinks span.prev {
        display: inline-block;
        margin-right: 25px;
    }
    
    #paginglinks span.next {
        display: inline-block;
        margin-left: 10px;
    }
    
    #paginglinks a.pagelink {
        margin-right: 15px;
        font-size: 130%;
        color: #333333;
    }

ul#unusefullstuff {
    list-style-type: none;
    float: right;
    margin: 10px 0px 0px 0px;
}
    ul#unusefullstuff li {
        float: right;
        border-right: 1px solid #333333;
        padding: 0px 10px;
    }
    
    ul#unusefullstuff li.last {
        border-right: none;
        padding-right: 0;
    }

    

ul#footer {
    clear: both;
    margin: 35px 0px 0px 0px;
    list-style-type: none;
    overflow: hidden;
    height: 1%;
    font-size: 11px;
}
    ul#footer li {
        color: #FF0019;
        float: left;
        border-left: 1px solid #333333;
        padding: 0px 10px;
    }
    ul#footer li.first {
        border-left: none;
        padding-left: 0;
    }

/* validation error */
#content form .validationError input.text {
    border: solid 1px #FF0019;
    /*
    padding: 5px;
    margin-top: 2px;
    */
}
#content form .validationError span.required ,
#content form .warning {
    color:  #FF0019;
    font-weight: bold;
    text-align: right;
    padding-top: 5px;
    /*
    padding: 5px;
    margin-top: 2px;
    */
}
div.mollom-captcha {
    margin-left: 160px;
}




/* image placement in WYSIWYG editor */

img.right {
    float: right;
    margin-top: 5px;
    margin-left: 15px;
}
img.left {
    float: left;
    margin-top: 5px;
    margin-right: 15px;
}

div.c50 table {
    clear:both;
}
