body {
	margin: 0px;
	padding: 0px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	/* background-color: #4B4B4B; */
	background-color: #000000;
	text-align: center;
}

table {
	font-size: 12px;
}

#hvcenter {
	width: 509px;
	margin: 0px auto;
	text-align: center;
/*
	border-style: solid;
	border-width: 1px;
*/
}

#hvleft {
	width: 509px;
	margin: 0px auto;
	text-align: left;
}

hr{
	border : 0px; /* Fr Firefox und Opera */
	border-top : 1px solid #979797;
	border-bottom : 1px solid #ffffff; /* Fr I.Explorer (Seiten-Hintergrundfarbe!) */
}

h1
{
	background: inherit;
	/* color: #50514D; */
	color: #ffffff;
	text-transform: lowercase;
	font-size: 26px;
}

#header
{
	width: 100%;
	height: 113px;
	background-color: #4d4d4d;
	background: url('img/a1.gif') repeat-x;
	color: #ffffff;
	font-weight: bold;
}

#bglogo
{
	height: 300px;
	background: url('img/a2.gif') repeat-x;
}

a { 
	text-decoration : underline;
	/* color : #727272; */
	color : #ffffff;
}

a:hover { 
	text-decoration : underline;
	color : #c90230;
}

input, select, textarea { 
	font-family : "trebuchet ms", helvetica, sans-serif; 
	color : #727272; 
	border : 1px solid #979797; 
	font-size : 13px;
}

#button { 
	background-color : #908f8f;
	color : #ffffff;
	cursor : pointer;
	border : 1px solid #b2b1b1;
	width : 113px; 
	height : 20px;	
}
