#content1 {
	border-top: 20px solid #00008b;      /* nur oben */
	border-bottom: 20px solid #00008b;   /* nur unten */
	border-left: 13px solid #00008b;     /* nur links */
	border-right: 13px solid #00008b;    /* nur rechts */
	padding: 20px;
	/* ie5win fudge begins */
	width: 500; 
	min-height: 600px
	overflow: visible;
	height: 600px;
}

html>body #content1 {
	width: 434; /* = 500 - 2*20 - 2*13 */
	min-height: 520; /* = 600 - 2*20 - 2*20 */
	height: auto;
	/* ie5win fudge ends */
}
	
p, .norm, td, th {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 12px;
}

p.content {
	text-align: justify;
}

img.left {
	float: left;
	margin-right: 15px;
}

.company {
	color: #00008b;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 10px;
}

.head {
	color: #00008b;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 15px;
	font-weight: bold;
}

.blah {
	margin-top: 5px;
}

.address {
	padding-top: 10px;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 10px;
}

.headsmall {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 12px;
	color: #00008b;
}

.small {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 10px;
}

.error {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 10px;
	color: red;
}

.errorbig {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 12px;
	color: red;
}

a.errorbig {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 12px;
	color: red;
}

.white {
	color: white;
}

.singleBorder {
	border: 1px solid gray;
	border-collapse: collapse;
}

table.borders {
	border: 1px solid gray;
	border-collapse: collapse;
	empty-cells: show;
}


.red {
	color: red;
}

.green {
	color: green;
}

.suggestion {
	background-color: yellow;
}

body {
	background-color: white;
}

.myclock {
	font-size: 10px;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	size: 200px;
	border-width: 0px;
	border-color: white;
	border-style: none;
}

.orangebg {
	background-color: #FFEFD5;
}

.billgreenbg {
	background-color: #008000;
}

.billorangebg {
	background-color: #FFA500;
}

.billredbg {
	background-color: #FF0000;
}
