/* alles fürs Teasermenü  */

/* Überschribe globale Einstellungen */
#content_left {
   padding: 0px;
   width: 575px;
}



/* Teaser Header & Footer*/
#teaser_header {
	background-color: #c6c6c6;
	height: 19px;
	border-bottom: 5px #ffffff solid;
	width: 100%;
	padding-left: 10px;
	padding-top: 5px;
}

#teaser_header span.bgwhite {
	color: #3c5ea5;
	background-color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;

}



/* SearchBox */
#searchbox {
	background-color:#E2E6ED;
	border-bottom:5px solid #FFFFFF;
	height:21px;
	padding-left:10px;
	padding-top:5px;
	width:100%;
	overflow:hidden;
}

#searchbox #selectCat, #searchbox #sevenDays {
	float: right;
}


#searchbox #selectCat select, 
#searchbox #datePick input {
	font-size: 1.1em;
	margin-top: 0px;
	margin-right: 2px;
	border: 0;
}

#searchbox #selectCat select {
	margin-right: 15px;
} 


#searchbox #sevenDays {
	font-size: 1.1em;
	margin-top: 1px;
	margin-left: 0px;
	margin-right: 50px;
	font-weight: bold;
}





/* Allgemeine Einstellungen */

/* Teaser */
.teasermenu dd {
   font-size: 1.1em;
   line-height: 1.4em;
}


.teasermenu ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	list-style-type: none;
	list-style-position: outside;
	float: left;
	width: 100%;
}

.teasermenu ul li {
}


.teasermenu ul li.noResults {
      margin: 10px;
      font-size: 1.1em;
}


.teasermenu ul li.teaser_normal img,
.teasermenu ul li.teaser_left img {
   width: 150px;
   float: left;
   vertical-align: top;
   margin: 10px;
 
}

.teasermenu ul li.teaser_right img {
   width: 150px;
   float: right;
   vertical-align: top;
   margin: 10px;
 
}




.teasermenu ul li.teaser_normal dl,
.teasermenu ul li.teaser_left dl {
   float: right;
   width: 390px;
   margin-left: 0px;
   margin-right: 10px;
   padding-right: 0px;
   padding-top: 10px;
}

/* Safari 3.0 and Opera 9 rules here */
@media screen and (-webkit-min-device-pixel-ratio:0) {
   .teasermenu ul li.teaser_normal dl,
   .teasermenu ul li.teaser_left dl {
      padding-top: 2px;
   }
}

.teasermenu ul li.teaser_right dl  {
   float: left;
   width: 390px;
   margin-left: 10px;
   margin-right: 0px;
   padding-right: 0px;
   padding-top: 10px;
}


.teasermenu ul li dl dt {
   margin: 0px;
   font-size: 1.1em;
   line-height: 1.3em;
   margin-bottom: 3px;

}



.teasermenu ul li dl dt a{
	font-weight: bold;
	color: #414141;
}

.teasermenu ul li dl dt a:hover {
	text-decoration: underline;
}

.teasermenu ul li dl dd {
   margin-bottom: 13px;
   margin-left: 0px;
}

.teasermenu ul li dl dd .cat {
   margin-bottom: 3px;
   font-weight: bold;
   color: #3c5ea5;
   
}

.teasermenu ul li.teaser_right dt, .teasermenu ul li.teaser_right dd {
	margin-left: 4px;
}

div.categorie {
   margin-bottom: 2px;
}


div.clearer {
   margin: 0;
   clear: both;
   background-color: #fff;
   height: 5px;
   margin-top: 10px;
   
}

* html div.clearer {
 height: 0px;
}

