@charset "UTF-8";
.reportage {
	border-collapse: collapse;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #999;
}
a {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #F60;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	margin-bottom: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h4 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.breeder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
}
.breeder td {
	padding-top: 3px;
	padding-left: 3px;
	border: 1px solid #CCC;
	padding-bottom: 3px;
}
.styrelsen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
}
.styrelsen td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px solid #CCC;
}
.bildgalleri {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bildgalleri td {
	vertical-align: text-top;
}
.bildgalleri p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#indexcontent {
	float: left;
	width: 370px;
	padding-top: 10px;
}
#indexcontent p {
	line-height: 150%;
}
.nyheter {
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	background-color: #CCCCCC;
	letter-spacing: 2px;
}
#nyheter {
	float: right;
	width: 190px;
}
#rubrik {
	width: 600px;
	margin-top: 20px;
}
hr {
	color: #060;
	background-color: #060;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 1px;
}
.redtext {
	color: #F00;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#jumpMenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #060;
	background-color: #FFF;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 180px;
}
#sidebar p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#shows {
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 10px;
}
table tr td div {
	font-size: 12px;
}
.valp {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
}
.valp td {
	padding-top: 5px;
	padding-left: 3px;
	border: 1px solid #CCC;
}
.grabgrd {
	background-color: #eee;
}
.closewindow {
	color: #FFF;
	background-color: #060;
}
