/* CSS Document */

.login-centered {
	position: absolute;
	width: 200px;
	height: 152px;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -76px;
	border: 1px solig #000000;
	background-color: #eeeeee;
}
.login-centered p {
	text-align: center;
}
.login-centered table {
	width: 250px;
}
.changePw-centered {
	position: absolute;
	width: 250px;
	height: 152px;
	top: 50%;
	left: 50%;
	margin-left: -125px;
	margin-top: -76px;
	border: 1px solig #000000;
	background-color: #eeeeee;
}
.changePw-centered p {
	text-align: center;
}


.textStandard {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.ueberschriftGross {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000;
	font-weight:bold;
}
.ueberschriftNormal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}
.link  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background:#E5E5E5;
	border: 1px solid;
}
.body {
	background-color: #F0F0F0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.body-top {
	background-color: #D1D1D1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.table {
	cellpadding: 10px;
}
.tr-light {
	background-color: #F0F0F0;
}
.tr-dark {
	background-color: #D1D1D1;
}
.td-deledit {
	width: 57px;
	text-align: center;
}
.td-name {
	width: 110px;
}
.td-vorname{
	width: 110px;
}
.td-geschlecht {
	width: 72px;
	text-align: center;
}
.td-gruppe {
	width: 42px;
	text-align: center;
}
.td-graduierung {
	width: 72px;
	text-align: center;
}
.td-aktiv {
	width: 30px;
	text-align: center;
}
.td-geburtsort {
	width: 120px;
}
.td-geburtstag {
	width: 72px;
	text-align: center;
}
.td-oeffentlich {
	width: 58px;
	text-align: center;
}
.td-strasse {
	width: 150px;
}
.td-plzort {
	width: 120px;
}
.td-telefon {
	width: 100px;
}
.td-mobil {
	width: 100px;
}
.td-telefon {
	width: 200px;
}
.td-eintritt {
	width: 72px;
	text-align: center;
}
.td-austritt {
	width: 72px;
	text-align: center;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #666666;
}
.buttonlike {
        border:1px solid #990000;
        background:#EEEEEE;
        color:#6A110D;
        font-weight:400;
        padding:2px;
        padding-left:5px;
        padding-right:5px;
        text-align:right;
        text-decoration:none;
        white-space:nowrap;
        margin-right: 10px;
}
.buttonlike:hover, .buttonlike:active, .buttonlike:focus {
        color:#EEEEEE;
        background-color:#6A110D;
}

.button-link-green, .button-link-green:visited {
    padding: 5px 10px;
    background: #F0F0F0;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #666666;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	text-decoration: none;
    -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;
}
.button-link-green:hover {
    background: #32CD32;
    border: solid 1px #666666;
    text-decoration: none;
}
.button-link-green: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: #228B22;
    border: solid 1px #666666;
}

.button-link-red, .button-link-red:visited {
    padding: 5px 10px;
    background: #F0F0F0;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #666666;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	text-decoration: none;
    -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;
}
.button-link-red:hover {
    background: #f36d6d;
    border: solid 1px #666666;
    text-decoration: none;
}
.button-link-red: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: #f52525;
    border: solid 1px #666666;
}

.button-link-grey, .button-link-grey:visited {
    padding: 5px 10px;
    background: #F0F0F0;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #666666;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	text-decoration: none;
    -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;
}
.button-link-grey:hover {
    background: #D0D0D0;
    border: solid 1px #666666;
    text-decoration: none;
}
.button-link-grey: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: B3B3B3;
    border: solid 1px #666666;
}

.button-logout, .button-logout:visited {
	font-size: 11px;
    padding: 1px 2px;
    background: #F0F0F0;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #666666;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	text-decoration: none;
    -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;
}
.button-logout:hover {
    background: #D0D0D0;
    border: solid 1px #666666;
    text-decoration: none;
}
.button-logout: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: B3B3B3;
    border: solid 1px #666666;
}

#rechtsoben {
	position: absolute;
	right: 15px;
	top: 4px;			
}
#rechtsoben table {
	width: 220px;
}
