/* CCS Cascading Style-Sheets */
/* Body definieren */
body {
	color:#003300;
	background-color:#FFFFFF;
	margin-left:150px;
	margin-right:150px;
	font-family:Arial, Helvetica;
	font-size:12pt;
	}
body { 
	background-image:url(pics/IMSC_logo_small.jpg); 
	background-position:97% 3%;
	background-repeat:no-repeat;
	}
	

/* Schriften und links definieren */
h2 {Font-Family:Arial, Helvetica; Font-Size:17pt; Fontstyle:Normal; color:#339900 }
h3 {Font-Family:Arial, Helvetica; Font-Size:15pt; Fontstyle:Normal; color:#003300 }
h4 {Font-Family:Arial, Helvetica; Font-Size:12pt; Fontstyle:Normal; color:#003300 }
h5 {
	Font-Family:Arial, Helvetica, sans-serif;
	Font-Size:11pt;
	Fontstyle:Normal;
	color:#003300
}
li {Font-Family:Arial, Helvetica; Font-Size:10pt; line-height:160% }
#norm{Font-Family:sans-serif, Arial, Helvetica; Font-Size:11pt; line-height:160%; Fontstyle:Normal }
normb{Font-Family:Arial, Helvetica; Font-Size:13pt; Fontstyle:Normal; font-weight:bold }
a:link{ text-decoration:underline; color:#435F3F } 
a:visited{ text-decoration:underline; color:#334F2C } 
a:active{ text-decoration:underline; color:red } 
.p1 {
	text-align: justify;
}

