/* CSS dokument for hundetrenere.no */
/* Dette CSS dokumenetet er utviklet av JKJ Design - Julie Kjærmann-Jensen */
/* på vegne av Norges Hundetrenerforbund - www.hundetrenere.no */

body 		{ width: 100%;
		  height: 100%;
		  margin: 0 auto;
		  padding: 0px;
		  background-color: #FFFFFF;
		  text-align: center;
		}

#container	{ position: relative;
		  height: auto;
		  width: 800px;
		  margin: 0 auto;
		}

#containerPrint	{ position: relative;
		  height: auto;
		  width: 700px;
		  margin: 0 auto;
		}

#header 	{ position: relative;
		  height: auto;
		  width: 800px;
		  height: 80px;
		  background-image: url(img/hundetrenere_headerBG.jpg);
		  background-repeat: no-repeat;  	  
		}

#logo		{ float: left;
		  width: 300px;
		  height: 80px;
		  position: relative;
		}

#headerMeny	{ float: right;
		  width: 250px;
		  height: 20px;
		  position: relative;		  
		  margin-right: 10px;
		  margin-top: 50px;
		  font-size: 12px;
		  font-family: Arial, sans-serif;
		  color: #666666;
		  text-align: right;
		}

A.headerMeny:link	{ font-family: Arial, "sans serif";
			  font-size:12px;
			  font-weight:normal;
			  text-decoration: none;
			  color:#666666;
			}

A.headerMeny:visited	{ font-family: Arial, "sans serif";
			  font-size:12px;
			  font-weight:normal;
			  text-decoration: none;
			  color:#666666;
			}

A.headerMeny:hover	{ font-family: Arial, "sans serif";
			  font-size:12px;
			  font-weight:normal;
			  text-decoration: underline;
			  color:#bd3a06;
			}

A.headerMeny:active	{ font-family: Arial, "sans serif";
			  font-size:12px;
			  font-weight:normal;
			  text-decoration: none;
			  color:#bd3a06;
			}
		
#meny	 	{ position: relative;
		  height: auto;
		  width: 800px;
		  height: 130px;
		  background-image: url(img/hundetrenere_menyBG.jpg);
		  background-repeat: no-repeat; 
		  text-align: left;
		}
		
#inactiveMeny	{ float:left;
		  position: relative;
		  width: auto;
		  height: auto;
		  margin-left: 30px;
		  padding-top: 8px;
		  padding-bottom: 25px;
		  text-align: center;
                   
		}
		
#activeMeny	{ float:left;
		  position: relative;
		  width: auto;
		  height: 39px;
		  padding-left: 5px;
		  padding-right: 5px;
		  padding-top: 8px;
		  text-align: center;
		  background-image: url(img/hundetrenere_menyTab.jpg);
		  background-repeat: repeat-x; 
		}
		
#activeMenyLeft	{ float:left;
		  position: relative;
		  width: 12px;
		  height: 39px;
		  margin-left: 30px;
		  text-align: center;
		  background-image: url(img/hundetrenere_menyTab_borderLeft.jpg);
		  background-repeat: no-repeat; 
		}
		
#activeMenyRight	{ float:left;
			  position: relative;
			  width: 16px;
			  height: 39px;
			  margin-left: 0px;
			  text-align: center;
			  background-image: url(img/hundetrenere_menyTab_borderRight.jpg);
			  background-repeat: no-repeat; 
			}

A.meny:link	{ font-family: Arial, "sans serif";
		  font-size:14px;
		  font-weight:bold;
		  text-decoration: none;
		  color:#333333;
		}

A.meny:visited	{ font-family: Arial, "sans serif";
		  font-size:14px;
		  font-weight:bold;
		  text-decoration: none;
		  color:#333333;
		}

A.meny:hover	{ font-family: Arial, "sans serif";
		  font-size:14px;
		  font-weight:bold;
		  text-decoration: none;
		  color:#bd3a06;
		}

A.meny:active	{ font-family: Arial, "sans serif";
		  font-size:14px;
		  font-weight:bold;
		  text-decoration: none;
		  color:#333333;
		}

