/*	Stylesheet fuer webschmiede.org von Tobias Prinz.
	* Überarbeitet am 2003-04-19, umgestellt im Vertrauen auf funktionierende Vererbung.
	* Überarbeitet am 2003-04-20, überarbeitet im Sinne des Gedankens "so sollte es sein, wenn CSS funktionierte".
	* Überarbeitet am 2003-06-06, überarbeitet um neuen Erkenntnissen "über die Philosophie hinter CSS zu entsprechen".
*/
body{
	margin-top	:	7.5%;
	margin-left	:	7.5%;
	margin-right	:	7.5%;
	background	:	white;
}

*{
	font-family	:	"Trebuchet MS", Helvetica, Arial, sans-serif;
	color		:	black;
	background	:	transparent;
}

#navigation{
	text-align	:	right;
	background	:	#fc3;
	font-weight	:	600;
	border		:	2px solid black;
	border-bottom	:	none;
	padding		:	0.0em 2.0em 0.0em 0.0em;
	word-spacing	:	1em;
}

#content{
	text-align	:	justify;
	padding		:	0.5em 2em;
	background	:	#fec;
	border		:	2px dashed black;
	border-top	:	2px solid black;
}
#footer{
	font-size	:	0.8em;
	text-align	:	center;
}

acronym{
	font-style	:	italic;
	cursor		:	help;
}
address{
	font-style	:	normal;
}

dt, dt *{
	color		:
}
th{
	font-size	:	1.1em;
	font-weight	:	bold;
}
tr{
	border-bottom	:	1px solid black;
}
td{
	padding		:	0 1em 1em 0;
	vertical-align	:	top;
}
td.titel{
	vertical-align	:	middle;
}
td.titel a, td.titel a:link, td.titel a:hover, td.titel a:visited, td.titel a:active{
	font-weight	:	bold;
	text-decoration	:	none;
	border		:	none;
}
td.service{
	font-size	:	0.9em;
}
a{
	white-space	:	nowrap;
}
a:link{
	text-decoration	:	none;
	border-bottom	:	1px solid;
}
a:visited{
	text-decoration	:	none;
	border-bottom	:	1px solid;
}
a:hover{
	text-decoration	:	none;
	border-bottom	:	1px solid;
}
a:active{
	text-decoration	:	none;
	border-bottom	:	1px solid;
}

#navigation a:link, #footer a:link{
	color		:	black;
	text-decoration	:	none;
}
#navigation a:visited, #footer a:visited{
	color		:	black;
	text-decoration	:	none;
}
#navigation a:hover, #footer a:hover{
	color		:	black;
	text-decoration	:	none;
}
#navigation a:active, #footer a:active{
	color		:	black;
	text-decoration	:	none;
}