/** Example style sheet for freeseat application. You probably want to
adapt it to your needs 

 Copyright (C) 2006 Maxime Gamboni. See COPYING for copying/warranty
 info.

$Id: style.css 231 2007-01-13 13:29:41Z tendays $
*/

body {
    font-size: 14px; 
    font-family: Ottawa, "Times New Roman", Times, "New York", serif ;
	background: white;
}

a, a:active, a:hover, a:link, a:visited { 
    color: #900; 
    font-weight: bold; 
    font-size: 13px; 
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif; 
    text-decoration: underline; 
}

a:active, a:hover { 
    color: #c00; 
}

a:visited { 
    color: #f60;
}

#hdcgrau {
	background-image:url('../../../styles/rotgrau.gif');
	margin:0;
	padding:0;
	position:fixed;
	top:0px;
	text-align:center;
	width:20%;
	min-width:160px;
	max-width:230px;
	top:0;
	left:0;
}

#hdcrot {
	background-image:url('../../../styles/weissgrau.gif');
	position:absolute;
	padding-right:3em;
	top:0;
	left:20%;
	width:80%;
}

#navigation {
	margin:0;
	padding:0;
	padding-bottom:4em;
	padding-top:2em;
	position:fixed;
	top:122px;
	left:0;
	width:20%;
	max-width:230px;
	min-width:160px;
	min-height:600px;
	list-style:none;
	background-image:url('../../../styles/rot.gif');
}

#navigation li a, #navigation li a:active, #navigation li a:hover, #navigation li a:visited{ 
    padding-right:.5em;
    color: #fff; 
    text-decoration: none; 
    font-size: 14px; 
}

#navigation li span {
    padding-right:.1em;
    font-weight:bold;
    font-style:italic;
    color:#fff;
}


#navigation li {
    text-align:right;
}


#content {
    position:absolute;
    top:122px;
    left:20%;
    width:80%;
}

#inhalt {
    padding:1em;
    width:60%;
    min-height:360px;
    

}

#marginalspalte {
	float:right;
	text-align:right;
	margin-left:1em;
	margin-right:1em;
	padding-left:2em;
	width:20%;
	max-width:230px;
	min-width:160px;
	background-image:url('../../../styles/trenn.gif');
	background-repeat:repeat-y;
}

#fusszeile {
    background-image:url('../../../styles/trenn1.gif');
    background-repeat:repeat-x;
    background-position:top;
    padding-top:3em;
    padding-left:1em;
    clear:both;
}

#listen {
    list-style:none;
    font-size: 13px; 
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif;
}

#img {
    text-align:center;
    overflow:hidden;
    color: #900; 
    font-size: 11px; 
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif; 
}

#trenner {
	background-image:url('../../../styles/trenn1.gif');
	background-repeat:repeat-x;
	text-align:right;
	padding-top:3em;
	padding-left:1em;
}

h1, h2, h3, h4 {
    color: #900; 
}

h1, h2, h3 { 
    font-weight: bold;
}

