/* NORMALIZE
   ================================================== */

body,
h1,
form,
fieldset,
input,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
}

html { height: 100% }

body {
    background: #EEEEEE url(../img/bg.jpg) repeat-x left top;
    font-family: Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.4;
    text-align: center;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h5 span { font-weight: normal }

/* WERBUNG
   ================================================== */

#ads {
    position: absolute;
    width: 1120px;
    left: 0px;
    top: 0px;
    height: 100px;
    margin-bottom: 10px;
    z-index: 0;
}

#ads.legal {
    display: none;
}

#banner {
    width: 345px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 20px;
}

/*    #banner img:first-child {
        position: absolute;
        top: 0;
    }

    #banner img:last-child {
        position: absolute;
        top: 45px;
    }*/

#leaderboard {
    width: 728px;
    height: 90px;
    position: absolute;
    right: 0;
}

#skyscraper {
    width: 160px;
    height: 600px;
    position: absolute;
    right: 0;
    top: 110px;
}

/*
#banner,
#leaderboard,
#skyscraper {
    background-color: #C0C0C0;
}

#banner:hover,
#leaderboard:hover,
#skyscraper:hover { background-color: #DDD }
*/

/* WERBUNG ENDE
   ================================================== */

#wrapper {
    position: relative;
    top: 0px;
    width: 1120px;
    margin: 10px auto;
    text-align: left;
    z-index: 1;
}

/* ===[ Werbefreier Inhalt ]=== */

body.web #container {
    width: 100%;
    top: 0px;
}

body.web #header { display: none }

body.web #ads { display: none }

body.web #sidebar { display: none }

body.web #footer { display: none }

body.web #content {
    margin: 1% 2%;
    width: 455px;
    padding-left: 20px;
}

body.web .article .col.right { width: 400px }

body.web .article h4 { font-size: 16px; }

body.web #wrapper { width: 500px; }

body.web .dateloc { width: 300px; }

body.web div.bild img { width: 440px; }


body.no_ads #container {
    top: 0px;
}
body.no_ads #ads { display: none }

body.no_ads #wrapper {
    width: 950px;
}


#container {
    position: relative;
    background-color: #FFFFFF;
    top: 110px;
    max-width: 1120px;
    width: 950px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: -3px 5px 8px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: -3px 5px 8px 0 rgba(0, 0, 0, .3);
    box-shadow: -3px 5px 8px 0 rgba(0, 0, 0, .3);
    behavior: url(css/PIE.htc);
    z-index: 1;
}

/* HEADER
   ================================================== */

#header {
    background: #FFFFFF url(../img/noise.gif) repeat-x left top;
    height: 150px;
    padding: 10px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    behavior: url(css/PIE.htc);
}

    #header .top {
        border-top: 5px solid #F3F2E9;
        position: relative;
        height: 95px;
    }

    #header .bottom {
        border-top: 1px solid #F3F2E9;
        border-bottom: 5px solid #F3F2E9;
        padding-top: 10px;
        height: 34px;
    }

/* ===[ Logo ]=== */

    #header h1 {
        margin: 0;
        padding: 0;
        width: 420px;
        height: 89px;
        background: transparent url(../img/logo.png) no-repeat left top;
        overflow: hidden;
        text-indent: 999px;
        position: absolute;
        left: 240px;
        top: 11px;
        cursor: pointer;
    }

/* LOGINBOX
   ================================================== */
 
    #header #login,
    #header #user {
        position: absolute;
        left: 5px;
        top: 10px;
        width: 190px;
    }

        #header #login input[type=text] { width: 180px }
        #header #login input[type=password] { width: 120px; }
        #header #login input[type=image] { float:right; }

#login .action input { float: left }

#login .action a.reminder,
#search .action a {
    display: block;
    font-size: .7em;
    float: left;
    margin-left: 5px;
}

#login .action a.reminder {
    padding-top: 5px;
}

#search .action {
    clear: left;
}

#user #login {
    position: relative;
    left: 0;
    top: 0;
}

#user h5 { margin: 0 }

/* LOGINBOX END
   ================================================== */

#header #search {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 208px;
}

    #header #search div { float: left }

