
strong {
	font-weight: bold;
}

blockquote {
	margin: 2em;
	padding: .3em 0 0 2em;
	background: url(../img/quote.png) 0 0 no-repeat;
}

	blockquote p{
		color: #888;
		font-size: 129%;
		font-style: italic;
		line-height: 1.2;
	}

	blockquote p.author {
		color: #aaa;
		font-size: 85%;
		font-weight: bold;
	}



	div.sub h4,
	div.sub {
		color: #fff;
	}






img {
	border: none;
}


/* Breite beschränken */
div.limiter {
	text-align: left;
	width: 80%;
	max-width: 69.23em;
	padding: 1.2em 1.5em;
	
	margin-left: auto;
	margin-right: auto;
}





/* Listen */
ul#news {
	border: 1px solid #ccc;
	padding: 2em;
	background:  #fffeb8;
}

#portfolio {
	padding:10px;
	background:#EBEBF0 url(../img/contentBG.jpg) no-repeat scroll 0 0;
	margin:0 auto;
}
ul#portfolio {
	overflow: hidden;
	height: 234px;

	
}
ul#portfolio li img{
	border: 1px solid #ccc;
	padding: 3px;	background:#fff;
}
ul#portfolio li {
	list-style:none;
	margin:0;
	padding:0;

}
ul#portfolio div {
/*padding-left:16px;
background:url(../img/bullets/rightArrow_Blue.gif) no-repeat 0px 4px;*/
padding-bottom:5px;
font-size:10px;
font-weight:bold;

}

.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}


/**** noscript-Hinweis ****/

div#att {
	background-color: #fffeb8;
	border-bottom: 1px solid;
	height: 2.5em;
	line-height: 2.5em;
	position: absolute;
	top:0;
	width: 100%;
}

div#att p{
	background: transparent url(../images/att.png) no-repeat 0 46%;
	margin: 0;
	display: inline;
	padding: 6px 0 6px 26px;
}
	
