@charset "UTF-8";
/*

0.0		HTML reset
0.1		

1.0		1th level

2.0 	2th level

3.0		3th level

 
*/


/*
0.0 HTML Reset 
=================================
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	text-decoration:none;
	font-weight:normal;
}
/* remember to define focus styles! */
:focus 
{
	outline: 0;
}
body 
{
	line-height: 1;
	color: black;
	background: white;
}
ol, ul
{
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table 
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td 
{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
	content: "";
}
blockquote, q 
{
	quotes: "" "";
}

.c
{
	clear:both;
}

/*
1.0 1th level
=================================
*/	
div.lvl1wrapper
{
	margin:auto;
	margin-top:10px;
	width:800px;
}


/*
2.0 2th level
=================================
*/
.lvl2top
{
	margin-top:20px;
}
div.lvl2wrapper
{
}
div.lvl2bottom
{
	clear:both;
	border-top:1px solid #EFEFEF;
	padding:10px;
	font-size:80%;
	margin-top:20px;
}
/*
3.0 3th level
=================================
*/
div,lvl3menuWrapper
{

}
div.lvl3menu
{
	margin-top:30px;
	width:800px;
	height:45px;
	background-image:url(http://avambo.net/design/hunde/v1.meny.background.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
}
.lvl3menu a:link, .lvl3menu a:visited 
{
	display:block;
	color:#FFF;
	text-decoration:none;
	padding:8px 20px 0px 20px;	
	float:left;
	height:27px;
	text-align:center;	
}
.lvl3menu a:hover 
{
	text-decoration:none;
	/*background-color:#7abb27;*/
	
	color:#FFF;
	color:#000;
}

.lvl3content
{
	clear:both;
	margin: 30px 0px 30px 0px;
}