@import url(/styles/live/fahnen24/articles.css);
@import url(/styles/live/fahnen24/navigation.css);
@import url(/styles/live/thickbox.css);

/* Structure */
html, body {
    margin : 0;
    padding : 0;
    font-family : Helvetica, Arial, SunSans-Regular, Sans-Serif;
    font-size : 12px;
    line-height: 160%;
    color : #000000;
    text-align : left;
    background-color : #ccc;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

hr {
    border-top: 1px solid #000000;
    border-right: 0 solid #000000;
    border-bottom: 0 solid #000000;
    border-left: 0 solid #000000;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

/* Links */
a {
    text-decoration: none;
    color: #c00;

}

a:hover {
    text-decoration: none;
    color: #2856AF;
}

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    padding: 0 0 12px 0;
    font-size: 18px;
    color: #c00;
    text-transform: none;
}

h1.startarticletitle {
    padding: 0;
    font-size: 18px;
    color: #c00;
    text-transform: none;
}

h2 {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

h3 {
    margin: 0;
    padding: 0 0 3px 0;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}


/* Body - Container */
#container_tb {
    clear: both;
    margin: 0 auto;
    width: 952px;
}

#container {
    clear: both;
    float: left;
    width: 950px;
    margin: 10px 0;
    background-color: #FFFFFF;
    border: 1px solid #7F7F7F;
}

#header {
    clear: both;
    float: left;
    width: 950px;
    height: 125px;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

#logo {
    display: block;
    clear: both;
    position: absolute;
    left: 8px;
    top: 10px;
    width: 235px;
    height: 105px;
}

#logoright {
    display: block;
    clear: both;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 240px;
    height: 105px;
}

#topnav {
    clear: both;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 950px;
    height: 22px;
    color: #FFF;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #7F7F7F;

    /*
    background-image: url(/images/fahnen24/topnav-bg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #c00;
    */
    background-color: #7F7F7F;
}

#contentandsidenavwrapper {
    clear: both;
    float: left;
    width: 930px;
    padding: 10px 10px 10px;
}

#sidenavandpropwrapper {
    clear: both;
    float: left;
    width: 150px;
    height: auto !important;
    height: 10px;
    min-height: 10px;
}

#sidenav {
    clear: both;
    float: left;
    width: 150px;
    /*
    background-color: #D1C7AC;
    background-image: url(/images/fahnen24/sidenav_bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    */
}

#sidenavspacer {
    clear: both;
    width: 150px;
    height: 30px;
}

#content {
    float: left;
    width: 750px;
    height: auto !important;
    height: 500px;
    min-height: 500px;
    padding-left: 30px;
}

#footer {
    clear: both;
    float: left;
    width: 940px;
    padding: 0 0 0 10px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 30px;
    /*
    background-image: url(/images/fahnen24/footer-bg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #c00;
    */
    background-color: #333333;
    background-color: #c00;
}

#footer a {
    color: #FFFFFF;
    color: #FFF;
}

#footernav {
    clear: both;
    float: right;
}


.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}


ul {
    margin: 0;
    padding: 5px 0 5px 15px;
    list-style-position: outside;
}

#sitemap {
    display:block;
    float: left;
    height: 16px;
    width: 16px;
    margin: 5px;
    background-image: url(/images/default/sitemap.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#sitemap:hover {
    background-position: -16px 0px;
}

a.sitemaptop {
    display: block;
    background-image: url(/images/default/sitemapline.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    width: 300px;
}

a.sitemaplow {
    display: block;
    padding-left: 20px;
    width: 280px;
}
