/* Default CSS Stylesheet for a new Web Application project 

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

*/
BODY
{
	font-weight: normal;
	font-size: 10pt;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, Sans-Serif;
	letter-spacing: normal;
	background-color: white;
}

A.menutext
{
	font-weight: bold;
	font-size: 9pt;
	margin-left: 5px;
	color: white;
	margin-right: 5px;
	text-decoration: none;
}

A.menutext:visited 
{ 
	COLOR: white; 
	TEXT-DECORATION: none 
}

A.menutext:hover
{
	color: gainsboro;
	text-decoration: none;
}

A.navbartext
{
	font-weight: normal;
	font-size: 9pt;
	margin-left: 3px;
	color: #117acb;
	margin-right: 3px;
	text-decoration: none;
}

A.navbartext:visited 
{ 
	COLOR: #117acb; 
	TEXT-DECORATION: none 
}
A.navbartext:hover
{
	color: darkorange;
	text-decoration: underline;
}
.FormHeader
{
	font-weight: bold;
	font-size: 14px;
	color: dimgray;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


.FormLabel
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: Black
}
.DocAlphaAdresse
{
	font-weight: bold;
	font-size: 20px;
	color: dimgray;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.DocHeader
{
	font-weight: bold;
	font-size: 14px;
	color: dimgray;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.DocLabel
{
	font-size: 14px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.FormHilfe
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: Black
}

.DocTextMitAbstand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black; 
	font-weight: normal;
	font-style: normal;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 3px; 
	line-height: 18px 
}

.FormLabelWhite
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.FormLabelBlack
{
	font-weight: bold;
	font-size: 12px;
	color: dimgray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: none;
}
.FormButton
	{
		border-style:solid;
		border-width:1px;
		background-color: White;
		color:Black;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;		
		}
.FormButtonKunde
{
	border-right: #e19200 2px solid;
	border-top: #e19200 2px solid;
	font-weight: bold;
	font-size: 11px;
	border-left: #e19200 2px solid;
	color: black;
	border-bottom: #e19200 2px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
}	
	.FormButtonFunc
{
	border-right: #3399ff 1px solid;
	border-top: #3399ff 1px solid;
	font-weight: bold;
	font-size: 11px;
	border-left: #3399ff 1px solid;
	color: black;
	border-bottom: #3399ff 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: whitesmoke;
}	

	.TableWhite
{
	border-right: #117acb 1px solid;
	border-top: #117acb 1px solid;
	border-left: #117acb 1px solid;
	border-bottom: #117acb 1px solid;
	border-collapse: separate;
	background-color: white;
}	

.calendar1
{
	position: absolute;
	left: 300px;
	top: 110px;
}

.calendar2
{
	position: absolute;
	left: 450px;
	top: 110px;
}		

.calendarHotel
{
	position: absolute;
	left: 315px;
	top: 285px;
}	


.calendarHotel1
{
	position: absolute;
	left: 490px;
	top: 285px;
	}
	.calendarGeborenCMSKunde
{
	position: absolute;
	left: 500px;
	top: 185px;
	}

.Hilfe
{
	position: absolute;
	left: 380px;
	top: 120px;
}	
	
.reiseTitle  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	font-weight: bold;
	color: #93B0CD;
}

.textMitAbstand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666; 
	font-weight: normal;
	font-style: normal;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px; 
	line-height: 20px 
}

.reiseInfo {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666; 
	font-style: normal
}

.reiseSonst {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666; 
	font-style: normal
}

.Footer
{
	font-weight: normal;
	font-size: 9px;
	color: black;
	font-style: normal;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
.Calendar {
font-family: Verdana;
font-size: 8pt;
border-top: solid 1 black;
border-bottom: solid 1 black;
border-left: solid 1 white;
border-right: solid 1 white;
}
.CalDayHeader {
background: #EFEFEF;
font-size: 10pt;
}

.CalDay A
{
text-decoration: none;
}
.CalNextPrev
{
font-size: 8pt;
}
.CalOtherMonthDay
{
background: #CCCCCC;
}
.CalOtherMonthDay A
{
text-decoration: none;
}
.CalSelectedDay
{
border: solid 1 red;
background: white;
}
.CalSelector {
background-color: silver;
font-size: 6pt;
}
.CalTitle {
/* not currently working in Beta 1*/
}
.CalToday
{
background: blue;
}
.CalToday A
{
font-weight: bold;
text-decoration: none;
}
.CalWeekend A
{
background: #EFEFEF;
}
.CalWeekend A
{
text-decoration: none;
}

.offset5
{
	position: relative;
	left: 5px;
	top: 5px;
}


H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#117ACB;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#117ACB;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#117ACB;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	darkorange;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
	
#banner table 
{
	margin: 5px;
	padding: 5px;
	border: 1px solid #ff9900;
	width: 640px;
	height: 96px;
	background-color: #FFFFF4;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}
#banner1 table 
{
	margin: 2px;
	padding: 5px;
	border: 1px solid #ff9900;
	width: 240px;
	background-color: #FFFFF4;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	}	

