@charset "utf-8";

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

p {
  margin-bottom: 6px;
}

ul li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin:0px 30px;
	padding:5px 0px 0px 0pt;
}

ol li {
	list-style-image:none;
	list-style-position:outside;
	margin:0px 30px;
	padding:5px 0px 0px 0pt;
}


#mmc {
  background: #eceef1;
  padding-top: 0px;
  padding-bottom: 20px;
  font-family: Verdana, "MS Trebuchet", sans-serif;
  font-size: 12px;
  line-height: 18px;      
  color: #000000;
}

#page-margin {
  width: 816px;
  margin: 0px auto 0px auto;
  padding: 10px 0px 0px 0px;
  background: #ffffff url(images/page-margin-bg.gif) repeat-y;
}

#page {  
  width: 764px; /* 194 - 15 - 15 */
  padding: 0px 15px 0px 15px;  
  margin: 0px 10px 0px 12px; /* Alles voll schief und krumm in Photoshop! */  
  background: #ffffff;
}

#footer {
  background: #eceef1 url(images/footer-bg.gif) no-repeat;
}

#header { 
  text-align: center;
}

#header a img {
  border: none;
}

#nav1st {  
  height: 30px;
  line-height: 27px;  
  background: #ffffff url(images/nav1st-bg.gif) bottom no-repeat;
}

#nav1st a {  
  padding: 4px 9px 7px 9px;
  border-top: 3px solid #ffffff;
  color: #000000;
  text-decoration: none;
}

#nav1st a:hover, #nav1st a.active {
  border-top: 3px solid #ff6904;
}


#content-decoration {
  margin-top: 10px;
  min-height: 250px;
  border: 2px solid #270178;
  background: url(images/content-decoration-bg.jpg) bottom right no-repeat;
}

#content-footer {  
  height: 17px;
  font-size: 11px;
  padding-bottom: 2px;
  text-align: center;  
  color: #ffffff;
  background: #270178;
}

#content-footer a {
  color: #ffffff;
  text-decoration: none;
}

#content-footer a:hover {
  color: #ff6904;
}

#content {
  margin-bottom: 50px;
  padding: 10px;  
}

#content h1 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 6px;
}

#content h2 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 6px;
}

#content h3 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 6px;
}

#content h4 {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 6px;
}

.seriallist,
.seriallist li {
  display: inline;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.hide {
	height: 1px;
	overflow: hidden;
	text-indent: -66666px;
}

.angebote img {
  border: none;	
	padding: 6px;
	background-color:#F6F6F6;
	border:1px solid #D9D9D9;
}

.angebote a:hover img {
  background-color:#fbdcc8;
	border:1px solid #fba165;
}

/* jCarousel Anpassungen */

.jcarousel-skin-tango .jcarousel-container {
  background: #f9f9f9 none repeat scroll 0%;
  border: 1px solid #270178;
}

/**
 * Overwrite for having a carousel with dynamic width.
 */
.jcarousel-skin-tango .jcarousel-container-horizontal {
  width: 657px;	  
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 100%;
  height: 90px;
}

.jcarousel-skin-tango .jcarousel-item {
  height: 90px;
  width: 120px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
  top: 52px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
  top: 52px;
}

.jcarousel-item img {
  border: none;
}