/* 

CSS-Datei fuer Mord-a-Teller
Zeichensatz: ISO-8859-1

hellbraun:	#FAE9CD	 Neu: hellrosa #FDEEEE
dunkelbraun:	#A78470  Neu: dunkelgrau #5A5A5A
rotbraun:	#AF7624  Neu: Hellgrau   #929292
schriftbraun	#835339  Neu: mittelgrau #616161
*/


/* Gesamtschrift und Gesamtrand festlegen */
body   { background-color: #FDEEEE; font-size: 100.01%; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0px /*0px*/}

/* mother-container, contains logo, navi, content and footer */
#mother { text-align: left;
	margin: auto; /*auto*/
	width: 980px;
	border: 0;
	color: #666;
	background-color: #FDEEEE;
	/*background-image: url(verlauf-v-r.jpg);
	background-repeat: repeat-x;
	background-position: 0px 241px;*/
}

/* Container mit dem Logo */
#logo  {
	color: black; 
	background: #FDEEEE url(header_980x241.jpg) no-repeat center; 
	text-align: left; 
	margin-bottom: 0px; 
	width: 980px; 
	height: 241px;
	border: 0;
/*	border-left: 1px solid black;
	border-right: 1px solid black;*/
}

/* Hauptï¿½berschrift im Logo-Container */
#logo h1 {  display:none; }

/* Suchfeld */
#search    {
	display: none;
	background-color: transparent;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	width: 150px;
}

/* Innenrand Suchform */
#search form  { text-align: center; }

/* Haupt-Navigationsbereich */
#navi  { 
	color: black;
	font-size: 0.9em;
	background: transparent; 
	float: left;
	margin-left: 2px;
	margin-top: 9px;
	margin-right: 50px;
	width: 200px;
	height: 700px;
}

/* Infobereich*/
#infobereich   { display: none; background: transparent url(hintergrund_suche.jpg); float: left; width: 150px; height: 300px; }

/* Navigationspfad */
#navipfad    { display: none; border-bottom: 1px dotted #666; width: 100%; }
#path    { color: #666; font-size: 0.82em; padding-bottom: 6px; padding-left: 10px; width: 100%; }

/* Inhaltsbereich */
#content  {
	width: 940px; color: #616161; font-size: 0.84em; line-height: 1.65em; background-color: transparent; border: 0;
	margin-top: 15px;
	min-height: 600px;
}

/* Stilregel fuer Plugins, z.B. feedback  wichtig, Hintergrundfarbe weiss erzwingen */
.plugin { background-color: white; font-size: 0.7em; line-height:1.4em; }

/* Fusszeile */
#footer			{ display: none; color: #666; background-color: transparent; clear: both; padding: 2px; }
#footer div   		{ font-size: 0.84em; line-height: 2em; text-align: center; border-top: 1px dotted #666 }
#footer a:hover 	{ color: #666; text-decoration: none; }
#footer a:link  	{ color: #666; text-decoration: none; }
#footer a:visited 	{ color: #666; text-decoration: none; }


/* Listenstile fuer Menüeintrag im Navibereich topmenu */
#topmenu 		{ font-style: normal; font-weight: lighter; text-transform: capitalize; border-bottom: 1px dotted #069;}
#topmenu ul		{ font-weight: lighter; text-transform: capitalize; margin-bottom: 0px; padding: 3px }
#topmenu li		{ font-weight: lighter; text-transform: capitalize }
#topmenu a		{ font-weight: lighter; text-decoration: none; text-transform: capitalize; margin-right: 3px; padding: 3px 1em; border-top: 0px solid silver; border-right: 0px solid #999; border-bottom: 0 none; border-left: 0px solid silver }
#topmenu a:link		{ font-weight: lighter; text-decoration: none; text-transform: capitalize }
#topmenu a:visited	{ font-weight: lighter; text-transform: capitalize;}
#topmenu a:hover	{ font-weight: lighter; text-decoration: underline; text-transform: capitalize;}
#topmenu .obermenuhigh 	{ color: #603; font-weight: lighter; text-decoration: none; text-transform: capitalize; margin-right: 3px; padding: 3px 1em; border-top: 0px solid silver; border-right: 0px solid silver; border-bottom: 0 none; border-left: 0px solid silver }



