* {
  margin:0px;
  padding: 0px;
  font-family: Arial, sans-serif;
  font-size: 1em;
}

body {
  background-image: url("./img/background.jpg");
}

img {
  border: none;
}

a:link, a:visited {
  text-decoration: none;
  color: black;
}

a.normal:link, a.normal:visited {
  text-decoration: underline;
}

div.box_bewerte_film {
  float: left;
  width: 530px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;  
  font-weight: bold;
}

div.box_bewerte_film span {
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  border: 2px solid black;
  background: #ccc;
}

p {
  margin: 5px 0 3px 0;
}

div.film-check-logo {
  position: absolute;
  top: 5px;
  left: 200px;
  width: 700px;
}

div.film-check-logo img {
  width: 700px;
}

div.main {
  position: absolute;
  top: 136px;
  left: 50px;
  width: 1000px;
  height: 634px;
  border: 2px solid #777;
  font-size: 0.8em;
  background: white;
}

div.seitenheader, div.schnellsuche {
  height: 23px;
  border-bottom: 2px solid #ddd;
  width: 1000px;
}

div.seitenheader {
  background: blue;
  top: 0;
  font-size: 0.9em;
  height: 23px;
  border-bottom: 2px solid #eee;
}

div.seitenheader h1 {
  position: relative;
  top: 3px;
  left: 5px;
  color: white; 
  float: left;
}

#filmsuche {
   height: 18px;
   width: 530px;
}

div.schnellsuche {
  position: absolute;
  top: 52px;
  left: 0;
}

div.schnellsuche form {
  float: left;
  margin-left: 5px;
}

div.schnellsuche input {
  width: 530px;
}


.navi, div.schnellsuche {
  background: #ddd;
  height: 29px;
  z-index: 10;
}

.navi li {
  list-style-type: none;
  float: left;
}

.navi li a {
  float:left;
  border: 3px solid #ccc;
  border-left: none;
  width: 100px;
  text-align: center;
  font-size: 14px;
}

.navi a:hover {
  background: #eee;
  cursor: pointer;
}

div.suche div {
  margin-left: 5px;
}

div.logbox {
  position: absolute;
  left: 725px;
  padding: 5px 0 3px 0;
  width: 270px;
  font-size: 0.85em;
  text-align: right;
  z-index: 20;
}

div.login {
  top: 17px;
}


div.logout {
  top: 20px;
}

div.logbox a{
  font-weight: bold;
}

div.logbox a:hover{
  text-decoration: underline;
}

div.logbox input{
  width: 80px;
  float: left;
}

div.logbox span{
  float: left;
  clear: left;
  width: 60px;
  margin-left: 5px;
}

div.logbox a {
  margin-left: 5px;
}

input#subLogin {
  width: 40px;
  height: 1.7em;
  position: absolute;
  left: 110px;
  top: 48px;
}

div.menu {
  position: absolute;
  top: 85px;
  left: 0;
  width: 165px;
  border-right: 1px solid #ddd;
}

div.menu a {
  clear: left;
  float: left;
  margin-left: 5px;
  width: 90%;
}

div.menu span.ordner img {
  margin-right: 5px;
}

div.content {
  position: absolute;
  top: 85px;
  left: 170px;
  width: 830px;
  height: 554px;
  overflow: auto;
}

div.infobox {
  position: absolute;
  top: 0;
  left: 3px;
  width: 150px;
  height: 550px;
}

div.infobox h2{
  font-size: 1.07em;
}

div.infobox span.headerbox {
  float: left;
  height: 50px;
  width: 150px;
  text-align: center;
  padding-top: 3px;
  background: #88ccff;
  margin-bottom: 20px;
  font-weight: bold;
}

div.infobox div {
  margin-left: 15px;
}

div.filmliste {
  float: left;
  top: 0px;
  width: 400px;
}

p.info {
  color: red;
  margin-top: 20px;
  font-weight: bold;
  border: 1px solid black;
  padding: 8px;
  float: left;
  background: #ffffc0;
}

