h1 {
	font-size: 1.5em;
	color: #009;
}
h2 {
	font-size: 1.2em;
	color: #009;
}
p {
	font-size: 1em;
	color: #009;
}
.bildbeschreib{
	font-size: 0.8em;
	color: #009;
}
.linkTitel {
	font-size: 0.8em;
	color: #009;
}
tr.rahmen {
	border: thin dashed #FFF;
}
.textmittig {
	text-align: center;
}

a {
	color: #009;
}

a:visited {
	color: #009;
}

a:active {
	color: #009;
}

a:hover {
	color: #F63;

}

.newsline {
	background-color:#F63;
	}
	
.wichtig {
	color:#800080;
	font-weight: bold;
}

.unwichtig {
	font-size: 0.8em;
	color:#777777;
}

.headerPresse {
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-weight: bold;
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.zweiSpaltLinks {
	float:left;
	margin-right: 200px;
}
.zweiSpaltRechts {
	width:50%;
	float:right;
}



/* drei Spalten Layout
zuerst die umgebende Linke und Mittlere Spalte umfassende "Superspalte" formatieren.
Dann die rechte Spalte.
Danach wird die Superspalte noch in Links und Mitte geteilt, wobei "Mitte" natürlich rechts von der linken Spalte ist. */

.dreiSpalt23 { width:66%;
	float:left;
	background-color:#F9F;
}

.dreiSpaltRechts {
	width:33%;
	float:right;
	background-color:#3F9;
}

.dreiSpaltLinks {
	width: 49%;
	float:left;
	background-color:#F30;
}

.dreiSpaltMitte {
	width:49%;
	float:right;
	background-color:#99F;
}

.copyright {
	font-size: 0.6em;
	color:#F00;
}
