@import url(pageTemplate.css);
@import url(menu.css);
@import url(tx_cscsitemap.css);
@import_url(tx_cron_cssstyledimgtext.css);

body
{
	margin: 0px;
	padding: 0px;
}

/* PARAGRAPHS */

p, p a, ul, ol, li
{ 
	font-family: Georgia, serif;
    	font-size: 120%;
}

p, p bodytext, ul, ol, li
{ 
	color: #000000;
	text-align : justify;
	text-indent: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	/*vertical-align: text-top;*/
	margin: 0.1em 0 0.5em 0;	
	line-height: 1.25em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
}

p a:link    { color: #992222; text-decoration:none; }
p a:visited { color: #992222; text-decoration:none; }
p a:hover   { color: #E00000; text-decoration:underline; }
p a:active  { color: #E00000; text-decoration:underline; }
p a:focus   { color: #E00000; text-decoration:underline; }

td a:link    { color: #992222; text-decoration:none; }
td a:visited { color: #992222; text-decoration:none; }
td a:hover   { color: #E00000; text-decoration:underline; }
td a:active  { color: #E00000; text-decoration:underline; }
td a:focus   { color: #E00000; text-decoration:underline; }

ul, ol
{
	margin-left: 30px;
	margin-bottom: 10px;
}

ul li
{
	vertical-align: middle;

}

h1, h2, h3, h4, h5, h6
{
	clear: both;
	font-weight: bold;
	color: black;
	margin: 0;
	margin: 0.2em 0 0.2em 0;
	padding: 0;
}

h1
{
    font-size: 1.5em;
}

h2
{
    font-size: 1.2em;
}

h3, h4, h5, h6

{
    font-size: 1em;
}

.caption {
	font-size: 80%;
}

.sitemap
{
	font-size: 80%;
}

.sitemap a:link    { color: #992222; text-decoration:none; }
.sitemap a:visited { color: #992222; text-decoration:none; }
.sitemap a:hover   { color: #E00000; text-decoration:underline; }
.sitemap a:active  { color: #E00000; text-decoration:underline; }
.sitemap a:focus   { color: #E00000; text-decoration:underline; }

.tx-responsible-pi1
{
	font-size: 80%;
	font-family: Georgia, serif;
	margin: 0.1em 0 0.5em 0;

}