

/* ------------------------------------------------------------Global formats */

body 
{  
	font-family: 	Arial, Helvetica, sans-serif; 
	font-size: 	12px;
}

/* --------------------------------------------------------------Link formats */
a:link 
{ 
	color:		black;
}

a:visited 
{ 
	color:		black;
}

a:hover
{ 
	color:		blue;
	font-weight:	600;
}

a:focus 
{ 
	color:		blue;
	font-weight:	600;
}

a:link#mainlink 
{ 
	text-decoration:	none;
	color:		black;
	font-size: 	12px; 
}

a:visited#mainlink 
{ 
	text-decoration:	none;
	color:		#606060;
	font-size:	12px; 
}

a:hover#mainlink 
{ 
	text-decoration:	none;
	font-weight:	900;
	color:		#c00000;
	font-size: 	12px;
}

a:focus#mainlink 
{ 
	text-decoration:	blink;
}

a:link#textlink 
{ 
	text-decoration:	none;
	color:		black;
	font-size: 	16px; 
}

a:visited#textlink 
{ 
	text-decoration:	none;
	color:		#606060;
	font-size: 	16px;  
}

a:hover#textlink 
{ 
	text-decoration:	none;
	font-weight:	900;
	color:		#c00000;
	font-size: 	16px; 
}

a:focus#textlink 
{ 
	text-decoration:	blink;
	font-size: 	16px; 
}


h1
{
	font-size:	20px;
	font-weight:	600;
		
}

h2
{
	font-size:	16px;
	font-weight:	600;
		
}

.verweise
{
	font-size:	20px;
	font-weight:	600;
	font-color:	green;
}

.koerper
{
	font-size:	14px;
	font-weight:	100;
	font-color:	black;
}