* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFFFFF;
	color: #383B3F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
p {
	text-align: center;
}
h1 {
	text-align: center;
	font-size: 24pt;
	font-style: italic;
	font-weight: normal;
	margin-top: 5em;
	margin-bottom: 1em;
	color: #B81414;
}
h2 {
	clear: left;
	font-size: 16pt;
	font-style: italic;
	font-weight: normal;
	margin-top: 7em;
}
ul {
	list-style-type: none;
	text-align: center;
	width: 480px;
	margin: 0 auto;
	display: block;
	font-style: italic;
	font-size: 24pt;
}
ul li {
	width: 33%;
	float: left;
}
a {
	text-decoration: none;
}
li a {
	display: block;
}
li#l1, li#l1 a {
	color: #0066CC;
	text-align: left;
}
li#l2, li#l2 a {
	color: #000;
	text-align: center;
}
li#l3, li#l3 a {
	color: #FFBA00;
	text-align: right;
}

ul#subnet {
	font-size: 16pt;
	width: 320px;
}

ul#subnet li {
	width: 50%;
	float: left;
}

li#ls1, li#ls1 a {
	color: #E38B41;
	text-align: left;
}
li#ls2, li#ls2 a {
	color: #33557A;
	text-align: right;
}


#referer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #FFFFFF url(http://www.all-inkl.com/banner/button_hosted_by.gif) no-repeat bottom right;
	display: block;
	width: 88px;
	height: 31px;
	overflow: hidden;
	text-indent: -1000px;
}