#menySlogan	{ float:left;
		  position: relative;
		  width: 700px;
		  height: auto;
		  text-align: left;
		  margin-left: 75px;
		  padding-top: 0px;
		}

#menySlogan p	{ font-size: 20px;
		  font-family: Arial, sans-serif;
		  color: #333333;
		  font-weight: bold;
		  display:inline;
		}

#menySlogan p.uthev	{ font-size: 20px;
			  font-family: Arial, sans-serif;
			  color: #bd3a06;
		  	  font-weight: bold;
			  display:inline;
			}

#main	 	{ position: relative;
		  height: auto;
		  min-height: 300px;
		  width: 800px;		  
		}

#mainPrint 	{ position: relative;
		  height: auto;
		  min-height: 300px;
		  width: 700px;		  
		}

#left		{ float: left;
		  position: relative;
		  height: auto;
		  width: 250px;
		  text-align: left;
		  padding-left: 15px;
		  padding-right: 10px;
		  font-size: 12px;
		  font-family: Arial, sans-serif;
		  color: #333333;
		  font-weight: none;
		  display:inline;
		}
#left img	{ margin-right: 2px;
		}

#left p		{ font-size: 12px;
		  font-family: Arial, sans-serif;
		  color: #333333;
		  font-weight: none;
		  display:inline;
		}
		
#content	{ float: left;
		  position: relative;
		  height: auto;
		  width: 500px;
		  text-align: left;
		  padding-left: 10px;
		  padding-right: 15px;
		}

#content p	{ font-size: 12px;
		  font-family: Arial, sans-serif;
		  color: #333333;
		  font-weight: none;
		  display:inline;
		}

h1	{ font-size: 14px;
	  font-family: Arial, sans-serif;
	  color: #333333;
	  font-weight: bold;
	  padding-top:0px;
	  margin-top:0px
	}
		
#contentPrint	{ float: left;
		  position: relative;
		  height: auto;
		  width: 700px;
		  text-align: left;
		  padding-left: 10px;
		  padding-right: 15px;
		}

#contentPrint p	{ font-size: 14px;
		  font-family: "Times New Roman", Arial, sans-serif;
		  color: #000000;
		  font-weight: none;
		  display:inline;
		}

#content img.illustrasjonsImg	{ margin-left: 10px;
				  border-style: solid;
				  border-width: 1px;
				  border-color: #666666;
				  padding-top: 2px;
				  padding-left: 2px;
				  padding-right: 2px;
				  padding-bottom: 2px;
				}

A.txt:link	{ font-family: Arial, "sans serif";
		  font-size:12px;
		  font-weight: normal;
		  text-decoration: underline;
		  color:#333333;
		}

A.txt:visited	{ font-family: Arial, "sans serif";
		  font-size:12px;
		  font-weight: normal;
		  text-decoration: underline;
		  color:#333333;
		}

A.txt:hover	{ font-family: Arial, "sans serif";
		  font-size:12px;
		  font-weight: normal;
		  text-decoration: underline;
		  color:#bd3a06;
		}

#footer 	{ position: relative;
		  height: auto;
		  width: 800px;
		  height: 60px;
		  background-image: url(img/hundetrenere_footerBG.jpg);
		  background-repeat: no-repeat; 		  
		}

#footer p	{ padding-top: 40px;
		  font-size: 10px;
		  font-family: Arial, sans-serif;
		  color: #333333;
		  text-align: center;
		}

A.footer:link	{ font-family: Arial, "sans serif";
		  font-size:10px;
		  font-weight: normal;
		  text-decoration: none;
		  color:#333333;
		}

A.footer:visited	{ font-family: Arial, "sans serif";
			  font-size:10px;
			  font-weight: normal;
			  text-decoration: none;
			  color:#333333;
			}

A.footer:hover	{ font-family: Arial, "sans serif";
		  font-size:10px;
		  font-weight: normal;
		  text-decoration: none;
		  color:#bd3a06;
		}
		
.alert	{ color:#bd3a06;
	  font-size: 12px;
	  font-family: Arial, sans-serif;
	  font-weight: bold;
	}
		
.clear 		{ clear: both; }