@CHARSET "UTF-8";


/**************************** -- MAIN -- ***********************************************/

BODY {
	text-align: center;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 16px;
	color: #000;
	background-color: #f4f4f4;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
	background-image: url(../gfx/bg_page.gif);
	background-repeat: repeat-x;
}

DIV {
	margin: 0px;
	padding: 0px;
}

P {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

IMG {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

FORM {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

A {
	text-decoration: none;
	font-weight: bold;
	color: #ff0025;
	cursor: pointer;
}

A:hover {
	text-decoration: none;
}

.red {
	color: #ff0033;
}

.grey {
	color: #9d9c9d;
}

.form-grey {
	background-color: #eeeeee;
}

.black {
	color: #000;
	font-weight: normal;
}

.formats {
	color: #fecb00;
}

.formats a:hover {
	color: #fecb00;
}

.bg-formats {
	background-color: #fecb00;
}

.fiction a:hover {
	color: #fd0c41;
}

.bg-fiction { 
	background-color: #fd0c41;
}

.magazines 
	{
	color: #6d1f51;
}

.magazines a:hover {
	color: #6d1f51;
}

.bg-magazines {
	background-color: #6d1f51;
}

.bg-grey {
	background-color: #f4f4f4;
}

.border-bottom {
	border-bottom: 20px solid #FFFFFF;
}

.border-bottom-60 {
	border-bottom: 60px solid #FFFFFF;
}

.border-top {
	border-top: 2px solid #ffffff;
}



.animation
{
	color: #ee4085;
}
	
.animation a:hover 
{
	color: #ee4085;
}	


.specialevent
{
	color: #5d308f;
}
	
.specialevent a:hover 
{
	color: #5d308f;
}	
	
	
	
	
h1 { 
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px; 
	line-height: 20px;
	color: #5b5b5b;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h2 { 
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #9d9c9d;
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h3 { 
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #9d9c9d;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h4 { 
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #9d9c9d;
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h5 { 
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px; 
	line-height: 18px;
	color:#9d9c9d;
	text-align: left;
	margin: 0px 0px 17px 10px;
	padding: 0px;
}

h6 { 
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px; 
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 22px;
	color: #9d9c9d;
	text-align: left;
	margin: 0px;
	padding: 0px; 
}

UL, LI {
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}




#main {
	width: 960px;
   	margin: 0 auto;
	height: auto;
	overflow: visible;
	display: block;
	text-align: left;
}

#main-outside {
	float: left;
	display: block;
	height: auto;
	width: 960px;
	margin-bottom: 20px;
}

#main-inside {
	width: 960px;
   	margin: 0 auto;
	height: auto;
	float: left;
	background-color: #FFFFFF;
	overflow: hidden;
	display: block;
	text-align: left;
}

#head {
	height: 130px;
	width: 960px;
	display: block;
	float: left;
}

#sevenone {
	width: 466px;
	height: 45px;
	float: left;
	display: inline;
	margin: 36px 0px 0px 14px;
}

#logo {
	width: 465px;
	height: 69px;
	float: left;
	display: inline;
	margin: 37px 15px 0px 0px;
	text-align: right;
}

#login-box {
	width: 130px;
	height: 20px;
	float: right;
	display: inline;
	background-image: url(/gfx/bg_login.gif);
	background-repeat: no-repeat;
	color: #ff0032;
	font-size: 11px;
	text-transform: uppercase;
	padding: 6px 0px 0px 18px;
}

#login-box A {
	margin: 0px 7px 0px 7px;
}

#login-box a:hover {
	text-decoration: underline;
}

#login {
	width: 35px;
	height: 20px;
	float: left;
	display: inline;
}

#register {
	width: 60px;
	height: 20px;
	float: left;
	display: inline;
}

/********************************************* -- NAVI -- ********************************************/

#main-navi {
	width: 960px;
	height: 39px;
	float: left;
	display: inline;
	background-image: url(/gfx/bg_main_navi.jpg);
	background-repeat: repeat-x;
}

