/*** The allmighte Reset ***/

* {

    margin: 0;
}

html { height: 100%;}
body { background-color: #f5f5f5; margin: 0px; padding: 0px; height: 100%; border-top: 1px transparent solid; margin-top: -1px; z-index:0; position:relative; font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif; font-size: 12px; line-height: 18px;}
    
img#background { width: 100%; z-index: -2; position:fixed; color: white; min-height: 100%;}

img {
    border: none;
    margin-right: 8px;
}

/*** Common Specs ***/
#header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 82px;
    z-index: -1;
}

#header #bogen {
        background: transparent url(/bilder/bogen.png) no-repeat right top;
        width: 692px;
        height: 82px;
        position:fixed;
        right:0;
        top:0;
}

#header .wolke {
    background: transparent url(/bilder/woelkchen.png) no-repeat;
    width: 406px;
    height: 271px;
    display: block;
    padding: 20px 0 0 20px;
}

#header a {
    background: transparent url(/bilder/logo.gif) no-repeat;
    width: 135px;
    height: 55px;
    display: block;
}

#header h1 {
        text-indent: -5000px;
}

form#newsletter {
    color: #215ea0;
    padding: 10px;
    background: transparent url(/bilder/nl_bg.gif) no-repeat;
    height: 96px;
}

form#newsletter input#emailadresse {
    width: 135px;
    height: 12px;
    background: #FFF;
    border: 1px solid #c8d0d5;
    color: #c8d0d5;
    vertical-align: middle;
    padding: 5px 0 5px 5px;
}

form#newsletter label {
    display: none;
}

form#newsletter span {
    margin-bottom: 10px;
    display: block;
}

form#newsletter #nl_submit {
    background: transparent url(/bilder/abschicken.gif) no-repeat;
    width: 80px;
    height: 20px;
    border: none;
    text-indent: -5000px;
    font-size: 0px;
    line-height: 0px;
    cursor: pointer;
    float: right;
    margin-top: 10px;
}

#cont {
    position:absolute;
    /* top:38px; */
    left:0;
    overflow:auto;
    height: 80% !important;
}


#wrapper {
     width:780px; 
     margin: 85px auto 50px auto; 
     z-index: 100;
}

#content {
     width:370px;
     float:left;
     margin-left: 20px;
}

#banner {
     width:160px;
     float:left;
     margin-left: 20px;
    overflow:visible;
}

#visual {
    margin-bottom: 20px;
}

.rss_icon a {
    background: white url(/bilder/rss.png) no-repeat !important;
    height: 16px;
    text-indent: -5000px;
    padding-left: 16px;
    float: right;
}

.rss_icon a:active {
  outline: none;
}


.rss_icon {
    clear: both;
    margin-bottom: 20px;
}

#maincol {
    background: transparent url(/bilder/maincol_top.png) no-repeat top left;
    padding-top: 10px;
    margin-bottom: 50px;
    color: #7c7c7c;
    font-size: 11px;
}

#maincol_content {
    background: #FFF;
    padding: 10px 20px;
    line-height: 14px;
}

#maincol a {
    color: #7c7c7c;
}

#maincol_content p {
    margin-bottom: 20px;
}

.main_entry {
    margin-bottom: 20px;
}


.main_entry h2 {
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.main_entry h3 {
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
}

.main_entry p.autor {
    margin-bottom: 10px !important;
}

#maincol .storybox {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 10px;

}

#maincol p.back {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;

}

#maincol_end {
    background: transparent url(/bilder/maincol_bottom.png) no-repeat top left;
    display: block;
    height: 10px;
    clear: both;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    width: 40%;
    min-width: 40%;
}

.caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.caption p.caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 5px;
    margin: 0 0 0 0 !important;
}
/* End captions */



#sidebar {
     width:205px;
     float:left;
}

.teaser {
    background: transparent url(/bilder/teaser_top.png) no-repeat;
    width: 207px;
    padding: 6px 0px 0px 0px;
    margin-bottom: 20px;
}

.teaser_bottom {
    background: transparent url(/bilder/teaser_bottom.png) left bottom no-repeat;
    width: 207px;
    height: 15px;
    display: block;
}

.teaser_content {
    background: #FFF;
    padding: 0 6px 0 7px;
}

.teaser img {
    margin-bottom: 10px;
}

.teaser p {
    font-size: 11px;
    line-height: 13px;
    color: #004994;
    padding-left: 15px;
    background: transparent url(/bilder/pfeil_blau.gif) no-repeat left 4px;
}

.teaser p a {
    color: #004994;
    text-decoration: none;
}

.teaser p a:hover {
    text-decoration: underline;
}

#footer {
    height: 75px;
    background: transparent url(/bilder/pixelraster.gif) repeat;
    z-index: 150;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

