/* Autor: Peter Geist */

body {
	font-size	:	80%;
	font-family	:	Verdana, Arial, Helvetica;
	background	:	#fff;
	}
	
/* ____________________ Kopfzeile ____________________ */

#headline {
	border		:	1px solid blue;
	width			:	60em;
	min-height	: 	5em;
	color			:	#525b6e;
	text-shadow	:	#ccc 0.2em 0.2em 0.2em;
	text-align	:	center;
	background	:	#E0E0E0;
}
	
* html #headline {
	height		:	5em;
}
	
/* ____________________ Navigation ____________________ */

#navigation	{
	width		:	15em;
	float		:	left;
	min-height	:	20em;
	padding		:	0;
	background	:	#fff;
}

* html #navigation {
	height		:	15em;
}

#navigation strong {
	margin		:	0.6em 0 0 0;
	color		:	#000;
	background	:	#fff;
}

#navigation ul	{
	margin		:	0.6em 0 0 0;
	padding		:	0;
}

#navigation ul li	{
	display		:	block;
	list-style-type	:	none;
	border		:	1px solid blue;
	margin		:	0.6em 0 0 0;
	background	:	#E0E0E0;
}

#navigation ul li span.aktuell {
	display		:	block;
	color		:	#000;
	padding		:	0.2em;
	background	:	#fff;
	font-weight	:	bold;
	text-decoration	:	underline;
	text-align	:	center;	
}

#navigation ul li a {
	display		:	block;
	color		:	#000;
	padding		:	0.2em;
	text-decoration	:	none;
	text-align	:	center;
	background	:	#E0E0E0;
}

#navigation ul li a:hover,
#navigation ul li a:focus,
#navigation ul li a:active {
	display		:	block;
	color		:	#000;
	background	:	#fff;
	text-decoration	:	underline;
}

/* ____________________ Inhalt ____________________ */

div#content {
	margin-left	:	15em;
	width		:	45em;
	padding		:	0.5em;
	background	:	#fff;
}

#content h2, h3, h4 {
	color		:	#525b6e;
	text-shadow	:	#ccc 0.2em 0.2em 0.2em;
	margin		:	1em 1em .5em 5%;
	text-align	:	center;
}

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

#content p {
	width		:	42em;
	padding		:	0.6em;
	margin		:	0;
	text-align	:	justify;
}

#content table {
	margin-left	:	auto;
	margin-right	:	auto;
	table-layout	:	auto;
	border		:	1px solid blue;
	border-collapse	:	collapse;
	font-size	:	100%;
}

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

table th {
	border		:	1px solid blue;
	font-size	:	1.1em;
	font-weight	:	bold;		
	vertical-align	:	bottom;
	padding		:	0.2em;
	background	:	#e0e0e0;
}

table td {
	border		:	1px solid blue;
	padding		:	0.1em;
	text-align	:	center;
	background	:	#fff;
}

table td.name {
	width		:	15em;
	text-align	:	left;
}

table td.pass {
	width		:	7em;
	text-align	:	left;
}

table td.dwz {
	width		:	7em;
	text-align	:	right;
}

table td.date {
	width		:	15em;
	vertical-align	:	top;
}

span.home {
	width		:	12em;
	text-align	:	right;
}	

span.guest {
	width		:	12em;
	text-align	:	left;
}

#content .liste ul, dl {
	list-style-type	:	none;
	padding		:	0.6em;
	width			:	45em;
}

.liste dt { 
	font-weight	: bold;
}

.liste li {
	display		:	block;
	border		:	1px solid #e0e0e0;
	padding		:	1px;
	margin		:	1px;
	width			:	40em; 			
}

div#image {
	text-align: center;
	border: 0;
}

