/* Autor: Peter Geist */

body {
	font-family	:	Verdana, Helvetica, sans-serif;
	font-size	:	80%;
	background	:	#fff;
}
	
/* ____________________ Kopfzeile ____________________ */

div#kopfzeile {
	padding		:	0.2em;
	background	:	#006400 url(titel.jpg) no-repeat;
	width		: 	60em;
	height		: 	117px;
	text-align	:	center;
	color		:	#fff;
}

h1 {
	font-size	:	1.6em;
	color		:	#fff;
}
	
/* ____________________ Navigation ____________________ */

div#navigation	{
	width		:	12em;
	float		:	left;
	min-height	:	20em;
	display		:	block;
	background	:	#fff;
}

* html #navigation	{
	height		:	20em;
}

#navigation ul	{
	margin		:	0;
	padding		:	0;
}

#navigation ul li,
#navigation ul li ul li	{
	list-style-type	:	none;
	border		:	1px solid #fff;
	text-align	:	center;
	margin		:	0.5em 0 0.5em 0;
}

#navigation ul li ul li	{
	margin-left	:	0.5em;
	margin-right	:	0.5em;
}

#navigation strong {
	display		:	block;
	text-decoration	:	underline;
	text-align	:	center;	
	color			:	#000;
	background	:	#55ff00;
	padding		:	0.2em;
}

#navigation a.intern {
	display		:	block;
	color			:	#fff;
	padding		:	0.2em;
	text-decoration	:	none;
	background	:	#006400;
}

#navigation a.intern:hover,
#navigation a.intern:focus, 
#navigation a.intern:active {
	display		:	block;
	color			:	#000;
	background	:	#55ff00;
	text-decoration	:	underline;
}


/* ____________________ Content ____________________ */

div#content {
	margin-left	:	13em;
	width			:	47em;
	padding		:	0.5em;
}

#content h2, #content h3, #content h4 {
	color			:	#006400;
	text-shadow	:	#ccc 0.2em 0.2em 0.2em;
	margin		:	1em 1em .5em 5%;
	text-align	:	center;
}
#content h4	{
	text-align	:	left;
}

#content span.klein {
	display		:	block;
	font-size	:	0.7em;
}

#content p {
   padding		:	0;
   margin		:	0;
}	

ol lh {
	font-size	:	1.2em;
	font-weight	:	bold;
	color			:	#006400;
	text-shadow	:	#ccc 0.2em 0.2em 0.2em;
}

#content table {
	margin-left		:	auto;
	margin-right	:	auto;
	table-layout	:	auto;
	border			:	1px solid green;
	border-collapse:	collapse;
	font-size		:	100%;
}

table caption {
	font-size	:	1.2em;
	font-weight	:	bold;
	color			:	#006400;
	text-shadow	:	#ccc 0.2em 0.2em 0.2em;
	margin		:	0.6em;
}

table th {
	border		:	1px solid green;
	font-weight	:	bold;		
	vertical-align	:	bottom;
	padding		:	0.3em;
	background	:	#006400;
	color			:	#fff;
}

table td {
	padding		:	0.3em;
	background	:	#fff;
}

table td.datum {
	vertical-align	:	top;
	text-align		:	left;
}

table strong {
	font-size: 1.05em;
	color: #006400;
}

div#einzug	{
	margin-left	:	40px;
}

div#spalte_l {
	float: left;
	width: 40%;
	text-align: center;
}
div#spalte_r {
	float: left;
	width: 40%;
	text-align: center;
}
div#image_l {
	float: left;
	width: 50%;
	text-align: center;
}
div#image_r {
	padding: 0.5em;
	float: right;
	width: 25%;	
	text-align: center;
}
div#image {
	text-align: center;
	border: 0;
}

div#trauer {
	margin:	2em;
	padding: 1em;
	width:   40em;
	border:  3px solid black;
}

