
 
/********************************************************************************
 * Div Tags
 ********************************************************************************/
 
#header {
	position:absolute;
	left: 680px;
	top: 24px;
	color: #EA7E00;
	font-size: 12px;
	font-weight: bold;
}

 #meta {
	position:absolute;
	left: 248px;
	top: 36px;
	color: #EA7E00;
}


#iff_logo {
	position:absolute;
	left: 189px;
	top: 24px;
}

#place_navigation {
    left:20px;
	top:110px;
	position: absolute;
}
	
#navigation {
	height:15px;
	width:136px;
	white-space: nowrap;
	text-align: left;
	padding: 4px;
	margin:0px;
	margin-bottom: 4px;
	margin-top: 10px;
	color: #ffffff;
	background-color: #EA7E00;
	font-weight:bold;
}

#navigation_aktiv {
	height:15px;
	width:136px;
	white-space: nowrap;
	text-align: left;
	padding: 4px;
	margin:0px;
	margin-bottom: 4px;
	margin-top: 10px;
	color: #ffffff;
	background-color: #EA7E00;
	font-weight:bold;
}


#subnav {
	left:30px;
	white-space: nowrap;
	text-align: left;
	color: #ffffff;
}

#content {
	top:120px;
	left: 250px;
	position:absolute;
	text-align: left;
	background-color: #ffffff;
}

#copyright {
	margin-top: 40px;
	clear: both;
	text-align: left;
	color: #EA7E00;
	font-weight:bold;
}

	
	
