/*
 *Text
 */
h1, h2, h3, h4, h5, h6, p, a, ul, ol, th, td, form, fieldset, label, input, textarea
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4
{
	margin-bottom: 4px;
}

h1
{
	font-size: 22px;
	color: #000080;
}

h2
{
	font-size: 18px;
	color: #5ca3ff;
}

h3
{
	font-size: 18px;
	color: #fff;
}

h4
{
	font-size: 16px;
	color: #5ca3ff;
}

hr
{
	height: 1px;
	border: none 0;
	background-color: #5ca3ff;
	color: #5ca3ff;
}

p, a, ul, ol, td, th
{
	font-size: 13px;
	line-height: 19px;
	color: #000080;
}

div#HeaderTop p
{
	position: absolute;
	top: 67px;
	right: 10px;
}

div#Inlay p
{
	text-align: left;
}

div.Block p
{
	margin-left: 20px;
}

div#Footer p
{
	text-align: center;
	color: #fff;
}

span.Phone
{
	padding-left: 14px;
	background-image: url(../media/img/phone.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

span.Mail
{
	padding-left: 20px;
	background-image: url(../media/img/mail.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
}

a
{
	text-decoration: none;
	color: #5ca3ff;
}

a:hover
{
	text-decoration: underline;
	color: #000080;
}

a.Pdf
{
	padding-left: 20px;
	background-image: url(../media/img/pdf_icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

a.Link
{
	padding-left: 20px;
	background-image: url(../media/img/extern_link.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

a#printpage
{
	padding-left: 20px;
	background: url(../media/img/print-icon.gif) left center no-repeat;
	margin: 0 20px 0 0;
	float: right;
}

div#Footer a
{
	color: #5ca3ff;
}

div#MainContent ol
{
	margin: 0;
	margin-left: 20px;
}

div#MainContent ul
{
	margin: 0;
	list-style: none;
}

div#MainContent ul li
{
	height: 1%;
	padding-left: 18px;
	background-image: url(../media/img/bullet_1.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
}

	div#MainContent ul ul li
	{
		height: 1%;
		padding-left: 18px;
		background-image: url(../media/img/bullet_2.gif);
		background-position: left 2px;
		background-repeat: no-repeat;
	}

		div#MainContent ul ul ul li
		{
			height: 1%;
			padding-left: 18px;
			background-image: url(../media/img/bullet_3.gif);
			background-position: left 2px;
			background-repeat: no-repeat;
		}

img.ImgLeft{
	float: left;
	margin: 0 10px 5px 0;	
}

img.ImgRight{
	float: right;
	margin: 0 0 5px 10px;
}
