/******************************************************************************/
/*************** Grundlayout **************************************************/
/******************************************************************************/

* {
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 100%;
    min-width: 980px;
}

body {
    background-image: url(/assets/images/bg1.png);
    background-repeat: repeat;
    background-attachment: scroll;
	background-position: center top;
    font-family: Verdana;
    font-size: 12px;
}

img {
    border: none;
}

a, a:visited, a:hover {
    margin: 0px;
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

#navi1 a, #navi1 a:visited, #navi1 a:hover {
    display: block;
    width: 100%;
    height: 100%;
    color: #C0C0C0;
    margin: 0px;
    text-decoration: none;
    cursor: pointer;
}

#navi1 a:hover {
    color: #FFF;
}

p {
    font-size: 12px;
    margin-bottom: 20px;
    clear: left;
    min-height: 12px;
}

.clearfix {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/************ Formulare & Buttons *********************************************/

.formtitle {
    margin: 30px 10px 10px 10px;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

form p {
    clear: left;
    margin: 0px;
}

label, .label {
    float: left;
    width: 150px;
    font-weight: bold;
}

form span {
    clear: left;
}

form span label {
    float: left;
    width: 150px;
    margin: 0px 10px 5px 0px;
}

input, .textarea {
    font-size: 12px;
    border: 1px solid #cecece;
    background-color: #f3f3f3;
    margin: 0px 10px 5px 0px;
    padding: 3px;
}

input:hover, .textarea:hover {
    background-color: #e4e4e4;
}


select {
    margin-bottom: 5px;
    width: 100px;
}

.radio {
    clear: left;
}


.btn_dark {
    display: inline-block;
    border: 1px solid #4f6b91;
    font-size: 12px;
    padding: 3px 10px 3px 10px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    background-color: #647b9a;
    margin-bottom: 5px;
}

.btn_dark::-moz-focus-inner {
    border: 0px;
}

.btn_dark:hover {
    background-color: #536b8c;
}

.btn_dark img {
    vertical-align: bottom;
    margin-right: 6px;
}

.btn_grey {
    display: inline-block;
    border: 1px solid #cecece;
    font-size: 12px;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
    background-color: #f3f3f3;
    font-family: Verdana;
}

.btn_grey:hover {
    background-color: #e4e4e4;
}

.btn_grey img {
    vertical-align: bottom;
    margin-right: 6px;
}

.btn_more {
    display: inline-block;
    border: 1px solid #cecece;
    font-size: 12px;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
    background-color: #f3f3f3;
    font-family: Verdana;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.btn_more:hover {
    background-color: #e4e4e4;
}

.hint {
    background-color: #efefef;
    padding: 10px;
    font-style: italic;
    margin-bottom: 10px;
}

/************ Basis-Layout ****************************************************/

#header {
    position: fixed;
    background-image: url(/assets/images/back.png);
    width: 100%;
    height: 65px;
    background-repeat: repeat;
    border-bottom: 3px solid #a0a0a0;
    z-index: 110;
    -webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}


#headercontent {
    position: relative;
    width: 800px;
    height: 50px;
    left: 50%;
    margin-left: -430px;
    top: 15px;
    z-index: 102;
}

#logo {
    float: left;
    left: 0px;
    width: 100px;
    height: 100px;
}

#title {
    font-family: Cambria, Verdana;
    margin-left: 150px;
    font-size: 36px;
    color: #FFFFFF;
    top: 0px;
}

#content {
    position: absolute;
    width: 1002px;
    left: 50%;
    margin-left: -500px;
    float: left;
    margin-top: 65px;
    height: 100%;
}

#left {
    width: 180px;
    float: left;
    z-index: 101;
    height: 100%;
    padding-top: 100px;
    padding-right: 20px;
    text-align: right;
    font-size: 12px;
}

#left a, #left a:visited {
    color: #000000;
}

#left a:active {
    color: #000000;
}

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

#left .title {
    color: #C0C0C0;
    text-transform: uppercase;
    font-size: 14px;
    width: 120px;
    float: right;
    border-bottom: 1px solid #C0C0C0;
    text-align: right;
    font-weight: bold;
    margin: 15px 0px 5px 0px;
}

#left ul {
    list-style: none;
}

#left ul li {
    margin-bottom: 3px;
}

#main {
    position: absolute;
    min-height: 500px;
    width: 600px;
    float: left;
    background-color: #ffffff;
    border-left: 1px solid #434346;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    left: 200px;
    padding-top: 40px; /* -------------------------------- Optimize !!!!!!!!! */
    -webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}

#maincontent {
    padding: 20px;
    /*text-align: justify;*/
}

#right {
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    width: 180px;
    height: 100px;
    right: 50%;
    margin-right: -522px;
    margin-top: 50px;
    height: 100%;

    color: #727272;
    font-size: 10px;
}

