/* -------------------------------------------------------- */
/* Globale Einstellungen */
/* --------------------- */
* {
	font-family:verdana,tahoma,arial,sans-serif;
	font-size:12px;
}
html, body {
	margin:0px;
	padding:0px;
}
body 	{
	background-color:#004040;
	text-align:center;
	color:#FFFFFF;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover	{
	text-decoration:underline;
}

em {
	font-weight:normal;
	font-style:normal;
	font:inherit;
	font-style:normal;
}

s.contentstrikethrough {
text-decoration:line-through;
}

img.thumbnail {
	margin:5px;
	border:1px solid #C0C0C0;
}

img.druckersymbol {
	float:right;
	margin:12px;
	border:0px solid #C0C0C0;
}

{favicon}

/* -------------------------------------------------------- */
/* Layer für 100% Höhe */
/* ------------------- */
/* Eine Hommage an den unseligen Internet Explorer. Sacktreter, der! */
div.fullheight {
	float:right;
	height:100%;
	background-color:white;
}


/* -------------------------------------------------------- */
/* Haupt-Layer */
/* ----------- */
div.main {
	width:800px;
	height:100%;
	height:inherit;
	min-height:100%;
	margin:0px auto;
	background-color:#3F916C;
	text-align:justify;
	border:2px solid #FFFFFF;
}


/* -------------------------------------------------------- */
/* Header */
/* ------ */
div.header {
	background-color:#000000;
	background-image:url("../grafiken/template1.gif");
	background-repeat:no-repeat;
	height:150px;
	border:2px solid #3F916C;
	padding:0px;
}


/* -------------------------------------------------------- */
/* Detailmenü und Seiteninhalt */
/* --------------------------- */
div.catcontent {
	float:left;
	width:600px;
	overflow:hidden;
	margin:12px 6px 0px 10px;
}


/* -------------------------------------------------------- */
/* Detailmenü und Seiteninhalt (Galerie) */
/* ------------------------------------- */
div.gallerycontent {
	width:99%;
	overflow:hidden;
	text-align:center;
}


/* -------------------------------------------------------- */
/* Hauptmenü */
/* --------- */
div.mainmenu {
	float:left;
	line-height:12px;
	margin-top:8px;
	text-align:center;
}


/* -------------------------------------------------------- */
/* Hauptmenü (Galerie) */
/* ------------------- */
div.gallerymenu {
	padding:6px 8px 0px 8px;
	line-height:30px;
	text-align:center;
}


/* -------------------------------------------------------- */
/* Detailmenü */
/* ---------- */
div.detailmenu {
	padding:6px 8px 6px 8px;
	line-height:20px;
	text-align:center;
}


/* -------------------------------------------------------- */
/* Detailmenü (Galerie) */
/* -------------------- */
div.gallerynumbermenu {
	padding:6px 8px 0px 8px;
	line-height:20px;
	text-align:center;width:99%;
	float:none;
	margin:0px auto;
	line-height:16px;
}

/* -------------------------------------------------------- */
/* Galerie-Tabelle (Übersichtsmodus) */
/* --------------------------------- */
table.gallerytable {
	margin:0px auto;
	border:1px solid #C0C0C0;
	border-collapse:collapse;
}
td.gallerytd {
	vertical-align:top;
	border:1px solid #C0C0C0;
}


/* -------------------------------------------------------- */
/* Seiteninhalt */
/* ------------ */
div.pagecontent {
	padding:10px;
	text-align:justify;
}


/* -------------------------------------------------------- */
/* Letzte Änderung */
/* --------------- */
div.lastchange {
	text-align:center;
	line-height:18px;
	
	
	border-top:1px solid #C0C0C0;
	color:#C0C0C0;
	font-size:10px;
}


/* -------------------------------------------------------- */
/* Hauptmenüpunkt */
/* -------------- */
a.menu {
	display:block;
	padding:6px;
	color:#FFFFFF;
	background-color:#004040;
	text-align:center;
	text-transform:uppercase;
	border:2px solid #FFFFFF;
	width:140px;
	margin:6px 12px 0px 12px;
	font-weight:bold;
}
a.menu:hover {
	text-decoration:none;
}


/* -------------------------------------------------------- */
/* Aktiver Hauptmenüpunkt */
/* ---------------------- */
a.menuactive {
	display:block;
	padding:6px;
	color:#004040;
	text-align:center;
	text-transform:uppercase;
	border:2px solid #004040;
	background-color:#FFFFFF;
	width:140px;
	margin:6px 12px 0px 12px;
	font-weight:bold;
}
a.menuactive:hover {
	text-decoration:none;
}


/* -------------------------------------------------------- */
/* Detailmenüpunkt */
/* --------------- */
a.detailmenu {
	padding:0px 10px;
	color:#004040;
	background-color:#3F916C;
	text-align:center;
	border-left:1px solid #004040;
	border-right:1px solid #004040;
	/*width:150px;*/
	margin:4px;
	font-weight:bold;
}
a.detailmenu:hover {
	text-decoration:none;
}


/* -------------------------------------------------------- */
/* Aktiver Detailmenüpunkt */
/* ----------------------- */
a.detailmenuactive {
	padding:0px 10px;
	color:#FFFFFF;
	background-color:#3F916C;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	/*width:150px;*/
	font-weight:bold;
	margin:4px;
}
a.detailmenuactive:hover {
	text-decoration:none;
}

a.link {
}

a.mail {
}

a.page {
}

a.category {
}

a.file {
}

a.gallery {
}

