html, body {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

body {
  color: #000000;
  min-height: 100%;
  font-family: helvetica, arial, tahoma, sans-serif;
	-webkit-text-size-adjust: 100%;
}

.clear,
.divider {
  clear: both;
}

div.h30px {
  width: 100%;
  min-height: 30px;
  height: 30px;
}

/* pointer fix: */
a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
       cursor: pointer;
}

/* Background
********************/
#background {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  background-image: url(../images/vertical_cloth.png);
  background-repeat: repeat;
}




/* WRAPPER
********************/
#wrapper {
  min-height: 100%;
  width: 980px;
  margin: 0 auto;
  position: relative;
}

/* HEADER
********************/
#header {
  background-color: #ffffff;
  padding: 8px 25px 8px 45px;
  height: 94px;
}
#header h1 {
  font-weight: normal;
  width: 610px;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-top: 17px;
	/*for dynamic fonts in ios7 */
}

#header div.logo {
  float: right;
  font-weight: bold;
}
#header div.logo span {
  display: none;
  visibility: hidden;
}



/* TOPMENU
********************/
/*AV: hide menu when printing*/
@media print {
#topmenu {
    display:none;
}
body{
  font-size:18px;
}
h1, h2, h3, h4, h5, h6 {
     page-break-after:avoid;
     -webkit-hyphenate-lines: 0 !important;
     -webkit-hyphens: none !important; 
     adobe-hyphenate: none !important; 
     -moz-hyphens: none !important; 
     hyphens: none !important;
     hyphenate-lines: 0;
}
h1 {
	font: -apple-system-headline1;
}
table.contenttable.contenttable-0,
table.contenttable.contenttable-0 tr{
  page-break-inside:avoid;
}
}

ul#topmenu {
  background-color: #ffffff;
  padding: 0 25px 0 25px;
  list-style-type: none;
  height: 30px;
  background-image: url(../images/menubg.gif);
  background-repeat: repeat-x;
}
ul#topmenu li {
  float: left;
  display: inline;
  margin: 3px 0 0 0;
  padding: 0;
}
ul#topmenu li a {
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  color: #cccccc;
  line-height: 27px;
  height: 27px;
  padding: 0 20px 0 20px;
}
ul#topmenu li:hover a,
ul#topmenu li a:hover,
ul#topmenu li.current a {
  color: #ffffff;
  background-color: #611111;
}
/* Second Level TOP Menu */
ul#topmenu ul {
  display: none;
  position: absolute;
  height: 30px;
}
ul#topmenu li:hover ul,
ul#topmenu li.current ul {
  display: inline;
}
ul#topmenu ul li {
  margin: 0;
  float: left;
}
ul#topmenu ul li a,
ul#topmenu li:hover ul li a,
ul#topmenu li.current ul li a {
  background-color: #901c1c;
}
ul#topmenu li:hover ul li a:hover,
ul#topmenu li.current ul li a:hover,
ul#topmenu li.current ul li.current a {
  background-color: #581212;
}


#mainwrapper {
  background-color: #ffffff;
  padding: 45px 25px 112px 45px;
}

#main {
  background-image: url(../images/mainbg.gif);
  background-repeat: repeat-y;
}
#content {
  font-size: 0.9em;
  float: left;
  width: 610px;
}
#sidebar {
  float: right;
  width: 170px;
  padding: 0 0 20px 24px;
}

#footerwrapper {
  border-top: 2px solid #f0f0f0;
/*  bottom: 0;  */
  position: absolute;
  clear: both;
  border-bottom: 30px solid transparent;

}

/*AV: hide menu when printing*/
@media print {
#footer {
    display:none;
  }
}

#footer {
  color: #444444;
  padding: 20px 10px 10px 10px;
  width: 960px;
  background-color: #ffffff;
  height: 30px;
  font-size: 0.8em;
  text-align: center;
}
#footer a.footerlink {
  color: #993333;
  margin-left: 20px;
  margin-right: -20px;
  padding: 0 4px 0 4px;
  text-decoration: none;
}
#footer a.footerlink:hover {
  text-decoration: underline;
}

/* MAIN STYLES
********************/
#main a {
  color: #3333bb;
  text-decoration: none;
}
#main a:visited {
  color: #333399;
}
#main a:hover {
  text-decoration: underline;
}
#main a.pdf {
  color: #3333bb;
  text-decoration: none;
 /* background-image:url(../images/pdficon_large.png);*/