/* Listenstile für Menüeintrag im Navibereich
Dieser Abschnitt ist sehr lang */
#navi ul 				{ list-style-type: none; margin-top: 0px; margin-left: 0px; padding: 0px; }
#navi ul ul 				{  padding-left: 10px; margin-left: 10px; }
#navi ul li a, #navi ul li span.obermenuhigh { color: white; font-weight: bold; background-color: #5A5A5A; text-indent: 0; margin-bottom: 5px; padding: 4px; border: 2px solid #929292; width: 180px; display: block; }
#navi ul li span.obermenuhigh		{ font-size: 1.2em; }
#navi ul ul li a  			{ color: #666; font-weight: lighter; background-color: transparent; text-transform: capitalize; text-indent: 0px; margin-top: 1px; padding: 4px 4px 4px 0px;  display: block; }
#navi a:link  				{ text-decoration: none; display: block; }
#navi a:visited  			{ text-decoration: none; display: block; }
#navi a:hover  				{ color: #999; background-color: transparent; display: block }
/* #navi ul li span.obermenuhigh		{ color: white; font-weight: bold; background-color: #5A5A5A; text-indent: 0; margin-bottom: 5px; padding: 4px; border: 2px solid #929292; width: 180px; display: block; } */
/* ENDE Listenstile fuer Menüeintrag im Navibereich */

/* Die ungebundenen Klassen erscheinen als Auswahloptionen im linken Pull-down-Menue von TinyMCE! */

/* Ueberschriften gestalten */
h1	{ font-size: 1.4em; line-height: 1.4em; margin-top: 10px; padding: 4px }
h2	{ font-size: 1.1em; line-height: 1.2em; margin-bottom: 1px; padding-bottom: 1px; }
h3	{ font-size: 1em;   line-height: 1.1em; margin-bottom: 1px; padding-bottom: 1px; }


/* Absatz und div */
p, div 	{ padding-right: 3px;}
p 	{margin-top: 3px; margin-bottom: 5px; }

/* Tag b zusaetzlich einfaerben */
b 	{ color: #5A5A5A ; }

/* Zeichenformat strong */
strong { color: #5A5A5A; }

/* normaler Listenstil, beschraenkt auf Inhaltsbereich */
#content ul  { font-size: 1em; line-height: 1.4; margin-left: 0.7em; padding-left: 0.7em }

/* Hovereffekt fuer Links */
a:hover { text-decoration: none; }

/* besuchte Hyperlinks */ a:visited { color: gray; }

/* Hier beginnen die ungebundenen Klassen, zu erkennen
am Punkt vor dem Klassennamen 
Diese werden im Auswahlmenue von TinyMCE gezeigt */

/* Gestaltung des rechts ausgerichteten News-Kastens */
.kasten  		{ font-size: 1em; float: right; margin: 3px; padding: 3px; border: dotted 1px #999; width: 170px }
.kasten h3 		{ margin-top: 0px; }

/* Beginn der Newskasten-Formate */
.boxcover 		{ font-size: 0.9em; margin-top: 10px; float: right; width: 200px; padding: 3px; }
.box  			{ font-size: 0.9em; float: right; margin-top: 10px; padding-right: 0px; border: solid 1px #666; width: 100% }
.box h3 		{ background-color: #0000A0;  color: white; padding: 3px; margin-top: 0px;}
.box div 		{ padding: 3px; }

/* Ende der neuen Newskasten-Formate */

/* Einfuehrungsabsatz */
.lead, .lead p 	{ font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;  font-size:  1em; line-height: 1.5em; font-weight: bold; margin-top: 5px; margin-bottom: 10px; }
.lead img 		{ padding: 5px;}

/* grauer Rahmen mit Umrandung */
.rahmen  		{ font-size: 1em; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #eeeeee; padding: 3px; border: solid 1px #666; width: 90% }

/* Rahmen mit gestrichelter Umrandung */
.tipp  			{ font-size: 1em; font-family: Verdana, Arial, Helvetica, sans-serif; margin-top: 8px; margin-bottom: 10px; padding: 3px; border: dotted 1px #666; width: 90% }
code, .code 	{ font-family: 'Courier New', Courier, monospace; font-size: 1em;  color: #000099; }

/* Bildunterschrift */
.bu 			{margin-top: 0px; font-size: 0.75em; font-weight: bold;}

/* Linie interessant gestalten */
hr    			{ }

/* Luft fuer Tabellen */
table th, th, tbody { padding: 3px; }
td { vertical-align: top; }

/* Links innerhalb von Abs?tzen mit 
kleinem Zeichen versehen */
#content p a { display: inline; }

/* Format fuer zuletzt geaendert usw. */
.datum { font-size: 0.8em; }
