/* logo width 69px */
/* logo height 100px */
/* main structure - four elements - logo, topcontent, sidecontent, maincontent - which are containers to hold other structures */


/*__________ _______________________________*/
#logo		{	position: absolute ;	width: 69px ;	top: 0px;	left: 0px;	}
#topcontent	{	position: absolute ;	width: 100%; height: 175px top: 0px;	left: 70px ;	}

#breadcrumb	{	position: absolute ;	top: 75px ;	width: 100% ;	left: 70px ;	}
#topnav		{	position: absolute ;	top: 75px ;	right: 10px;	}
#sidecontent	{	position: absolute ;	top: 175px;	left: 0px;	width: 230px ; 	}
#rightsidecontent	{	position: absolute ;	top: 175px;	right: 230px ; 	}
#maincontent	{	position: absolute ;	top: 175px;	left: 250px ;	}
.sidecontenta	{	position: relative ;	top: 175px;	left: 0px;	width: 230px ; 	}
#subsidecontent	{	position: absolute ;	top: 200px; 	left: 0px;	}
/*__________sidebar sub-content________*/
#sidenav	{ position: relative ; 	width: 215px; top: 0px; }	
/*__________main sub-content________*/
#homeenglish	{ position: relative ;	width:45%; }	
#homedeutsch	{ position: relative ;	top: 1px;	left: 50%; width: 45%; }	
#gallcontent	{ position: relative ; 	top: 100px; }


#pic1	{	position: absolute ;	left: 0% ;	}
#pic2	{	position: absolute ;	left: 25% ;	}
#pic3	{	position: absolute ;	left: 50% ;	}
#pic4	{	position: absolute ;	left: 75% ;	}

#3pic2	{	position: absolute ;	left: 33.3% ;	}
#3pic3	{	position: absolute ;	left: 66.6% ;	}

#6pic1	{	position: absolute ;	left: 0% ;	}
#6pic2	{	position: absolute ;	left: 16.6% ;	}
#6pic3	{	position: absolute ;	left: 33.3% ;	}
#6pic4	{	position: absolute ;	left: 50% ;	}
#6pic5	{	position: absolute ;	left: 66.6% ;	}
#6pic6	{	position: absolute ;	left: 83.3% ;	}