background: url(../images/pdficon_small.png) no-repeat left center;
padding-left: 20px;
line-height: 12px; /* To center the text vertically with the icon */
}

/* CONTENT
********************/
#content ul {
  padding: 5px 0 10px 20px;
}

#content ul.blocklist {
  padding: 5px 0 10px 0;
  list-style-type: none;
}
#content ul.blocklist li {
  background-color: #f6f6f6;
  margin-bottom: 2px;
  padding: 19px 23px 18px 25px;
}
#content ul.blocklist li a {
  padding: 0 0 0 25px;
  display: block;
  color: #2c3156;
  font-weight: 700;
  text-decoration: none;
  background-image: url(../images/ul-li-symbol.png);
  background-repeat: no-repeat;
  background-position: 0 center;

}
#content ul.blocklist li a:hover {
  color: #aa0000;
  background-image: url(../images/ul-li-symbol-active.png);
}

#content div.csc-default h1 {
  font-size: 1.8em;
  font-weight: normal;
  padding-bottom: 10px;
	padding-top:20px;
}
#content div.csc-default h2 {
  font-size: 1.3em;
  font-weight: normal;  
  padding-bottom: 15px;
}
#content div.csc-default h3 {
  font-size: 1.0em;
  font-weight: normal;
  padding-bottom: 15px;
}

/* the following is outdated */
#content ul.csc-menu-1 {
  list-style-type: none;
  padding: 10px;
  float: left;
  margin-bottom: 5px;
}
#content ul.csc-menu-1 a {
  font-size: 0.9em;
  float: left;
  display: block;
  text-decoration: none;
  padding: 5px 10px 5px 5px;
  margin: 0 10px 10px 0;
  color: #000000;
  background-color: rgb(255, 255, 255);
}
#content ul.csc-menu-1 a:hover {
  text-decoration: none;
  background-color: #a1d1f1;
}
/* ...until here */


/* added the following format for the subpage menues compatible with fluid */
#content ul.fluid-subpages {
  list-style-type: none;
  padding: 10px;
  margin-bottom: 5px;
  height: 100px; /* explicitly define height here, as automatic determination seems flawed. needs to adjusted with the years */
}
#content ul.fluid-subpages a {
  font-size: 0.9em;
  display: block;
  text-decoration: none;
  padding: 5px 10px 5px 5px;
  margin: 0 10px 10px 0;
  color: #000000;
  background-color: rgb(255, 255, 255);
  width: 87px;
  float: left;
}
#content ul.fluid-subpages a:hover {
  text-decoration: none;
  background-color: #a1d1f1;
}

#content h1 {
  font-weight: normal;
  font-size: 1.8em;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: left;
}

/* ...until here */


#content dd.csc-textpic-caption{
	margin: 5px 0px;
	font-size:0.9em;
	font-style:italic;
}


/*(AV) banners
***************/

/* css definitions for a red banner */
div.csc-frame.csc-frame-frame1{
  font-size: 14px;
  font-weight: normal;
  background-color:#FFE5E5;
  border: 1px solid #cccccc;
  padding: 5px;
	margin: 12px 0px;
}
div.csc-frame.csc-frame-frame1 p{
	margin:0px;
	padding:0px;
}	

div.csc-frame.csc-frame-frame1 h1{
	line-height: 1.4em;
  font-weight: normal;
	font-style:italic;
  font-size: 1.8em;
}	
	
div.warningBanner {
  font-size: 14px;
  font-weight: normal;
  background-color:#FFE5E5;
  border: 1px solid #cccccc;
  padding: 5px;
}


/* css definitions for a green banner */
div.csc-frame.csc-frame-frame2{
  font-size: 14px;
  font-weight: normal;
  background-color:#e8ffe2;
  border: 1px solid #cccccc;
  padding: 5px;
	margin: 12px 0px;
}

div.csc-frame.csc-frame-frame2 p{
	margin:0px;
	padding:0px;
}	

div.csc-frame.csc-frame-frame2 h1{
	line-height: 1.4em;
  font-weight: normal;
	font-style:italic;
  font-size: 1.8em;
}	