.main-navi-inside {	
	display: inline;
	float: left;
	margin-left: 24px;
	margin-right: 24px;
	padding-top: 12px;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

.main-navi-inside A {
	color: #fff;
}

#mainnavi-side {
	width: 220px;
	height: auto;
	float: left;
	display: inline;
	margin-top: 10px;
	overflow: hidden;
}

.mainnavi-side-item {
	width: 220px;
	height: auto;
	float: left;
	display: inline;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	border-bottom: 1px solid #808080;
	color: #000;
}	

.mainnavi-side-item:hover {
	background-color: #eeeeee;
}

.hdl-mainnavi-side {
	font-size: 16px;
	line-height: 20px;
}

/******************************************** -- CONTENT -- ********************************************/


.content {
	background-color: #FFFFFF;
	display: inline;
	float: left;
	width: 960px;
	height: auto;
	margin-top: 20px;
}

#search {
	width: 960px;
	float: left;
	height: 30px;
	display: inline;
	background-image: url(/gfx/bg_search.jpg);
	background-repeat: repeat-x;
}

.home {
	margin: 0px;
}

.flt-content {
	font-size: 14px;
	line-height: 20px;
}

.frame-240 {
	width: 240px;
	height: auto;
	float: left;
	display: inline;
}

.frame-240-innen {
	width: 220px;
	height: auto;
	float: left;
	display: inline;
	margin: 0px 10px 0px 10px;
}

.frame-320 {
	width: 320px;
	height: auto;
	float: left;
	display: inline;
}

.frame-320-innen {
	width: 300px;
	height: auto;
	float: left;
	display: inline;
	margin: 0px 10px 0px 10px;
}

.frame-360 {
	width: 360px;
	height: auto;
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
}

.frame-360-innen {
	width: 340px;
	height: auto;
	float: left;
	display: inline;
	margin: 0px 10px 0px 10px;
}

.frame-search-innen {
	width: 586px;
	height: auto;
	float: left;
	display: inline;
	margin: 0px 10px 0px 10px;
}

.frame-620 {
	width: 640px;
	height: auto;
	float: left;
	display: inline;
}

.frame-620-innen {
	width: 620px;
	height: auto;
	float: left;
	display: inline;
	margin: 0px 10px 0px 10px;
}

.frame-720 {
	width: 720px;
	height: auto;
	float: left;
	display: inline;
}

.frame-720-innen {
	width: 700px;
	height: auto;
	float: left;
	display: inline;
	margin: 0px 10px 0px 10px;
}

.content-720 {
	width: 720px;
	height: auto;
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
}

.frame-960 {
	width: 960px;
	height: auto;
	float: left;
	display: inline;
	border-bottom: 20px solid #fff;
}

.frame-960-footer {
	width: 960px;
	height: auto;
	float: left;
	display: inline;
	border-bottom: 20px solid #f4f4f4;
}

.videoplayer-720 {
	width: 720px;
	height: auto;
	float: left;
	display: inline;
}

.dropdown-box {
	width: 240px;
	height: 53px;
	float: left;
	background-image: url(/gfx/bg_dropdown.jpg);
	background-repeat: repeat-x;
	padding-top: 3px;
	margin-bottom: 19px;
}

.catalog-220 {
	width: 220px;
	height: auto;
	float: left;
	display: inline;
	margin-top: 6px;
}

.teaser-300 {
	width: 300px;
	height: auto;
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
}

.teaser-300-margin {
	width: 300px;
	height: auto;
	float: left;
	display: inline;
	margin: 0px 0px 20px 0px;
}

.more {
	display: block;
	margin-top: 10px;
}

.more-side-navi {
	width: 220px;
	height: 30px;
	float: left;
	display: inline;
	margin: 20px 0px 20px 0px;
	color: #000000;
}

.liste-home P {
	margin-bottom: 4px;
}

.hdl-liste-home {
	width: 300px;
	height: auto;
	margin-top: 23px;
	display: block;
}

.hdl-liste-sub {
	width: 620px;
	height: auto;
	margin-top: 23px;
	display: block;
}

.liste-sub-content {
	width: 620px;
	height: auto;
	float: left;
	display: inline;
	border-bottom: 1px solid #808080;
}

