/*style1 definerer style for alle forsider = niveau 1 og 2. Style3 for alle andre niveauer*/
/*Style1 er basis for alle andre sider*/
/*indhold: Body st 1+3, h1-6 st1 (mange klasser), P st.1, links st. 1, 
Banner (mange id))menucontainer, boks (mange klasser), nyhedsboks, forsidebilledboks.


/*body*/
body{
padding:2em 1.4em 1em 1.4em;
margin: 0;
font-family:Trebuchet MS, Arial, Geneva, Helvetica, Verdana, sans-serif;
/* Microsoft Sans Serif, */
font-size: 95%; /*Kun denne font størrelse skal være i %, resten skal være i em, så kan man nøjes med at ændre denne*/
background-color:#006699;
color:#330099;
}

/*Oprindelig i body: margin: 10px 10px 10px 10px; padding: 0px 0px 0px 0px; Ændret pga IE*/
/*color i body:#191970; #ccccff; #cccccc;#00008b;#000099#6666ff;#330099;#030080;*/
/*body slut*/

/* Overskrifter h1,h1.hand,h2,h2.clos,h3,h3.space,h4,h5,h5.left,h6,h6.close,h6.tight*/
h1,h2,h3,h4,h5,h6,h6.tight{
 font-family: Trebuchet MS, Arial, Geneva, Helvetica, Verdana, sans-serif;
 font-weight: bold;
 }

h1 {
	font-size: 2.0em;
	font-variant: small-caps;
	letter-spacing: 3px;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used instead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
	
	h1.hand{
	font-family: monotype corsiva, lucida handwriting italic, new times roman, verdana;
	font-size: 2.0em;
	letter-spacing: 3px;
	text-align:center;
	margin-top: 0em;
	margin-bottom: 0em;
	
	}
h2 {
	font-size: 1.3em;/*125%*/
	font-variant: small-caps;
	letter-spacing:1px;
	text-align:left;
    margin: 1.2em 0em 1.2em 0em;
    clear:left;
	}
	* html h2{margin:1.2em 0em 1.2em 0em;}/*tilføjet fra style 3: */

h2.clos{margin: 0em 0em 0em 0em;}

h3 {
	font-size: 1.1em; /*90%*/
	font-variant: small-caps;
	letter-spacing:1px;
	text-align:left;
	margin: 1.5em 0em -0.4em 0em;
	clear:left;
	}
    
h3.space{margin: 1.5em 0em 1em 0em;}
	
		
h4 {
	font-size: 1.0em;
	letter-spacing: 1px;
	text-align: left;
	margin: 1.2em 0em -0.4em 0em;
	line-height: 0.30em;
	}
	
h5 {
	font-size: 1.0em;
	letter-spacing: 1px;
	text-align: center;
	margin: 1.2em 0em 0.2em 0em;
	}
	* html h5{margin:1.2em 0em 0.2em 0em;}/*tilføjet fra style 3: */
	
h5.left{
font-size: 1.0em;
	letter-spacing: 1px;
	text-align: left;
	margin: 1.2em 0em 0.2em 0em;
}
h6 {
	font-size: 0.8em;
	text-align: left;
	margin: 1.2em 0em 0.3em 0em;
	}
h6.close{margin: 0em 0em 0.03em 0em;}

h6.tight{
         margin: 0em 0em -1.5em 0em;
         font-variant: small-caps;
         }


/*
h1{
 font-variant: small-caps;  font-size: 200%; text-align: center; letter-spacing: 3px;
 }
h2{font-variant: small-caps; font-size: 125%; text-align:left;letter-spacing:1px;}*/
/** html h2{margin-top: 25px;}*/
/*tilføjet fra style 3: */
/*h3{
font-variant: small-caps; font-size: 90%; text-align:left;letter-spacing:1px;
line-height: 25%; margin-top:2%; margin-bottom:-1em;
}
h5{font-size: 90%;text-align: center;letter-spacing: 1px; margin-top: 5px;}
h6 {margin-bottom: 0.3%;}
*/

/* Paragraffer/afsnit */
p{text-align:justify;}

/*Her starter links, Pas på ændringer - de kan ændre menubjælke*/
/*<body bgcolor="#CCFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">*/
/* ændring af enkelte links eks:  a.lysbag:visited {color: purple;} - i dok.i link: class="lysbag"*/
  
a:link {
font-size: 80%; 
color:#33ffff; /*hvid: #DDDDDD;style="color:blue;"*/
}
a:visited {
font-size: 80%;
color: #33ffff;/* dddddd=grålyseblå #33ffff;ws -turkisbla#ffffff;*/
  } 

a:active{color:#FF0000; font-size: 80%;} /*#33ffff*/

a:hover{
	font-weight: bold; 
	font-size: 100%;
	color: blue;
	background-color: red;
    }
/*Her slutter links */

 /* Banner - html: <div id="banner"> <h1>Buhund</h1> </div> */
  div#banner h1, div#bannersyren h1, div#bannersort h1{
	 margin:0% 15% 0% 15%;
	 padding: 0.5em 0.7em 0.7em 0.7em;
     font-family:"arial black", sans-serif;
	 font-size:32px;
	 text-align:right;
	 font-weight:normal;
	 background-color:#0066CC;
	 color:white; /*Beige #feffe3;*/
     background-image:url("buny.gif");
	 background-repeat:no-repeat;
	 background-position:left;
	 }
/*Banner farver*/
div#bannersyren h1{background-color: #8a2be2; color:#FFEBCD;}
div#bannersort h1{background-color: #000000; color:#ffffff;}/*#17090a*/

	 
/*hovedmenubjælke begynd - ved ændringer, husk også evt. at ændre undermenuerne*/
#menucontainer{
  margin:0% 15% 0% 15%;/*original: margin ikke opgivet, nødvendigt for at flugte banner.*/
  padding: 0 0 0 0;
  height:1.2em;/*højde på menubjælken*/
	background-color:#225577;/*mørkegrøn */
	} 
	/* Højde nødvendig, baggrunden skal have farve, højde = font-size + 2 gange padding på a */            
  
