h1 {
	font-size:1.5em;
	font-weight:bold;
	display:block;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #2B4B71;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #54779d;
}

img.float {
	float: right;
	padding-left: 5px;
}

/* Suchformular */

form#suchformular input, form#suchformular select {
	display: inline-block;
}

form#suchformular label {
	font-size: 1.0em;
	font-weight: bold;
	width: 150px;
	display: inline-block;
}

/* Ergebnisliste */

#legende {
	float: right;
	margin-bottom: 10px;
}

#seniorenliste {
	clear: both;
}

.head_ergebnisliste {
	width: 100%;
	height: 20px;
	color: #ffffff;
	margin-bottom: 10px;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 2px;
}

table.seniorbox {
	display: block;
	background: #fff;
	border: 1px solid #9fb8d3;
	padding: 5px;
	margin-bottom: 5px;
	min-height: 100px;
	width: 100%;
}

table.seniorbox td {
	padding: 2px;
}

table.seniorbox td .caption {
	font-weight: bold;
	color: #2b4b71;
}

table.seniorbox td a.contact {
	padding-left: 25px;
	background: url("/mandanten/global/i/seniorenbegleiter/icon_contact.jpg") no-repeat left;
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}

table.seniorbox td a.contact:hover {
	text-decoration: none;
}

#seniorenliste .mann {
	background: url("/mandanten/global/i/seniorenbegleiter/icon_mann.jpg") no-repeat right;
}

#seniorenliste .frau {
	background: url("/mandanten/global/i/seniorenbegleiter/icon_frau.jpg") no-repeat right;
}

.seniorbox .frei, .seniorbox .belegt {
	width: 20px;
	height: 100%;
}

.seniorbox .frei {
	background: url("/mandanten/global/i/seniorenbegleiter/icon_frei.jpg") no-repeat top;
}

.seniorbox .belegt {
	background: url("/mandanten/global/i/seniorenbegleiter/icon_belegt.jpg") no-repeat top;
}

/* Kontaktformular */

/* Kontaktformular */

.message_kontaktformular {
	font-size: 0.9em;
	border: 1px dashed #2b4b71;
	padding: 5px;
	margin: 10px;
}

.redstar {
	color: #ff0000;
	font-weight: bold;
	margin-left: 2px;
}

#contact_form fieldset {
	border: 1px solid #2b4b71;
	padding: 5px;
	padding-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#contact_form legend {
	color: #2b4b71;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

#contact_form  { }
#contact_form label { width: 150px; display: inline-block;}
#contact_form label.error { margin-left: 153px; }

#contact_form label.error {
	color: #ff0000;
	font-size: 0.9em;
	font-style: italic;
}

#contact_form input.error {
	border: 1px dashed #ff0000;
	background: #f0f7ff;
}

#contact_form .small {
	font-size: 10px;
}

#contact_form .button {
	border: 1px solid #2b4b71;
	background: #f0f7ff;
	margin-top: 25px;
	margin-left: 75px;
	font-size: 1.2em;
}

/* Backend Menu */

ul.arrow {
	list-style-image: url("/mandanten/global/i/seniorenbegleiter/pfeil_blau.gif");
}

.menu {
	border: 1px solid #54779d;
	background-color: #e2e9f1;
}

.menu a, .menu a:hover, .menu a:active {
	font-weight: bold;
	font-size: 1em;
}

a.button {
	font-weight:500;
	margin:10px;
	font-size:14px;
	padding:10px;
	border:1px solid #6693b8;
	transition:all 0.3s linear;
	text-align:center;
	background:rgba(102,147,184,0.2);
}

a.button:hover {
	border:1px solid #3d95cc;
	background:rgba(102,147,184,0.5);
	text-decoration:none;
}

a.button::before {
    content: " ";
    font-family: FontAwesome;
}

a.backlink {
	display:block;
	font-weight:500;
	margin:10px auto;
	font-size:14px;
	padding:10px;
	border:1px solid #6693b8;
	transition:all 0.3s linear;
	width:200px;
	text-align:center;
	background:rgba(102,147,184,0.5);
}

a.backlink:hover {
	border:1px solid #3d95cc;
	background:rgba(102,147,184,0.75);
	text-decoration:none;
}

/* Backend Tabelle Senioren */

table.seniorenlist {
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
	line-height: 150%;
	width:800px;
}

table.seniorenlist th {
	background: #54779d;
	font-weight: bold;
	color: #fff;
	border: 1px solid #fff;
}

table.seniorenlist th a {
	color: #fff;
	text-decoration: none;
}

table.seniorenlist td {
	width: 150px;
	background: #ffffff;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px dashed #c0c0c0;
	border-right: 1px dashed #c0c0c0;
	line-height: 250%;
}

table.seniorenlist td.left {
	text-align:left;
}

table.seniorenlist tr.blue td {
	background: #e7f3ff;
	border-bottom: 1px dashed #c0c0c0;
	border-right: 1px dashed #c0c0c0;
	vertical-align: middle;
}

ul.begleiter-be-begleitete {
	padding-left:5px;
}

ul.begleiter-be-begleitete li::before {
    content: "";
}

ul.begleiter-be-begleitete li {
	font-size:0.8em;
	border-bottom:1px solid #c0c0c0;
	line-height:150%;
	padding-bottom:3px;
}

/* Backend Updateformular */

form#updateform label {
	font-size: 1.0em;
	font-weight: bold;
	width: 150px;
	display: inline-block;
}

/* Backend Tabelle Notizen */

/* Backend Tabelle Senioren */

table.notizenlist {
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
	line-height: 150%;
	width:500px;
}

table.notizenlist th {
	background: #54779d;
	font-weight: bold;
	color: #fff;
	border: 1px solid #fff;
}

table.notizenlist td {
	background: #ffffff;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px dashed #c0c0c0;
	border-right: 1px dashed #c0c0c0;
	line-height: 250%;
}

table.notizenlist td.left {
	text-align:left;
}

table.notizenlist tr.blue td {
	background: #e7f3ff;
	border-bottom: 1px dashed #c0c0c0;
	border-right: 1px dashed #c0c0c0;
	vertical-align: middle;
}