.liste-sub-text {
	width: 570px;
	height: auto;
	float: left;
	display: inline;
}

.liste-sub-more {
	width: 30px;
	height: auto;
	float: right;
	line-height: 22px;
	display: inline;
	margin-left: 10px;
}

.liste-sub P {
	line-height: 22px;
	color: #808080;
}

.contact-content {
	width: 220px;
	height: auto;
	float: left;
	display: inline;
	margin-top: 4px;
}

.contact-image {
	width: 66px;
	height: 88px;
	float: left;
	display: inline;
	margin-right: 10px;
}

.contact-text {
	width: 144px;
	height: auto;
	float: left;
	display: inline;
	overflow: hidden;
}

.frame-text-links {
	width: 300px;
	height: auto;
	float: left;
	display: inline;
	line-height: 48px;
	margin-left: 10px;
}

.frame-text-rechts {
	width: 300px;
	height: auto;
	float: right;
	display: inline;
	text-align: right;
	line-height: 48px;
	margin-right: 10px;
}

.content-specs {
	width: auto;
	height: auto;
	display: block;
	margin: 10px;
}

.screeningbasket {
	width: 700px;
	height: auto;
	float: left;
	display: inline;
	margin: 0px;
}

.screeningbasket-content {
	width: 700px;
	height: auto;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.screeningbasket-left {
	width: 420px;
	height: auto;
	float: left;
	display: inline;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 8px 0px;
}

.screeningbasket-center {
	width: 130px;
	height: auto;
	float: left;
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 8px 0px;
}

.screeningbasket-right {
	width: 60px;
	height: auto;
	float: left;
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 8px 20px;
}

.screeningbasket-left P,
.screeningbasket-center P,
.screeningbasket-right P {
	margin-top: 5px;	
}

.screeningbasket-all {
	width: 680px;
	height: 18px;
	float: left;
	display: inline;
	margin: 0px 10px 0px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

.register-button {
	letter-spacing: 0.2em; 
	font-size: 14px; 
	font-weight: bold;
	cursor: pointer; 
	border: 3px double #FFF;
	background-color: #666666;
	color: #fff; 
	width: 150px; 
	height: 35px;
	float: right;
	display: inline;
	margin: -4px 104px 0px 0px;
}

.search-button {
	letter-spacing: 0.2em; 
	font-size: 14px; 
	font-weight: bold;
	cursor: pointer; 
	border: 3px double #FFF;
	background-color: #666666;
	color: #fff; 
	width: 100px; 
	height: 35px;
	float: right;
	display: inline;
	margin: -4px 300px 0px 0px;
}

.login-button {
	letter-spacing: 0.2em; 
	font-size: 14px; 
	font-weight: bold;
	cursor: pointer; 
	border: 3px double #FFF;
	background-color: #666666;
	color: #fff; 
	width: 100px; 
	height: 35px;
	float: right;
	display: inline;
	margin: -4px 200px 0px 0px;
}

.login-button-content {
	width: 690px;
	height: 50px;
	overflow: visible;
	display: block;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	text-align: right;
}

/***************************************** -- IMAGES -- ********************************/

IMG.image-links-oben {
	min-width: 1px;
	height: auto;
	float: left;
	margin: 0px 22px 10px 0px;
	display: inline;
}

IMG.image-rechts-oben {
	min-width: 1px;
	height: auto;
	float: right;
	margin: 0px 0px 10px 22px;
	display: inline;
}

IMG.image-links-mitte {
	min-width: 1px;
	height: auto;
	float: left;
	margin: 15px 22px 15px 0px;
	display: inline;
}

IMG.image-rechts-mitte {
	min-width: 1px;
	height: auto;
	float: right;
	margin: 15px 0px 15px 22px;
	display: inline;
}

IMG.image-links-unten {
	min-width: 1px;
	height: auto;
	float: left;
	margin: 10px 22px 0px 0px;
	display: inline;
}

IMG.image-rechts-unten {
	min-width: 1px;
	height: auto;
	float: right;
	margin: 10px 0px 0px 22px;
	display: inline;
}

.recommendations {
	margin: 10px 0px 10px 0px;
}

.trennlinie-lang {
	width: 700px;
	height: 1px;
	float: left;
	background-color: #c4c7cc;
	margin: 12px 0px 12px 0px;
}


/***************** FOOTER **********************************************************************/

#footer {
	width: 960px;
	height: auto;
	display: inline;
	float: left;
	color: #808080;
	background-color: #f4f4f4;
	margin-top: 20px;
}

#footer-hdl {
	width: 960px;
	height: 32px;
	float: left;
	display: inline;
	text-align: left;
	font-size: 11px;
	line-height: 32px;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	margin-bottom: 10px;
}

