.hintergrund{
	z-index:1;
}


/* Bundestag */
.btn_1{
position:absolute;
background-color: none;
left:27px;
top:65px;
z-index:3;
}
/* Bundesregeirung */
.btn_2{
position:absolute;
background-color: none;
left:300px;
top:65px;
z-index:3;
}
/* Pfeil zum Bundestag */
.btn_3{
position:absolute;
background-color: none;
left:135px;
top:180px;
z-index:3;
}
/* Pfeil Bundesregierung zum PKG */
.btn_4{
position:absolute;
background-color: none;
left:265px;
top:150px;
z-index:3;
}
/* Pfeilg10 */
.btn_5{
position:absolute;
background-color: none;
left:395px;
top:237px;
z-index:3;
}

/* PKG */
.btn_6{
position:absolute;
background-color: none;
left:122px;
top:237px;
z-index:3;
}
/* Bundesregierung > g10 */
.btn_7{
position:absolute;
background-color: none;
left:390px;
top:180px;
z-index:3;
}

/* G10 > PKG */
.btn_8{
position:absolute;
background-color: none;
left:310px;
top:235px;
z-index:3;
}


.text{
position:absolute;;
left:15px;
top:360px;
-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify;
  width: 580px;
  
z-index:1;
}

.impressum1{
position:absolute;
background-color: none;
left:580px;
top:370px;
  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg);
  white-space: nowrap;
z-index:3;
}

.impressum2{
position:absolute;
background-color: none;
left:580px;
top:265px;
  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg);
  white-space: nowrap; 
z-index:4;
}




body {
	margin:0px;
	width: 100%; 
	max-width: 600px;
}




h1{ color:#484848;
	font-family:Arial;
	font-size: 14px;
	padding-top: 20px;
	margin-top: 0px;
	margin-left: 0px;
	white-space: nowrap;
}

h2{ color:#484848;
	font-family:Arial;
	font-size: 18px;
	padding-top: 20px;
	margin-top: 0px;
	margin-left: 30px;
	white-space: nowrap;
}


p{ color:#484848;
	font-family:Arial;
	font-size: 75%;
	line-height: 125%;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 0px;
	width: 500px;
}

p2{ color:#484848;
	font-family:Arial;
	font-size: 12px;
	line-height: 125%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}



	
a:link {cursor:pointer;}
a:visited {cursor:pointer;}
a:hover {cursor:pointer;}

.impressum1 a:link {  color:#CBCBCB;
	text-decoration:none;
	font-family: arial;
	font-size: 10px;
	background-image:none;
	}
.impressum1 a:visited {  color:#CBCBCB;
	text-decoration:none;
	font-size: 10px;
	}
.impressum1 a:hover {  color:#999;
	font-size: 10px;
	text-decoration:none}
	
.impressum2 a:link {  color:#CBCBCB;
	text-decoration:none;
	font-family: arial;
	font-size: 10px;
	background-image:none;
	}
.impressum2 a:visited {  color:#CBCBCB;
	text-decoration:none;
	font-size: 10px;
	}
.impressum2 a:hover {  color:#999;
	font-size: 10px;
	text-decoration:none }

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
  
}

:focus {
  -moz-outline-style:none;
}/* overlay*/
.overlay {
	
	/* must be initially hidden */
	display:none;
	

	z-index:10000;
	

	background-image:url(../img/overlay-background.png);
	background-repeat:no-repeat;
	padding-right:15px;	
	min-height:250px;
	border:0px solid #fff;
	

}

/* Schliessen Button */
.overlay .close {
	background-image:url(../img/close.png);
	position:absolute;
	right:25px;
	top:25px;
	cursor:pointer;
	height:20px;
	width:20px;
}
