body {
	font: 11px/20px verdana, arial, georgia, sans-serif;
	color: #336699;
}


/* Überschriften definieren */
h1, h2, h3 {
	font: 13px/20px verdana, arial, georgia, sans-serif;
	font-weight: bold;
	
	line-height: 20px;
	margin:0;

}
h1 {

	font-size: 11pt;
	color: #1E4C8A;
}
h2 {
	color: #1E4C8A;
margin: 20px 0px 15px 0px;

}
h3 {
	color: #1E4C8A;
}

#kurstitel{
	color: #1E4C8A;
	height: 40px;
}

h4, h5 , h6 {
	font: 12px/20px verdana, arial, georgia, sans-serif;
	font-weight: bold;
	color: #1E4C8A;
	background:transparent url(../images/line-bg.gif) repeat-x scroll center bottom;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

h6{background: none;}

h6 span{
	font-weight: normal;
}

ol {

}
ul {

}
#leistungen li, #content li {
padding-left: 25px;
background: url(../icons/tick.png) 5px  2px no-repeat;
padding-bottom: 5px;
}

#content .hinweise li{
padding-left: 25px;
background: none;
padding-bottom: 5px;
}

p, dl, hr, ol, ul, pre, table, address, fieldset {
	margin-bottom:5px
}

.hinweis-rot{
color:#FF0000;
font-weight:bolder;
line-height:20px;
}