body,td,p,ul,ol,li,a {
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10px;
}

P,TD,LI {
	font-size:12px;
}

P.body {
	text-align: justify;
}

H1 {
	font-size: 24px;
	font-weight: bold;
}

H2 {
	font-size:18px;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

/* Die Überschrift der Projekte in der Rubrik-Ansicht */
TABLE.projektheadframe {
	border: 1px solid #DE0B17;
	background: White;
}

.projektminihead {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.english {
	font-size: 10px;
	font-style: italic;
	text-align: justify;
}

.kontakt {
	font-size: 10px;
}


/* Styles für Netscape 4 verbergen */
@media all {

	H1 {
		line-height: 30px;
		margin-bottom: 10px;
	}
	
	H2 {
		margin-bottom:5px;
	}
	
	P,TD {
		margin-top: 0px;
		line-height: 18px;
	}
	
	.english,.kontakt {
		line-height: 14px;
	}
	
	H2.kontakt {
		margin-bottom: 0px;
	}

	TABLE.projecttable {
		margin-bottom: 20px;
	}
}


/* Styles für Administration */

.singleproject {
	border: 1px solid white;
	width: 100%;
	margin-bottom: 10px;
}

TABLE.projecttable {
	border: 1px solid black;
	border-collapse: collapse;
}

TEXTAREA.projectedit {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

TD.projecttext {
	border: 1px solid black;
	padding: 10px;
}