div.greenBanner {
  font-size: 14px;
  font-weight: normal;
  background-color:#e8ffe2;
  border: 1px solid #cccccc;
  padding: 5px;
}

div.successBanner {
  font-size: 14px;
  font-weight: normal;
/*  background-color:#e5FFe5;*/
  border: 1px solid #e0e0e0;

  padding: 5px;
}



/* new red banner for fluid. Height was set to absolute value, containing 2 lines of text */
div.frame.frame-redbanner{
  font-size: 14px;
  font-weight: normal;
  background-color:#FFE5E5;
  border: 1px solid #cccccc;
  padding: 5px;
  margin: 12px 0px;
  height: 40px;
}


/* new green banner for fluid. Height was set to absolute value, containing 2 lines of text*/
div.frame.frame-greenbanner{
  font-size: 14px;
  font-weight: normal;
  background-color:#e8ffe2;
  border: 1px solid #cccccc;
  padding: 5px;
	margin: 12px 0px;
  height: 40px;
}


/* refine style for srfeuseregister. Something about old styles didn't work and didn't show delete buttons */
.tx-srfeuserregister-pi1 form {
  border: 1px solid #e0e0e0;
  padding: 19px;    /* lowered this from 19px */
  background-color: #f0f0f0;
  font-size: 0.9em;
  margin-bottom: 15px;
  min-height: 44px;
}

#delete_form {
  border: 0px;
  padding: 1px;    /* lowered this from 19px */
  background-color: #ffffff;
  font-size: 0.9em;
  margin-bottom: 15px;
  min-height: 44px;
  width : 500px;
}


.tx-srfeuserregister-pi1 fieldset {
  border: none;
}

.tx-srfeuserregister-pi1 legend {
  font-size: 1.1em;
  font-weight: bold;
  padding-left: 0px;  /* added this to remove default (?) padding value */ 
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice {
  margin: 5px 0 20px 0;
  font-size: 0.9em;
  padding-top: 10px;  /* added padding to compensate for default (?) padding values */
  padding-left: 0px;
}

.tx-srfeuserregister-pi1 p.tx-srfeuserregister-pi1-error {
  color: #ff0000;
  margin: 0;
}

.tx-srfeuserregister-pi1 dt,
.tx-srfeuserregister-pi1 dd {
  float: left;
}

.tx-srfeuserregister-pi1 dt {
  clear: both;
  width: 120px;        /* reduced this from 140px for alignment reasons */
  height: 35px;
  text-align: left;    /* added this to remove the default (?) right alignment */
}

.tx-srfeuserregister-pi1 dd {
  width: 420px;
}

.tx-srfeuserregister-pi1 label span {
  color: #ff0000;
}

.tx-srfeuserregister-pi1 label {
  float: left;
  width: 140px;
  padding-top: 10px;
}

.tx-srfeuserregister-pi1 label.tx-srfeuserregister-pi1-password-again {
  float: left;
  text-align: right;
  width: 70px;
  padding-right: 15px;   /* reduced this from 20px for alignment reasons */
  padding-top: 10px;     /* added this */
}

.tx-srfeuserregister-pi1 input {
  float: left;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  height: 20px;
  padding: 4px;
  width: 395px;
  margin: 0 15px 5px 0;
}

.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password {
  width:  140px;
  height: 20px;   /* added this */
}

.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio {
  margin-top: 10px;
  float:left;
  width: 20px;
  background-color: #ffffff;
}

label[for="tx-srfeuserregister-pi1-gender-0"],
label[for="tx-srfeuserregister-pi1-gender-1"] {
  margin-top: 10px; /* changed this from 0px */
  float:left;
}

label[for="tx-srfeuserregister-pi1-gender-0"],
label[for="tx-srfeuserregister-pi1-gender-1"] {
  margin-top: 10px; /* changed this from 0px */
  float:left;
}

.tx-srfeuserregister-pi1 select {
  float: left;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  height: 30px;
  width: 405px;
  padding: 4px;
}

.tx-srfeuserregister-pi1 textarea {
  float: left;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  height: 100px;
  padding: 4px;
  width: 395px;
}

.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-submit {
  float: right;
  margin-top: 20px;
  border: 1px solid #093C5D;
  background-color: #2092DC;
  color: #ffffff;
  height: 35px;
  width: 150px; 
  font-weight: bold;
}



/* end additions */


/*(AV) edit-"button" 
****************/

input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
	  border: 1px solid #093C5D;
          background-color:#2092DC;
	  color: #ffffff;
	  padding: 5px;
	  font-weight: bold;
	  font-size:0.9em;
          width: 215px;
          height: 30px;
	  float: center;	
}
div.editButton {
  font-size: 12px;
  font-weight: normal;
  background-color:#f0f0f0;
  border: 1px solid #093C5D;
  padding: 5px;
  margin-bottom: 10px;
	max-width:180px;
}

