/* Allgemeine Einstellungen */

html
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #EADAB9;
	color: #000000;
	font: normal 12px arial, helvetica, verdana, "trebuchet ms";
	text-align: center;
}
img
{
	border: none;
}
a
{
	color: #0B1761;
	text-decoration: none;
}
ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/**** FRAMEWORK ************************************************/

div#Wrapper
{
	width: 512px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../images/brg_splash.gif);
	background-repeat: repeat-y;
	text-align: left;
}

div#Wrapper div#Top
{
	width: 100%;
	height: 39px;
	background-color: #EADAB9;
	background-image: url(../images/brg_top_splash.gif);
	background-position: 0 36px;
	background-repeat: no-repeat;
}
div#Wrapper div#Bottom
{
	width: 100%;
	height: 7px;
	background-image: url(../images/brg_bottom_splash.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #EADAB9;
}
div#Wrapper div#MainContainer
{
	width: 480px;
	height: 448px;
	margin: 10px 16px 10px 16px;
	background-color: #FFFFFF;
}

/* -- Header ------------------------------------------------- */

div#Wrapper div#MainContainer div#Header
{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #0B1761;
}
div#Wrapper div#MainContainer div#Header a
{
	display: block;
	width: 100%;
	height: 100%;
}
div#Wrapper div#MainContainer div#Header a img
{
	display: block;
	margin: 0 auto 0 auto;
	padding-top: 16px;
}
div#Wrapper div#MainContainer div#Header a img#Logo
{
	padding-top: 72px;
}
