﻿* {
	font-family: verdana;
}

#LPDiv {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	z-index:199;
}

#LPDivInnen{
	background-color:white;
	width:700px;
	height:500px;
	position:fixed;
	left:50%;
	margin-left:-352px;
	top:50%;
	margin-top:-252px;
	z-index:200;
	text-align:center;
	border: 2px solid #e5e5e5;
	border-radius:5px;
}

.LPDivButton{
	background-color:#21a9e1;
	cursor:pointer;
	width:450px;
	height:21px;
	text-align:center;
	font-size:1.3em;
	padding-top:0px;
	padding-bottom:5px;
	color:white;
	margin-top:15px;
	margin-left:123px;
	border-radius:5px;
	border-right: 4px solid #1c74bc;
	border-bottom: 4px solid #1c74bc;
}

.LPDivButton:hover{
	opacity: 0.5;
	filter:alpha(opacity=50);
}

.LPDivStart{
	background-color:#1c74bc;
	cursor:pointer;
	width:450px;
	height:21px;
	text-align:center;
	font-size:1.3em;
	padding-top:0px;
	padding-bottom:5px;
	color:white;
	margin-top:15px;
	margin-left:123px;
	border-radius:5px;
	border-right: 4px solid darkblue;
	border-bottom: 4px solid darkblue;
}

.LPDivStart:hover{
	opacity: 0.5;
	filter:alpha(opacity=50);
}

.imgPmBackground {
	width: 100%;
	text-align: center;
	background-color: #fff;
	border-bottom: 2px solid #1272be;
}

.imgPm {	
	display:block;
	position: relative;
	width: 15%;
	left: 5px;
	top: 0px;
}

.MOSel{
	padding:5px;
	font-size:20px;
	width:140px;
}
.MOSel option:checked{
	font-weight:bold;
	background-color: #21a9e1;
	color:white;
}
.MO{
	border: 1px solid tomato;
	padding: 5px;
	border-radius: 5px;
	color:tomato;
	margin-top:5px;
}
.respDiv {
	position: relative;
	top: 80px;
	font-size: 1.3em;
	color: #26aae1;
}


/*Aus W3Schools*/
	.tooltip {
	  position: relative;
	  display: inline-block;
	}

	.tooltip .tooltiptext {
	  visibility: hidden;
	  width: 350px;
	  background-color: #90d4f0;
	  color: black;
	  font-weight:300;
	  font-size:15px;
	  text-align: center;
	  border-radius: 3px;
	  padding: 5px 0;
	  position: absolute;
	  z-index: 1;
	  top: -4px;
	  left: 50%;
	  margin-left: -355px;
	  opacity: 0;
	  transition: opacity 0.3s;
	  border: 2px solid #52a2ca;
	}

	.tooltip .tooltiptext::after {
	  content: "";
	  position: absolute;
	  top: -20px;
	  left: 50%;
	  margin-left: -5px;
	  border:none;
	}

	.tooltip:hover .tooltiptext {
	  visibility: visible;
	  opacity: 1;
	}
/*Aus W3Schools ENDE*/
	
.iclass{
	display: inline;
	border-radius:100px;
	color:blue;
	border: 2px solid blue;
	padding:0 5px;
	font-weight:bold;
	cursor:pointer;
}

/* Standard-Einstellungen für inkludierte Divs */
.incldiv {
	margin: 0;
	padding: 0;
	width: 700px;
	position: absolute;
	left: 0;
	text-align: center;
	background-color: #fff;
}

#incld1{
	top: 0;
	height: 48px;
	border-bottom: 2px solid #1272be;
}

#incld2{
	top: 50px;
	height: 100px;
}

#incld3{
	top: 150px;
	height: 30px;
	border-bottom: 2px solid #1272be;
	border-top: 2px solid #1272be;
	color: #1b74bb;
	font-size: 20px;
}

#incld4{
	top: 184px;
	height: 316px;
}
.incldiv4{
	top: 184px;
	height: 316px;
	display:none;
}

input {
	width:120px;
}