/* navigation elements */ @import url("navi.css");
/* general page elements */ @import url("pages.css");
/* frontpage elements */ @import url("frontpage.css");
/* form elements */ @import url("forms.css");
/* word template */ @import url("document_print.css");

body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #333333;
}

p	{
	margin-top: 0px;
	margin-bottom: 15px;
}


img	{
	border: 0px;
}

small, .small	{
	font-size: 11px;
}

/* headers */

h1	{
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 30px;
}

h2	{
	font-size: 14px;
	font-weight: bold; 
	margin-top: 0px;
	margin-bottom: 5px;
}

h3	{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 3px;
}

h4	{
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid #999999;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-bottom: 1px;
}

h4 a	{
	text-decoration: none;
}

/* links */

a:link, a:active, a:visited	{
	color: #003362;
}

a:hover	{
	color: #366087;
}

a.arrow,
.leftColumn .teaserRelatedTopics a:link,
.leftColumn .teaserRelatedTopics a:visited 	{
	background-image: url(../images/arrow_leftnavi.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 7px;
}