/* -------------------------------------------------------- */
/* Zuletzt geänderte Seite */
/* ----------------------- */
a.latestchangedlink {
	text-decoration:none;
	font-size:10px;
	color:#004040;
	font-weight:normal;
}
a.latestchangedlink:hover {
	text-decoration:underline;
}


/* -------------------------------------------------------- */
/* Fehler in Tag-Attribut oder -Wert */
/* --------------------------------- */
em.deadlink {
	color:#ff4444;
	text-decoration:line-through;
	font-weight:bold;
}

/* -------------------------------------------------------- */
/* Suchwort-Hervorhebungen */
/* ----------------------- */
em.highlight {
	padding:0px 1px;
	font-size:inherit;
	background-color:#dd0000;
	color:#ffffff;
	font-size:inherit;
}


/* -------------------------------------------------------- */
/* Suchformular */
/* ------------ */
form.searchform {
	display:block;
	padding:4px;
	color:#3F916C;
	background-color:#3F916C;
	text-align:left;
	border:0px solid #FFFFFF;
	width:140px;
	margin:4px;
	font-weight:bold;
}
form.searchform:hover {
/*	color:#000000;*/
/*	text-decoration:none;*/
/*	border:2px solid #C0C0C0;*/
/*	background-color:#D0D0D0;*/
}

/* -------------------------------------------------------- */
/* Suchfeld */
/* -------- */
input.searchtextfield {
	border:1px solid #FFFFFF;
	width:90px;
	padding:3px;
	margin:3px;
	vertical-align:middle;
}

/* -------------------------------------------------------- */
/* Suchbutton */
/* ---------- */
input.searchbutton {
	color:#3F916C;
	background-color:#004040;
	text-align:right;
	vertical-align:middle;
	padding:3px;
	border:0px solid #FFFFFF;
	margin:3x;
}

/* -------------------------------------------------------- */
/* Tabellen */
/* ---------- */

table {
	text-align:center;
	vertical-align:middle;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

table.keinrahmen {
	text-align:center;
	vertical-align:middle;
	border-top:0px solid #FFFFFF;
	border-bottom:0px solid #FFFFFF;
}

tr {

	text-align:center;
}

th {
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	padding:3px;
	border-bottom:1px solid #FFFFFF;
	margin:0x;
}

td {
	text-align:center;
	vertical-align:middle;
	padding:3px;
	border:0px solid #FFFFFF;
	margin:0x;
}

/* -------------------------------------------------------- */
/*                                                          */
/* AB HIER: CMS-SYNTAX                                      */
/*                                                          */
/* -------------------------------------------------------- */


/* -------------------------------------------------------- */
/* [link|...]      */
/* [mail|...]      */
/* [seite|...]     */
/* [kategorie|...] */
/* [datei|...]     */
/* [galerie|...]   */
/* --------------- */
a {
	color:#004040;
	font-weight:bold;
}


/* -------------------------------------------------------- */
/* [bild|...] */
/* ---------- */
img {
    border:none;
}
span.imagesubtitle {
    margin:3px 3px;
    text-align:justify;
    font-size:87%;
}


/* -------------------------------------------------------- */
/* [bildlinks|...] */
/* --------------- */
span.leftcontentimage {
    margin:6px 20px 6px 0px;
    float:left;
}
img.leftcontentimage {
}

/* -------------------------------------------------------- */
/* [bildrechts|...] */
/* ---------------- */
span.rightcontentimage {
    margin:6px 0px 6px 20px;
    float:right;
}
img.rightcontentimage {
}

/* -------------------------------------------------------- */
/* [fett|...] */
/* ---------- */

b.contentbold {
font-weight:bold;
}


/* -------------------------------------------------------- */
/* [kursiv|...] */
/* ------------ */
i.contentitalic {
	font-style:italic;
}

/* -------------------------------------------------------- */
/* [unter|...] */
/* ------------ */
u.contentunderlined {
	text-decoration:underline;
}


/* -------------------------------------------------------- */
/* [ueber1|...] */
/* ------------ */
h1 {
	font-size:16px;
	margin-top:10px;
	margin-bottom:5px;
}


/* -------------------------------------------------------- */
/* [ueber2|...] */
/* ------------ */
h2 {
	font-size:12px;
	margin-top:10px;
	margin-bottom:5px;
}


/* -------------------------------------------------------- */
/* [ueber3|...] */
/* ------------ */
h3 {
	margin-top:10px;
	margin-bottom:5px;
}


/* -------------------------------------------------------- */
/* [liste1|...] */
/* [liste2|...] */
/* [liste3|...] */
/* ------------ */
ul {
	margin-top:0px;
	margin-bottom:0px;
	list-style-type: none;
	padding:0px;
}
li {
	margin-top:0px;
	margin-bottom:0px;
	
}


/* -------------------------------------------------------- */
/* [----] */
/* ------ */
hr {
	color:#004040;
}

/* -------------------------------------------------------- */
/* Submenüpunkt */
/* --------------- */
a.submenu {
	display:block;
	width:136px;
	margin:2px 4px 4px 26px;
	padding:2px;
	color:#FFFFFF;
	background-color:#004040;
	border:0px
	font-weight:bold;
	text-align:right;
}
a.submenu:hover {
	text-decoration:none;
}


/* -------------------------------------------------------- */
/* Aktiver Submenüpunkt */
/* ----------------------- */
a.submenuactive {
	display:block;
	width:136px;
	margin:2px 4px 4px 26px;
	padding:2px;
	color:#004040;
	background-color:#FFFFFF;
	border:0px
	font-weight:bold;
	text-align:right;
}
a.submenuactive:hover {
	text-decoration:none;
}




