html, body {
	height: 100%
}

body {
	margin:0; background-position: center top; color: #444444;
	overflow: -moz-scrollbars-vertical;
	background-color:#CBCBCB;
	background-image:url('images/bg.gif');
	background-repeat:no-repeat; line-height:150%
}

table {
	border-collapse: collapse;
} 

a:link, a:active {
	text-decoration: none; color:#444444
}

a:visited {
	text-decoration: none; color:#444444
}

a:hover {
	text-decoration: none; color:#CC3300
}

.main {
	line-height:1.6;
	font-size:11px;
	font-family:Arial;
	width: 385;
	height:100%;
	background-image:url('images/ster.png');
	background-repeat:repeat
}

.maincell {
	padding: 8px;
	vertical-align:top; text-align:justify
}

.titelcell {
	vertical-align:top
	line-height:1.6;
	font-size:10px;
	font-family:Arial;
	text-transform:uppercase;
	letter-spacing:2pt;
	background-color:#CBCBCB;
	padding-left:8px;
	padding-right:8px;
	height:20
}

.titelcell2 {
	vertical-align:top
	line-height:1.6;
	font-size:10px;
	font-family:Arial;
	text-transform:uppercase;
	letter-spacing:2pt;
	background-color:#CC3300;
	padding-left:10px;
	padding-right:10px;
	height:20;
	color:#FFFFFF
}

.subcell {
	padding: 10px;
	vertical-align:top
	line-height:1.6;
	font-size:11px;
	font-family:Arial;
	text-align:justify;
	line-height:160%
}

.footer {
	padding-right: 20px;
	font-size:7pt;
	letter-spacing:1pt;
	color:#808080;
	text-align:right
}