/*
#################################################################
#
# StyleSheet für Gutschein-Webseite www.flypotsdam.de           #
#
#        entwickelt: Juni 2009 by R.Schäfer - rendia@web.de     #
#
#                       im Auftrag von BITPROF GmbH Potsdam     #
#
#################################################################
*/
@charset "utf-8";

/* ######## {CSS} Global ########## */

p, a, div, h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #0A71B3;
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	color: #0A71B3;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color: #F8AC3C;
	text-decoration:none;
	font-weight: bold;
}
a:active {
	color: #0A71B3;
	text-decoration:none;
	font-weight: bold;
}

body {
	background-color: transparent;
	margin: 0px;
	max-width:936px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

img { position:relative; border-width:0px; }

/* ######## Definition BOXEN [Größe, Position, Hintergrund]  ####### */

.box-global {
	background: transparent url(orange_box.png) no-repeat top left;
	position:absolute;
	width:290px;
	min-height:159px;
	height:159px;
	max-height:175px;
	padding:8px;
	border:0px;
	margin:0px;
	overflow:hidden;
}
* html .box-global { width:306px; max-height:175px; height:175px; }
* +html .box-global { width:306px; max-height:175px; height:175px; }

#box1 {	/* Ebene 1: O-- */
	top:0px;
	left:0px;
}
#box2 {	/* Ebene 1: -O- */
	top:0px;
	left:312px;
	background: transparent url(blau_box.png) no-repeat top left;
}
#box3 {	/* Ebene 1: --O */
	top:0px;
	left:624px;
}
#box4 {	/* Ebene 2: O-- */
	top:182px;
	left:0px;
	background: transparent url(blau_box.png) no-repeat top left;
}
#box5 {	/* Ebene 2: -O- */
	top:182px;
	left:312px;
}
#box6 {	/* Ebene 3: O-- */
	top:364px;
	left:0px;
}
#box7 {	/* Ebene 3: -O- */
	top:364px;
	left:312px;
	background: transparent url(blau_box.png) no-repeat top left;
}

/* ######## Definition Graue Beschreibungsbox [Größe, Position, Textfomatierung] ####### */

#box-grau {	/* Ebene 2+3: --O --O */
	max-height:341px;
	height:341px;
	width:290px; 
	top:182px;
	left:624px;
	background: transparent url(grau_gross_box.png) no-repeat top left;
}
* html #box-grau { width:306px; height:357px; max-height:357px; }
* +html #box-grau { width:306px; height:357px; max-height:357px; }

/* ######## Definition Überschriften [Größe, Position] ####### */

h1 { font-size: 18px; }

.box-global h1 {
	position:relative;
	left:1px;
	top:51px;
}
* html .box-global h1 { top:63px; }
* +html .box-global h1 { top:63px; }

.starttext h1 { top:-10px; left:0px; }
* html .starttext h1 { top:1px; }
* +html .starttext h1 { top:1px; }

.starttext img { top:290px; left:250px; position: absolute; }
* html .starttext img { top:285px; }	
* +html .starttext img{ top:285px; }


/* ######## Definition Textelemente, Bild-Rundflug [Größe, Position] ####### */

.box-global p {
	position:relative;
	max-width:287px;
	left:1px;
	top:-32px;
}
* html .box-global p {	top:-38px; }
* +html .box-global p {	top:-38px; }


#preis {
	position:absolute;
	width:100px;
	left:205px;
	top:107px;
}

.starttext {
	display: block;
	position: relative;
	left:1px;
	width:290px;
}
.starttext p { top:-10px; }
* html .starttext p { top:0px; }
* +html .starttext p { top:0px; }


img { top:-45px; }
* html img { top:-40px; }
* +html img { top:-40px; }

/* ########## Pärchenflug Checkbox ########## */

.p-checkbox {
	position:absolute;
	left:165px;
	top:147px;
}

/* ###################### Hoover Effect ###################### */

.poptext {
	display: none; 
	visibility:hidden; 
	position: relative;
	top:180px;
	left:633px;
	width:290px;
	height:342px;
	background: transparent url(grau_gross_box.png) no-repeat center
}
* html .poptext { top:191px; }
* +html .poptext { top:191px; }

.poptext img { top:279px; position:absolute; z-index: 2;}

.popsubmit {
	display: none; 
	visibility:hidden; 
	position: absolute;
	left:203px;
	top:140px;
	cursor:pointer;
}
a.poplink { 
	text-decoration: none; 
	color: #FFF;
	cursor:default;
}
a.poplink:hover .poptext, a.poplink:hover .popsubmit {
	visibility:visible;
	display: block;
	z-index: 2;
}

a.poplink:hover, a.itr:hover {
	border-width: 0; /* IE */
}

		
/* IE5/Mac:   \*//*/
.itr {
	display: inline-block;
	top: 0.15em;
	line-height: 1.05;
}
/**/
/*
#################################################################
#
# StyleSheet für Gutschein-Webseite www.flypotsdam.de           #
#
#        entwickelt: Juni 2009 by R.Schäfer - rendia@web.de     #
#
#                       im Auftrag von BITPROF GmbH Potsdam     #
#
#################################################################
*/
