@charset "utf-8";
/* CSS Document */
body {
	font-size: small; /*reduserer skriftgrad til 13 px*/
	line-height: 1.5;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #647B45;
}




#wrapper {
	margin: 0 auto;
	width: 765px;
	position: relative;
}
h1 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #006600;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C9CEB8;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	line-height: 1.2em;
}

h2 {
	text-transform: uppercase;
	color: #006600;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
}

.fremhev {
	padding-bottom: 20px;
	color: #006600;
	font-weight: bold;
	text-transform: uppercase;
}

#top {
	background-image: url(../bilder/kennel_top.jpg);
	background-repeat: no-repeat;
	height: 126px;
}

#menu {
	background-color: #EEEEEE;
	height: 26px;
	padding-left: 88px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}
#main {
	border-right-color: #d5edb3;
	border-bottom-color: #d5edb3;
	border-left-color: #d5edb3;
	border-right-width: 22px;
	border-left-width: 22px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 0px;
	border-top-width: 14px;
	border-top-style: solid;
	border-top-color: #d5edb3;
	padding: 30px 80px 50px 75px;
	background-color: #FFFFFF;
	overflow: auto;
	clear: both;
}
#main img {
	padding: 5px 10px 0px 0px;

}


#bottom {
	height: 30px;
	text-align: center;
	padding-top: 18px;
	background-color: #D5EDB3;
	font-style: italic;
	color: #5c743d;
	font-size: 11px;
	font-variant: normal;
	letter-spacing: 0.3em;
	word-spacing: 0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
}

a {
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}


a:hover {
	color: #000000;
	text-decoration: none;
}
table {
	line-height: 15px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 25px;
	clear: both;
}

td {
	background-color: #D5EDB3;
	padding: 15px 4px 15px 8px;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
p  strong {
	color: #006600;
}
.bildefloat {
	float: left;
}