#menucontainer ul{ 
  margin:0 0 0 0;
  padding:0 0 0 0;
	font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
  font-size:70%; 
  font-weight:bold;
  line-height:125%;
  color: white;
  float: left;
  width: 100%;
  }/*original: border-left:1px solid white; erstattes med: #333399; }*/
	    
#menucontainer ul li{ 
  display: inline;
	}

#menucontainer ul li a{
  padding: 0.2em 1em;
	/*original er 0.2em til venstre og 1em i højre side: kan ændres hvis flere/færre menuer*/
  font-size: 100%;
	background-color: #257;
  color: #ffffff;
	text-decoration: none;
  float: left;	/*width:6em; Forslag fra anden side om menuer - gør bredden af hver link lige stor*/
  border-right: 1px #333399; /*Original: solid #fff; }*/
}
#menucontainer ul li a:visited{
  font-size: 100%;
  color: #dddddd;/**/
 }
#menucontainer ul li a:hover{
  background-color:#ccf;
  color: #1a0080; font-size: 100%;
	}
    
 
    
span.clear {clear: left;}
/*hovedmenubjælke slut*/
		
/*Boks <DIV id=maindiv1 align=center><DIV id=maindiv2 style="WIDTH: 740px; POSITION: relative">
*/
div#boks, div#bokssyren, div#bokssort, div#boksblagron, div#boksupdate, div#boksumarg{
    margin:0% 15% 0% 15%;
	padding: 0.4em 3em 1em 2em;
	border:1px #186c97;
	min-height: 910px;
    
	/*Uens browsertolkning - IE tolker height som min-height og forstår ikke sidstnævnte - problem: større skrift hos bruger*/
	overflow: auto;/*uens browsertolkning måske skal her stå auto eller visible*/
	clear: left;
	}
	/*nedenstående til IE*/
	* html div#boks{height: 910px;}
	* html div#boks{overflow:visible;}
	* html div#boksupdate{height: 910px;}
	* html div#boksupdate{overflow:visible;}
	* html div#bokssyren{height: 910px;}
	* html div#bokssyren{overflow:visible;}
	* html div#bokssort{height: 910px;}
	* html div#bokssort{overflow:visible;}
	* html div#boksblagron{height: 910px;}
	* html div#boksblagron{overflow:visible;}
    * html div#boksumarg{height: 910px;}
	* html div#boksumarg{overflow:visible;}

