@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; 
	} 

}


@media screen
{
body {background-color:#6699FF; }

.tippbild{
width:		730px;
height:		90px;		
}

.verweis1, .verweis2{
font-size:	14px;
font-weight:	bold;
font-family:	arial, verdana;
height:		50px;
width:		120px;
text-align:	center;
padding-top:	5px;
padding-left:	5px;
padding-right:	5px;
padding-bottom:	5px;
}



.vback{

position:	absolute;
top:		150px;
left:		25px;

}

a.verweis1:link		{background-color:	#CCFFFF;
	 	   	text-decoration: 	none;	 	
		  	}
a.verweis1:visited	{background-color:	#CCFFFF;
	 		 text-decoration: 	none;	 	 
			}
a.verweis1:hover	{background-color:	#000099;
	 		text-decoration: 	underline;
			color:			#FFFFFF;
 			}
a.verweis1:active	{background-color:	#FFFFCC;
	 		text-decoration: 	underline;
			}

a.verweis2:link		{background-color:	#CCFFFF;
	 	   	text-decoration: 	none;	 	
		  	}
a.verweis2:visited	{background-color:	#CCFFFF;
	 		 text-decoration: 	none;	 	 
			}
a.verweis2:hover	{background-color:	#FFFFCC;
	 		text-decoration: 	underline;
 			}
a.verweis2:active	{background-color:	#FFFFCC;
	 		text-decoration: 	underline;
			}

.vkontakt{
position:	absolute;
top:		240px;
left:		25px;
}

.vreise{
position:	absolute;
top:		330px;
left:		25px;
}
 
.vdetail{
position:	absolute;
top:		420px;
left:		25px;
}

.verweistop{
font-size:	14px;
font-family:	arial, verdana;
postion:	absolute;
left:		20px;
width:		3.5cm;
}

 

.reisen {position:		absolute;
	 top:			150px;
	 left:			180px;
	 width:			730px;
	 background-color:	#FFFFCC;
	 border-style:		outset;
	 border-color:		#6699FF;
	 border-width:		5px;
	 padding-left:		15px;
	 padding-top:		15px;
	 padding-bottom: 	20px;
	 padding-right:		15px;
	}

}

@media print
{
body {background-color:#FFFFFF; }

.verweis{display: none;}
.vback{display: none;}
.vreise{display: none;}
.vkontakt{display: none;}
.verweistop{display: none;}
.tippbild{display: none;}
.vdetail{display: none;}

.reisen {position:		absolute;
	 top:			120px;
	 left:			20px;
	 width:			16cm;
        }

}