body {
	background-color: white;
	margin:1% 1% 5% 1%;
	font-family:Helvetica;
	font-size:90%;
}
img { border:none; }
a, a:visited, a:hover {
	color:#88f;
	font-weight:bold;
}
hr { size:1px; width:100%; text-align:left; }
td { vertical-align:top; }
h2,h3,h4 {
	color:#400;
	margin-top:0em;
}
h3 { font-size:105%; }
table { font-size:100%; }
.note {
	color:#bbb;
	font-size:70%;
}
.example {
	color:#bbb;
	font-size:70%;
}
#choice,#application,#partner {
	padding:0.2em;
}
#application input,#application select,#application textarea {
	background-color:#fee;
}
#application input.grey {
	background-color:lightgrey;
	color:black;
}
#choice {
	width:480px;
	background-color:#555;
	color:white;
}
#choice ul {
	margin-left:0em;
	margin-right:1em;
	padding-left:1em;
}
#choice ul li {
	padding-bottom:0.4em;
	margin-bottom:0.4em;
/*	border-bottom:2px solid white; */
}
#choice img {
	margin:2px 2px 2px 2px;
}
#application {
	background-color:#555;
	color:white;
}
#application form textarea,input {
	width:25em;
	font-family:sans-serif;
	font-size:100%;
}
#partner {
	background-color:lightgrey;
	clear:both;
	font-size:90%;
}
#partner a, #partner a:visited {
	color:#55a;
}
#partner table td {
	width:33%;
}
#impressum {
	font-size:70%;
}
p.partner {
	margin-bottom:0em;
	margin-top:0.3em;
	padding-top:0em;
}
p.cat {
	margin-bottom:0em;
	margin-top:0.3em;
	padding-top:0em;
	font-weight:bold;
	font-size:120%;
}