#main {
	width:100% !important;
	padding:0px !important;
	background-color:#fff;
}

#content {
	background:none !important;;
}


.intro {
	background-color:#E8EFF1;
	margin:2px 0px 0px 0px;
	padding:0px;
}

.intro .welcometext {
	float:left;
	width:499px;
	padding:10px 10px 0px 10px;
	background-color:#ccc;
	height:220px;
	overflow:hidden;
}

.intro .news {
	float:left;
	width:238px;
	padding:10px 10px 0px 10px;
	margin-left:3px;
	background-color:#e5e5e5;
	height:220px;
	overflow:auto;
}

.intro h4 {
	color:#515151;
	font-size:150%;
	margin:0px;
	padding:0px;
}

.teaser {
	margin:2px 3px 0px 0px;
	padding:5px 5px 15px 5px;
	float:left;
	width:248px;
	background-color:#868686;
}

#teaser-last {
	margin:2px 0px 0px 0px;
}

.teaser h4 {
	color:#fff;
	height:40px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}

.teaser .bild {
	float:left;
	width:103px;
	height:90px;
	border:2px solid #fff;
	overflow:hidden;
}

.teaser .text {
	color:#fff;
	float:right;
	height:70px;
	line-height:12px;
	margin-right:0px;
	overflow:hidden;
	width:135px;
}

.teaser .link {
	float:right;
	width:135px;
	margin:5px 0px 0px 0px;
	font-size:11px;
}

.teaser .link a {
	color:#fff;
	padding: 1px 3px;
	background-color:#515151;
	font-weight:bold;
	text-decoration: none;
}


/* Links */
.teaser .link a:link { color:#fff; text-decoration:none; } /* Noch nicht besuchter Link */ 
.teaser .link a:visited { color:#fff; text-decoration:none; } /* Bereits besuchter Link */
.teaser .link a:hover { color:#fff; text-decoration:underline; } /* Hover-Effekt */
.teaser .link a:active { color:#fff; text-decoration:underline; } /* Gerade angeklickter Link */
