/** STYLES // PART INDEX */
/** THU 21-APRIL-22 */



/** "ROOT" MOVED TO "INDEX" */


* {
	box-sizing: border-box;
}

div {
	border: 0px solid gray;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: rgba(245 245 245 / 1);
}

																/** ALL TEXTS (LABELS) ARE LINKS */
a {
	color: #00ff00; 
	font-size: 14px; 
	font-family: "55 Helvetica Roman", "Helvetica Neue", Helvetica, Arial, Sans-serif, System-UI; 
	line-height: 19px; /** ADJUST VERTICAL CENTER */
	text-decoration: none;
}

																/** BACKGROUND IMAGE (ANIM_GIF) */
.bggif {
	position: absolute; 
	top: 0px;
	left: 10px;
	width: 1600px;
	height: 1200px;
	background-image: url("https://www.jenskreitmeyer.de/start/pusteblume_slow.gif");
	background-repeat: no-repeat, no-repeat;
	z-index: -1;
}


																	/** CLASSES NAVIGATION ITEMS */
#menucontainer {
	display: flex;
}

#homecontainer {
	margin-left: 60px;
	width: 468px;
}
#home_lbl {
	height: 36px;
}
#home {
	margin-top: 57px;
	margin-left: 1px;
	width: 22px; 
	height: 22px;
	background-image: url("./art/wipe_green.gif");
	background-color: transparent;																												/** (NO COLOR WHILE LOADING) */
}

#nextcontainer {
	width: 469px;
}
#next_lbl {
	height: 36px;
}
#next {
	margin-top: 57px;
	margin-left: 1px;
	width: 37px; 
	height: 22px;
	background-image: url("./art/wipe_green.gif");
	background-color: transparent;
}

#mailcontainer {
	width: 460px;
}
#mail_lbl {
	height: 36px;
}
#mail {
	margin-top: 57px;
	margin-left: 1px;
	width: 8px; 
	height: 22px;
	background-image: url("./art/wipe_green.gif");
	background-color: transparent;
}

#title {
	position: fixed; 																																/** "NON-SCROLLING" KEEP APPROX. PAGE-CENTERED */
	top: 475px; 
	left: 200px;
	height: 22px;
	font-size: 105%; /* (LARGER) */
}