#zeitstrahl {
    background: transparent url(/bilder/zeitstrahl_bg.gif) repeat-x;
    list-style-type: none;
    list-style-image: none;
    padding-left: 20px;
    height:30px;
    top: 30px;
    position: absolute;
}

#zeitstrahl li {
    float: left;
    height: 22px;
    display: block;
    margin-right: 35px;
    padding: 5px 0 0 0px;
}

#zeitstrahl li.slide {
    display: inline;
}

#zeitstrahl li ul li, #zeitstrahl li ul {
        display: inline;
        padding-right: 0;
        padding: 0 3px 0 0;
}

 #zeitstrahl li ul {
    padding-left: 3px;
}

#zeitstrahl li ul li {
    margin-left: 20px;
}

 #zeitstrahl li ul li {
    padding: 0;
    float: right;
    display: inline;
    margin-right: 0px;
}

#zeitstrahl li ul li a {
    display: inline;
}

#zeitstrahl li a {
    background: transparent url(/bilder/pfeil.gif) no-repeat left center;
    text-decoration: none;
    color: #4d5a61;
    padding-left: 15px;
}

#zeitstrahl li a:hover {
    color: #cc2229;
    background: transparent url(/bilder/pfeil_rot.gif) no-repeat left center;
}

#zeitstrahl li a.active {
    color: #cc2229;
    background: transparent url(/bilder/pfeil_rot.gif) no-repeat left center;
}

#historie #zeitstrahl li#sub, #chronik #zeitstrahl li#sub {
    display: inline;
} 


#subnav {
    height: 20px;
    list-style-type: none;
    list-style-image: none;
    font-size: 11px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 400px;
    margin-top: 5px;
}

#subnav li {
    float: left;
    margin-right: 20px;
    
}

#subnav li a {
    text-decoration: none;
    color: #004994;
    padding-left: 15px;
    background: transparent url(/bilder/pfeil_blau.gif) no-repeat left center;
}

#subnav li a:hover {
    color: #cc2229;
    background: transparent url(/bilder/pfeil_rot.gif) no-repeat left center;
}

#subnav li a.active {
    color: #cc2229;
    background: transparent url(/bilder/pfeil_rot.gif) no-repeat left center;
}

#subnav li.icon a, #subnav li.icon a:hover {
    background: none;
    padding: 0;
}

/**** Airport Stories Forumlar ****/
img#captcha {
    margin: 15px 0;
}

#stories th {
  background-color:#0080C0;
  color:white;
  font-weight:bold;
  font-size:18px;
}
#stories input.text, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 230px;
  margin: 5px 0;
}

#stories textarea {
    height:50px;
}
#stories .text:focus, textarea:focus {
  background-color: #FFFACC;
  border: 1px solid #000000;
}
#stories td.colone {
  text-align: right;
  vertical-align: top;
  padding:6px 0 0 0;
  width:80px;
}
#stories td.coltwo {
  color:red;
  text-align: center;
  vertical-align: top;
  padding:9px 0 0 0;
  display:block;
  width: 15px;
}
#stories td.colthree {
    padding: 0;
}

/***** Abstimmung *****/

.ddfmerrors {
    color: red;
    font-weight: bold;
}

.errorlist {
    font-weight: bold;
    color: red;
}

.hide {
    display: none;
}

.fieldwrap {
    margin-bottom: 0px !important;
}

#abstimmung label, #stories_container label {
    float:left;
    width:170px;
    margin-top:20px;
}

#abstimmung input, #stories_container input {
    clear:both;
    width:130px;
    margin-top:20px;
}

#abstimmung input.checkbox {
    width: 20px;
}


#abstimmung .other_alignment label {
    float:right;
    width: 300px;
}

#abstimmung .radio {
    width:60px;
}

#abstimmung form#mailer {
    width:330px;
}

#abstimmung .logo {
    width:90px;
    padding: 5px;
    float:left;
    margin: 0px 10px 0 0;
}

.logo label {
    margin: 0 0 10px 0 !important;
    font-weight: bold;
}

.fmradio input {
    float: right;
}

.checkboxx input {
    width: 20px !important;
    margin-top: 0px !important;
    float: left;
}

.logo input.radio {
    width: 80px !important;
}

.checkboxx {
    margin-top: 20px;
}

.fmchecklabel {
    float: right !important;
    width: 300px !important;
    margin-top: 0 !important;
}

.verify label {
    width: 100px !important;
}

 .upload label {
    width: 60px !important;
}

.verify input {
    margin-right: 15px;
}

.verify img {
    vertical-align: middle;
}

.ddfmwrap {
    margin-bottom: 20px;
}

/*** The allmighte Clearfix ***/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

#reddot
{
    position: fixed;
    left: 4px;
    top: 4px;
    color: red;
    background-color: white;
}
