/* Stile sheet - 
version:        1.0
author:         Peter Seilacher
email:          info@seilacher.com
entwickelt für: raum-akustiks.de
Beschreibung:   Ergänzung der Startseite mit Newsmeldungen

-
Layout container_*/

/* inhalt artikel top_*/
.article {
	width:550px;
	height:370px;
	float: left;
	border-bottom-color: #BAD2C5;
	border-bottom-style: dotted;
	border-bottom-width: 3px;
		}
		
.article img {
	float: left;
	padding-top: 10px;
	}

.article p {
	float: left;
	padding-right: 5px;
	width:250px;
	}

/* news botton_*/
.news {
	width:268px;
	height:100px;
	float: left;
	border-bottom-color: #BAD2C5;
	border-bottom-style: dotted;
	border-bottom-width: 3px;
	padding-bottom: 3px;
	padding-top: 10px;
	}
		
.news img {
	float: left;
	padding-right: 5px;
	padding-top: 14px;
	width:60px;
	}

.news p{
	float: right;
	padding-top: 0px;
	padding-right: 2px;
	width:190px;
	}
	
	.clear p{
	clear: both;
		}
