/* Formatvorlage Südwestirland */
/* Text allgemein */
body, table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
body {
	background-color: White;
	margin: 5px 5% 5px 5%;
	background-image: url(bilder/klee.jpg);
}
/* Seitenüberschrift (Hauptüberschrift) */
h1 {
	clear: both;
	font-size: 130%;
	font-weight: bold;
	color: Green;
}
/* Zwischenüberschrift */
h2 {
	clear: both;
	font-size: 115%;
	font-weight: bold;
}
/* Unter-Überschrift */
h3 {
	clear: both;
	font-size: 100%;
	font-weight: bold;
}
/* Teaser */
.teaser {
	font-weight: bold;
	color: Green;
}
/* Navigationsleiste oben */
.navioben {
	clear: both;
	padding: 2px 2px 2px 2px;
	font-size: 80%;
	background-color: Lime;
	border: 1px solid Green;
}
/* Navigationsleiste unten */
.naviunten {
	clear: both;
	padding: 2px 2px 2px 2px;
	font-size: 80%;
	background-color: Lime;
	border: 1px solid Green;
}
/* Metaangaben unten */
.meta {
	clear: both;
	padding: 2px 2px 2px 2px;
	background-color: Aqua;
	font-size: 80%;
	border: 1px solid Blue;
}
/* grau umrandete TextBox */
.textbox {
	border: 1px solid Gray;
	padding: 3px 3px 3px 3px;
}
/* grau umrandete FotoBox mit Bildunterschrift (Tabelle), links ausgerichtet, mit Textumfluss */
.fotoboxli {
	font-size: 80%;
	border: 1px solid Gray;
	padding: 3px 3px 3px 3px;
	margin: 5px;
	float: left;
	background-color: White;
}
/* grau umrandete FotoBox mit Bildunterschrift (Tabelle), rechts ausgerichtet, mit Textumfluss */
.fotoboxre {
	font-size: 80%;
	border: 1px solid Gray;
	padding: 3px 3px 3px 3px;
	margin: 5px;
	float: right;
	background-color: White;
}
/* grau umrandete Box*/
.box
{
	border: 1px solid Gray;
	padding: 3px 3px 3px 3px;
	margin: 5px;
	text-align: center;
	background-color: White;
} 
/* Spalten für die Startseite: linke Spalte (Text) */
.spalteli {
	width: 65%;
	margin-right: 5px;
	margin-bottom: 15px;
	float: left;
}
/* Spalten für die Startseite: rechte Spalte (Bilder) */
.spaltere {
	width: 30%;
	margin-left: 5px;
	padding-left: 5px;
	/*border-left: thin dotted Gray;*/
	margin-bottom: 15px;
	float: right;
	text-align: center;
	}
