/* reset all browser whitespace styles */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,* {
	margin:0;
	padding:0;
}

a img, frameset {
	border:none;
}

abbr,acronym {
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}

/* new defaults */

.clear {
	clear:both;
}

.hide {
	display:none;
}

.mute {
	color:#999;
}

.pullquote-l {
	float:left;
	margin:0 .5em 0 0;
}
.pullquote-r {
	float:right;
	margin:0 0 0 .5em;
}

/* RESET zuende ******************** */

/**
 * LAYOUT - ANFANG
 */
body {
	background-color: #141414;
}

#container {
	width: 100%;
	background-color: #000000;
}
#headerBlock {
	background-image: url(http://www.laleike.de/picture/layout/bg_headermain.jpg);
	background-repeat: repeat-x;
	height: 101px;
	margin-bottom: 30px;
}
#sitename {
	margin-left: 96px;
	width: 284px;
}
#mainBlock {
	margin-left: 420px;
	margin-bottom: 50px;
	width:580px;
}

/* LEFT BLOCK **************************** */

#leftBlock {
	float: left;
	width: 276px;
	\width: 286px;
	w\idth: 276px;
	margin-left: 107px;
	margin-bottom: 50px;
}

.lastupdate {
	width: 270px;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom: 15px;
	border-bottom: 1px #1f1f1f solid;
}

.extprofiles {
	margin-top:10px;
}
.articletags {
	width: 260px;
	padding:8px 0px 0px 5px;
}

/* FOOTER ANFANG **************************** */
#footerBlock {
	clear:both;
	padding-top: 20px;
	padding-left: 106px;
	background-color: #141414;
}
#footercontent {
	width: 900px;
}

.footerleft {
	float:left;
	width: 276px;
	height:21em;
	margin-right:37px;
	line-height: 1.3em;
}
.footerright {
	float:right;
	width: 276px;
	height:21em;
	line-height: 1.3em;
}
.footermiddle {
	margin-left: 280px;
	width:309px;
	height:21em;
	line-height: 1.5em;
}
*+html .footermiddle {            /*  Gilt nur für IE  */
	margin-left: 280px;
	width:276px;
	height:21em;
	line-height: 1.9em;
}

#footerclaim {
	margin-top: 30px;
	padding-top: 3px;
	padding-bottom: 25px;
	border-top: 1px solid #262626;
	font-size: 0.85em;
}
/* *********** **************************** */

ul.relatedlinks {
	margin: 0px;
	padding:0px;
	width: 270px;
	list-style:none;
	border-bottom: 1px #1f1f1f solid;
}

ul.relatedlinks li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top: 1px #1f1f1f solid;
}

ul.relatedlinks li a {
	text-decoration:none;
}

/* FOOTER ENDE **************************** */

/**
 * LAYOUT - ENDE
 */

#mainBlock hr {
	border: 0px; /* Für Firefox und Opera */
 	border-top: solid #1e1e1e 1px;
 	border-bottom: transparent;
	margin-top: 15px;
	margin-bottom: 15px;
	height:1px;
}



/* LISTEN ***************************** */

#leftBlock ul {
	margin: 0px;
	padding:0px;
	margin-top: 17px;
	width: 270px;
	list-style:none;
	border-top: 1px #1f1f1f solid;
}
#leftBlock ul.ul2nd {
	margin-top: 5px;
}

#leftBlock ul li {
	width: 270px;
	padding-top:1px;
	padding-bottom:1px;
	text-transform:lowercase;
	border-bottom: 1px #1f1f1f solid;
}
*+html #leftBlock ul li {            /*  Gilt nur für IE  */
	list-style:none;
  margin:0;
  float:left;
}
	
#leftBlock ul li a {
	display:block;
}

#leftBlock ul li.navinfo {
	font-size: 0.9em;
	line-height: 1.2em;
	width: 270px;
	margin:0px;
	padding:8px 5px 3px 5px;
	color:#393939;
	text-transform:lowercase;
	border-bottom: 1px #000000 solid;
}


#leftBlock ul li a {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	text-decoration:none;
	color:#585858;
}

#leftBlock ul li a:hover,
#leftBlock ul li.active {
	text-decoration:none;
	color:#797979;
	background-color:#161616;
}

li.ul2nd {
	background-color:#161616;
	font-style:italic;
}

/* LISTEN ENDE **************************** */

/* CONTENTOBJECTS ANFANG ****************** */
.articlelistdate {
	background-image: url(http://www.laleike.de/picture/layout/bg_articledate.png);
	background-repeat: no-repeat;
	width: 52px;
	height:56px;
}
.datemonth {
	padding-top:4px;
}
*+html .datemonth {            /*  Gilt nur für IE  */
	padding-top:4px;
}
.dateday {
	padding-top:0px;
}
*+html .dateday {            /*  Gilt nur für IE  */
	height: 30px;
	padding-top:3px;
}
td.articlesummary img {
	float:left;
	margin-right: 10px;
	border: 1px solid #262626;
}

div.images {
	border-top: 1px solid #1e1e1e;
	margin-top: 10px;
	margin-bottom: 5px;
}

.articleCode {
	display: Block;
	background-color: #141414;
	padding: 5px 10px 5px 10px;
	border: 1px dashed #1e1e1e;
}
.equipment {
	margin-top: 10px;
}
.equipment td {
	border-bottom: 1px solid #1e1e1e;
}


/* FORMULARE ********************** */
.search_form {
	visibility:hidden;
}

/* GALLERY CSS ********************* */
.ownmooGallery2ndLevel {
	padding: 0px;
	margin: 0px;
}
.ownmooGallerybutton {
	margin-right: 5px;
	text-align: right;
}

.ownmooGallery td,
.ownmooGallery2ndLevel td {
	border: solid 1px #e1e1e1;
}

/* TEASER CSS ********************** */
.teaser_ex_hd {
	border-bottom:1px solid #1E1E1E;
	padding-bottom:15px;
}
.linebreaker {

}
.teaserExContainer {
	margin-bottom:200px;
	width:580px;
}
.teaserExColumnContainer {
	margin-right:-1px;
}
.teaserExColumnLeft, .teaserExColumnRight {
	height:235px;
}
.teaserExColumnLeft {
	float:left;
	padding-right:12px;
	width:270px;
}
.teaserExColumnRight {
	float:right;
	padding-left:4px;
	width:270px;
}

/* TAG / SEARCH RESULT ****************** */
.tagresult {
	width: 570px;
	display: block;
	padding: 5px;
	border: 1px #3e3e3e dashed;
	margin-bottom: 30px;
}