a.admintools_link {
  position: relative;
  top: 2px;
  left: 730px;
  color: white;
  font-weight: bold;
}


/**** index.php - Startseite + Kategorien ****/
div.einzelner_film {
  float:left; 
  width: 155px;
  margin: 0 0 0 30px; 
  overflow: hidden;
  height: 180px;
}

div.einzelner_film span{
  float: left;
  border: 1px solid #999; 
  padding: 15px 40px 15px 40px;
}

div.einzelner_film img{
  height: 100px;
}

div.einzelner_film strong, div.einzelner_film small{
  float: left;
  text-align: center;
  width: 100%;
  font-size: 0.9em;
}

input.hiddeninput {
   display: none;
}

/**** film.php - Filmdetails ****/

div.maincontent{
  position: absolute;
  top: 0;
  left: 160px;
  height: 545px;
  width: 668px;
  overflow: auto;
}

.maincontent h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.2em
}

div.infobox p{
  clear: left;
  margin-top: 0;
  width: 100%;
  overflow: hidden;
}

div.infobox p a{
  text-decoration: underline;
}

.film_text {
  float:left;
  margin: 10px 40px 15px 0;

}

.film_daten {
  float: left;
  margin-bottom: 25px;
}

.film_daten span{
  margin-right: 10px;
  position: relative;
  bottom: 0px;
}


div.user_comment{
  float: left;
  width: 565px; 
  padding: 5px;
  background: green;
}

fieldset {
  padding: 5px;
  margin-bottom: 15px;
}

div.bewertungen, fieldset.bewertung {
  float: left;
  clear: left;
  width: 600px;
}

fieldset.bewertungen legend, fieldset.bewertung legend {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.9em;
  color: black;
}

fieldset.bewertungen legend span, fieldset.bewertung legend {
  font-weight: bold;
}

fieldset.bewertungen small {
  font-size: 0.8em;
}

table.bewertungen {
  border-top: 1px solid #ccc;
  margin-top: 8px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 4px;
}

tr th {
  width: 90px;
}

tr.noten {
  text-align: center;
}


fieldset.bewertung {
  float: left;
  width: 589px;
  height: 215px;
  background: #eef;

}

fieldset.bewertung label, fieldset.bewertung span {
  float: left;
  clear: left;
  width: 80px;
}

div.inp1 input{
  margin-bottom: 7px;
}

div.inp1 input, div.inp1 textarea {
  width: 200px;
}

input.readonly{
  background: #eee;
}

div.inp1 {
  width: 300px;
  height: 150px;
  float: left;
}

div.inp2 {
  float: left;
  margin-left: 30px;
  width: 232px;
  border: 2px dotted white;
  padding: 5px;
}
div.inp2 div {
  float: left;
} 

div.inp2 div img {
  cursor: pointer;
}

div.inp2 div {
  padding: 1px 10px 1px 10px;
  width: 200px;
}

.sternspalte_1, .sternspalte_3, .sternspalte_5, .sternspalte_7 {
  background: #fff;
}


input.subComment {
  float: left;
  margin: 10px 0 0 230px;
  background: #eef;
  padding: 0 20px 0 20px;
  border: 3px solid #fff;
  cursor: pointer;
}



/**** archiv.php - Filmlisten ****/
div.maincontent_filmliste {
  position: absolute;
  top: 0;
  left: 160px;
  height: 547px;
  width: 668px;
  overflow-x: scroll;
  overflow-y: hidden;
}

div.filmliste {
  position: absolute;
  top: 0;
  width: 280px;
}


div.filmliste span {
  float: left;
  clear: left;
  line-height: 1.39em;
  background: url('./img/film.gif') no-repeat;
  padding-left: 20px;
  width: 227px;
  overflow: hidden;
}



/**** cast.php - Schauspieler-Details ****/
div.filmografie {
  margin-left: 20px;
  margin-top: 30px;
}

a.cast {
  text-decoration: underline;
}

div.maincontent ul {
  margin-left: 30px;
}

div.maincontent ul li{
  list-style: url('./img/film.gif');
}


