body, a
{
	font: normal 100.01% Helvetica, Arial, sans-serif;
	color: black;
	background-color: #FFE79E;
}

div#BigContainer
{
	width: 100%;
	height: 100%;
	background: #FFEDB8;
}

div#LogoBox
{
	position: absolute;
	top: 20px;
	left: 20px;
	/* adjust these values */
	width: 200px;
	height: 277px;
	background-image: url(../Images/PREA-Logo.png);
	border: 1px solid silver;
}


ul#Navigation
{
	position: absolute;
	top: 297px;
	left: 20px;
	width: 160px;
	padding: 20px;
	border: 1px solid silver;
	background-image: url(../Images/SideBar_13.png);
}

/* IE Hack */
*html ul#Navigation
{
	top: 313px;
	left: -20px;
	width: 200px;
}

ul.SubNavigation
{
	margin: 0;
	padding: 0.8em;
	position: relative;
	left: 15px;
	font-size: 0.8em;
}

/* IE Hack */
*html ul.SubNavigation
{
	top: -10px;
}

ul#Navigation li, ul.SubNavigation li
{
	list-style: none;
	margin: 0.2em;
	padding: 0.1em;
}

ul#Navigation a, ul.SubNavigation a
{
	text-decoration: none;
	font-weight: bold;
	color: white;
	background: transparent;
}

ul#Navigation a:hover, ul.SubNavigation a:hover
{
	color: #FFFF00;
}

div#Inhalt
{
	position: absolute;
	top: 20px;
	left: 240px;
	min-width: 50%;
	max-width: 74%;
	padding: 2em;
	background-color: white;
	color: black;
	border: 1px solid silver;
}

/* IE Hack */
*html div#Inhalt
{
	min-width: 75%;
	max-width: 76%;
}

div#FootNote
{
	font-size: x-small;
}