#right a:visited {
    margin: 0px;
    color: #727272;
    text-decoration: none;
    cursor: pointer;
}

#right a:hover {
    color: #000000;
}

#right .title {
    color: #C0C0C0;
    text-transform: uppercase;
    font-size: 14px;
    width: 180px;
    float: left;
    border-bottom: 1px solid #C0C0C0;
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
}

#right .box {
    margin-bottom: 20px;
    width: 180px;
}


#footer {
    border-top: 1px solid #C0C0C0;
    width: 100%;
    font-size: 11px;
    color: #606060;
}

#navi1 {
    font-family: Arial;
    position: fixed;
    height: 40px;
    width: 600px;
     background-image: url(/assets/images/naviSchwarz.png);
    background-repeat: repeat-x;
    background-color: #333333;
    color: #FFFFFF;
    top: 68px; /* Höhe Header + Höhe Header Border */
}

#navi1 ul {
    list-style: none;
    height: 40px;
}

#navi1 ul li {
    font-size: 16px;
    float: left;
    min-width: 50px;
    padding-left: 5px;
    padding-right: 5px;
    color: #C0C0C0;
    border-right: 1px solid #666666;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

#navi1 ul li:hover {
    color: #FFFFFF;
    height: 40px;
    background-image: url(/assets/images/naviGrau.png);
    background-repeat: repeat-x;
}

/* ------------ Message Boxes [Main] ------------ */

.ooa {
    color: #727272;
    font-size: 10px;
}

.msg_error {
    width: auto;
    border: 1px solid #000000;
    margin: 9px;
}

.msg_error_top {
    width: auto;
	height: 20px;
	margin: 1px 1px 1px 1px;
	padding: 5px 0px 0px 5px;
	background-color:#BC0000;
	color:#FFFFFF;
	font-weight:bold;
}

.msg_error_content {
    width: auto;
	margin: 0px 1px 1px 1px;
	padding: 5px;
	background-color:#FFA087;
}

.msg_error li {
    margin-left: 30px;
}

.msg_hint {
	width: auto;
    border: 1px solid #000000;
    margin: 9px;
}

.msg_hint_top {
    width: auto;
	height: 20px;
	margin: 1px 1px 1px 1px;
	padding: 5px 0px 0px 5px;
	background-color:#027202;
	color:#FFFFFF;
	font-weight:bold;
}

.msg_hint_content {
	width: auto;
	margin: 0px 1px 1px 1px;
	padding: 5px;
	background-color:#87FF87;
}

.msg_hint li {
    margin-left: 30px;
}

.help {
    display: none;
    background-color: #efefef;
    padding: 10px;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.tag {
    font-family: Menlo,Monaco,"Courier New",monospace;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 4px;
    color: #d14;
    line-height: 30px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    margin-bottom: 3px;
    margin-right: 3px;
}


/******************************************************************************/
/*************** Basic - Content - Layout *************************************/
/******************************************************************************/
.coloumn {
    min-width: 150px;
    width: auto;
    float: left;
}

.col_rgt {
    float: right;
}

.coloumn p {
    padding-left: 5px;
}

.coloumn .header {
    background-color: #f3f3f3;
    font-weight: bold;
    padding: 3px;
    border: 1px solid #f3f3f3;
}

.notification_navi {
    display: hidden;
    margin-left: 5px;
    float: right;
    width: auto;
    min-width: 15px;
    height: 15px;
    background-color: #CC0033;
    border-right: 1px solid #777777;
    border-bottom: 1px solid #777777;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
}

#recaptcha_response_field {
    bottom: 0px;
    left: 0px !important;
    height: 16px;
}

#login {
    padding: 0px;
    margin: 0px;
    text-align: right;
    margin-bottom: 20px;
}

#login input {
    margin-right: 0px;
    width: 100px;
    text-align: right;
}

#login label {
    width: auto;
    text-align: right;
    float: right;
}

#login .checkbox {
    width: auto;
    margin-left: 5px;
}

#login .btn_dark {
    width: auto;
}

.section {
    font-size: 12px;
    height: 22px;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    background-color: #f3f3f3;
    font-weight: bold;
    padding-left: 35px;
    color: #2c2c2c;
    margin: 0px 0px 20px 0px;
}

.arr_down {
    width: 16px;
    height: 16px;
    background-image: url(/assets/images/arr_down.png);
}

.mt {
    margin-top: 10px;
}

.mr {
    margin-right: 10px;
}

.mb {
    margin-bottom: 10px;
}

.ml {
    margin-left: 10px;
}


.imagelist_cont {
    clear: both;
    float: left;
    width: 100%;
    overflow: hidden;
}

