/*
################################################################################
# Classic Cinema Counter                                                       #
# (c) 2008 Uli Schmidt - usberlin@gmx.de                                       #
# All Rights Reserved                                                          #
################################################################################

# Dateiversion: 2.00 vom 05.07.2008
# Dateiversion: 2.30 vom 05.12.2009 - farbige Buttons für Spielplan
# Dateiversion: 2.40 vom 13.01.2010: Verkauf ohne Tabellen - CSS gesplittet
*/


/* ######################### ALLGEMEINE LAYOUTREGELN ######################## */

html {
		min-height: 100%;
		height: 100%;
		overflow: -moz-scrollbars-vertical !important;
	}

body {
        height           : 100%;
        color            : #000000;
        background-color : #223399;
        font-family      : Verdana;
    }


body, p, img, span, div, form, ul, li, acronym {
		padding: 0;
		margin: 0;
		border: 0;
		text-align: left;
		vertical-align: top;
        letter-spacing: 1px;
	}


/* ########################### NAVIGATIONSMENÜ ############################## */

#menu {
    background-image: url(icon/menubar1.jpg);
		width: 100%;
        height:50px;  /*100px mit Bottomleiste*/
		float: left;
		margin-top:  0px;
        margin-left: 0px;
        margin-right: 0px;
        position: fixed;
        z-index: 1;
	}

.main
{
  position:absolute;
  top: 60px; /*bei Bottomleiste erhöhen z.B. 100*/
  left: 0px;
  right:0px;
  bottom:0px;
  border: 7px #F00;
  padding: 10px;
  z-index: 0;
  display:flex;
flex-wrap:wrap;
  justify-content:center;
}


/* Moviedatabase some extra style */
#selection{
    border:0px solid white;
    float: left;
	margin-left: 0px;
	margin-top:-10px;
	margin-bottom:10px;
    width: 400px;
}


#selection a
{
	text-decoration: none;
}

#selection a:hover
{
	text-decoration: underline;
}

#selection a:visited
{
	color: blue;
}


#content{
    border:0px solid white;
    margin-left: 400px;
}

.mdb_fieldset{
	min-width: 200px;
}

.mdb_modul {
position		: absolute;
min-width       : 960px;
max-width		: 1400px;
font-size       : 1.0em;
background-color: #FFC200;
border          : 1px solid #D9D9D9;
padding-top     : 5px;
padding-bottom  : 5px;
padding-left    : 15px;
padding-right   : 15px;
font-family     : Verdana, Arial, Helvetica, sans-serif;
font-size       : 10pt;
}

/* End Moviedatabase */




/* das ist die Tabelle für Fehlermeldungen (roter Hintergrund) */
table.errortable {
  font-size        : 11px;
  background-color : #FFFFCC;
  border           : 1px solid #D9D9D9;
  margin-bottom    : 10px;
}

table.errortable th {
  border           : 3px solid #FFFFCC;
  background-color : #FFA9A9;
  font-family      : Verdana, Arial, Helvetica, sans-serif; 
  font-size        : 8pt;
  font-weight      : bold;
  text-align       : center;
  color            : #333333;
  height           : 27px;
}

table.errortable td {
  border           : 0px;
  font-family      : Verdana, Arial, Helvetica, sans-serif; 
  font-size        : 8pt;
  font-weight      : normal;
}




/*IFrames anpassen*/
iframe {
  margin		   : 0pt;
  border           : #B5B6B5 2px solid;
  background-color : #FFFFFF;
}

.innerframe {
  border           : 1px beveled #000000;
  background-color : #88BBEE;
  color            : #000000;
  font-family      : Verdana, Arial, Helvetica, sans-serif; 
  font-size        : 8pt;
  font-weight      : normal;
}



/*Unsichtbare Strukturtabelle*/
table.invtable {
  border           : 0px;
}


table.invtable td {
  border           : 0px;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 8pt;
  font-weight      : normal;
}


h1 { color:black; font-family: Verdana, Arial, Helvetica, sans-serif; } 
h2 { color:black; font-family: Verdana, Arial, Helvetica, sans-serif; } 
h3 { color:black; font-family: Verdana, Arial, Helvetica, sans-serif; } 
h4 { color:black; font-family: Verdana, Arial, Helvetica, sans-serif; } 
h5 { color:black; font-family: Verdana, Arial, Helvetica, sans-serif; } 

/*
 a:link 	{color:#0000AA; text-decoration:none; }
 a:visited  {color:#0000AA; text-decoration:none; }
 a:hover 	{color:#0000AA; text-decoration:underline; }
 a:active 	{color:#0000AA; text-decoration:none; }
*/

ul
{
  padding-left: 2em;
}