/**** impressum.php ****/
div.impressum {
  padding-top: 20px;
  margin-left: 10px;
  padding-bottom: 10px;
  clear:left;
  font-size: 11px;
}


/**** links.php - Links und Partnerseite ****/
div.einzelner_link {
  float:left; 
  width: 155px;
  margin: 0 0 0 30px; 
  overflow: hidden;
  height: 180px;
}

div.einzelner_link span{
  float: left;
  border: 1px solid #999; 
  padding: 15px 10px 15px 10px;
  height: 90px;
  width: 120px;
}

div.einzelner_link img{
  width: 120px;
}

div.einzelner_link strong, div.einzelner_link small{
  float: left;
  text-align: center;
  width: 100%;
  font-size: 0.9em;
}


/**** kontakt.php - Kontaktformular ****/
form.kontakt fieldset {
  width: 550px;
  margin-bottom: 20px;
}

form.kontakt fieldset legend{
  font-weight: bold;
  padding: 0 5px 0 5px;
  margin-bottom: 10px;
}

form.kontakt fieldset label {
  float: left;
  clear: left;
  margin-bottom: 4px;
}

form.kontakt fieldset input, form.kontakt fieldset select, form.kontakt fieldset textarea{
  float: left;
  margin-bottom: 4px;
  clear: left;
}

form.kontakt fieldset input.inputns {
  display: none;
}

p.kontaktinfo {
  float: left;
  clear: left;
  width: 500px;
}

/**** suche.php - Suchformular ****/
form.suche fieldset {
  width: 550px;
  margin-bottom: 20px;
}

form.suche fieldset legend{
  font-weight: bold;
  padding: 0 5px 0 5px;
  margin-bottom: 10px;
}

form.suche fieldset input, form.suche fieldset select {
  float: left;
  clear: left;
  margin-bottom: 4px;
}


/**** profil.php ****/
div.pwd {

  width: 400px;
  
}

div.pwd input {
  float: left;
  margin-top: 5px;
}

div.pwd input.subPwd {
  clear: left;
  width: 120px;
}

span.form_titel {
  float: left;
  clear: left;
  width: 150px;
  margin-top: 5px;
}


/**** SAJAX ****/

div.schnellsuche div.ergebnisfeld {
  position: absolute;
  top: 22px;
  left: 92px;
  width: 530px;
  background: white;
  border: 1px solid black;
  z-index: 50;
  visibility: hidden;
}

div.schnellsuche div.ergebnisfeld span{
  float: left;
  width: 100%;
  border-bottom: 1px dotted #888;
  padding: 4px 0 0 6px;
}

div.schnellsuche div.ergebnisfeld span img{
  width: 40px;
  float: left;
  margin-right: 5px;
}

/**** Admin Beitrag ****/
div.contentBeitraege {
  float: left;
  height: 440px;
  overflow: auto;
}

.tblBeitraege {
  font-size: 0.8em;
  border: 1px solid black;
  background: #eee;
}

.tblBeitraege td {
  padding-left: 8px;
}

.tblBeitraege input {
 width: 20px;
 float: left;
}

.tblBeitraege textarea {
 width: 210px;
 height: 140px;
}

.tblBeitraege span {
  float: left;
  clear: left;
  width: 65px;
}

.tblBeitraege a:hover {
  cursor: pointer;
}

/**** Admin Film ****/
fieldset.ausgabe div{
  height: 270px;
  width: 100%;
  overflow: auto;
}

/**** Admin editFilm ****/
input.small {
  width: 30px;
}

input.long {
  width: 300px;
}

textarea.editCast {
  width: 150px;
  height: 100px;
}

textarea.editBeschreibung {
  width: 550px;
  height: 150px;
}

input.subEditFilm {
  float: left;
  clear: left;
  margin-top: 30px;
}

p.dvd {
  float: left;
  clear: left;
}

/**** Admin a_editcast.php ****/
label {
  float: left;
  width: 130px;
}


/**** Admin Dateienverwaltung ****/
select.selDateien option {
  padding-left: 20px;
  color: black;
}

select.selDateien optgroup {
  color: red;
}