#menu {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

    #menu li {
        display: block;
        float: left;
        height: 10px;
        padding: 5px;
        margin: 0 3px 0 0;
    }

        #menu li.active {
            font-weight: bold;
            background-color: #F3F2E9;
        }

        #menu li:hover {
            background-color: #F3F2E9;
        }

    #menu a {
        display: block;
        color: #000000;
        font-size: .9em;
        text-transform: uppercase;
        text-decoration: none;
    }

    #menu a:hover {
        text-decoration: underline;
    }

#contact {
    position: absolute;
    right: 350px;
    color: #929292;
    font-size: .8em;
    text-align: center;
    line-height: 1.2em;
}

#social {
    display: block;
    float: right;
}

#social img {
    margin-left: 13px;
    margin-right: 13px;
}

/* HEADER END
   ================================================== */

#main {
    background-color: #FFFFFF;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#sidebar {
    width: 210px;
    padding: 10px;
    float: right;
    border-right: 1px solid #EDEDED;
    background: transparent url(../img/stripes.gif) repeat left top;
    font-size: .8em;
}


.box2 {
    padding: 10px;
    margin: 10px;
    background-color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: -3px 0px 8px -5px rgba(0, 0, 0, .2);
    -moz-box-shadow: -3px 0px 8px -5px rgba(0, 0, 0, .2);
    box-shadow: -3px 0px 8px -5px rgba(0, 0, 0, .2);
    border: 3px solid orange;
}


.box {
    font-family: DejaVuSansBook, Helvetica, sans-serif;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    border: 1px solid #F3F2E9;
}

    .box h3 {
        font-family: DejaVuSansCondensed, Helvetica, sans-serif;
        background-image: -o-linear-gradient(-90deg , rgb(245,244,236) 0%, rgb(243,242,233) 100%);
        background-image: -moz-linear-gradient(-90deg , rgb(245,244,236) 0%, rgb(243,242,233) 100%);
        background-image: -webkit-linear-gradient(-90deg , rgb(245,244,236) 0%, rgb(243,242,233) 100%);
        background-image: -ms-linear-gradient(-90deg , rgb(245,244,236) 0%, rgb(243,242,233) 100%);
        background-image: linear-gradient(-90deg , rgb(245,244,236) 0%, rgb(243,242,233) 100%);
        color: #000000;
        margin: 0;
        padding: 5px;
        font-size: 1em;
        font-weight: normal;
    }

    .box .content { padding: 8px; }

#content {
    /*width: 685px;*/
    width: 675px;
    padding: 10px;
    float: left;
    margin-left: 20px; 
    /*margin-left: 20px;*/
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: -3px 0px 8px -5px rgba(0, 0, 0, .2);
    -moz-box-shadow: -3px 0px 8px -5px rgba(0, 0, 0, .2);
    box-shadow: -3px 0px 8px -5px rgba(0, 0, 0, .2);
    behavior: url(css/PIE.htc);
}

    #content .header {
        padding: 10px;
        height: 35px;
        margin-bottom: 15px;
        clear: both;
        background-color: #F5F4EC;
        position: relative;
    }

        #content .header h2 {
            position: absolute;
            left: 10px;
            top: 10px;
            margin: 0;
            padding: 0;
            font-family: DejaVuSansCondensed, Helvetica, sans-serif;
            font-size: 1.3em;
            color: #662E18;
            text-shadow: rgba(255,255,255,1) 1px 2px 0px;
        }

        #content .header .nav {
            position: absolute;
            right: 10px;
            top: 15px;
            width: 430px;
        }

    #content .chzn-container {
        position: absolute;
        top: -5px;
        right: 200px;
    }

    #content .header .pagination {
        position: absolute;
        right: 0;
        top: 0;
        font-size: .7em;
    }
    
    #content p {
    	font-size: .9em;
    	
    }

.pagination span {
    float: left;
    margin-right: 7px;
    line-height: 2em;
}

.pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
}

    .pagination ul li {
        display: block;
        float: left;
        text-align: center;
        min-width: 15px;
        padding: 0 5px;
        height: 15px;
        margin: 1px;
        background-color: #E4ECED;
        border: 1px solid #577276;
    }

    .pagination ul li.active {
        background-color: #fff;
        font-weight: bold;
    }

    .pagination ul li a {
        text-decoration: none;
        line-height: 15px;
        color: #577276;
    }

