<!--
body{
background-position: center center;
background-repeat:  repeat;
background-attachment: fixed;
background-size:  auto;
background-color: #000000;
}

header {
background: #440000;
width: 100%; 
position: fixed;
left: 0;
top: 0;
border-bottom:1px solid #666;
z-index:1000;
}

img {
border-radius:6px;
}

#modalContainer {
	background-color:rgba(0, 0, 0, 0.9);
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
	background-image:url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}

/* Allgemeine Box-Eigenschaften */
#alertBox {
	position:relative;
	width:50%;
	min-height:100px;
	margin-top:100px;
	border:2px solid #000000;
	border-radius: 18px;
	background-color:#330000;
	background-repeat:no-repeat;
	background-position:20px 30px;
}

#modalContainer > #alertBox {
	position:fixed;
}

/* Kopfzeile */
#alertBox h1 {
	margin:0;
	font:bold 1.3em arial,verdana;
	font-weight:bold;
	background-color:#ffda33;
	color:#000;
	border-bottom:2px solid #000;
	border-radius: 18px 18px 0px 0px;
	padding:3px 3 3px 3px;
	text-align:center;
}

/* Inhalt */
#alertBox p {
	font:1.1em arial,verdana;
	height:50%;
	padding-left:5px;
	margin-left:5px;
	margin-right:5px;
	padding-right:5px;
}

/* Close-Button */
#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:8px auto;
	padding:4px;
	border:0 none;
	width:60px;
	font:1.0em verdana,arial;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	color:#ffda33;
	background-color:#000000;
	border:2px solid #ffda33;
	border-radius: 15px;
	text-decoration:none;
}

#tab {
  font-size:13px;
  font-weight:bolder;
  border-radius:10px;
  border:2px #330000 solid;
  letter-spacing:0.02em;
  background-color:#000000;
  width:8.3%;
  height:48px; 
}
#tab:hover {
  color:#ff0000;
  border:2px #330000 solid;
  background:#220000!important;
  cursor:pointer;
}
#tab2 {
  font-size:13px;
  font-weight:bolder;
  border-radius:10px;
  border:2px #330000 solid;
  letter-spacing:0.02em;
  background-color:#000000;
  width:8.3%;
  height:42px; 
}
#tab2:hover {
  color:#ff0000;
  border:2px #330000 solid;
  background:#220000!important;
  cursor:pointer;
}
#imgtab {
  float:right;
  margin-right:6px;
  height:152px;
  border-radius:12px;
  border:2px solid #000000;
}
-->