* {
	margin: 0;
	padding: 0;
}
body, textarea {
	color:#333333;
	background-color: #000343;
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;  /* Zentrierung im Internet Explorer */
}
a, a:link, a:visited, a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

/*** Layout Gesamtseite ***/
#backgr {
	background: #1647AA url('images/bg.jpg') repeat-x center top;
}
#page {
	width: 750px;
	padding: 0 15px; /* Vorsicht: in footer noch mal deklariert, da getrennt von page */
	margin: 0 auto;  /* standardkonforme horizontale Zentrierung */
	text-align: left;
}
#wappenmini {
	float: right;
	margin: 0 10px 0 0; padding: 0;
	width: 129px; height: 155px;
	background-image: url('images/wappenmini.jpg');
}
h1 {
	padding: 19px 0 10px 0;
	font-weight: bold;
	vertical-align: bottom;
	height: 19px;
}
h1#saarland {
	float: left;
	color: #FFFFFF;
	font-size: 26px;
	padding-right: 8px;
}
h1#cartell {
	color: #E8EA1A;
	font-size: 13px;
	padding-top: 31px; /* = h1.paddingtop + (saarland.fontsize - cartell.fontsize) */
	font-weight: normal;
}
#navigation {
	clear: left;
	background: #1647AA url('images/navibg.jpg') repeat-x center top;
	list-style-type: none;
	height: 21px;
	padding-left: 0px;
}
#navigation li {
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
}
#navigation li a, #navigation li a:link, #navigation li a:visited, #navigation li a:hover, #navigation li a:active, #active {
	padding-top: 3px;
	display: block;
	font-size: 12px;
	width: 81px;
	height: 18px; /* navigation.height - this.paddingtop */
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	background-image: url('images/tabgelb.jpg');
}
#navigation li a:hover, #active {
	padding-top: 3px;
	background-image: url('images/tabweiss.jpg');
}
/*#line {
	height: 2px;
	background-color: #E8EA1A;
}*/
#content {
	background: #FFFFFF;
	padding: 20px 20px 13px 20px;
}
#downend {
	width: 100%;
	height: 72px;
	background-image: url('images/bgbottom.jpg');
}
#footer {
	width: 750px;
	padding: 10px 15px 0 15px;
	height: 62px; /* 72-10 */
	background: url('images/footer.jpg') no-repeat center top;
	/*background-image: url('images/footer.jpg');*/
	margin: 0 auto;  /* standardkonforme horizontale Zentrierung */
	font-size: 11px;
	text-align: center;
}

/*** Layout Seiteninhalt ***/
h2 { /* Seitenueberschrift */
	margin: 0 0 7px 0;
	font-size: 18px;
}
h3 { /* Unterueberschrift */
	font-size: 16px;
	margin: 7px 0 3px 0;
}
h5 { /* Miniueberschrift, z.B. Prinzipien unter wir.html */
	font-size: 13px;
	font-weight: bold;
	float: left;
	margin: 0 7px 0 0;
}
p {
	margin: 0 0 7px 0;
}

/*** Layout spezielle Seiten ***/
p.grundsatz { /* Grundsatz-Abschnitt in wir.html */
	margin: 0 0 7px 0;
}
p.einlad { /* Einladung unten in wir.html */
	font-weight: bold;
}
.monthlink{ /* Monatslink oben in programm.html */
	margin-right: 5px;
}
.month { /* Monatsueberschrift in programm.html */
	margin-top: 15px;
}
div.date { /* Datum in programm.html */
	float: left;
}
div.datetag { /* Datum-Zusatz in programm.html */
	float: left;
	margin-left: 1.5em;
}
div.eventtitle, div.eventdescr {
	margin-left: 8em;
}
div.eventtitle { /* Veranstaltungstitel in programm.html */
	font-weight: bold;
}
div.eventdescr { /* Veranstaltungsbeschreibung in programm.html */
	margin-bottom: 7px;
}
div.seperator { /* Trenner unten in programm.html */
	height: 1px;
	width: 55px;
	margin: 7px 0;
	background-color: #333333;
}
/* Tabelle der Personen unter kontakt.html  */
table.contact, table.contact tbody, table.contact tr, table.contact td {
	border-style: none;
}
table.contact td {
	vertical-align:top;
	padding: 0 15px 10px 0;
}
div.contact {
	clear: both;
	padding-top: 5px;
}
div.contact div.row1 {
	float: left;
	width: 10.5em;
}
div.contact div.row2 {
	float: left;
	width: 10.5em;
}
div.contact div.row3 {
	float: left;
	width: 14em;
}
/* Weblinks */
p.links {
	margin-bottom: 14px;
}
p.links a {
	float: left;
	width: 17em;
}
