
/* STYLE */

#startseite
{
	width:600px;
	margin:auto;
	text-align:left;
}
#startseite h1
{
	margin-top:0px;
}

.visitor
{
	width:600px;
	margin:auto;
	margin-top:5px;
	border:1px solid black;
	border-collapse:collapse;
}
.visitor caption
{
	width:500px;
	margin:auto;
	margin-top:5px;
	text-align:center;
}

.visitor th
{
	font-size:0.8em;
	font-weight:bold;
	border:1px solid black;
	text-align:center
}
.visitor td
{
	padding:4px;
	padding-bottom:2px;
	font-size:0.9em;
	text-align:center;
	background:#CFCCCC;
}
.visitor .ref
{
	text-align:left;
	padding-left:15px;
}
.visitor .you
{
	background:#BFBBBB;
	color:#BFBBBB;
}
.visitor .you td
{
	background:#BFBBBB;
	color:#000000;
}

#visitorfoot
{
	font-size:0.7em;
	text-align:right;
	border-top:1px solid black;
}
#visitoryou
{
	font-size:0.7em;
	text-align:left;
	border-top:1px solid black;
}

p
{
	margin-top:0px;
}