body {
	font-size: 75%;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 1em;
	color: black;
	background-color: #8888aa;
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 115%;
}

table {
	font-size: 100%;
}

table                  { border: 0px solid; border-spacing: 0px; }
select                 { font-size: 80%; height: 18px; border: 1px solid #000; }
input                  { font-size: 80%; height: 18px; border: 1px solid #000; }
input[type="text"]     { background: #fff; }
input[type="submit"]   { background: #abc; width: 75px; }
input[type2="heading"] { font-size: 120%; font-style: italic; text-align: left; border: 0px; width:561px; }
input[type="radio"]    { height: 12px; }
input[type="checkbox"] { height: 12px; }
input[value="^"]       { width: 20px; }
input[value="v"]       { width: 20px; }
img[type="switch"]     { height: 16px; }

div#Help {
	text-align: left;
	margin: 0 auto;
	min-width: 581px;
	max-width: 700px;
	padding: 2px;
	color: black;
	background-color: white;
}

div#Seite {
	text-align: left;
	margin: 0 auto;
	min-width: 581px;
	max-width: 700px;
	min-height: 744px;
	padding: 2em;
	border: 2px ridge silver;
	color: black;
	background-color: white;
}

div#Logo {
	padding: 0 1em 1em;
        height: 5.5em;
	border: 1px solid silver;
	background: url(wmrcweb.png) no-repeat 100% 100%;
}

* html div#Logo {
/*	padding: 0 1em 1em; */
        height: 6.3em;
/*	border: 1px solid silver; */
/*	background: url(wmrcweb.png) no-repeat 100% 100%; */
}

div#Breadcrumb {
	font-size: 70%;
	font-weight: bolder;
	max-height: 15px;
	border: 1px solid silver;
	padding: 2px 1em 2px 1em;
}

#Navigation {
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
	float: center;
        height: 25px;
	border: 1px solid silver;
	background-color: #000080;
}

div#Navigation a {
	float: left;
	min-width: 5em;
	min-height: 20px;
	text-decoration: none;
	font-weight: bold;
	border-right: 2px solid white;
	padding: 5px 5px 0px 5px;
	color: white;
}

div#Navigation a:hover {
	background-color: #0000b0;
}

div#Inhalt {
	margin: 1em 0 0 3em;
	min-height: 17em;
	padding: 1em 1em;
	border: 1px solid silver;
}

div#Banner {
	margin: 1em 0;
	float: left;
	width: 2.8em;
	height: 20em;
	background: url(banner.png) no-repeat 0 0;
}
