@import url(../../../css/boxclass.css);

#content p,
#content li,
#content label {
	font-size: 85%;
	line-height: 150%;
}

#content button {
	font-size: 85%;
}

#content li p,
#content li label,
#content li button,
#content p label,
#content p button {
	font-size: inherit;
}

#content h1 {
	font-family: Lucida Sans, Arial, Verdana;
	margin: 0;
	padding: 0;
	font-size: 108%;
	font-weight: bold;
	color: white;
	background-color: #002446;
	margin-top: -2px;
}

#content h2 {
	margin: 0;
	padding: 0;
	font-size: 116%;
	font-weight: bold;
	color: #0057A9;
	padding: 1px 2px;
	margin-bottom: 5px;
}

#content h3 {
	font-size: 77%;
	color: white;
	background-image: url(/_local/images/background-content-box-topleft.gif);
	background-repeat: no-repeat;
	line-height: 23px;
	padding: 0 0 0 24px;
	margin: 0 8px 1px 0;
	position: relative;
	left: -1px;
	background-color: #002446;
	height: 23px;
}

/* no fancy positioning in tiny mce */
body#content h3 {
	position: static;
	margin-right: -1px;
}

#content h4 {
	font-size: 85%;
	line-height: 150%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}


#content a {
	color: #ee2b1a !important;
	text-decoration: none !important;
}

#content a img {
	border: 0;
}

/* extra classes */
#content .Einzug,
#content p.Einzug,
#content h4.Einzug,
#content ul li.Einzug {
	margin-left: 16px;
	margin-right: 8px;
}

#content img.Einzug {
	margin-left: 16px;
	margin-right: 0;
}

#content a.LinkSymbol,
#content p.Einzug a.LinkSymbol {
	background-image: url(/_local/images/background-link.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 8px;
}

div#content ul {
	padding: 0px;
	margin: 12px 0px 0px 0px;
}

div#content ul li {
	list-style: none;
	background-image: url(/_local/images/listicon.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 4px;
}

