/*------------------------------------------------------------------------------------------
http://www.w3schools.com/howto/howto_css_modals.asp
Modale alert/confirm, siehe jqModalMessage()
------------------------------------------------------------------------------------------*/
.ModalPopup {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	z-index: 50;
	color: #000000;
}
.ModalPopupDialog {
	background-color: #ffffff;
	margin: auto;
	margin-top: 10px;
	padding: 10px 10px 28px 10px;
	border: 1px solid #888;
	width: 400px;
	/*word-break: break-all;*//*wegen langen cookies-anzeigen*/
}
.ModalPopupDialog span {
	margin-left: 5px;
}

.Button1 {
    border-radius: 2px;
    border: solid 1px #808080;
    color: #808080;
    font-size: 80%;
    background: #ffffff;
    cursor: pointer;
	padding: 1px 5px;
}
.Button2 {
    border-radius: 3px;
    border: solid 2px #808080;
    color: #808080;
    font-size: 80%;
    background: #ffffff;
    cursor: pointer;
	padding: 1px 5px;
}

/*------------------------------------------------------------------------------------------
thematische Absatzformate CMS
------------------------------------------------------------------------------------------*/
.Rahmen {
	border-top: 1px solid #7f7f7f;
	border-left: 4px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	border-right: 1px solid #7f7f7f;
	background-color: #eaeaea;
	padding: 0 5px 0 5px; 
	margin: 2px 0 5px 0; 
}
p.Position {
	font-weight: normal;
	border-top: 1px solid #7f7f7f;
	border-left: 4px solid #7f7f7f;
	background-color: #eaeaea;
	padding: 0 0 0 5px;
	margin: 0 0 5px 0; 
}
p.Person {
	font-weight: bold;
	border-left: 4px solid #7f7f7f;
	background-color: #eaeaea;
	padding: 0 0 0 5px; 
	margin: 0 0 5px 0; 
}

/*
 * in 16.2 entfernt
p.Telefon {
	background-image: url('phone.gif'); 
	background-repeat: no-repeat; 
	background-position: top;
	padding: 3px 0 0 25px; 
	margin: 0 0 5px 0; 
	font-weight: normal;
}
p.E-Mail {
	background-image: url('mail.gif'); 
	background-repeat: no-repeat; 
	background-position: top; 
	padding: 3px 0 0 25px; 
}
p.Anschrift {
	background-image: url('letter.gif'); 
	background-repeat: no-repeat; 
	background-position: top; 
	padding: 3px 0 0 25px; 
}
p.Fax {
	background-image: url('fax.gif'); 
	background-repeat: no-repeat; 
	background-position: top; 
	padding: 3px 0 0 25px; 
}
p.Funktelefon {
	background-image: url('mobile.gif'); 
	background-repeat: no-repeat; 
	background-position: top; 
	padding: 3px 0 0 25px; 
}
p.web {
	background-image: url('web.gif'); 
	background-repeat: no-repeat; 
	background-position: top; 
	padding: 3px 0 0 25px; 
}
p.Zeiten {
	background-image: url('time.gif'); 
	background-repeat: no-repeat; 
	background-position: top; 
	padding: 3px 0 0 25px; 
}
p.Zimmer {
	background-image: url('door.gif'); 
	background-repeat: no-repeat; 
	background-position: top; 
	padding: 3px 0 0 25px; 
}
p.Schreibtisch {
	background-image: url('desk.gif'); 
	background-repeat: no-repeat; 
	background-position: top; 
	padding: 3px 0 0 25px; 
}
 */
