/* 
* 
* $Revision: 22 $
* $LastChangedDate: 2008-03-21 12:55:02 +0100 (Fr, 21 Mrz 2008) $
* $Author: arvid $
*
*/
/* -------------------------------------------------------- */
/* Globale Einstellungen */
/* --------------------- */
* {
	font-family:"times new roman",times,serif;
	font-size:12pt;
}
html, body {
	color:#000000;
	background-color:#ffffff;
}
body 	{
	background-color:#FFFFFF;
	text-align:justify;
	
}
a {
	color:#000000;
	font-weight:bold;
/* 	font-size:inherit; */
}
a:link {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color:#000000;
	font-weight:bold;
	
}
a:hover	{
	color:#000000;
	font-weight:bold;
}
em {
	font:inherit;
	font-style:normal;
}


/* -------------------------------------------------------- */
/* Haupt-Layer */
/* ----------- */
div.main {
  	width:100%;
 	height:100%;
	text-align:justify;
	background-color:#ffffff;
	overflow:visible;
}

div.maincontent {
	width:100%;
 	height:100%;
	overflow:visible;
	text-align:justify;
	background-color:#ffffff; 
}


/* -------------------------------------------------------- */
/* Header */
/* ------ */
div.header {
 	display:none; 
}

div.versteckt {
font-size:9pt;
font-family:arial, verdana, sans-serif;
text-align:center;
display:block;
}

div.footer {
	display:none;
}
div.searchbox {
		display:none;
		}
		
div.sitetitle {
		display:none;
}


/* -------------------------------------------------------- */
/* Detailmenü und Seiteninhalt */
/* --------------------------- */
div.catcontent {
	overflow:visible;
	width:100%;
	height:100%;
}


/* -------------------------------------------------------- */
/* Detailmenü und Seiteninhalt (Galerie) */
/* ------------------------------------- */
div.gallerycontent {
 	display:none; 
}


/* -------------------------------------------------------- */
/* Hauptmenü */
/* --------- */
div.mainmenu {
		display:none;
}


/* -------------------------------------------------------- */
/* Hauptmenü (Galerie) */
/* ------------------- */
div.gallerymenu {
		display:none;
}


/* -------------------------------------------------------- */
/* Detailmenü */
/* ---------- */
div.detailmenu {
		display:none;
}


/* -------------------------------------------------------- */
/* Detailmenü (Galerie) */
/* -------------------- */
div.gallerynumbermenu {
		display:none;
}


/* -------------------------------------------------------- */
/* Galerie-Tabelle (Übersichtsmodus) */
/* --------------------------------- */
table.gallerytable {
		display:none;
}
td.gallerytd {
		display:none;
}
img.thumbnail {
		display:none;
}


/* -------------------------------------------------------- */
/* Seiteninhalt */
/* ------------ */
div.pagecontent {
	width:100%;
 	height:100%;
	text-align:justify;
  	overflow:visible;
}


/* -------------------------------------------------------- */
/* Letzte Änderung */
/* --------------- */
div.lastchange {
display:none
}


/* -------------------------------------------------------- */
/* Hauptmenüpunkt */
/* -------------- */
a.menu {
		display:none;
}

a.menu:hover {
		display:none;
}


/* -------------------------------------------------------- */
/* Aktiver Hauptmenüpunkt */
/* ---------------------- */
a.menuactive {
		display:none;
}
a.menuactive:hover {
/* 	text-decoration:none; */
		display:none;
}


/* -------------------------------------------------------- */
/* Detailmenüpunkt */
/* --------------- */
a.detailmenu {
		display:none;
}
a.detailmenu:hover {
		display:none;
	}


/* -------------------------------------------------------- */
/* Aktiver Detailmenüpunkt */
/* ----------------------- */
a.detailmenuactive {
		display:none;
}
a.detailmenuactive:hover {
	display:none;
}


/* -------------------------------------------------------- */
/* Submenüpunkt */
/* --------------- */
a.submenu {
		display:none;
}
a.submenu:hover {
		display:none;
}


