@media screen,print
{
#logo  {position: absolute; top: 0px; left: 0px; width: 165px; height:90px; }
.adresstext {font-size: 	11px;
             font-weight: 	600;
	     font-family: 	Arial,Verdana;
	     color: 		#000000; 
	     position: 		absolute;
	     top:		10px;
	     left:		200px;
	     width:		7cm;
	     }

.reisen {font-size: 	12px;
         font-style: 	normal;
         font-weight: 	500;
	 font-family: 	Arial,Verdana;
	 color: 	#000000; 
	}

.autor	{
	font-size: 	12px;
	font-weight: 	500;
	font-style:	italic;
	font-family: 	Arial,Verdana;
	color: 		#000000; 
 	position:	relative;
	left: 		300px;
	top:		30px;
	width: 		8cm;
	}

.berichtbild {position:	absolute;
	      top:	0px;
	      left:	580px;
	      width:	400px;
	      height:	150px;
	      
             }


}


@media screen
{
body {background-color:#6699FF; }

.verweisback{
font-size:	14px;
font-weight:	bold;
font-family:	arial, verdana;
position:	absolute;
top:		150px;
left:		25px;
height:		50px;
width:		120px;
text-align:	center;
padding-top:	15px;
}

a.verweisback:link	{background-color:	#CCFFFF;
	 	   	text-decoration: 	none;	 	
		  	}
a.verweisback:visited	{background-color:	#CCFFFF;
	 		 text-decoration: 	none;	 	 
			}
a.verweisback:hover	{background-color:	#000099;
	 		text-decoration: 	underline;
			color:			#FFFFFF;
 			}
a.verweisback:active	{background-color:	#FFFFCC;
	 		text-decoration: 	underline;
			}



.verweisreise{
font-size:	14px;
font-weight:	bold;
font-family:	arial, verdana;
position:	absolute;
top:		250px;
left:		25px;
height:		60px;
width:		120px;
text-align:	center;
padding-top:	5px;
padding-bottom:	5px;
}

a.verweisreise:link	{background-color:	#CCFFFF;
	 	   	text-decoration: 	none;	 	
		  	}
a.verweisreise:visited	{background-color:	#CCFFFF;
	 		 text-decoration: 	none;	 	 
			}
a.verweisreise:hover	{background-color:	#FFFFCC;
	 		text-decoration: 	underline;
 			}
a.verweisreise:active	{background-color:	#FFFFCC;
	 		text-decoration: 	underline;
			}



.verweisland{
font-size:	14px;
font-family:	arial, verdana;
position:	absolute;
top:		350px;
left:		20px;
width:		3.5cm;
}

.verweistop{
font-size:	14px;
font-family:	arial, verdana;
postion:	absolute;
left:		20px;
width:		3.5cm;
}

.reisen {position:		absolute;
	 top:			150px;
	 left:			180px;
	 width:			20cm;
	 background-color:	#CCFFFF;
	 border-style:		outset;
	 border-color:		#6699FF;
	 border-width:		5px;
	 padding:		15px;
	 padding-bottom: 	20px;
	}

}

@media print
{
body {background-color:#FFFFFF; }

.verweisback{display: none;}
.verweisreise{display: none;}
.verweisland{display: none;}
.verweistop{display: none;}
.berichtbild{display: none;}

.reisen {position:		absolute;
	 top:			150px;
	 left:			20px;
	 width:			16cm;
        }

}