@charset "UTF-8";
/* CSS Document */


/* ALLGEMEINE EINSTELLUNGEN - hintergrundfarbe, schrift */
body {  background:#FFF;

font-family:Arial;
font-weight: 400;
font-size:13px;
color:#333333;
}


/* ALLGEMEIN: LINK FORMATIERUNG - link am anfang, besuchte link, aktiver link, rollover lin k-----*/
a:link {color:#333333;
		text-decoration:none}
a:visited {color:#333333;
		text-decoration:none}
a:active {color:#990033;
		text-decoration:none}
a:hover {color:#990033;
		text-decoration:none}


/* ALLGEMEIN: ABSATZ - zeilenhoehe*/  
br { line-height:1;
}


/* ALLGEMEIN: WRAPPER - ausrichtung bis linker rand -------------------*/
#wrapper {
	margin: 0 auto;
	width: 100%;
	height:100%;
}			
	
		
/* ALLGEMEIN: CONTAINER - hier sind alle elemente drin verschachtelt -------------------*/
#container {
	/* ---- positionsart, abstände vom rand, rahmen ------------------	*/	
	position:absolute;
	padding:40px 0px 0px 40px;
	border:solid 0px;
	/* ---- grösse ------------------	*/	
	width: 614px;
	height: 366px;
	/* ---- aussrichten ----------------*/			
	top: 280px;
	left: 50%;
	/* ---- zentrieren -------------------	*/		
	margin-left: -400px;
	margin-top: -300px;
	/*------ */
	z-index:1;
}


/*////////////////////////////////////////////////////////////// */


/* HAUPT NAVIGATION --------*/
#navi {
	position: absolute;
	width: 439px;
	height: 28px;
	left: 95px;
	top: 66px;
	text-align:right;
	font-size:13px;
	letter-spacing:0.5px;
}


/* FLASH GALLERY --------------*/
#flashgallery {position:relative;
				width:566px;
				height: 95px;
				top:78px;
				left:-293px;
				}
	
	
/* TEXT: BIOGRAFIE - einstellung für navigation in rubrik biografie  --------------*/
#textnavi {
	position: absolute;
	width: 273px;
	height: 226px;
	left: 570px;
	top: 115px;
	line-height:16px;
}


/* TEXT: BIOGRAFIE - text einstellung für rubrik, links & kontakt  --------------*/
#text {
	position: absolute;
	width: 273px;
	height: 238px;
	left: 570px;
	top: 115px;
	line-height:16px;
}


/* TEXT: BIOGRAFIE - text einstellung für biografie, kunstambau, foederung,  --------------*/
#text2 {
	position: absolute;
	width: 316px;
	height: 351px;
	left: 570px;
	top: 115px;
	line-height:16px;
	font-weight: 400;
}


/* TEXT: BIOGRAFIE - text einstellung für ausstellung &  publikation   --------------*/
#text3 {
	position: absolute;
	width: 316px;
	height: 1434px;
	left: 570px;
	top: 115px;
	line-height:16px;
	font-weight: 400;
}


/* INDEX - einstellung für anfangsbild --------*/
#startimage {
	position: absolute;
	left: 145px;
	top: -30px;
}


/* INDEX - einstellung für enter link "evelina cajacob" --------*/
#willkommen {
	position: absolute;
	width: 373px;
	height: 17px;
	left: 245px;
	top: 353px;
	/* schritwahl */
	font-size:20px;
	font-weight:100;
	letter-spacing:3px;
	
}
