body
{
	font-family: Century Gothic,Sans-serif;
	font-size: 15px;
	color: rgb(0,0,0);
	background-color:rgb(255,255,255);
	padding: 0;
	margin: auto;
	width: 750px;
	height: 100%;
}

img
{
	border: 0;
}

h1
{
	color:RGB(0,0,0);
	text-align:center;
	font-size: 19px;
	font-weight:bold;
}


a
{
	text-decoration: none;
	color:RGB(0,0,0);
	font-weight:bold;
}

a:hover
{
	background-color:rgba(240,240,240,0.2);
	color: #222222;
}
/*----------------------------------------------------------------------------
		balk
----------------------------------------------------------------------------*/
#underconstruction
{
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height: 100px;
	z-index: 1;
}
/*----------------------------------------------------------------------------
		balk
----------------------------------------------------------------------------*/
#balk
{
	position: absolute;
	top:34px;
	left:0px;
	width: 100%;
	height: 32px;
	background-image:url('/img/underconstruction-balk.png');
	background-repeat: repeat-x;
}
/*----------------------------------------------------------------------------
		body-frame
----------------------------------------------------------------------------*/
#body-frame
{
	position: relative;
	width: 650px;
	padding: 25px;
	margin: 25px;
	overflow:auto;
	text-align:left;
	border:1px solid #000000;
}
/*----------------------------------------------------------------------------
------------------------------------------------------------------------------
----------------------------------------------------------------------------*/