div.editButton p {
  font-size: 12px;
  font-weight: normal;
}
a.edit {
  background: url(../images/pencil.png) no-repeat left center;
  padding-left: 20px;
  line-height: 12px; /* To center the text vertically with the icon */
}

div.editButtonClear {
/*  font-size: 0.9em;*/
  font-weight: normal;
	line-height: 12px; /* To center the text vertically with the icon */
/*  background-color:#f0f0f0;*/
/*  border: 1px solid #093C5D;*/
/*  padding: 5px;*/
/*  margin-bottom: 10px;*/
/*	max-width:180px;*/
}
div.editButtonClear p {
  font-size: 0.9em;
  font-weight: normal;

}

/*(AV) Register now div
********************/
div#registerNow{
  border: 1px solid #e0e0e0;
  padding: 9px;
  background-color: #f0f0f0;
  font-size: 0.9em;
  margin-bottom: 15px;
}

div#registerNow div#registerButtonWrapper{
	height: 30px;
	/*    border: 2px solid #4488ff;*/
	/*    background-color: #66aaff;*/
	border: 1px solid #093C5D;
	background-color:#2092DC;
	color: #ffffff;
	width: 150px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	position:relative;
}
div#registerNow div#registerButtonWrapper div#registerButton,
div#registerNow div#registerButtonWrapper div#registerButton a,
div#registerNow div#registerButtonWrapper div#registerButton a:hover {
	color: #ffffff;
	font-weight: bold;
	position:relative;
	padding-top:7px;
	text-decoration:none;
	font-size:0.9em;
	vertical-align: middle;
	line-height:12px;
}

/*(AV) status box (eg. on 2014/application)
********************/
div.statusBox{
	border: 1px solid #e0e0e0;
	padding: 9px;
	background-color: #f0f0f0;
	font-size: 0.9em;
	margin-bottom: 15px;
	overflow:hidden;
}

div.greenBorder{
	border-top: 10px solid #DAFFCF;
/*	#CBFFBD;*/
}

div.redBorder{
	border-top: 10px solid #FDCED0;
/*	#FDBFC1;*/
}

div.statusBox div.statusBoxButtonWrapper{
	height: 30px;
/*	    border: 2px solid #4488ff;*/
/*	    background-color: #66aaff;*/
	border: 1px solid #093C5D;
	background-color:#2092DC;
	color: #ffffff;
	width: 180px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
/*	position:relative;*/
}

div.statusBoxButtonWrapper{
	float:right;
}

div.statusBox div.statusBoxButtonWrapper div#statusBoxButton,
div.statusBox div.statusBoxButtonWrapper div#statusBoxButton a,
div.statusBox div.statusBoxButtonWrapper div#statusBoxButton a:hover {
	color: #ffffff;
	font-weight: bold;
	position:relative;
	text-decoration:none;
	padding-top:7px;
}

#rssBox{
	padding-top:10px;
}
#rssFeed {
  font-size: 0.9em;
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url(../images/feed-icon-14x14.png) no-repeat 0 50%;
}

/*SIDEBAR
********************/

#sidebar p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 10px;
}



#sidebar div.csc-default h1 {
  font-size: 1.3em;
  font-weight: normal;
  padding-bottom: 30px;
}

#sidebar div.csc-default h2 {
  font-size: 1.0em;
  font-weight: normal;
  padding-bottom: 20px;
}
#sidebar div.csc-default h3 {
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 10px;
}
#sidebar img {
  margin-bottom: 20px;
}

#sidebar div.frame-type-tx_felogin div {
  font-size: 0.9em;
  padding-bottom: 15px;
}
#sidebar div.tx_felogin_login form {
  border: 1px solid #e0e0e0;
  padding: 9px;
  background-color: #f0f0f0;
  font-size: 0.9em;
  margin-bottom: 15px;
}

