html {
  height:100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	padding:0 50px 50px 50px;
	background-color:#eee;
	font: 62.5%/1.6em "Lucida Grande", Verdana, Arial, sans-serif; color: #999;
	background-image: url(/bg.gif);
	background-repeat: repeat-x;
}

.list {  clear:both; }
.listGroup { width: 238px; clear:both; padding: 5px;  }
.listDescription { float:left; width:70px;}
.listField { float:left; width:138px;}

p,ul { font-size: 1.2em; line-height: 1.6em; margin-bottom: 1.0em; }

h2 {font: 1.5em; letter-spacing: 1px; text-transform: uppercase; color: #000; }
h3 {font: bold 1.2em; letter-spacing: 1px;  text-transform: uppercase; color: #777; }
h4 {font: bold 1.1em; letter-spacing: 1px; text-transform: uppercase; color: #000; }

b { color:#000; text-decoration: none; background-color:#EE7; padding:6px 3px 0 3px; margin:0 2px 0 0;}

a { color:#000; text-decoration: none; background-color:#EE7; padding:3px 3px 0 3px; margin:0 2px 0 2px;}
a:hover { color:#000;  text-decoration: none; background-color:#FF0; padding:5px 5px 2px 5px; margin:0;}

#kopp {
	width:238px;
	height:106px;
	background-image: url(/CHMC.gif);
	background-repeat: no-repeat;
	float:right;
	padding:0 0 50px 0;
	
}
#content {
	max-width:500px;
	clear:both;
}
#login {
	width:238px;
	height:106px;
	float:right;
	clear:both;
}

