div.sub h4,
div.sub {
		color: #fff;
	}
a:link {
	color: #0060c3;
	text-decoration: none;
}

a:visited {
	color: #3a7ec3;
	text-decoration: none;
}

a:hover,
a:active {
	color: #007eff;
	text-decoration: none;
}

img {
	border: none;
}

/* Breite beschränken */
div.limiter {
	text-align: center;
	width: 80%;
	max-width: 69.23em;
	padding: 0.2em 0.5em;
	
	margin-left: auto;
	margin-right: auto;
}


ul {
	margin-bottom: 0em;
}


/* Listen */
ul#news {
	/*border: 1px solid #ccc;*/
	padding: 0em;
	background:  #fffeb8;
}

ul#portfolio li img{
	/*border: 1px solid #ccc;*/
	padding: 0px;
	text-align:center;
}


.fade{
	margin-bottom: 0em;
}

.fade p{
	margin-bottom: 0em;
	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: 0px 0 0px 0px;
}
	