.imagelist {
    float: left;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.imagelistitem img {
    margin: 0px;
}


.imagelistitem {
    text-align: center;
    font-weight: bold;
    width: 160px;
    display: inline-block;
    margin: 10px;
}

.top_banner {
    background-color: #647b9a;
    color: #FFF;
}

.bottom_banner {
    background-color: #eee;
}

.top_banner a {
    color: #fff;
}


.section p {
    margin: 0px;
    line-height: 22px;
    vertical-align: middle;
    float: left;
}

#popup {
    display: none;
    position: absolute;
    left: 50%;
    top: 25%;
    background-color: #f3f3f3;
    width: 450px;
    margin-left: -225px;
    height: auto;
    z-index: 9002;
    margin: auto;
    overflow: none;
    border: 5px solid #4f6b91;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}

#popup .section {
    background-color: #363636;
    border-color: #FFFFFF;
    color: #C0C0C0;
}

#popupwrapper {
    overflow: auto;
    height: 100%;
}

#popupcontent {
    padding: 0px 35px 0px 35px;
}

#popupcontent .rows {
    height: 300px;
    overflow: auto;
}

#popupcontent .row {
    min-height: 50px;
    border-bottom: 1px solid #000;
}

#popupcontent .row:hover {

}

#popup h1 {
    margin: 15px 0px 15px 0px;
    color: #363636;
    font-size: 14px;
}

.col_wrap {
    float: left;
    z-index: -1;
}

.col {
    float: left;
}

/******************************************************************************/
/*************** Kommentare - Layout ******************************************/
/******************************************************************************/

.commentbox {
    margin: 0px 0px 0px 50px;
    width: 80%;
    background-color: #F3F3F3;
    color: #000000;
    font-size: 11px;
}

.comment {
    border-bottom: 2px solid #FFFFFF;
}

.comment .username {
    text-transform: uppercase;
    font-weight: bold;
}

.comment .timestamp {
    color: #999999;
    font-size: 10px;
    margin-left: 20px;
}

.comment .content {
    display: block;
}

.newcomment {

}

.newcomment input {
    margin-top: 10px;
    width: 250px;
}

/******************************************************************************/
/*************** DJZ - Layout *************************************************/
/******************************************************************************/

#djz {
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-family: Impact, fantasy;
}

#djz .djz_klein {
    font-size: 24px;
}

.artikel {
    padding: 40px 10px 40px 10px;
    border-bottom: 1px dashed #666666;
    font-size: 12px;
    line-height: 18px;
}


.artikel:hover {
    background-color: #F3F3F3;
    /*background-color: #f9fbfe;*/
}

.artikel_nohover:hover {
    background-color: #FFF;
}

.artikel .readmore {
    font-size: 11px;
    color: #3300FF;
}

.artikel .titel {
    text-transform: capitalize;
    color: #454545;
    font-weight: bold;
    font-size: 16px;
}

.artikel .bild {
    float: left;
    margin: 0px 10px 5px 0px;
    width: 80px;
    height: 80px;
    background-color: #DCDCDC;
}

.artikel .bild_gr {
    float: left;
    margin: 0px 10px 5px 0px;
    width: 160px;
    height: 160px;
    background-color: #DCDCDC;
}

.artikel .inhalt {
    text-align: justify;
}

.artikel .quelle {
    font-size: 10px;
}

.statusleiste {
    background-color: #F3F3F3;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    width: 100%;
    height: 20px;
}

.statusleiste img {
  vertical-align: middle;
}

#quellen_box {
    width: 560px;
    min-height: 300px;
    border: 0px solid #000000;
}

#quellen_liste {
    height: 100%;
    width: 280px;
    float: left;
    overflow: scroll;
    overflow-x: hidden;
}

.quellen_eintrag {
    border-bottom: 1px solid #000000;
    width: 260px;
    height: 40px;
    padding: 10px;
}

.quellen_eintrag:hover {
    background-color: #F3F3F3;
}

.quellen_eintrag .checkmark {
    float: left;
    height: 100%;
}

.quellen_eintrag .titel {
    height: 100%;
    white-space: nowrap;
    cursor: pointer;
}

#quellen_beschreibung {
    height: 100%;
    width: 250px;
    float: left;
    overflow: auto;
    overflow-x: hidden;
    padding-left: 10px;
}

#quellen_beschreibung h1 {
    font-size: 18px;
    font-weight: bold;
}

/******************************************************************************/
/*************** Kontakte *****************************************************/
/******************************************************************************/


/******************************************************************************/
/*************** SUCHE ********************************************************/
/******************************************************************************/

#detailsuche  {
    height: auto;
    width: 300px;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/assets/images/colorbox/overlay.png) repeat 0 0;}

#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/assets/images/colorbox/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/assets/images/colorbox/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/assets/images/colorbox/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/assets/images/colorbox/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/assets/images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/assets/images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/assets/images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/assets/images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/assets/images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/assets/images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/assets/images/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/assets/images/colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/assets/images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(/assets/images/colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(/assets/images/colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(/assets/images/colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(/assets/images/colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(/assets/images/colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(/assets/images/colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(/assets/images/colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(/assets/images/colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
