html {
	height: 100%;
}

body {	
	background-image: url(../pics/_hg.png);
	margin: 0;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}

.aussen {
	border: 0;
	padding: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}

.conttabelle {
	border: 2px solid;
	color: #000000;
	background-image: url(../pics/karo.png);
}

p {
	font-size: 12px;
	line-height: 18px;
}

.weisshg {
	background: #FFFFFF;
}

.rothg {
	background: #FF0000;
	border-top: 5px solid;
	color: #000000;
}

.picrothg {
	background: #FF0000;
}

a:link, a:visited, a:hover, a:active
{ 
	text-decoration: underline;
	background-color:#FFFFFF;
	padding: 1px 2px 1px 3px;
	font-weight: bold;
	color: #000000;
}
a:hover
{ 
  	background-color:#FFF200;
	padding: 1px 2px 1px 3px;
	text-decoration: none;
}
