/*===== copyright ==================================
		Michael Krupski
		Feuerwehr Hamburg
		
==================================================*/		
html {
	margin: 0; 
	padding: 0;
}
/* Hintergrund gesamt */
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, p, table, td, form, ul, li  {
	margin: 0;
	padding: 0;
}
/* Überschriften */
h1{
	font-size: 18px;
	font-weight: bold;
	font-style: ;
	padding: 0 0 0 0;
	color: #BE2030;
}
/*==========================================*/

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<   Oberer Bereich  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* Hintergrund Bereich oberes Menue */
#top_area {
	background-color: #C7C7C7;
	margin-left:0px;
	margin-right:0px;
	height: 100px;
}
/*==========================================*/

/* Logos der ARG und IfN im rechten oberen Bereich */
#logo_right a{
	background-image: url(../images/akademie/logo_arg_100.gif);
	background-repeat: no-repeat; 
	padding: 3px;
	position: absolute;
	margin-top: -80px;
	right: 115px;
	z-index: 100;
	width:100px;
	height:60px;
}
#logo_right_ifn a {
	background-image:  url(../images/ifn/logoifn_1.jpg);
	background-repeat: no-repeat; 
	padding: 3px;
	position: absolute;
	margin-top: -65px;
	right: 10px;
	z-index: 100;
	width:100px;
	height:50px;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<   mittlerer Bereich  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* Mittlerer Inhaltsbereich */
#content {
	font-family: Arial, Helvetiva, sans-serif;
	font-size: 13px;
	color: #000177;
	background-color: white;
	min-height:420px;
}
/*==========================================*/

/* Rechter Bereich innerhalb von Content  */
#main_area {
	margin: 50px 30px 30px 450px;
	text-align: left;

}
/*==========================================*/


/* Breite des Logos auf der Titelseite */
.logo_titel{
	
	width:500px;
}
/*==========================================*/

/* space */
#space {
	padding: 20px 0 0 0;
}
/*==========================================*/


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<   unterer Bereich  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* Hintergrund unterer Bereich */
#foot_area {
	position: relative;
	background-color: #C7C7C7;
	height: 300px;
	bottom: 0px;
}
/*==========================================*/

