/*body*/

body{
	/*margin-left:0px;
	margin-top:0px;*/
	background-color:#ffffff;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #5E6776;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #5E6776;
}
/*.galleri{
	
	background-image : url(images/galleri.jpg); 
	background-repeat : no-repeat; 
	width : 552px; 
	height : 400px; 
	position : absolute; 
	top : 10px; 
	left : 200px; 
	padding : 0; 
	z-index : 1; 

}*/
/*.bakgrundsbild {
	background-image: url(images/galleri.jpg);
	background-repeat: no-repeat;
} 
*/
/*style för body på index.html*/
.index{
	margin-left:0px;
	margin-top:0px;
	background-color:#8F939C;
	background-image : url(images/bg.jpg); 
	margin-bottom:0px;

}
/*style för body på menysidorna t.ex. katter.html, resultat.html och avkommor.html de smä länksidorna*/	
.meny{
	margin-left:0px;
	margin-top:0px;
	background-color:#ffffff;
}


/*td/celler i tabeller*/
td{
	/*padding: 5px 10px;*/
	padding: 2px 4px;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5E6776;
	/*color:#000000;*/
	/*font-weight:bold;*/
}
/*style för td-cellerna på index.html*/
.tdindex{
	padding: 0px;
	border:0px;
}

/*border/kantlinjer på td/celler*/
.kantlinje{
	padding:1px 1px 1px 1px;
	border-top: 2px solid #FFCC99;
	border-right: 2px solid #FFCC99;
	border-bottom: 2px solid #FFCC99;*/
	text-align : center;
	font-weight:bold;
	
}

.kantlinje_a{
	padding:1px 1px 1px 1px;
	border-top: 2px solid #FFCC99;
	border-left: 2px solid #FFCC99;
	border-right: 2px solid #FFCC99;
	border-bottom: 2px solid #FFCC99;*/
	text-align : center;
	font-weight:bold;
}

.kantlinje_dotted{
	padding:0px 0px 1px 0px;
	/*border-top: 2px dotted #FFCC99;*/
	border-right: 2px dotted #FFCC99;
	border-bottom: 2px dotted #FFCC99;*/
	text-align : center; 
}

.kantlinje_dotted_a{
	padding:0px 0px 1px 0px;
	/*border-top: 2px dotted #FFCC99;*/
	border-left: 2px dotted #FFCC99;
	border-right: 2px dotted #FFCC99;
	border-bottom: 2px dotted #FFCC99;*/
	text-align : center; 
}
.kantlinje_dotted_hel{
	padding:0px 0px 1px 0px;
	border-top: 2px dotted #FFCC99;*/
	border-right: 2px dotted #FFCC99;
	border-bottom: 2px dotted #FFCC99;*/
	text-align : center; 
}

.kantlinje_dotted_hel_a{
	padding:0px 0px 1px 0px;
	border-top: 2px dotted #FFCC99;*/
	border-left: 2px dotted #FFCC99;
	border-right: 2px dotted #FFCC99;
	border-bottom: 2px dotted #FFCC99;*/
	text-align : center; 
}
.kantlinje_cell{
	
	padding:10px 10px 0px 10px;
	border-top: 2px dotted #FFCC99;*/
	border-left: 2px dotted #FFCC99;
	border-right: 2px dotted #FFCC99;
	border-bottom: 2px dotted #FFCC99;*/
	text-align : center;
	text-align : top;
}

/*texten vä-ställd i cellerna*/
.kantlinje_va{
	padding:2px 0px 2px 2px;
	border-top: 2px solid #FFCC99;
	border-right: 2px solid #FFCC99;
	border-bottom: 2px solid #FFCC99;*/
	font-weight:bold;
	
	
}

.kantlinje_a_va{
	padding:2px 0px 2px 2px;
	border-top: 2px solid #FFCC99;
	border-left: 2px solid #FFCC99;
	border-right: 2px solid #FFCC99;
	border-bottom: 2px solid #FFCC99;*/
	font-weight:bold;
	
}

.kantlinje_dotted_va{
	padding:2px 0px 2px 2px;
	/*border-top: 2px dotted #FFCC99;*/
	border-right: 2px dotted #FFCC99;
	border-bottom: 2px dotted #FFCC99;*/
	
}

.kantlinje_dotted_a_va{
	padding:2px 0px 2px 2px;
	/*border-top: 2px dotted #FFCC99;*/
	border-left: 2px dotted #FFCC99;
	border-right: 2px dotted #FFCC99;
	border-bottom: 2px dotted #FFCC99;*/
	
}

/*text*/
h1{
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}
h2{
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	
}

.halvrub{
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.liten{
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
.text_bakgrundsfarg {
	background-color: #FFCC00;
} 

/*Radavstond*/
.linespacing {
	line-height: 15px;
}

hr{
	color:#FFCC99;
	background-image: url(images/img18.gif.jpg);
}

/*länkar*/
a{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px; color:#5E6776}
a:link { text-decoration: underline}
a:visited { text-decoration: underline}
a:active { text-decoration: none} 
a:hover { color: #FFFFFF; background-color: #A2AEBA}
a:link.meny1 { text-decoration: none;font-weight:bold;}
a:visited.meny1 { text-decoration: none;font-weight:bold;}
a:active.menny1 { text-decoration: none;font-weight:bold;} 
a:hover.meny1 { color: #FFFFFF; background-color: #A2AEBA;}
a:link.meny2 { text-decoration: none;}
a:visited.meny2 { text-decoration: none;}
a:active.menny2 { text-decoration: none;} 
a:hover.meny2 { color: #FFFFFF; background-color: #A2AEBA;}
a:link.rubrik { text-decoration: underline;}
a:visited.rubrik { text-decoration: underline;}
a:active.rubrik { text-decoration: underline;} 
a:hover.rubrik { color: #FFFFFF; background-color:#A2AEBA; font-size:16px;}
a:link.rubrik2 { text-decoration: none;}
a:visited.rubrik2 { text-decoration: none;}
a:active.rubrik2 { text-decoration: none;} 
a:hover.rubrik2 { color: #FFFFFF; background-color:#A2AEBA; font-size:13px;}