#footer-hdl A {
	color: #808080;
	font-weight: normal;
}

#footer-hdl a:hover {
	text-decoration: underline;
}

.sitemap {
	width: 150px;
	height: auto;
	float: left;
	display: inline;
	margin-right: 10px;
	overflow: hidden;
}

.sitemap A {
	color: #808080;
	font-weight: normal;
}

.sitemap P {
	line-height: 13px;
}


#footer P {
	display: inline;
	font-size: 11px;
	margin: 5px 15px 4px 0px;
}

#footer P A {
	text-decoration: none;
}

/*********************************************** -- FORMULARE -- **************************************/


.search { 
	width: 115px; 
	height: 21px; 
	margin: 2px 5px 0px 6px; 
	border:none; 
	padding:3px 0 0 5px; 
	font-size:12px; 
	color:#666;
	outline: none;
	display: block;
}

#searchform {
	width:171px; 
	height:25px;
	float:right; 
	clear:right; 
	margin:3px 15px 0px 0px; 
	background: url(/gfx/suche.png) no-repeat; 
	font-family:Arial, Helvetica, sans-serif;
}

#searchform input {
	float:left;
	display: inline;
	border:none; 
	border-width:0; 
	background:none;
}

#replacement-1 {
  width: 39px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent url(../gfx/search_button.jpg) no-repeat;
  text-indent: -1000em;
  cursor: pointer;
}

.form-row-home {
	width: 222px;
	height: 22px;
	overflow: visible;
	display: block;
	float: left;
	margin: 2px 0px 2px 5px;
	
}

.form-row-home SELECT {
	width: 170px;
	height: 21px;
	font-size: 12px;
	padding: 5px 0px 0px 2px;
	float: right;
	display: inline;
}

.form-row
{
	width: 685px;
	height: 35px;
	overflow: visible;
	display: block;
	float: left;
	margin: 5px 0px 10px 0px;
	padding: 7px 7px 0px 5px;
	border: 1px solid #999999;
	background-color: #eeeeee;
}

.form-row-newsletter
{
	width: 685px;
	height: 100px;
	overflow: visible;
	display: block;
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 7px 7px 0px 5px;
	border: 1px solid #999999;
	background-color: #eeeeee;
}

.form-row-agb
{
	width: 685px;
	height: 33px;
	overflow: visible;
	display: block;
	float: left;
	margin: 20px 0px 10px 0px;
	padding: 7px 7px 0px 5px;
	border: 1px solid #999999;
	background-color: #eeeeee;
}

.form-row-agb LABEL {
	width: 290px;
	height: 28px;
	margin-top: 5px;
	font-size: 13px;
	line-height: 18px;
	overflow: visible;
	float: left;
	display: inline;	
}

.form-row LABEL {
	width: 130px;
	height: 28px;
	margin-top: 5px;
	font-size: 13px;
	line-height: 18px;
	overflow: visible;
	float: left;
	display: inline;
}

.form-row INPUT, .form-row SELECT {
	width: 250px;
	height: 21px;
	border: 1px solid #666666;
	font-size: 13px;
	padding: 5px 0px 0px 2px;
	float: right;
	display: inline;
}

.form-row .short-label {
	width: 100px;
	height: 22px;
	border: 1px solid #666666;
	font-size: 13px;
	padding: 5px 2px 0px 2px;
	margin-left: 10px;
	float: right;
	display: inline;
}

