body{
	behavior: url(csshover2.htc);
	scrollbar-base-color: #2499e6;
	background-image: url(../images/layout/bkg.gif);
	margin 0;
	padding: 0;
}
#hundar_top{
	padding-top: 2px;
	margin-top: 2px;
}
#home_top{
	padding-top: 25px;
	margin-top: 25px;
}
.test {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 98%;
}

#menycontainer{
	margin: 0;
	padding: 0; 
	list-style: none;
	float: left;
	width: 120px;
	position: absolute;
	left:0;
	top:110;	
	height: 300;
}

ul {
    list-style: none;
	 margin: 5;
	 padding: 5;
	 
}

ul a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 0;
	margin: 0;
	background-image: url(../images/layout/btn.gif);
	text-align: center;
	vertical-align: middle;
	width: 120;
	height: 30;
	line-height: 28px;

	background-repeat: no-repeat;
}

ul a:hover {
	color: White;
	text-decoration: none;
	background-image: url(../images/layout/btn_h.gif);
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

ul li {
   float: left;
   position: relative;
	width: 120;
	height: 30;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

ul li ul {
	list-style: none;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	width: 120px;
}

ul li:hover ul {
	display: block;
	left: 115px;
	top: -10px;
	position: absolute;
}

ul li ul li{
   float: left;
   position: relative;
	width: 120;
	height: 30;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
ul li ul li a{
	list-style: none;
	background-image: url(../images/layout/btn_down.gif);
}

ul li ul li a:hover{
	list-style: none;
	background-image: url(../images/layout/btn_down_h.gif);
}

#text{
	font-family: "Monotype Corsiva", Verdana, sans-serif;
	font-size: large;
	color: White;
}

#text2{
	font-family: Verdana, sans-serif;
	font-size: x-small;
	color: White;
	font-style: normal;
}

a {
	color: White;
}
a:hover {
	font-weight: bold;
	color: White;
	text-decoration: underline;
}

#subpage{
	margin: 5px;
	padding: 5px;
}

#hundcontainer{
	width: 440px;
	margin: 0;
	padding: 0;
	float: left;
	top: 0;
	left: 0;
}
#bildcontainer{
	width: 240px;
	margin: 0;
	padding: 0;
	float: left;
	top: 0;
	left: 0;
}

h1 {
	font-family: "Monotype Corsiva", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: White;
	line-height: 50px;
}

#lankar ul{
	width:200px;
	
}
#lankar li{
	list-style-type: square;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
#lankar li a{
	color: White;
	background-image: none;
	text-decoration: underline;
	margin: 0;
	padding:0;
}
#lankar li a:hover{
	font-weight: bold;
	color: White;
	text-decoration: underline;
	background-image: none;
	margin: 0;
	padding: 0;
}
#counter{
	position: absolute;
	bottom: 20px;
	left: 50px;
	width: auto;
	height: auto;
}
#updated{
	position: absolute;
	bottom: 50px;
	left: 5px;
	width: auto;
	height: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	margin: 0;
	padding: 0;
	color: White;
}