#footer {
	padding: 150px 0;
    text-align: center;
    font-size: .7em;
    text-shadow: 1px 1px 2px rgba(255,255,255,0.7);
    text-transform: uppercase;
}

    #footer ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        #footer ul li {
            display: inline;
            margin-right: 10px;
        }

    #footer a {
        text-decoration: none;
        color: #000000;
    }

/* ARTICLE
   ================================================== */

#articles { clear: both }

.article {
        font-family: Helvetica, sans-serif;
        border-bottom: 1px solid #B1B1B1;
        -webkit-box-shadow:  0 2px 5px 0 rgba(0,0,0,0.3);
        -moz-box-shadow:  0 2px 5px 0 rgba(0,0,0,0.3);
        box-shadow:  0 2px 5px 0 rgba(0,0,0,0.3);
    }

    .article .meta { /*background: #FFFFFF url(../img/gradient.png) repeat-x left top;*/
        /*background-color: #F5F5F5;*/
        background-color: #EEE;
        padding: 10px;
        height: 55px;
        font-size: .8em;
        color: #000000;
        position: relative;
    }

        .article .meta img.wappen {
            width: 50px;
            height: 50px;
            float: left;
            padding: 2px; 
            margin-right: 10px;
        }

        .article .meta span {  
            /*float: left;*/
            /*margin-right: 15px;*/
        }

        .article .meta .no {
            /*float: right;*/
            position: absolute;
            right: 5px;
            top: 35px;
            color: #000000;
            font-weight: bold;
            background-color: #ffa63b;
            color: black;
            /*font-family: Courier, monospace;*/
            font-size: 1.2em;
            padding: 0 3px 0 3px;
        }

        .article .meta .date { font-weight: bold;  }

        .article .meta .location { font-weight: bold; }
        
        .article .dateloc { width:500px; }

        .article .meta .social {
            /*float: right;*/
            position: absolute;
            right: 5px;
            top: 10px;
        }

	.article .headline {
        margin: 1px 0 0 -20px;
        padding-left: 20px;
        padding-right: 100px;
        position: relative;
        /*background: #EA830F url(../img/corner_r.png) no-repeat right top;*/
        background: #ed8200; /* Old browsers */
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2OTciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNFRDgyMDAiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGM0IzNDkiIG9mZnNldD0iMC44Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI0ZGRkZGRiIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzY5NykiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(left, #ed8200 80%, #ffffff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(80%,#ed8200), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #ed8200 80%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #ed8200 80%,#ffffff 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #ed8200 80%,#ffffff 100%); /* IE10+ */
        background: linear-gradient(to right, #ed8200 80%,#ffffff 100%); /* W3C */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8200', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */ }
        
 
    .article .headline:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -9px;
        width: 9px;
        height: 9px;
        background: transparent url(../img/corner_l.png) no-repeat left top;
    }

    .article h2 {
        margin: 0;
        padding: 5px;
        /*font-family: DejaVuSansCondensed, Helvetica, sans-serif;*/
        color: #FFFFFF;
        font-size: 0.9em;
        line-height: 140%;
        text-shadow: 0 1px 0 rgba(0,0,0,.25);
    }

    .article h2 a {
    	color: #FFFFFF;
    }

    .article h2 span {
        font-weight: bold;
        font-size: 1.40em;
        line-height: 26px;
    }

    .article h3,
    .article h4 { 
    	margin: 0 0 0px 0; 
    	font-size: 0.9em;
    	color: #FFFFFF;
    	padding: 0 0 5px 5px;
    }

 	.article h4 a { 
    	color: #FFFFFF;
    }
    
    .article h3 { color: #404040 }

    .article .container {
        padding: 10px;
        /*background-color: whitesmoke;*/
        background-color: #EEE;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    .article .photos a:last-child { 
    	text-align: center;
     }

    .article .photos a {
        display: block;
        margin: 10px 0;
        color: #000000;
        text-decoration: none;
        font-size: .7em;
    }

    .article .photo img {
        -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
        border: 2px solid #FFFFFF;
    }

    .article .infos {
        display: block;
        text-align: center;
        padding: 3px;
        margin: 0 30px 0 30px;
        
    }

    .article .infos img { margin-right: 10px }

    .article .col.left {
        width: 215px;
        margin-right: 5px;
    }

    .article .col.right {
      width: 410px;
      text-align: justify;
      padding: 10px 10px 5px 5px;
    }

    .article p {
        font-size: .9em;
        margin-top: 0; margin-bottom: 0;
        text-align: justify;
        
    }
    
    .article li {
        font-size: .9em;
    }


.ruler {
    display: block;
    margin: 20px 0;
    width: 100%;
    height: 5px;
    background: transparent url(../img/dots.png) repeat-x left top;
}

/* ARTICLE END
   ================================================== */

/* FORMS
   ================================================== */

input[type=text],
input[type=password],
textarea {
    border: 1px solid #E3E3E3;
    padding: 3px;
    margin: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #FFFFFF;
}

input[type=image] { margin: 2px }

input#query {
    width: 160px;
    height: 20px;
}

textarea {
    padding: 10px;
    line-height: 1.4em;
    resize: vertical;
}

input[type=submit],
input[type=reset],
input[type=button] {
    color: #577276;
    text-shadow: rgba(255,255,255,0.6) 1px 1px 0px;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    padding: 3px 10px;
    cursor:pointer;
    background-color: #FFF;
    background-image: -o-linear-gradient(-90deg , rgb(229,237,238) 0%, rgb(186,207,209) 100%);
    background-image: -moz-linear-gradient(-90deg , rgb(229,237,238) 0%, rgb(186,207,209) 100%);
    background-image: -webkit-linear-gradient(-90deg , rgb(229,237,238) 0%, rgb(186,207,209) 100%);
    background-image: -ms-linear-gradient(-90deg , rgb(229,237,238) 0%, rgb(186,207,209) 100%);
    background-image: linear-gradient(-90deg , rgb(229,237,238) 0%, rgb(186,207,209) 100%);
    border: 1px solid #98ACAE;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 1px 1px 0px rgba(255,255,255,0.7), 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 0px rgba(255,255,255,0.7), 1px 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 1px 1px 0px rgba(255,255,255,0.7), 1px 1px 1px rgba(0,0,0,0.1);
}


.box#reporter textarea {
    width: 160px;
    height: 150px;
    margin-bottom: 10px;
    -moz-box-shadow: 0px 0px 1px 1px rgba(59,59,59,0.2), inset 0px 0px 6px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(59,59,59,0.2), inset 0px 0px 6px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 1px 1px rgba(59,59,59,0.2), inset 0px 0px 6px rgba(0,0,0,0.2);
    border: 3px solid orange;
    font-size: 0.85em;
    font-family: Helvetica, sans-serif;
}

.search-forms form {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 10px solid #F3F2E9;
}

/* FORMS END
   ================================================== */

/* TABELLEN
   ================================================== */

/*table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}*/

th { font-size: .8em }

/*td {
    font-size: .8em;
    padding: .75em;
}*/

tr:nth-child(even) { background-color: #fff }

/*tr:nth-child(odd) { background-color: #FAF7F4; }
tr:nth-child(odd) td { border-bottom: 1px solid #F3F2E9; }*/

td.zeit {
    white-space: nowrap;
    font-style: .5em;
}

/* TABELLEN END
   ================================================== */

/* BILDER
   ================================================== */

img { border: 0 }

div.thumbnail {
    background: #FFFFFF;
    width: 170px;
    float: left;
    padding: 10px; 
    margin: 10px;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

    div.thumbnail img {
        border: 1px solid #999;
        width: 170px;
        /*margin: 0 0 10px 0;*/
    }
    
div.bild img {
    
    width:650px;
    
 }

/* BILDER END
   ================================================== */


blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #ED8200;
  font-size: 0.7em;
}

.darker {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #EDEDED;
}

.left { float: left; }

.right { float: right }

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after { clear: both }

/* * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
   ================================================== */

.clearfix { *zoom: 1 }

.black_overlay{
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:1001;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
}

.white_content {
        display: none;
        position: absolute;
        top: 25%;
        left: 25%;
        width: 50%;
        height: 50%;
        padding: 16px;
        border: 16px solid orange;
        background-color: white;
        z-index:1002;
        overflow: auto;
}
