html
{
	height: 100%;
}
body
{
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1
{
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	color : #333333;
}
h2
{
	font-size: 13px;
	color : #333333;
}
p
{
	line-height: 18px;
}
ul
{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(/rebweb/listenzeichen.png);
	padding-left: 25px;
	margin-left:0px;
	text-align: left;
	list-style-type: square;
	padding-top: 12px;
}
li
{
	text-align: left;
	padding-left: 1px;
	padding-bottom: 10px;
	font-style: italic;
}
img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a:link, a:visited
{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:hover
{
	color: #EBEBEB;
	background-color: #333333;
	padding:2px;
}
<!----------------- DIV -------------------->
#huelle,
#kunde,
#rebweb,
#ktext,
#rtext
{
	padding:0px;
	margin:0px;
}
#huelle
{
	width:820px;
	margin-left:auto;
	margin-right:auto;
}
#kunde
{
	float:left;
	background-image:url(/rebweb/kunde.png);
}
#rebweb
{
	float:right;
	background-image:url(/rebweb/rebweb.png);
}
#kunde,
#rebweb
{
	background-repeat: no-repeat;
	width:399px;
	height:156px;
	margin-top:120px;
	margin-bottom:25px;
}
#ktext,
#rtext
{
	width:383px;
	padding:8px;
}
#ktext
{
	float:left;
}
#linie
{
	float:left;
	width:22px;
	height:300px;
	background-image: url(/rebweb/linie.png);
	background-repeat: repeat-y;
	background-position: 11px;
}
#rtext
{
	float:right;
}
