html,body {
	margin: 0;
	padding:0;
	height: 100%;
	min-height: 100.05%;
	}

body p {
	font-family:  "Arial", "Verdana", sans-serif;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	font-weight: bold;
	}

.gelb	{
	color: #FFA700;
	}

.blau	{
	color: #000066;
	}	
	
a.gelb:link, a.gelb:active, a.gelb:visited {
	font-size: 11px;
	font-weight: normal;
	color: #FFA700;
	text-decoration:none;
}

a.gelb:hover {
	font-size: 11px;
	font-weight: normal;
	color: #FFA700;
	text-decoration: underline;
}

a.blau:link, a.blau:active, a.blau:visited {
	font-size: 11px;
	font-weight: normal;
	color: #000066;
	text-decoration:none;
}

a.blau:hover {
	font-size: 11px;
	font-weight: normal;
	color: #000066;
	text-decoration: underline;
}


#box01 {
	position:static;
	width:100%;
	height:42%;
	background-color: #FFA700;
	z-index:0;
	background-image:url(../img/back_box01.gif);
	background-repeat:no-repeat;
	background-position: 429px bottom;
	}
	
#box02 {
	position:static;
	width:100%;
	height:58%;
	background-color: #000066;
	z-index:0;
	background-image:url(../img/back_box02.gif);
	background-repeat:no-repeat;
	background-position: 429px top;
	}
	
#box03 {
	position:static;
	width:429px;
	height:100%;
	background-color: #F7F7F7;
	z-index:0;
	background-image:url(../img/back_box03.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	}
	
#box04 {
	position:static;
	width:429px;
	height:100%;
	background-color: #DFDDDD;
	z-index:0;
	background-image:url(../img/back_box04.gif);
	background-repeat:no-repeat;
	background-position:top right;
	}
	
#boxTextENG {
	position:absolute;
	top: 75%;
	left: 459px;
	text-align:left;
	}
	
#boxTextDEU {
	position:absolute;
	top: 75%;
	left: 197px;
	text-align:right;
	}
	