#sidebar div.tx_felogin form p {
  margin-bottom: 5px;
}


#sidebar div form {
  border: 1px solid #e0e0e0;
  padding: 9px;
  background-color: #f0f0f0;
  font-size: 0.9em;
  margin-bottom: 15px;
}

#sidebar div form fieldset {
  width: 150px;
  background-color: #f0f0f0;
  border: none;
  padding: 0px;
}

#sidebar div form fieldset div {
  width: 140px;
  border: none;
  padding: 4px;
}


/* #sidebar #c161 form fieldset div label {
  font-weight: bold;
} */

#sidebar div form fieldset div label input {
  width: 140px;
  height: 25px;
  border: 1px solid #cccccc;
  padding: 0px;
}

#sidebar div form fieldset div input {
  width: 140px;
  height: 30px;
  border: 1px solid #cccccc;
  padding: 0px;
}


#sidebar div.tx-felogin form fieldset legend {
  display: none;
}
#sidebar div.tx-felogin form fieldset label {
  font-weight: bold;
}
#sidebar div.tx-felogin form fieldset input {
  height: 20px;
  width: 140px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 4px;
}
#sidebar div.tx-felogin form fieldset input:active,
#sidebar div.tx-felogin form fieldset input:focus {
  border: 1px solid #3333bb;
}
#sidebar div.tx-felogin form div.button-wrapper input {
  height: 30px;
  border: 1px solid #093C5D;
	background-color:#2092DC;
  color: #ffffff;
  width: 150px;
  font-weight: bold;
	font-size:0.9em;
}

p {
  line-height: 1.4;
  margin-bottom: 20px;
}

/* tables 
****************/ 

table {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  margin: 20px 0;
  vertical-align: top;
  width: 100%;
}
table th {
  background-color: #E8E8E8;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}
table thead th {
  vertical-align: middle;
}
table td {
  border-collapse: collapse;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  color: #666666;
  padding: 5px;
  vertical-align: top;
}
table tbody tr {
  background-color: #F0F0F0;
}
table tbody tr.tr-odd {
  background-color: #F8F8F8;
}
#hotel{
  table-layout:fixed;
}
#hotel .price{
  float:right;
  width:40px;
  text-align:right;
  margin-right:3px;
}
.abstractTable{
  table-layout:fixed;
}
.abstractTable textarea{
  width:100%;
	resize:none;
	height:250px;
}
.abstractTable input[type=text] { 
  display: table-cell;
  width:100%;
}
.abstractTable td.td-0{
 /*color:red;*/
 width: 15%;
}

input.addButton,
input.removeButton{
	background-color:#fff;
	color:#444;
	height:25px;
	margin:0px;
	line-height:12px;
	border:none;
	margin-right:10px;
	font-weight:normal;
}


.nametag,
.nametag tr{
	  border: 0px solid #CCCCCC;
	  border-collapse: collapse;
	  margin: 20px 0;
	  vertical-align: top;
	table-layout:fixed;
	  width: 50%;
	  background-color:#fff;
}
.nametag th,
.nametag tbody {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  margin: 20px 0;
  vertical-align: top;
table-layout:fixed;
  width: 50%;
  background-color:#fff;
}


/* by harry */
input#payment_1_button {
	width: 180px;
}
input#payment_2_button {
	width: 180px;
}
input#bird_button {
	width: 180px;
}
input#finalize {
	width: 180px;
}

p#refunds {
	display: none;
}
table#refunds_t {
	display: none;
}

button#hider {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
          border: 1px solid #093C5D;
                background-color:#A9A9A9;
          color: #ffffff;
                padding: 5px;
          font-weight: bold; 
                font-size:0.9em;

}

/* user register
********************/
#tx-srfeuserregister-pi1-fe_users_form legend {
	font-weight:  normal;
}



/* WIDE
********************/
body.wide #sidebar {
  display: none;
  visibility: hidden;
  width: 0px;
}
body.wide #main {
  background-image: none;
}
body.wide #content {
  width: 100%;
}

class='proforma_pdf'
.proforma_div {display: flex; width: 100%; height: 1000px; flex-direction: column; background-color: blue; overflow: hidden;}
.proforma_iframe { display: block; width: 100%; height: 850px }
