/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15.07.2015, 08:46:36
    Author     : KPlewnia
*/
/* ---------------     Reset     --------------- */
* {
    padding: 0;
    margin: 0;
}

html,body {
    border: 0 solid;
    font-size: 14px;
}
body{
     background-image: url(../img/hg_hell.jpg);
}

a img {
    border: 0
}

/* ---------------     Container     --------------- */
#container {
    width: 1350px;
    margin: 20px auto;
    text-align: left;
    /*border-top: 1px solid #999999;*/
    text-align: left;
    position: relative;
    top: 0px;
    left: 0px;
}


#header2 {
    height: 35px;
    line-height: 34px;
    border: solid 1px #2A4E77;
    font-size: small;
    text-align: center;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #203E5F;
}

#header2 p {
    text-align: right;
    font-size: 14px;
    margin-top: 10px;
}

#footer {
	clear: both;
	height: 55px;
	/*border-top: 1px solid #999999;*/
	padding-bottom: 5px;
}

#content {
    float: left;
    width: 1000px;
    padding: 10px 25px 15px 200px;
    overflow: auto;

}



#menu {
    float: left;
    width: 100px;
    min-height: 655px;
    padding: 38px 0 0 0;
    text-align: left;
}

#logo p {
    color: rgb(204, 0, 0);
}

#menu #logo_users {
    top: 20px;
    left: 40px;
    position: relative;
    width: 130px;
    height: 145px;
}

#menu #logo_zw {
    top: 40px;
    left: 40px;
    position: relative;
    width: 130px;
    height: 145px;
}

#contentframe {
    border-left: 1px solid #999999;
    background: #FFFFFF;
}
/* ---------------     Tags und Fonts     --------------- */

#header h1 {
    font-size: 40px;
    margin-left: 320px;
    line-height: 89px;
}


#content h3 {
    margin: 1em 0 1em 0;
    font-size: 16px;
    color: #cd2626;
}

#content h4 {
    margin-top: 12px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #cc0000;

}

.festeBreiteein30 {
    width: 30px;
}

.festeBreiteein50 {
    width: 50px;
}

.festeBreiteein80 {
    width: 100px;
}

.festeBreiteein130 {
    width: 130px;
}

.fbold {
    font-weight: bold;
}

.klapptabelle{
    border-collapse: collapse;
}

.va{
    vertical-align: text-top;
    padding-right: 10px;
    padding-left: 5px;
    border: 1px solid black !important;
}

.table {
    font-size: 14px;
    text-align: left;
    width:720px;
    border-collapse: collapse;
    position: relative;
}

.table td{
    padding-bottom: 1em;
}

.table th{
    border: 1px solid #999999;
    line-height: 20px;
}

.table a {
    font-size: 14px; 
    text-align: left;
}
.table select{
    min-width: 180px;
    text-align: left;
}

.tableMenu {
    font-size: 14px;
    text-align: left;
    width:720px;
    border-collapse: collapse;
}

.tableMenu td {
    line-height: 3em;
}

table.nachrichten {
    font-size: 14px;
    text-align: left;
    width:720px;
    border-collapse: collapse;
}

table.nachrichten  th{
    border: 1px solid #999999;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    background: #A0C515;
}

table.nachrichten  td{
    padding-left: 5px;
    padding-right: 5px;
}

table.nachrichten  a {
    font-size: 16px; 
    text-align: left;
}

table.nachrichten tr:nth-child(even) {
  background-color: rgb(230,230,230);
}


table.nachrichten tr:nth-child(odd) {
  background-color: rgb(255,255,255);;
}

.center {
    text-align: center;
}

.center_min {
    text-align: center;
    font-size: 8px; 
}

.button-link {
    padding: 7px 15px;
    background: #203E5F;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    text-decoration: none;
    text-underline: none; 
}
.button-link:hover {
    background: #203E5F;
    border: solid 1px #2A4E77;
    text-decoration: none;
    text-decoration: none;
    text-underline: none;    
}
.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
    text-decoration: none;
    text-underline: none;    
}

.input-round{
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    min-height: 25px;
}

.chat-red {
    padding: 7px 15px;
    background:#FF0000;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    text-decoration: none;
    text-underline: none;   
}

.chat-blue {
    padding: 7px 15px;
    background:#0000FF;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    text-decoration: none;
    text-underline: none;   
}

#popUpDiv{
    z-index: 100;
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#cent{
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 930px;
    height:900px;
    margin-left:-450px;
    margin-top:-150px;
}


.AusButton{
	min-width: 300px;
	text-align: left;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
}


#calc{
    height: 1100px;
}