@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------
Datei: CSS für die Seite NEWS

Autor: Oliver Jungwirth

Erstellt am: 01. Juli 2012
Letzte Änderung: 03. Juli 2012

Farben:
Grün : #336600

----------------------------------------------- */

.newseintrag {
	width:800px;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
	}

.film {
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	border-right:#336600 2px dashed;
	padding-right:15px;
	}
.buch {
	float:left;
	width:100px;
	margin-top:15px;
	margin-bottom:15px;
	border-right:#336600 2px dashed;
	padding-right:15px;	
	}
.allgemein {
	float:left;
	width:100px;
	margin-top:15px;
	margin-bottom:15px;
	border-right:#336600 2px dashed;
	padding-right:15px;	
	}
.newseintrag_text {
	float:left;
	width:650px;
	margin-top:15px;
	margin-left:15px;
	margin-bottom:10px;
	}
	.monat {
		font-size:20px;
		border-bottom:#336600 1px solid;
		}
	.text {
		font-size:14px;
		margin-top:10px;
		}