h1 {
    font-size: 22px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
h4 {
    font-size: 14px;
}

h2.konz {
    font-style: italic;
}


/*body.narrow { 
    background:  url(reservations/affiche.jpeg) no-repeat;
 } */

h1 {
    font-family : sans-serif;
  }


h2 {
    color : #974608;
    font-family : sans-serif;
    font-variant : small-caps;
    margin-left : 0.5em;
  }


a {
    color : #e02000;
    text-decoration : none;
  }


a:hover {
    color : darkviolet;
    text-decoration : underline;
  }

/*** PARAGRAPHS ***/
p {
    font-family : serif;
    color: black;
  }

/* important pagewide (or almost) paragraph text, but in black and white */
p.bwemph {
    margin-left : 5em;
    margin-right : 5em;
    text-align : justify;
    font-weight : 900;
  }

p.disabled { 
   color : #888888;
 }

/* important pagewide (or almost) paragraph text */
p.emph {
    color : #974608;
    margin-left : 2em;
    margin-right : 5em;
    text-align : justify;
}

p.fine-print {
    font-size : 9pt;
}

input.fine-print {
    font-size : 5pt;
  }

/* pagewide (or almost) paragraphs */
p.main {
    margin-left : 2em;
    margin-right : 3em;
    text-align : justify;
  }

/* emph in a table */
p.temph { 
    font-size : 18pt;
    font-style: italic;
    color : black;
 }

p.ticketdate { 
    margin-left : 2em;
    font-weight : bolder;
    font-style : oblique;
 }

p.warning {
    color : red;
    font-variant : small-caps;
    text-align : center;
  }

div.bookid { 
    float: left;
    padding-right: 2em;
    padding-bottom: 3em;
}

@media print { 
  div.dontprint {
                  display : none;
                  }
}

/* a table that contains a form */
div.form {
/*    margin-left : 2em; */
    margin-right : 3em; 
 /*   border-bottom-style : dashed; */
/*    border-bottom-width : 1px; */
/*    border-left-style : dashed; */
/*    border-left-width : 1px; */
/*    border-right-style : dashed; */
/*    border-right-width : 1px; */
/*    border-top-style : dashed; */
/*    border-top-width : 1px; */
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    background-color : #f0e0d0;
  }

/* a table that contains a form. Am using the float property to have
it take optimal width instead of full width */
div.form div.form {
    float: left;
/*    clear: left; */
    margin-left : 0em;
    margin-right : 1em;
    margin-top : 1em; 
    margin-bottom : 1em; 
    border-bottom-style : dashed; 
    border-bottom-width : 1px; 
    border-left-style : dashed; 
    border-left-width : 1px; 
    border-right-style : dashed; 
    border-right-width : 1px; 
    border-top-style : dashed; 
    border-top-width : 1px; 
    padding-top: 0em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    background-color : #fff0e0;
  }

div.form p {
   clear: left;
}

div.image-selection{
    float : right;
    margin-left: 1em;
}

div.narrow {
/*    background:  url(reservations/affiche.jpeg) no-repeat; */
    padding-left: 213px;
/*    float: right; */
}

div.ticket { 
border : 1px;
border-style : dashed;
margin-bottom : 1em;
padding-left : 1em;
padding-right : 1em;
page-break-inside : avoid;
}

/* a table that contains a form */
table.form {
    margin-left : 2em;
    margin-right : 3em;
    border-bottom-style : dashed;
    border-bottom-width : 1px;
    border-left-style : dashed;
    border-left-width : 1px;
    border-right-style : dashed;
    border-right-width : 1px;
    border-top-style : dashed;
    border-top-width : 1px;
  }

table.bookinglist td
{ 
  font-size: smaller;
  }

td.form {
    padding-top : 1em;
    padding-bottom: 1em;
  }

td.bookid {
    font-size: 15pt;
    padding-right: 2em;
/*    font-style : oblique; */
    font-weight: 900;
 }

td.col {
    font-size: 20pt;
    font-style : oblique;
    font-weight: 900;
 }

td.row {
    font-size: 20pt;
    font-style : oblique;
    font-weight: 900;
 }

td.zoneextra {
    font-size: 20pt;
    font-style : oblique;
    font-weight: 900;
 }


th.ticket { 
    font-weight: normal;
 }

img.ticketsponsors { 
    float:right;
 }

/* if we put a p into each li then only the bullet will be coloured */
ul li {
     color:#99cce5;
}


/* "css popups" 

Source : http://www.meyerweb.com/eric/css/edge/popups/demo.html

*/

div.popupbox { 
   border : 1px;
   border-style : dashed;
   margin-bottom : 1em;
   padding-left : 1em;
   padding-right : 1em;

   position: fixed; top: 2px; left: 2px; width: 40em; height:8em;
   padding: 5px; margin: 10px; z-index: 100;
   background:  white;
 }

a.popup { 
    text-decoration : none;
    color : black;
 }

a.popup span { display: none; }

a:hover span {
   display: block;
   position: fixed; top: 4px; left: 4px;
   padding: 5px; margin: 10px; z-index: 100;
   background:  white;
   text-align : left;
 }

