* {
	padding: 					0;
	margin: 					0;
}

html,body {
	font-family: 				"Trebuchet MS",sans-serif;
	color:						#666;
	font-size: 					100.1%;
	font-size: 					0.82em;
	font-weight: 				normal;
	line-height: 				2em;
	background-color:			#d6dfe6;
}

p,span { 	
	line-height: 					1.4em;
	padding-top: 					10px;
	padding-left: 					0px;
	padding-right: 					0px;
	text-align: 					left;
}

h1, h2 { 	
	font-size: 						1.4em;
	font-weight: 					bold;		
	line-height: 					1.9em;
	margin-top: 					10px;
	color:							#0087BA;
}

h3, h4 { 	
	font-size: 						1.4em;
	font-weight: 					bold;
	font-style: 					normal;
	line-height: 					1.4em;		
	color:							#0087BA;
}

h5, h6 { 	
	font-size: 						1.2em;
	font-weight: 					bold;
	font-style: 					normal;
	line-height: 					1.2em;		
	color:							#0087BA;
}
a:link,
a:visited {
	color:#0087BA;
	text-decoration:none;
}

a:focus,
a:active,
a:hover {
	color:#666;
	text-decoration:none;
}

#container {
	margin: 50px auto 0 auto;
	width: 920px;
}

#backgroundBreed {
	background-image:url(../images/schaduw_breed.jpg);
	width: 900px;
	height:500px;
	padding:10px;
	background-repeat:no-repeat;
}

#backgroundSmal {
	background-image:url(../images/schaduw_smal.jpg);
	width: 500px;
	height:500px;
	padding:10px;
	background-repeat:no-repeat;
}

div.footer {
	margin-top:10px;
	float:left;
	width:900px;
	text-align:center;
}

div.left {
	float:left;
}

div.right {
	float:right;
}

div.shadow {
	
}
	
span.footerFirstLine {
	color:#666;
	font-size:1.0em;
	line-height:1.2em;
}

span.footerSecondLine {
	font-size:1.0em;
	line-height:2.0em;
}


.footerFirstLine a:link,
.footerFirstLine a:visited {
	color:#666;
	text-decoration:none;
}

.footerFirstLine a:focus,
.footerFirstLine a:active,
.footerFirstLine a:hover {
	color:#0087BA;
	text-decoration:none;
}

.footerSecondLine a:link,
.footerSecondLine a:visited {
	color:#0087BA;
	text-decoration:none;
}

.footerSecondLine a:focus,
.footerSecondLine a:active,
.footerSecondLine a:hover {
	color:#666;
	text-decoration:none;
}

