@charset "utf-8";
/* CSS Document */

body{
padding:0;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
background-color:#FFFF00;
background:url(/1po.png) #FFFF00;


}

img{
border:0 none;


}


#himmel p{

-webkit-box-shadow: 2px 5px 15px #333; 
/* webkit browser*/ -moz-box-shadow: 2px 5px 15px #333; 
/* firefox */ box-shadow: 2px 5px 15px #333;

}


#himmel p:hover{

-webkit-box-shadow: 0px 3px 30px #000; 
/* webkit browser*/ -moz-box-shadow: 0px 3px 30px #000; 
/* firefox */ box-shadow: 0px 3px 30px #000;

}



#detail_frame img{
 max-width:350px;
}


h2{
font-size:18px;
line-height:20px;
margin:0;
padding:0;
}


blockquote{

	padding:3px;
	margin:2px;
	padding-top:0px;
	margin-top:-15px;
	font-style:italic;
	font-size:15px;
	background-color: #ffff66;
	font-family:serif;

}


.fluc_titel{
	color:#ff3399;

}

.wanne_titel{

	color:#0099FF;
}



#himmel img{
	max-height:330px;
	max-width:330px;

}


#himmel{
top:0px;
position:absolute;
width:100%;
bottom:140px;

/*
width:1024px;
height:600px;
left:50%;
margin-left:-512px;
*/

}

#himmel p .info{
	display:none;
	z-index:10000;
	position:absolute;
	top:100%;
	background-color:yellow;
	font-size:14px;
	width:100% !important;
	min-width:130px;
	max-width:600px;

}



#himmel_hauptmenu{
/* display:block;
 bottom:20px; 
 

 */

left:50%; 
width:800px;
margin-left:-405px; 

position:absolute;
bottom:20px;


text-align:center;

z-index:1000;
}



#fluc_menu{
text-align:center;

z-index:999;
}



#detail_frame{
position:absolute; 
top:0;
left:0;
width:100%;
bottom:100px;
/*bottom:100px;*/
overflow:auto;

}


* html #detail_frame { 
position:relative;
text-align:center;
top:0;
bottom:100px; 
left:-50%;
width:auto;
padding-bottom:100px;
}

#detail_frame table{

font-size:13px;
line-height:1.4;
background-color:yellow;
position:absolute;
top:16px;
left:50%;
margin-left:-450px;
width:900px;

}

#detail_frame table .info{
width:505px;


}

#detail_frame table .info p{
text-align:justify;


}

#detail_frame table .bilder{
padding-top:140px;


}
#detail_frame table p{
/*min-width:550px;*/
margin-bottom:20px;


}

#detail_frame img{
max-width:350px;
}

/* Linkseite */



.linkstyle a {
	color:#FF0000;
	font-size:15px;
}
.linkstyle a:hover {
	color:#FFFF00;
	font-size:15px;
}
.linkstyle {
	color:#FFCC33;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
}


#himmel_hauptmenu {
  	margin:auto;
  	width:auto;
  	position:fixed;
  	top:auto;
  	bottom:0;
  	left:0;
  	right:0;
  	min-height:110px;
 	padding-top:10px;

}


@media screen and (max-height: 420px){
#himmel img{
	max-height:220px;
	max-width:170px;

}
#himmel_hauptmenu {

  	min-height:70px;
 	padding-top:5px;

}


#himmel_hauptmenu  img{
	max-height:60px;
}


}



@media screen and (max-width: 620px){
#himmel img{
	max-height:260px;
	max-width:230px;

}
}


@media screen and (max-width: 480px){
#himmel img{
	max-height:220px;
	max-width:160px;

}
}

@media screen and (max-width: 320px){
#himmel img{
	max-height:180px;
	max-width:140px;

}

}