/* INBL Standard Style Sheet */


/* Standardschrift */


/* überschriften */


/* Standardabsatz: Zeilenhoehe */
p,td,tr,br { 
font-size:12pt; 
line-height:15pt; 
font-family:Times New Roman,Georgia,Times;
}

b, strong { 
font-size:12pt; 
color:#004080;
line-height:15pt; 
font-weight:bold;
font-family:Times New Roman,Georgia,Times;
}

.black{ 
font-size:12pt; 
color:#000000;
line-height:15pt; 
font-weight:bold;
font-family:Times New Roman,Georgia,Times;
}

.fett { 
font-size:12pt;
font-weight:bold;
font-family:Times New Roman,Georgia,Times;
color:#000000;
}

.linkheader { 
font-size:12pt;
font-weight:bold;
font-family:Times New Roman,Georgia,Times;
color:#000000;
background-color:#E7E9EE;
}

/* links
a:link,a:visited,a:active { 
color:#000000            #004080; 
font-weight:normal; 
text-decoration:underline; 
font-size: 11pt;
}
*/

a.link.klicks {
 font-family:arial, verdana, verdana, helvetica, geneva;
 font-size: 10pt;
 color:#003366;
 text-decoration:underline;
}

a.link.norm {
 font-family:Times New Roman,Georgia,Times;
 font-size: 11pt;
 color:#003366;
 text-decoration:underline;
}

/*
a.nav:link,a.nav:visited,a.nav:active {
font-weight:normal; 
text-decoration:underline; 
color:#FFFFFF;
font-size:11pt; 
}
*/

input.text {
	border-width=1;
	border-color:#ffffff;
	background-color:#E6EBF0;
	color:#000000;
	font-family: courier new, georgia;
	font-size: 9pt;
	font-weight:normal;
	width:200px;
	border-style:solid;
}


.buttNorm {
	border-width=1;
	border-color:#ffffff;
	background-color:#E6EBF0;
	color:#000000;
	font-family: verdana,tahoma, arial, helvetica, geneva;
	font-size: 8pt;
	font-weight:bold;
	width:100px;
	border-style:solid;
}

.buttOver {
	border-width=1;
	border-color:#ffffff;
	background-color:#E6EBF0;
	color:#000000;
	font-family: verdana,tahoma, arial, helvetica, geneva;
	font-size: 8pt;
	font-weight:bold;
	width:100px;
	border-style:dotted;
}



