@charset "UTF-8";
/* CSS Document */

A {
	text-decoration: underline;
	color: #666666;
	}
	
H2 A {
	color: #003A96;
}
	
A:hover, A:focus 
	{
	text-decoration: none;
	}
	
P, LI
	{
	margin: 0em 0px 1.2em 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.6em;
	}
	
LI
{
	margin-bottom: 0px;
}
	
P.align-right
{
	text-align: right;
}
	
/*
H1
	{
	color: #003A96;
	font-size: 1.45em;
	font-weight: normal;
	
	margin: 0px 0px 1.0em 0px;
	}	
	*/
H2
	{
	color: #003A96;
	font-size: 1.17em;
	font-weight: normal;
	margin: 1.8em 0px 0.5em 0px;
	}
	
H3
	{
	color: #003A96;
	font-size: 1em;
	font-weight: normal;
	margin: 1.5em 0px 0.2em 0px;
	}
	

/* typo3 css corekturen */

HTML DIV.csc-textpic-imagewrap
{
	margin-top: 28px;
}

+HTML DIV.csc-textpic-imagewrap
{
	margin-top: 1.1em;
}

+HTML DIV.csc-textpic-clear
{
	width: 520px;
	margin: 0px 0px 1.3em 0px;
	
}