/* Page colors 
   added by Shin Sterneck
 */
body { background-color: #FAEBD7; }

/* 
   show page-images based on a "grid layout",
   reduces coding amount and
   is easy to understand from the initial version
   added by Shin Sterneck
 */
 .position { position: absolute; }

.row1    { top:200px; }
.row2    { top:470px; }
.column1 { left:190px; }
.column2 { left:350px; }
.column3 { left:510px; }
.column4 { left:670px; }
.column5 { left:830px; }

/* define image tile and link positions 
   added by Shin Sterneck
*/

.title {	
	white-space: nowrap;
	font-weight: bold;
	bottom: 0px;
}

.link {
	white-space: nowrap;
	top: 195px;
	padding-left: 15px;
}

/* image place holder -not used for any layout-*/
.image {
}

/* other images that are statically shown on the page */

#flags {
	position: absolute;
	top: 470px;
	left: 100px;
}

#logo1 {
	position: absolute;
	top:130px;
	left:40px;
}

#tuvlogo {
	position: absolute;
	top:10px;
	left:1000px;
}

#titel {
	position: absolute;
	top:25px;
	left:200px;
}

