/******************************************************************************/
/*************** 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;
}
