@CHARSET "UTF-8";



html, body {
 	height: 100%; /* wichtig */
	font-family: Arial;
	color: #666666;
	
	margin: 0px; 
    padding: 0px; 
    font-size: 10pt; 
    background:#ffffff;
    
    
}

form {
	margin: 0px; 
    padding: 0px;
}


#box{
	width: 814px;
	margin: 0 auto;
	text-align:left;
  	position: relative;
  	min-height: 100%;
	height: auto !important;/* moderne Browser */
	height: 100%; /* IE */
}

#content {
	text-align:left;
	vertical-align:top;	
	margin-top:7px; 
}

#header {
	display: none;
}

#footer {
	display: none;
}

#setBookingID {
    display: none;	
}


/* html elemente anpassen */
a {
    color:#ff9900;
    font-size:8pt;
    text-decoration:underline;
}

a:hover {
    color:#666666;
    font-size:8pt;
    text-decoration:none;
} 

h1 {
    margin-top: 18px;
    margin-bottom: 12px;
    color: #666666;
    font-size: 9pt;
    font-weight: bold;
}

h2 {
    margin-top: 18px;
    margin-bottom: 12px;
    color: #666666;
    font-size: 11pt;
    font-weight: bold;
}

h3 {
    margin-top: 18px;
    margin-bottom: 12px;
    color: #666666;
    font-size: 10pt;
    font-weight: bold;
}



/* Navigation */

#subnavigation {
	display: none;
}

/* sonstiges */

.standard td, .standard th {
    height: 22px;
}

#printMe {
    display: none;
}