/* CSS - Reset Begin */
/* Resetten aller Margins und Paddings,  Schriftauszeichnungen */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;	/* Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
	font-family: inherit;
	vertical-align: baseline;
}

:focus {	outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after {	content: ""; }
blockquote, q { quotes: "" ""; }
/* CSS Reset End */

/* Globale Einstellungen, Hauptschriftart */
body,table,td,tr,th,div,p,pre,h1,h2,h3,h4,ol,ul,li,input,textarea,button,select {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
}

strong, b { font-weight: bolder; }
em, i { font-style: oblique; /* oder italic */}

/* div					{position: relative;} */
/* Schriftgroesse */
body,td,th,div,pre,ul,li,input,textarea,button,select {font-size: 10pt; }

/*Form-Elemente*/
form				{display: inline;}
input, select, textarea, button	{background-color:#D7D5C9;}
button 				{ cursor: auto;}
/* (Beschriftung eines Form-Elements) */
label				{}
/* (Semantische und optische Gruppierung von Form-Elementen)*/
fieldset			{margin:10px; border:0px hidden black;}
/* (Beschriftung eines Fieldsets)*/
legend				{}

/* Absatzabstand normale Absätze */
br					{font-size: 5pt; line-height: 5pt;}

/* Hintergrundfarbe */
body {
	background-color: #E0E0E0;
	color: black;
	/* background-image: url(images/spirale.jpg); */
	/* background-repeat: no-repeat; */
	/* background-position: top left; */ /* für Seitenzentrierung */
}

/* Body für zentrierte Seiten */
body.zentriert { text-align: center; background-position: top center; }  /* für Seitenzentrierung, zusammen mit seitenbox->margin:auto; */

p {
	margin-bottom: 10px;
}

/* Überschriften */
h1 {font-size: 13pt;font-weight:bold; margin-bottom:5px;}
h2 {font-size: 12pt;font-weight:bold; margin-bottom: 3px;}
h3 {font-size: 11pt;font-weight:bold; margin-bottom: 2px;}
h4 {font-size: 10pt;font-weight:bold;}
h5 {font-size: 10pt;font-weight:normal; font-style: italic;}

/* Links */
a {	text-decoration: none;	}
a:link {color:#E053B7}
a:visited {	color:#D043C7}
/* a:active {color:#DEC3A9} */
a:hover{color: #FF73D7;}

/* Keine automatische Link-Border um Bilder */
img { border: 0px; }

/* Listen */
ul	{ margin-left: 20px; list-style-type: disc;}
li	{ margin-top: 5px; }

/* Seitenbereiche */

/*	Alle Bereiche mit Box in Box - Prinzip:
	Da IE und Mozilla width und margins unterschiedlich behandeln, gibt es immer
    eine äußere Box mit der width-Angabe und eine innere mit den Margins und Paddings.
    Hier z.B. äußere Box "seitenbox", innere "seite"
*/
div.seitenbox {
    /* background-color: #F0F0F0; */
    width: 780px;
    max-width: 780px;
    text-align: left;
	/* margin: auto; */	/* für Seitenzentrierung, zusammen mit body->text-align:center; */
}
body.zentriert div.seitenbox { margin: 0px auto; } /* für Seitenzentrierung, zusammen mit body->text-align:center; */

div.seite {
    /* background-color: #F0F0F0; */
    margin-left: 10px;
    margin-right: 10px;
}

/* 	Die Height muss im Kopf in jeder Seite gesetzt werden, da unterschiedlich hohe
	Kopfbereiche mit je 2 absolut positionierten Divs vorkommen können. Die absolut
    positionierten Divs ziehen das umrahmende Div nicht auf die nötige Höhe auf.
*/
div.kopf {
	height: 46px;
	width: 100%;
	background-color: #A0A0A0;
}

/* Hauptbereich der Seite */
div.main {
	margin-top: 0px;
}
/* Hauptbereich der Seite unterteilt in 3 floatende Spalten*/
div.mainleft {
	position:relative;
    float:left;
	overflow:hidden;
    width: 130px;
}

div.maincenterbox {
	color: black;
	position:relative;
    float:left;
	overflow:hidden;
    width: 760px;
	min-height: 300px;
}
div.maincenter {
	/* padding-left: 10px; */
    /* padding-right: 10px; */
}

div.mainright {
	position:relative;
    float:left;
	overflow:hidden;
    width: 210px;
}

/* Fussbereich der Seite, Impressum, Copyright */
div.fuss  {
	margin-top: 10px;
    height: 20px;
    font-size:10px;
}

/* allgemeiner Floatclearer ohne Höhe */
div.clearfloat {font-size:1px; clear:both; line-height: 1px;}

/* Navigation */
div.menubox {
	height: 25px;
	width: 100%;
	background-color: #D0D0D0;
}
div#menu {
	color:#505050;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 10px 0px;
}
#menu ul.ebene1 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu ul.ebene1 li {
	display: block;
	float: left;
	font-size: 10pt;
	margin: 0px 0px 5px 0px;
	padding: 1px 0px 1px 0px;
}
#menu ul.ebene1 a {
	color:#505050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration:none;
	background:#D7D5C9;
	display: block;
	border: 1px outset #E4D9C0; /* Button-Effekt */
	/* width: 120px; */
	padding: 0px 5px 0px 0px;
	margin: 0px 5px 0px 0px;
}
#menu ul.ebene1 a.aktiv {
	/* nur Unterschiede zu #menu a müssen notiert werden */
	color:#707070;
	background:#F7F5E9;
	border: 1px outset #d4e9d0; /* Button-Effekt */
}
#menu ul.ebene1 a:hover {
	/* nur Unterschiede zu #menu a müssen notiert werden */
	border: 1px inset #E4D9C0; /* Button-Effekt */
}
#menu ul.ebene1 .dot {
	color: #505050;
	background:transparent;
	font-weight:bold;
	font-size:14px;
	margin-right: 1px;
	visibility: hidden;
}
#menu ul.ebene1 a .dot {
	/* nur Unterschiede zu #menu .dot müssen notiert werden */
	color: #909090;
}
#menu ul.ebene1 a:hover .dot {
	/* nur Unterschiede zu #menu a .dot müssen notiert werden */
	background:#909090;
	visibility: visible;
}