div#boks{background-color:#6699CC; color:#330099;}/*#6699CC; color:#191970;#000099;*/
div#boksupdate{background-color:#6699CC; color:#330099;}/*color:#191970;#000099;*/
div#bokssyren {background-color: #8a2be2; color:#FFEBCD;padding: 10px 10px 1em 10px;}/*#E0FFFF*/
div#bokssort{background-color: #000000; color:#ffffff;}
div#boksblagron{background-color: #0099CC; color:#191970;}
div#boksumarg{background-color:#6699CC; color:#330099;padding: 10px 10px 1em 10px;}
/*farver: #6495ed;#B0C4DE;#E6E6FA; #006699; Mørkegrøn#186c97;lysebla #ccccff; pæn grønblå #0099cc;*/
/*farver:	background-color:#006699;/*ws #330099#6666ff;color:#191970; <!-- #ccccff; #cccccc;#00008b;#000099#330099;*/

/*boks slut*/

	
/*Nyhedsboks højre*/
	div#boks2{
    margin-top:0;
    margin-left: 1.2em;
	padding: 1em;/*padding: 0.1em 4px 0.1em 0.1em;*/
	font-family: Trebuchet MS, Arial, Geneva, Helvetica, Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em; 
	width: 200px;
    min-height: 860px;
	background-color:#006699; /*Samme farve som background i body - andre farver: #186c97; #006699; indigo*/
	color:#33ffff;
	float: right;
	overflow: auto;
	clear: left;
	}
	* html div#boks2{height: 860px;}
	* html div#boks2{overflow: visible;}
/*nyhedsboks slut*/
   
   /*Nyhedsboks venstre*/
	div#boks2left{
    color:#33ffff;
    margin-top:0;
	margin-right: 1.2em;
	padding: 0 1em;/*padding: 0.1em 4px 0.1em 0.1em;*/
	font-family: Trebuchet MS, Arial, Geneva, Helvetica, Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em; 
	width: 200px;
    min-height: 630px;
    background-color:#006699; /*Samme farve som background i body - andre farver: #186c97; #006699; indigo*/
	float: left;
	overflow: auto;
	clear: left;
	}
	* html div#boks2left{height: 630px;}
	* html div#boks2left{overflow: visible;}
/*nyhedsboks slut*/
   
    
/*ForsideBilledboks lille til lille billede*/
	div#boks3{
	/*margin-top: 20px;*/
	margin-right: 0px;
	height: 150px;
	width: 344px;
    float:right;
	background-color:indigo;/*#186c97; #006699; indigo;*/
	padding: 2px;
	background-image: url("images/indeximg/lau12sm.jpg");
	background-repeat: no-repeat;
	}
/*ForsideBilledboks lille slut*/ 

             
	/*footer begynd*/
 div.footer{
 margin: 0% 15% 0% 15%;
 padding: 1.9em 0 0.4em 1.4em;
 font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
 font-size: 11px;
 line-height:1.5em;
 letter-spacing: 1px;
 color: white;
 background-color: #225577;
 height: 3.2em;
 text-align:center;
 clear:both;
 }
/*footer slut*/

	
/*Niveau 2 begynd	- dokumentafhængige styles*/

