/* navigation elements */ @import url("navi.css");
/* page structure elements */ @import url("pages.css");
/* frontpage elements */ @import url("frontpage.css");
/* form elements */ @import url("forms.css");

/* general styles */

body	{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #303030;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p	{
	margin-top: 0px;
	margin-bottom: 15px;
}

i	{
	font-style: italic;
}

b	{
	font-weight: bold;
}

small	{
	font-size: 95%;
}

.errorHighlight
{
	color:Red;
	font-weight:bold;
}

/* links */

a:link, a:active	{
	text-decoration: underline;
	color: #0270c1;
}

a:visited	{
	color: #0270c1;
}

a:hover	{
	color: #479edf;
}

a.arrow	{
	background-image: url(/Kennelliitto/images/www/link_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 4px;
}

/* headers */

h1	{
	font-size: 200%;
	font-weight: normal;
	margin: 0px 0px 12px 0px;
	color: #0270c1;
}

h2	{
	font-size: 130%;
	font-weight: bold;
	padding-top: 10px;
	margin: 0px 0px 10px 0px;
	color: #0270c1;
}

h3	{
	font-size: 100%;
	color: #0270c1;
	margin: 0px 0px 5px 0px;
}

h4	{
	font-size: 130%;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
	color: #858585;
}

h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited
h4 a:link,
h4 a:visited
{
	text-decoration: none;
}
