body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-image: url(/eros/hg/schwarz/black5.jpg);
  background-color: #000000;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h5 {
  font-size: 16px;
  font-weight: bold;
}

td {
  font-family: arial, verdana, sans;
  font-size: 12px;
  color: #FFFFFF;
}

#mainTbl {
  width: 100%;
  height: 100%;
}

#contentTbl {
  height: 100%;
}

#topContent {
  padding-left: 73px;
  height: 105px;
  padding-top: 20px;
  vertical-align: bottom;
}

#Navi {
  padding-left: 125px;
  height: 60px;
}

#mainContent {
  padding-left: 125px;
  position: relative;
}

#mainContent td {
  font-weight: bold;
}

#bottomLine {
  background-color: #DDDDDD;
  color: #888888;
  vertical-align: middle;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

#topNav {
  z-index: 0;
  position: absolute;
  left: 120px;
  top: 140px;
  padding: 2px;
}

#topNav a:link { 
  border: 1px solid #EE3338;
  color: #FFFFFF;
  background-color: #000000;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 2px;
  width: 90px;
  font-weight: bold;
  padding: 2px;
}

#topNav a:visited { 
  border: 1px solid #EE3338;
  color: #FFFFFF;
  background-color: #000000;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 2px;
  width: 90px;
  font-weight: bold;
  padding: 2px;
}

#topNav a:hover { 
  color: #FFFFFF;
  background-color: #EE3338;
  border: 1px solid #EE3338;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 2px;
  width: 90px;
  font-weight: bold;
  padding: 2px;
}

#menu1,#menu2,#menu3,#menu4,#menu5,#menu6,#menu7,#menu8 {
  visibility: hidden; 
}

#trNAV {
  visibility: hidden;
}

.defaultLink, .defaultLink:link, .defaultLink:visited {
  text-decoration: underline;
  color: #FFC000;
}

.defaultLink:hover {
  text-decoration: none;
  color: #FFC000;
}

#inhalt {
  position: relative;
}

#home a:link {
  border: none;
  color: #999999;
	font-weight: bold;
  text-decoration:none;
  text-align: left;
}

#home a:visited{
  border: none;
  color: #999999;
	font-weight: bold;
  text-decoration:none;
  background: transparent;
  text-align: left;
}

#impressum a:link{
  border: none;
  color: #999999;
	font-weight: bold;
  text-decoration:none;
  background: transparent;
  text-align: center;
}
#impressum a:visited{
  border: none;
  color: #999999;
	font-weight: bold;
  text-decoration:none;
  background: transparent;
  text-align: center;
}

.blocktxt {
  font-weight: bold;
  padding-right: 40px;
}

.contentPic {
  padding-right: 80px;
  padding-bottom: 10px;
  margin: 0;
}

.gthumb {
  width: 100px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
}

.gthumbcontainer {
  width: 100px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  background-image: url(theme/film.gif);
  background-repeat: repeat-x;
}

input {
  font-family: arial;
  font-weight: normal;
}

input.text, select, textarea {
  background-color: #000000;
  border: 1px solid red;
  color: #FFFFFF;
  font-size: 11px;
}

select {
  background-color: #000000;
  border: 1px solid red;
  color: #FFFFFF;
  font-size: 11px;
  margin: 0;
  padding:0;
  border-style: solid;
}

textarea {
  font-family: arial, verdana, sans;
}

input.submit {
  background-color: #000000;
  color: #FFFFFF;
  border: 1px solid #FF0000;
  font-weight: bold;
  margin: 0;
  padding: 0;
  width: 140px;
  padding-top: 2px;
  margin-left: 100px;
  font-size: 12px;
}

.impressum {
   text-align: justify;
}

.styledLink {
  border: 1px solid red;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.styledLink:link {
  border: 1px solid red;
  padding: 2px;
  font-weight: bold;
  background-color: #000000;
  color: #FFFFFF;
    padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.styledLink:visited {
  border: 1px solid red;
  padding: 2px;
  font-weight: bold;
  background-color: #000000;
  color: #FFFFFF;
    padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.styledLink:hover {
  border: 1px solid red;
  padding: 2px;
  font-weight: bold;
  background-color: red;
  color: #FFFFFF;
    padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.galnavL {
  width: 20px;
  height: 20px;
  display: block;
}

.galnavL:link, .galnavL:visited {
  width: 20px;
  height: 20px;
  display: block;
  background-image: url('theme/galnav-l.gif');
}

.galnavL:hover {
  width: 20px;
  height: 20px;
  display: block;
  background-image: url('theme/galnavhover-l.gif');
}

.galnavR {
  width: 20px;
  height: 20px;
  display: block;
}

.galnavR:link, .galnavR:visited {
  width: 20px;
  height: 20px;
  display: block;
  background-image: url('theme/galnav-r.gif');
}

.galnavR:hover {
  width: 20px;
  height: 20px;
  display: block;
  background-image: url('theme/galnavhover-r.gif');
}

.selectboxtext { 
width:100px; 
} #OverheadLine {
  background-image: url(theme/main_bg.png);
  height: 15px;
}

#HeadLine {
  background-image: url(theme/main_headline.png);
  height: 35px;
  padding-left: 20px;
}

#Content {
  background-image: url(theme/main_bg.png);
  padding-left: 20px;
  padding-top: 25px;
  padding-bottom: 10px;
}

#epLOGO {
  width: 445px;
  height: 95px;
  display: block;
  border: none;
  background-image: url(/eros/logo/schwarz/logo.png);
  background-repeat: no-repeat;
}

#Lust {
  width: 400px;
  height: 28px;
  background-image: url(/eros/theme/lust.png);
  background-repeat: no-repeat;
}

#headlineContent {
  width: 100%;
  height: 30px;
  background-image: url(theme/main_title.png);
  background-repeat: no-repeat;  
}

.displaybanner {
  z-index:1;
  position: absolute;
  font-weight: bold;
  padding-left: 0px;
  padding-top: 188px;
}