/*Alle tabeller uanset niveau samles her*/

/*news*/
table#news {width: 98%; font-size:100%; font-size:95%;text-align: justify;}

/*emma*/
table#emma {font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 75%;}

/*link*/
caption.link {font-variant: small-caps; font-size:100%; font-weight: bold; letter-spacing:2;
padding: 0 0 3px 0;}
table#linkpage {width: 93%; font-size:95%;}

/*lp_resul*/
caption.lp {
font-size:100%; font-weight: bold; font-family: Arial, Helvetica, Geneva, sans-serif;
padding: 0 0 3px 0; align:top; text-align:left;
}
/*Emma growing up*/ 

caption.grow{font-variant:small-caps; font-size:1.0em; font-weight: bold; letter-spacing:2px;text-align:center;}


/*Aettebog og aner m.m.*/

caption.aner{font-variant:small-caps; font-size:1.0em; font-weight: bold; letter-spacing:2px;text-align:center;}


/*Alle tabeller slut her*/


/*menubjælke( buhund, Emma,traef, hvalp) undermenuer fra hovedside begynd*/
 #menubuhund, #menutraef, #menuemma, #menuhvalp, #menuhome{
	margin:0% 15% 0% 15%;/*original: margin ikke opgivet, nødvendigt for at flugte banner.*/
  padding: 0 0 0 0;
  height:1.1em;
	 } /* Højde nødvendig, baggrunden skal have farve, højde = font-size + 2 gange padding på a */            
  
 #menubuhund ul, #menutraef ul, #menuemma ul, #menuhvalp ul, #menuhome ul{ 
  font-size:70%; 
  font-weight:bold;
  line-height:100%;
  margin:0 0 0 0;
  padding:0 0 3px 0;/*bottom=3 så den når ned til boksen uden mellemrum*/
  background-color: #257;
  color: White;
  float: left;
  width: 100%;
  font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
  }/*original: border-left:1px solid white; erstattes med: #333399; }*/
	
 #menubuhund ul li, #menutraef ul li, #menuemma ul li, #menuhvalp ul li, #menuhome ul li{ 
  display: inline;
	}

 #menubuhund ul li a, #menutraef ul li a, #menuemma ul li a, #menuhvalp ul li a, #menuhome ul li a{
  padding: 0.2em 2em;/*original er 0.2em til venstre og 1em i højre side: kan ændres
	 hvis flere/færre menuer*/
  background-color:black; /*#669999;*/
  color: #ffffff;
	font-size: 100%;
  text-decoration: none;
  float: left;	/*width:6em; Forslag fra anden side om menuer - gør bredden af hver link lige stor*/
  border-right: 1px #333399;} /*Original: solid #fff; }*/

 #menubuhund ul li a:visited, #menutraef ul li a:visited, #menuemma ul li a:visited,#menuhvalp ul li a:visited, #menuhome ul li a:visited{
color: #dddddd; font-size: 100%;}

 #menubuhund ul li a:hover, #menutraef ul li a:hover, #menuemma ul li a:hover, #menuhvalp ul li a:hover, #menuhome ul li a:hover{
  background-color: #ccf;
  color: #1a0080; font-size: 100%;}/*color: #1a0080;*/

span.clear {clear:left;}
/*menubjælke undermnuer slut*/




/*style 3*/

	
		
	/*indholdsboks*/
	div#ni3indhold{
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
	padding: 10px;/*padding: 0.1em 4px 0.1em 0.1em;*/
	font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	/*line-height: 1.5em;*/
	height: 220px; 
	width: 180px;
	background-color: #030080;/*#186c97; #006699*/
	color: white;
	border: 1px #030080;
	float: right;
	overflow:auto;
	clear: left;
	}
    * html div#ni3indhold{height:220px;}
	* html div#ni3indhold{overflow: visible;}
	/*Indholdsboks slut*/
					

	






	
