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

A {
	text-decoration: underline;
	color: #0202B6;
	}
	
A:hover, A:focus 
	{
	text-decoration: none;
	}
	
P, LI, DT, DD
{
	line-height: 1.6em;
	
}

P, LI
{
	margin: 0em 0px 1.2em 0px;
	padding: 0px 0px 0px 0px;
}
DL { margin: 0px; }
	
LI
{
	margin-bottom: 0px;
}
	
P.align-right {
	text-align: right;
}
P.align-left {
	text-align: left;
}
P.align-center {
	text-align: center;
}
	

H1
	{
	color: #0202B6;
	font-size: 2em;
	
	font-weight: bold;
	
	margin: 2em 0px 0.8em 0px;
	}	
	
H2, H3, H4
	{
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
	margin: 1.8em 0px 0px 0px;
	}
	
H2
{
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	padding: 7px 0px 7px 40px;
}
	
H3, H4
{
	margin-bottom: 5px;
}

H4 {
	font-size: 1.1em;
}
	
#page_title H1 { margin: 20px 0px 0px 0px; }
#page_title H2 { margin-top: 0px; background:none; padding:0;}
#page_title {margin-bottom: 1em;}

DD
{
	margin-left: 10px;
}

.big_def_list DT, .big_def_list DD
{
	min-height: 1.6em;
	/*margin-bottom: 0.6em;*/
	padding: 2px 0px 1.2em 0px;
}

.big_def_list DT {
	float: left;
	clear: left;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	width: 230px;
}
.big_def_list DD {
	float: left;
	width: 215px;
	margin-left: 15px;
}


/* typo3 css corekturen */
DIV.csc-textpic-clear {
	
}

/*
* 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;
	
}
*/