html
{
	height: 100%;
}
body
{
	font-size: 11px;
	color: #666666;
	padding: 0;
	margin: 0;
	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
{
	color: #791617;
	text-decoration: none;
}
a:hover
{
	border-bottom: 1px dotted #999999;
}
#huelle
{
	width:410px;
	padding:0;
	margin:40px auto;
}
#textrahmen
{
	margin:30px 10px;
	width:305px;
}
.text
{
	font-size:11px;
}
.created
{
	font-size:9px;
	color:#999999;
	line-height:14px;
}
.linie
{
	height:1px;
	width:305px;
	margin:30px 0 0 0;
	background-color:#CCCCCC;
}
strong
{
	color: #333333;
}