/* -------------------------------------------------------- */
/* Aktiver Submenüpunkt */
/* ----------------------- */
a.submenuactive {
		display:none;
}
a.submenuactive:hover {
	display:none;
}


/* -------------------------------------------------------- */
/* Zuletzt geänderte Seite */
/* ----------------------- */
a.latestchangedlink {
		display:none;
}
a.latestchangedlink:hover {
		display:none;
}


/* -------------------------------------------------------- */
/* newsbox                 */
/* ----------------------- */
div.newsbox {
 	float:right;
	width:78%;
	border:2px solid #000000;
	padding:2px;
	margin:3px 3px;
	color:#000000;
	background-color:#ffffff;
}


/* -------------------------------------------------------- */
/* seitenueberschrift           */
/* ----------------------- */
div.seitenueberschrift {
	text-align:center;
	font-style:italic;
	font-weight:bold;
	color:#ffffd7;
	padding:0px; 
	font-size:18pt;
	border:none;
}

/* -------------------------------------------------------- */
/* Fehler in Tag-Attribut oder -Wert */
/* --------------------------------- */
em.deadlink {
	display:none;
}


/* -------------------------------------------------------- */
/* Suchwort-Hervorhebungen */
/* ----------------------- */
em.highlight {
		display:none;
}


/* -------------------------------------------------------- */
/* Suchformular */
/* ------------ */
form.searchform {
		display:none;
}
form.searchform:hover {
		display:none;
}



/* -------------------------------------------------------- */
/* Suchfeld */
/* -------- */
input.searchtextfield {
		display:none;
}


/* -------------------------------------------------------- */
/* Suchbutton */
/* ---------- */
input.searchbutton {
	display:none;
}




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


/* -------------------------------------------------------- */
/* [link|...]      */
/* --------------- */
a.link {
}


/* -------------------------------------------------------- */
/* [mail|...]      */
/* --------------- */
a.mail {
}


/* -------------------------------------------------------- */
/* [seite|...]      */
/* --------------- */
a.page {
}


/* -------------------------------------------------------- */
/* [kategorie|...]      */
/* --------------- */
a.category {
}


/* -------------------------------------------------------- */
/* [datei|...]      */
/* --------------- */
a.file {
}


/* -------------------------------------------------------- */
/* [galerie|...]      */
/* --------------- */
a.gallery {
}


/* -------------------------------------------------------- */
/* [bild|...] */
/* ---------- */
img {
	border:none;
	max-width:20cm;
}


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


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


/* -------------------------------------------------------- */
/* [fett|...] */
/* ---------- */
em.bold {
	font-weight:bold;
}


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


/* -------------------------------------------------------- */
/* [fettkursiv|...] */
/* ---------------- */
em.bolditalic {
	font-weight:bold;
	font-style:italic;
}

/* -------------------------------------------------------- */
/* [unter|...] */
/* ------------ */
em.underlined {
	text-decoration:underline;
}


/* -------------------------------------------------------- */
/* [durch|...] */
/* ------------ */
em.crossed {
	text-decoration:line-through;
}

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


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


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


/* -------------------------------------------------------- */
/* [liste|...] */
/* [numliste|...] */
/* ------------ */
ul, ol {
	margin:0px;
	padding:2px 3px 2px 20px;
/* 	margin-bottom:0px;
	margin-left:0px; */



	
}
li {
	margin:0px;
	padding:0px;
/* 	margin-bottom:0px;
	margin-left:0px; */
}


/* -------------------------------------------------------- */
/* [----] */
/* ------ */
hr {

}

/* -------------------------------------------------------- */
/* [tabelle|...] */
/* ------------- */
table.contenttable {
	margin:0px auto;
	width:99%;
}
th.contenttable {
	vertical-align:top;
	padding:2px 5px;
}
td.contenttable1 {
	vertical-align:top;
	padding:2px 5px;
}
td.contenttable2 {
	vertical-align:top;
	padding:2px 5px;
}
