/*
css-datei fuer propeller island city lodge by latimera
- voucher - 
*/

#voucherBgcolor 
	{
	background-color:#3e3e40;
	}
#voucherContainer 
	{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 11px; 
	color:#ffffff; 
	width: 1300px;
	}
	
#voucherCol1{
	position: absolute;
	top: 18px;
	left: 18px;
	width: 180px;
	height: 500px;
	
	}
#voucherCol2{
	position: absolute;
	top: 18px;
	left: 190px;
	width: 790px;
	height: 532px;
	/*
	border-width: 1px;
	border-style: solid;
	border-color: green;
	*/
	}
	
/* text */
#voucherHeadDE{
	position: absolute;
	top: 0px;
	left: 0px;
	color: #d3d3d3;
	font-size: 12px;
	font-weight: bold;
	}
#voucherTxtBoldDE{
	position: absolute;
	top: 33px;
	left: 0px;
	color: #d3d3d3;
	font-weight: bold;
	font-size: 11px;
	}
#voucherTxtDE{
	position: absolute;
	top: 80px;
	left: 0px;
	width: 140px;
	color: #aeadad;
	font-size: 11px;
	}
	
#voucherHeadEN{
	position: absolute;
	top: 158px;
	left: 0px;
	color: #d3d3d3;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
}
#voucherTxtBoldEN{
	position: absolute;
	top: 190px;
	left: 0px;
	color: #d3d3d3;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	width: 140px;
	}
#voucherTxtEN{
	position: absolute;
	top: 236px;
	left: 0px;
	color: #aeadad;
	font-style: italic;
	font-size: 11px;
	width: 140px;
	}
	
#voucherPhone{
	position: absolute;
	top: 350px;
	font-family: Courier;
	font-size: 12px;
	color: #cce310;
	width: 160px;
	
	}
#voucherRooms{
	position: absolute;
	top: 437px;
	font-weight: bold;
	font-size: 42px;
	text-decoration: none;
	color: #231f20;
	}
#voucherArt{
	position: absolute;
	top: 546px;
	color: #a09f9f;
	font-size: 10px;
	width: 160px;
	}
/* voucher 1 */
#voucherNumOne{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 21px;
	height: 21px;
	background-image:url(../graphics/nrone.gif);
	background-repeat: no-repeat;
	}
#voucherOne{
	position: absolute;
	top: 0px;
	left: 21px;
	width: 394px;
	height: 278px; 
	background-image:url(../graphics/gutschein1.jpg);
	background-repeat: no-repeat;
	}
/*voucher 2 */
#voucherNumTwo{
	position: absolute;
	top: 0px;
	left: 428px;
	width: 21px;
	height: 21px;
	background-image:url(../graphics/nrtwo.gif);
	background-repeat: no-repeat;
	}
/* abstand 12 px */ 
#voucherTwo{
	position: absolute;
	top: 0px;
	left: 450px;
	width: 394px;
	height: 278px; 
	background-image:url(../graphics/gutschein2.jpg);
	background-repeat: no-repeat;
	}
/*voucher 3 */
#voucherNumThree{
	position: absolute;
	top: 300px;
	left: 0px;
	width: 21px;
	height: 22px;
	background-image:url(../graphics/nrthree.gif);
	background-repeat: no-repeat;
	}
#voucherThree{
	position: absolute;
	top: 300px;
	left: 21px;
	width: 394px;
	height: 277px; 
	background-image:url(../graphics/gutschein3.jpg);
	background-repeat: no-repeat;
	}
/*voucher 4 */
#voucherNumFour{
	position: absolute;
	top: 300px;
	left: 428px;
	width: 21px;
	height: 21px;
	background-image:url(../graphics/nrfour.gif);
	background-repeat: no-repeat;
	}
#voucherFour{
	position: absolute;
	top: 300px;
	left: 450px;
	width: 393px;
	height: 277px; 
	background-image:url(../graphics/gutschein4.jpg);
	background-repeat: no-repeat;
	}