
/* Allgemein */
 	body  { background-color:#63666B; 
	 		margin-top:25px; margin-left:0px; }
	a:link { text-decoration:none; color:#FFFF00; border-bottom-color:#FFFF00; border-bottom-width:2px; border-bottom-style:solid; }
	a:visited { text-decoration:none; color:#FFFF66; border-bottom-color:#FFFF66; border-bottom-width:2px; border-bottom-style:solid; }
	a:hover { text-decoration:none; color:#E7951C; border-bottom-color:#E7951C; border-bottom-width:2px; border-bottom-style:solid; }	
	a.imglink:link { text-decoration:none; color:#FFFF00; border-bottom-color:#FFFF00; border-bottom-width:0px; border-bottom-style:none; }
	a.imglink:visited { text-decoration:none; color:#FFFF66; border-bottom-color:#FFFF66; border-bottom-width:0px; border-bottom-style:none; }
	a.imglink:hover { text-decoration:none; color:#E7951C; border-bottom-color:#E7951C; border-bottom-width:0px; border-bottom-style:none; }	
	
/* Tabellen  */
	.border { background-color:#292B2F;}	
	.icon  { background-color:#4E5155;}
	.iconleft  { background-color:#4E5155; border-right-color:#292B2F; border-right-width:2px; border-right-style:solid;}
	.iconright  { background-color:#4E5155; border-right-color:#292B2F; border-right-width:2px; border-right-style:solid; border-left-color:#292B2F; border-left-width:2px; border-left-style:solid;}
	.icondark { background-color:#3B3E42;}
	.icondarkleft { background-color:#3B3E42; border-right-color:#292B2F; border-right-width:2px; border-right-style:solid;}
	.icondarkright { background-color:#3B3E42; border-right-color:#292B2F; border-right-width:2px; border-right-style:solid; border-left-color:#292B2F; border-left-width:2px; border-left-style:solid;}
/* Text  */
	body,p,li,td { font-family:trebuchet ms, verdana,geneva,sans-serif; color:#FFFFFF;}
	b { font-weight:normal; color:#FFFF00;}
	i { font-weight:normal; color:#E7951C;}	
	.content { padding-top:35px; padding-left:35px; padding-right:75px; padding-bottom:50px;}	
	.liste { padding-left:35px; }
	.text { font-size:9pt; line-height:130%;}

/* Images  */
	.listimg {border-color:#FFFFFF; border-width:2px; border-style:solid; margin-right:10px;}
	.textimg {border-color:#FFFFFF; border-width:2px; border-style:solid; margin-right:10px; margin-bottom:10px;}
	.galleryimg {border-color:#FFFFFF; border-width:2px; border-style:solid; }
	
