/* CSS Document */

#content { width:735px; }


.eintrag img { float:left; padding: 4px 70px 40px 0px; background-color:white; }

.eintrag h2 {
	font-family:Georgia; font-size:24px; letter-spacing:-1px;
	border-bottom:1px solid #ff32cb;
	padding:0px 0px 3px 0px; margin:0px 0px 3px 0px;
	}

.eintrag { min-height:180px; margin:20px 0px }
* html .eintrag { height:180px; }

.eintrag p { line-height:150%; margin:0px 0px 0px 170px; }

.eintrag p a { color:#ff32cb; text-decoration:none; }
.eintrag p a:hover { text-decoration:underline; }

