/* 
	nimmrichter cda fÔø‡r atelier-graf.ch
	styles v3, 080320
	rolf nimmrichter
*/




/* layout
----------------------------------------------- */


#background {
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;	
}

#mainfield {
	overflow: auto;
	position: absolute;
	visibility: visible;
	z-index: 3;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;	
}


/* typography
----------------------------------------------- */
	

body	 { 
	margin: 0;
	padding: 0;
	color: #eee; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 11px; 
	font-family: Arial, Helvetica, SansSerif, SunSans-Regular; 
	letter-spacing: 1px;
	line-height: 16px;  
	scrollbar-3dlight-color: #003366; 
	scrollbar-arrow-color: #daa520; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #003366; 
	scrollbar-track-color: #ffffff  
}
	
td	 { 
	color: #eee; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 11px; 
	font-family: Arial, Helvetica, Swiss, SansSerif, SunSans-Regular 
	letter-spacing: 1px;
	line-height: 16px; 
}
	
	
	
	
.title	  { 
	font-weight: bold; font-size: 12px; 
}

.lead	{ 
	color: #172e81; font-weight: bold
}

.extern   { 
	color: #eee;
	line-height: 16px; 
	text-align: left;  
}

.orange { 
	color: #daa520; 
	line-height: 16px; 
	text-decoration:none 
}

.standardtext { 
	color: #eee; 
	line-height: 16px;   
}

.small_title { 
	color: #5E6B74; 
	font-size: 10px; 
	letter-spacing: 0px  
}

.small { 
	color: #222; 
	font-size: 9px; 
	line-height: 12px; 
	text-align: left; 
	letter-spacing: 1px  
}

.footer  { 
	color: #aaa; 
	font-size: 9px; 
	letter-spacing: 0px 
}
.link_extern  { 
	color: #e2dab1;
	line-height: 16px; 
	text-decoration:none 
}
.link_intern  { 
	color: #daa520;   
	line-height: 16px; 
	text-decoration:none 
}



.navigation a	 { 
	color: #fff; 
	text-decoration:none 
}

.navigation a:hover	 { 
	color: #daa520; 
	text-decoration:none  
}

.navigation a:active  { 
	color: #daa520; 
	text-decoration:none 

}

