/* struktur für alle seiten */

body
  {
  color: black; background-color: white;
  font-family: Helvetica,Arial,sans-serif;
  font-size:0.9em;
  margin: 0; padding: 0;
  background-attachment:fixed;
  }


/* DIV-kästen */

.randkasten      { margin:0px 10px 10px 10px; border-bottom:1px solid black; }
#leercontainer   { position:absolute; top:195px; left:860px; }
#plakatvorschau  { border:1px solid black; max-width:200px; color:#555555; background-color:white; font-size:0.8em; position:fixed; top:195px; left:860px;}
#mitte           { width:600px; margin-left: 240px; }
#randspalte      { float:left; width:200px; }

/* #titel           { position:relative; left:100px; width:760px; height: 120px; background-image:url(../pics/conneisland25.png); background-repeat:no-repeat; margin-bottom:20px; margin-top:20px; } */
/* #titel           { position:relative; left:10px; width:830px; height: 160px; background-image:url(../pics/conneisland25.png); background-repeat:no-repeat; margin-bottom:15px; margin-top:15px; } */

#titel           { position:relative; left:140px; width:760px; height: 120px; background-image:url(../pics/ci_schriftzug.gif); background-repeat:no-repeat; margin-top:20px; }
#menu_oben       { color:white; background-color:black;   padding:4px; text-align:center; }
#menu_unten      { color:white; background-color:black;  padding:4px; text-align:center; }
#inhalt          { background-color:white; width:580px; padding:10px; border:1px solid black; margin-top:20px; margin-bottom:20px;}
#datum           { text-align:center; margin-top:10px; }
#adresse         { text-align:center; font-size:0.75em; }
.randkastentitel { text-align:center; font-size:1.2em; font-weight:bold; color:white; background-color:black; letter-spacing:0.1em;}

#ticketbestellung { position:fixed; top:0px; left:0px; width:100%; height:100%; z-index:3; background-image:url(../pics/ticket.png);}
#ticketbestellung2 { position:relative;margin:auto;top:50%;margin-top:-200px;left:50%;margin-left:-150px;width:300px;background-color:black;border:3px solid white;opacity:0.9; padding:20px; color:white;}
#fehlermeldung    { color:#FA7007; }

/* Formulare */

#google { float:right; text-align:center; font-size:0.7em; height: 13px; width:50px; background-color:silver; border: 1px solid white;}
#google:focus { border-color:silver; background-color:white; }
#ticketbestellung2 input,
#ticketbestellung2 select { opacity:1; margin:2px; border:1px dotted red; background-color:white;}

/* Schrift */

h1              { border-bottom:1px solid black; text-align:center; line-height:1.2em; }
h2              { font-size:1.2em; background-color:black; padding:5px;}
h3              { text-align:center; font-size:1.1em; }
p,pre           { margin-left: 4px; margin-right:4px; }
pre             { font-family: Helvetica,Arial,sans-serif;font-size:0.8em;}
a               { text-decoration:none; }
a:hover         { text-decoration:underline; }
#adresse a:hover,
#nextdates a:hover,
#news a:hover   { background-color:white; color:black;}

#menu_oben a    { color:white; letter-spacing:0.1em;}
#menu_unten a   { color:#999999; font-size:0.8em; letter-spacing:0.05em;}
#randspalte p,
#ajaxarchiv p   { font-size:0.8em;}
#inhalt         { line-height:1.4em;}
#ajaxkalender a,
#ajaxarchiv a,
#navigation a,
.terminticket a,
p a             {cursor:pointer;}
.randkastentitel a
                { color:silver;}
#ajaxkalender pre
                { margin-left:15px; line-height:1.5em; }
.einleitung     { background-color:silver;padding:10px;border-left:1px dashed black; margin-left:50px;}
hr              { margin-left:10px; margin-right:10px; border:1px solid black;}
.linie          { border-bottom:1px solid black;}
.anmerkung      { text-align:center; font-size:0.8em;}
.versteckt      { visibility:hidden; }
.close          { cursor:pointer; font-size:4em; color:red; font-weight:bold; position:absolute;right:-15px;top:-35px;}
.submit         { cursor:pointer; font-size:1.5em; color:green; font-weight:bold; padding:2px; border:1px dotted green; background-color:white; width:150px; left:75px; position:relative;}