body {
 	color: black;
	font-size: 90.01%;
	font-family: Swiss, Arial, Helvetica, sans-serif;
	background-color: white;
	margin: 0; 
	padding: 20px 0;
	border: none;
	min-width: 40em; 			/* Mindestbreite verhindert Umbruch und */
								/* Anzeigefehler in modernen Browsern   */
}
html>body div#Seite {
    border-color: gray;  	/* Farbangleichung an den Internet Explorer  */
}
div#Seite { 					/* Seiteninhalt mittig ausrichten */
	margin: 0 auto; 
 	padding: 0em 10px 0 10px;
	width: 600px;				/* feste Seitenbreite */
}
#boxjo {
	border: 1px solid silver;
	padding: 0px;
    width: 600px;
    height: 204px; 
}
#boxjo a {
	text-decoration: none;
	padding: 0px;
    background-color: white; 
    display: block; 
}
#boxjo a:link {
	color: white;
	text-decoration: none;
	padding: none;
    background-color: white; 
    display: block; 
}
#boxjo a img {
	border: none;
	padding: none;
}
#boxjo a:visited {
	color: white;
	text-decoration: none;
    background-color: white; 
}
#boxjo a:hover {
	color: #000;
	text-decoration: none;
    background-color: white; 
	display: block;
}
#boxjo a:active {
	color: white;
	text-decoration: none;
    background-color: white; 
	display: block;
}
#boxchris {
  	font-size: 15px;
    width: 600px;
    height: 204px; 
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    background-color: white; 
}
#boxchris a {
	text-decoration: none;
	padding: 0px;
    background-color: white; 
    display: block; 
}
#boxchris a:link {
	color: white;
	text-decoration: none;
	padding: none;
    background-color: white; 
    display: block; 
}
#boxchris a img {
	border: none;
	padding: none;
}
#boxchris a:visited {
	color: white;
	text-decoration: none;
    background-color: white; 
}
#boxchris a:hover {
	color: #000;
	text-decoration: none;
    background-color: white; 
	display: block;
}
#boxchris a:active {
	color: white;
	text-decoration: none;
    background-color: white; 
	display: block;
}
h1 {
  	font-size: 20px;
  	color: red;
}