.form-row SELECT.form-select {
	width: 254px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #666666;
	font-size: 13px;
	padding: 4px 0px 0px 2px;
	margin: 0px;
	float: right;
	display: inline;
	background: none;
	background-color: #FFFFFF;
}

.form-row SELECT.form-select-small {
	width: 78px;
	height: 28px;
	border: 1px solid #666666;
	font-size: 13px;
	padding: 4px 2px 0px 2px;
	margin-left: 10px;
	float: right;
	display: inline;
	background: none;
	background-color: #FFFFFF;
}

.form-row .label-radio {
	width: 60px;
	height: 25px; 
	float: left; 
	display: inline; 
	padding: 0px 0px 0px 0px;
}

.form-row .form-radio-1 {
	width: 15px;
	height: 15px;
	float: left;
	display: inline;
	border: 0px;
	margin: 7px 7px 0px 45px;
	padding: 0px;
}

.form-row .form-radio-2 {
	width: 15px;
	height: 15px;
	float: left;
	display: inline;
	border: 0px;
	margin: 7px 7px 0px 10px;
	padding: 0px;
}

.form-row .label-half {
	width: 285px;
	height: 22px;
	margin-left: 10px;
	font-size: 13px;
	overflow: hidden;
	float: right;
	display: inline;
	padding: 5px 2px 0px 2px;
}

.form-row .label-all {
	width: 400px;
	height: 22px;
	margin-top: 0px;
	font-size: 13px;
	overflow: hidden;
	float: right;
	padding: 5px 2px 0px 2px;
}

.form-row-agb INPUT.agb-checkbox {
	width: 22px;
	height: 22px;
	float: left;
	border: none;
	display: inline;
	margin: 3px 5px 0px 20px;
}

.form-row-newsletter INPUT.checkbox {
	width: 22px;
	height: 22px;
	float: left;
	border: none;
	display: inline;
	margin: -3px 5px 0px 175px;
}

.form-row-newsletter LABEL {
	width: 685px;
	height: auto;
	margin-top: 5px;
	font-size: 13px;
	line-height: 18px;
	overflow: visible;
	float: left;
	display: inline;
}

.form-row .label-all:hover,
.form-row .label-all:focus {
	border: 3px solid #666666;
	width: 396px;
	height: 18px;
}

.form-row .label-half:hover,
.form-row .label-half:focus {
	border: 3px solid #666666;
	width: 281px;
	height: 18px;
}

.form-row INPUT.short-label:hover,
.form-row INPUT.short-label:focus {
	border: 3px solid #666666;
	width: 96px;
	height: 18px;
}

.form-row SELECT:hover,
.form-row SELECT:focus {
	border: 3px solid #666666;
}

.login-row {
	width: 373px;
	height: 35px;
	overflow: visible;
	display: block;
	float: left;
	margin: 0px 0px 10px 7px;
	padding: 5px;
	border: 1px dotted #999999;
}

.row-status {
	width: 100px;
	height: 26px;
	float:right;
	margin-left: 5px;
	display: inline;	
}

.agb-status {
	width: 200px;
	height: 26px;
	float: left;
	margin: 0px 0px 0px 32px;
	display: inline;
	color: red;
	border-bottom: 20px solid #FFFFFF;
}


div.autocomplete {
      position:absolute;
      width:246px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
}

div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
}

div.autocomplete ul li.selected { 
	background-color: #999999;
}

div.autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      font-size: 12px;
      padding:2px;
      height:20px;
      cursor:pointer;
    }
    

div.autocomplete-small {
      position:absolute;
      width:180px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
}

div.autocomplete-small ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
}

div.autocomplete-small ul li.selected { 
	background-color: #999999;
}

div.autocomplete-small ul li {
      list-style-type:none;
      display:block;
      font-size: 11px;line-height: 15px;
      padding:2px;
      min-height:20px;
	height:auto;      
	cursor:pointer;
    }   
 
    
.flt-content LI {
    margin: 10px 0px 10px 30px;
    list-style-type: disc;
}

