@charset "UTF-8";
/* CSS Document */
body {
	background-color: #f9fbed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background_unicorn.jpg);
	background-repeat: no-repeat;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	padding-left: 8px;
	
}
.H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	padding-left: 8px;
	padding-top: 1px;
	color: #473a27;	
}
.H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #362C1D;
}
.bread {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #473a27;
}
.h1Table {
	height: 30px;
	width: 602px;
	background-image: url(../images/h1_background.png);
	background-repeat: no-repeat;
}
a:link {
	color: #473a27;
	text-decoration: underline;
}
a:hover {
	color: #473a27;
	text-decoration: underline;
}
a:visited {
	color: #473a27;
	text-decoration: none;
}
a:active {
	color: #473a27;
}
label input,
label select,
label textarea {
    display: block;
}
* {
    font-family: Helvetica;
    text-align: left;
   }
.errorMessage {
    display: none;
    padding: 5px 0 0 0;
    float: right;
    width: 400px;
   }
.error .errorMessage {
    display: block;
      }
.error th,
.error td {
	background: #FF3300;
	color: #ffffff;
      }
#anmalanTabell td {
    padding: 5px 0;
}
