@charset "utf-8";
/* CSS Document */

body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:12px;
  color:#000000;
  }
  

html {
	overflow:hidden;
	}


#header {
  position:absolute; 
  top:0; 
  left:0; 
  width:100%; 
  height:120px; 
  overflow:auto; 
  background-image:url(../img/header.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
  }

#meny {
	position:absolute;
	top:120px;
	left:0;
	width:150px;
	bottom:0px;
	background:#bdd776;
	color:#000000;
	overflow:auto;
  }
	
#meny a:link, 
#meny a:visited,
#meny a:active {
	text-decoration: none;
	color: #000000;
}

#meny a:hover {
	text-decoration: underline;
}

.meny {
	margin-top:25px;
	margin-left:10px;
	font-size:14px;
	font-weight: bold;	
	line-height:150%;
}

#content {
	position:absolute;
	top:120px;
	left:150px;
	bottom:0px;
	right:0px;
	margin-left:30px;
	padding-top:10px;
	overflow-y:auto;
	overflow-x:hidden;
	background:#ffffff;
  }
  
#content a:link, 
#content a:visited,
#content a:active {
	text-decoration: underline;
	color: #000000;
	border-color:#000000;
}

#content a:hover {
	text-decoration: none;
	color: #000000;
}

#start {
	white-space:nowrap;
}

.startleft {
	float:left;
	margin-left:50px;
	margin-top:15px;
	margin-right:40px;
}

.left {
	float: left;
	margin-right:25px;
}

.middle {
	float: left;
	margin-right:25px;
}

.nyhetsbild1 {
	float: left;
	margin-right:25px;
}

.hundbild {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.valpbild {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.smallstyle {
	font-size: 10px;
}

.imglink {
	border-color:#000000;
	border:2;
}
 
.infotable {
	border: 1px solid black;
	border-collapse: collapse;
	width: auto;
}

.infotable td {
	border: 1px solid black;
	padding: 2px;
	vertical-align:text-top;
}

.infotext {
	margin-right:50px;
}

.hundnamn {
	font-weight:bold;
}

.stamtavla {
	clear: left;
}
	
.stamtable {	
	margin-left:1px;
	width: 700px;
	border: 1px solid black;
	border-collapse: collapse;
}

.stamtable td {
	border: 1px solid black;
	padding: 5px;
}

.kullinfo {
	clear:left;
}

.hane {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.kulltable {
	margin-left:1px;
	width: auto;
	border: 1px solid black;
	border-collapse: collapse;
}

.kulltable td {
	border: 1px solid black;
	padding: 5px;
	vertical-align:text-top;
}
  
