html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	width: 100%;
	height: auto;
}

body {
	line-height: 1px;
	font: 13px/20px 'lucida Grande', Verdana, sans-serif;
	color: #404040;
	background: #dcdcdc;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

.benachrichtigung {
	margin: 70px auto 40px;
	padding: 8px;
	width: 260px;
	font: 10px/18px 'Lucida Grande', Arial, sans-serif;
	color: #bbb;
	text-align: center;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
	background: #383838;
	background: rgba(34, 34, 34, 0.8);
	border-radius: 4px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.4);
}
.benachrichtigung a {
	color: #eee;
	text-decoration: none;
	border-radius: 2px;
	-webkit-transition: background 0.1s;
	-moz-transition: background 0.1s;
	-o-transition: background 0.1s;
	transition: background 0.1s;
}

.button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 36px;
	line-height: 35px;
	padding: 0 20px;
	font-size: 13px;
	color: white;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
	background-clip: padding-box;
	border: 1px solid;
	border-radius: 2px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
}
.button:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	background-image: -webkit-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
	background-image: -moz-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
	background-image: -o-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
	background-image: radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}
.button:hover:before {
	background-image: -webkit-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
	background-image: -moz-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
	background-image: -o-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
	background-image: radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
}
.button:active {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button:active:before {
	content: none;
}

.button-blau {
	background: #1097e6;
	border-color: #0d78b6 #0d78b6 #0b689e;
	background-image: -webkit-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3);
	background-image: -moz-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3);
	background-image: -o-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3);
	background-image: linear-gradient(to bottom, #25a5f0, #1097e6 66%, #0f8ad3);
}
.button-blau:active {
	background: #1097e6;
	border-color: #0b689e #0d78b6 #0d78b6;
}
.button-grau {
	background: #47494f;
	border-color: #2f3034 #2f3034 #232427;
	background-image: -webkit-linear-gradient(top, #55585f, #47494f 66%, #3d3f44);
	background-image: -moz-linear-gradient(top, #55585f, #47494f 66%, #3d3f44);
	background-image: -o-linear-gradient(top, #55585f, #47494f 66%, #3d3f44);
	background-image: linear-gradient(to bottom, #55585f, #47494f 66%, #3d3f44);
}
.button-grau:active {
	background: #47494f;
	border-color: #232427 #2f3034 #2f3034;
}

.button-dunkelblau {
	background: #3b5ca0;
	border-color: #2d477b #2d477b #263c68;
	background-image: -webkit-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391);
	background-image: -moz-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391);
	background-image: -o-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391);
	background-image: linear-gradient(to bottom, #4369b6, #3b5ca0 66%, #365391);
}
.button-dunkelblau:active {
	background: #3b5ca0;
	border-color: #263c68 #2d477b #2d477b;
}

footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding-top: 100px;
	border-top: 1px solid #a7a7a7;
	padding: 10px;
	text-align: center;
	background-color: #d3d3d3;
}
footer .todo {
	clear: left;
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
footer .todo ul {
	list-style: circle;
}

/* <--- Allgemeine Einstellungen -- Layout Login ---> */


.einloggen {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.einloggen_feld {
	width: 370px;
	height: auto;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	margin: 100px auto 0px auto;
	background: url(../img/form-bg.png) top left;
	padding: 8px 0 0 8px;
	z-index: 2;
}
.einloggen_feld form {
	width: 360px;
	height: auto;
	background: #fff url(../images/formular/bg_form.jpg) repeat-x top left;		
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	-moz-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
	padding-bottom: 70px;
}
.einloggen_feld h2 {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 0 #fff;
	filter: dropshadow(color=#fff, offx=0, offy=1);
	line-height: 45px;
	margin-bottom: 24px;
	margin-left: 25px;
}
.einloggen_feld form input[type="text"], .einloggen_feld form input[type="password"]{
	box-shadow: 0px 0px 0px 4px #f2f5f7;
	width: 320px;
	height: 15px;
	padding: 0px 10px 0px 10px;
	margin: 0px auto;
	color: #aeaeae;
	border: 1px solid #bec2c4;
	border: 1px solid #ccc;
	padding: 6px 72px 6px 5px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	width: 210px;
	max-width: 100%;
	display: block;
	background: #fff;
}
.einloggen_feld form input[type="text"], .einloggen_feld form input[type="password"]{
	box-shadow: 0px 0px 0px 4px #f2f5f7;
	width: 320px;
	height: 15px;
	padding: 0px 10px 0px 10px;
	margin: 0px auto;
	color: #aeaeae;
	border: 1px solid #bec2c4;
	border: 1px solid #ccc;
	padding: 6px 72px 6px 5px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	width: 210px;
	max-width: 100%;
	display: block;
	background: #fff;
}
.einloggen_feld form input[type="text"]:focus, .einloggen_feld form input[type="password"]:focus {
	box-shadow: 0px 0px 0px 4px #e0f1fc;
	border:1px solid #7dc6dd;
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2);
}
.einloggen_feld form p {
	margin: 0 0 20px;
}
.einloggen_feld form p img { 
	margin: 0;
}
.einloggen_feld form label { 
	display: block;
	float: left;
	font-weight: bold;
	font-size: 13px;
	margin-left: 33px;
	padding-top: 9px;
}
.einloggen_feld form input[type="checkbox"] {
	display: inline;
}
.einloggen_feld form label span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
.einloggen_feld .button {
	float: right;
	margin-right: 36px;
}
.einloggen_feld .passwort_vergessen {
	font-size: 11px;
	font-style: oblique;
	float: right;
	padding-right: 15px;
}
.einloggen_feld .passwort_vergessen a {
	text-decoration: none;
	color: #444;
	border-bottom: 1px solid #444;
}
.einloggen .einloggen_feld .fehler_melden {
	font-size: 11px;
	font-style: oblique;
	float: left;
	padding-left: 5px;	
}
.einloggen .einloggen_feld .fehler_melden a {
	text-decoration: none;
	color: #5c0000;
	border-bottom: 1px solid #444;
}
.einloggen .einloggen_feld .fehlermeldungen {
	width: 370px;
	height: auto;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
	color: #DD4B39;
}
.einloggen .einloggen_feld .fehlermeldungen p {
	border-bottom: 1px solid #444;
	padding-top: 2px;
}
.einloggen .einloggen_feld .fehlermeldungen p img {
	height: 10px;
	width: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

/* <--- Layout Login --- Layout header und Menü ---> */

header {
	min-width: 1200px;
	max-width: 100%;
	padding-top: 60px;
	background: #404040 url("../img/bg.png") 0 0 repeat;
	border-bottom: 1px solid #dadada;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.04);
}
.top_navigation {
	height: 34px;
	border-bottom: 5px solid white;
	-webkit-box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.03);
	box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.03);
}
.top_navigation .nav {
	margin: 0 auto;
	width: 1200px;
}
.top_navigation .nav a {
	display: block;
	text-decoration: none;
}
.top_navigation .nav > li {
	float: left;
	margin-right: 3px;
}
.top_navigation .nav .top_right {
	float: right;
	margin-left: 3px;
}
.top_navigation .nav > li > a {
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
	background: #759aaf;
	border-radius: 3px 3px 0 0;
	background-image: -webkit-linear-gradient(top, #9cb6c5, #759aaf);
	background-image: -moz-linear-gradient(top, #9cb6c5, #759aaf);
	background-image: -o-linear-gradient(top, #9cb6c5, #759aaf);
	background-image: linear-gradient(to bottom, #9cb6c5, #759aaf);
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 -2px 2px rgba(0, 0, 0, 0.03), 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 -2px 2px rgba(0, 0, 0, 0.03), 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);
}
.top_navigation .nav > li > a:hover, .top_navigation .nav > li > a:visited {
	text-decoration: none;
	background: white;
}
.top_navigation .nav > li.active > a, .nav > li > a:active, .nav > .dropdown:hover > a {
	background: #ffffff;
	color: #404040;
	text-shadow: none;
	-webkit-box-shadow: 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);
}
.top_navigation .nav a.icon {
	position: relative;
	width: 40.8px;
	padding: 0;
}
.top_navigation .nav a.icon > span {
	display: block;
	position: absolute;
	top: 9px;
	left: 12px;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font: 0/0 serif;
	text-shadow: none;
	color: transparent;
}
.top_navigation .nav a.icon.home > span {
	background-image: url("../img/home.png");
}
.top_navigation .nav .active a.icon > span, .nav a.icon:active > span {
	background-position: 0 -16px;
}
.top_navigation .dropdown {
	position: relative;
	border-bottom: 5px solid white;
}
.top_navigation .dropdown:hover ul {
	display: block;
}
.top_navigation .dropdown ul {
	display: none;
	position: absolute;
	top: 39px;
	left: -1px;
	min-width: 160px;
	padding: 0 0 5px;
	background: white;
	border: 1px solid #dadada;
	border-top: 0;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.04);
}
.top_navigation .dropdown ul.large {
	min-width: 200px;
}
.top_navigation .dropdown li {
	display: block;
	margin: 0 18px;
	overflow: visible;
}
.top_navigation .dropdown li + li {
	border-top: 1px solid #eee;
}
.top_navigation .dropdown li a {
	color: #555;
	padding: 8px 18px;
	margin: 0 -18px;
}
.top_navigation .dropdown li a:hover {
	color: black;
}

/* <--- Layout Header und Menü --- Layout Seitliches Menü und das PDF main ---> */

.border {
	height: auto;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.side_navigation {
	height: 736px;
	width: 299px;
	float: left;
	background: white;
	color: black;
}
.side_navigation span {
	float: left;
	padding-right: 9px;
	padding-left: 9px;
}
.side_navigation h2 {
	padding-top: 5px;
	padding-left: 10px;
	font-size: 14px;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
	font-weight: bold;
}
.side_navigation a {
	color: black;
	font-size: 12px;
	text-decoration: none;
}
.side_navigation_ul ul {
	display: none;
	padding-left: 45px;
}
.side_navigation_ul ul ul {
	display: none;
	margin-left: 45px;
}
.side_navigation_ul ul ul ul {
	display: none;
	padding-left: 55px;
}
ul.side_navigation_ul ul ul ul ul {
	display: none;
	padding-left: 65px;
}
ul.side_navigation_ul ul ul ul ul ul {
	display: none;
	padding-left: 75px;
}

.main_body {
	float: left;
	width: 900px;
	height: 735px;
}
.main_body #main_pdf {
	width: 900px;
	height: 735px;
}
.main_body #main_pdf object {
	width: 900px;
	height: 735px;
}
.main_body #main_des {
	float: right;
	width: 900px;
	height: 15px;
	display: inline;
	text-align: center;
}

/* <--- Layout Seitliches Menü und das PDF main --- Bearbeiten Seite ---> */

.main_bearbeiten_body {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.main_bearbeiten_body h2 {
	font-size: 16px;
	font-weight: bolder;
	padding-top: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cacaca;
}
.main_bearbeiten_body .edit {
	width: 800px;
	height: 30px;
	border-top: 1px solid #d5d5d5;
	margin-left: auto;
	margin-right: auto;
}
.main_bearbeiten_body .edit_mit_unten {
	width: 800px;
	height: 30px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	margin-left: auto;
	margin-right: auto;
}
.main_bearbeiten_body a {
	text-decoration: none;
	color: #474dff;
}
.main_bearbeiten_body a:hover {
	text-decoration: underline;
	color: blue;
}
.main_bearbeiten_body .spatle1 {
	float: left;
	width: 180px;
	padding-top: 3px;
}
.main_bearbeiten_body .information {
	float: left;
	width: 500px;
	padding-top: 5px;
	color: rgba(175,175,175,0.91);
}
.main_bearbeiten_body .information span {
	font-weight: bold;
	color: #676767;
}
.main_bearbeiten_body .bearbeiten {
	width: 120px;
	float: right;
	padding-top: 5px;
	text-align: right;
}
.main_bearbeiten_body .edit_profil_delete {
	width: 800px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-top: 5px;
	border-top: 1px solid #ff0000;
}
.main_bearbeiten_body .edit_profil_delete .profil_delete {
	float: left;
	padding-top: 2px;
}
.main_bearbeiten_body .edit_profil_delete .bearbeiten {
	float: right;
	text-align: right;
	padding-top: 2px;
}
.main_bearbeiten_body .bearbeiten_ausgeklappt {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #e6e6e6;
}
.main_bearbeiten_body form {
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: auto;
}
.main_bearbeiten_body form .hinweise_bearbeiten {
	padding-left: 5px;
}
.main_bearbeiten_body form .hinweise_bearbeiten h4 {
	font-size: 12px;
	font-weight: 600;
	padding-top: 15px;
}
.main_bearbeiten_body form .hinweise_bearbeiten .hinweise {
	padding-left: 15px;
	padding-top: 5px;
}
.main_bearbeiten_body form .hinweise_bearbeiten .hinweise p {
	padding-left: 20px;
	background: url(../images/formular/hinweise.png) no-repeat left center;
	background-size: 16px;
}
.main_bearbeiten_body input[type="text"] {
	width: 180px;
	margin-left: 100px;
}
.main_bearbeiten_body input[type="password"] {
	width: 180px;
	margin-left: 100px;
}
.main_bearbeiten_body form .bearbeiten_button {
	margin-left: 250px;
	padding-top: 30px;
	padding-bottom: 25px;
}
.main_bearbeiten_body .update_erfolgreich {
	margin-left: auto;
	margin-right: auto;
	padding-top: 500px;
	color: black;
	width: 400px;
	padding: 5px;
	border: 3px solid #1bff00;
	background: #3eff95;
	text-align: center;
} 
.main_bearbeiten_body .update_fehlgeschlagen {
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	color: black;
	width: 400px;
	padding: 5px;
	border: 3px solid #ff0000;
	background: #ff7171;
	text-align: center;
}

/* <--- Main Bearbeiten --- Main Nutzer Verwalten ---> */

.main_verwaltung_body .progress {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 0 15px;
	width: 500px;
	height: 34px;
	background: #d3d5d9;
	border-radius: 17px;
	background-image: -webkit-linear-gradient(top, #ebecef, #bfc3c7);
	background-image: -moz-linear-gradient(top, #ebecef, #bfc3c7);
	background-image: -o-linear-gradient(top, #ebecef, #bfc3c7);
	background-image: linear-gradient(to bottom, #ebecef, #bfc3c7);
}
.main_verwaltung_body .progress-val {
	float: right;
	margin-left: 15px;
	font: bold 15px/34px Helvetica, Arial, sans-serif;
	color: #333;
	text-shadow: 0 1px rgba(255, 255, 255, 0.6);
}
.main_verwaltung_body .progress-bar {
	display: block;
	overflow: hidden;
	height: 8px;
	margin: 13px 0;
	background: #b8b8b8;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent 60%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent 60%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent 60%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 60%);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.6);
}
.main_verwaltung_body .progress-in {
	display: block;
	min-width: 8px;
	height: 8px;
	background: #1997e6;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -webkit-linear-gradient(left, #147cd6, #24c1fc);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -moz-linear-gradient(left, #147cd6, #24c1fc);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), -o-linear-gradient(left, #147cd6, #24c1fc);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.2)), linear-gradient(to right, #147cd6, #24c1fc);
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.main_verwaltung_body {
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.main_verwaltung_body .administration {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	text-align: center;
}
.main_verwaltung_body .administration form input[type="password"] {
	width: 200px;
	padding: 4px;
	margin-top: 6px;
}
.main_verwaltung_body .add_profil {
	margin-top: 30px;
	margin-left: 800px;
}
.main_verwaltung_body .add_profil a {
	color: white;
	text-decoration: none;
}
.main_verwaltung_body table {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border: 2px solid #9cb6c5;
	z-index: 2;
}
.main_verwaltung_body table th {
	font-weight: bold;
	background: #759aaf;
	background-image: -webkit-linear-gradient(top, #9cb6c5, #759aaf);
	background-image: -moz-linear-gradient(top, #9cb6c5, #759aaf);
	background-image: -o-linear-gradient(top, #9cb6c5, #759aaf);
	background-image: linear-gradient(to bottom, #9cb6c5, #759aaf);
}
.main_verwaltung_body table th, .main_verwaltung_body table td {
	height: 35px;
	vertical-align: middle;
}
.main_verwaltung_body table .id {
	width: 30px;
	text-align: center;
}
.main_verwaltung_body table .benutzername {
	text-align: left;
	width: 300px;
}
.main_verwaltung_body table .email {
	text-align: left;
	width: 350px;
}
.main_verwaltung_body table .letzter_login {
	text-align: left;
	width: 130px;
}
.main_verwaltung_body table .rang {
	width: 100px;
	text-align: left;
}
.main_verwaltung_body table .bearbeiten {
	text-align: left;
	width: 170px;
}
.main_verwaltung_body table tr.betohnt {
	background-color: lightgray;
}
.main_verwaltung_body table tr.erfolgreich {
	background-color: rgba(20,255,86,0.81);
}