/* hier für jede weitere Navigationsebene die entsprechenden Definitionen */
#menu ul.ebene2 { visibility: hidden; display: none;}
#menu ul.ebene3 { visibility: hidden; display: none;}
/*
#menu ul.ebene2 {}
#menu ul.ebene2 li {}
#menu ul.ebene2 a {}
#menu ul.ebene2 a.aktiv {}
#menu ul.ebene2 a:hover {}
*/

/* Ein einzelner Textbereich in Box-in Box-Technik */
div.textbox {
    width: 100%;
}
div.text {
	/* padding-right: 10px; */
	margin-bottom: 10px;	/* Absatzabstand */
}

/* Div für textumflossene Bilder */
div.bild {
    float: left;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
	font-size: 10pt;
}

/* Messages im Admin-Bereich */
p.message {
	padding:3px 3px 3px 3px;
	margin: 10px 0px 10px 0px;
	color: green;
	font-weight: bold;
	border: 2px solid #80c080;
	background-color: #c0f0c0;
}

p.fehler {
	padding:3px 3px 3px 3px;
	margin: 10px 0px 10px 0px;
	color: red;
	font-weight: bold;
	border: 2px solid #c08080;
	background-color: #f0c0c0;
}

/* Styles für CMS-Editor */
div#cmseditor { }

#cmseditor a.button {
	height: 14px;
    width: 140px;
    display: block;
	color:#000000;
	background-color: #D4D0C8;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	border: 2px outset #D4D0C8;
}
/* IE Workaround fuer die Höhe des Buttons */
* html body #cmseditor a.button { height: 20px; width: 140px; padding: 0px 3px 0px 3px; border: 2px outset white;}

#cmseditor div.entry {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#cmseditor div.entry label {
	position: relative;
	display: block;
	float: left;
	width: 30%;
    /* width: 120px; */
	color: black;
	font-weight: normal;
}

#cmseditor div.entry label.required {
	color: #70161D;
}

#cmseditor div.entry input, textarea, select, option {
	background-color: #D4D0C8;
	font-size: 10px;
	font-weight: normal;
}

#cmseditor div.entry input, textarea, select { width: 68%; }
* html body #cmseditor div.entry input, * html body #cmseditor div.entry textarea { width: 100%; }

#cmseditor div.entry input.submit {
	width: 160px;
}
#cmseditor div.entry input.radio {
	/*float: left;*/
	width: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	background-color: transparent;
}

#cmseditor div.entry option {
	/*float: left;*/
   	padding: 0px 0px 5px 5px;
}

#cmseditor div.entry input.button {
	height: 20px;
	width: 30px;
	color: #049C8C;
	font-size: 1px;
	font-weight:normal;
	padding: 1px 8px 1px 8px;
	border: 2px outset #D4D0C8;
}

#dbliste th, td {
	padding: 0px 5px 0px 5px;
    border-bottom: 1px solid #909090;
}