/* CSS Document */
html, body
{
	height: 100%;
	margin: 0px;
}



body, table, tr, td, input, textarea, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}





body
{
	background-color: #eeffbb;
	background-image: url(bg.jpg);
}

body center
{
	height: 100%;
}


h1
{
	margin-bottom: 10px;
	font-size: 14px;
}

h2
{
	margin-bottom: 2px;
	font-size: 12px;
}


h1 a
{
	text-decoration: none;
	color: inherit;
}

a
{
	color: #333333;
	text-decoration: none;
}

#frame
{
	height: 100%;
	
	border-style: solid;
	border-width: 1px;
	border-color:#9d9d9d;
	border-bottom: none;
	border-top: none;
	
	background-color: #FFFFFF;
}

#page
{
	width: 850px;
	height: 100%;
	
	background-color: #FFFFFF;
}



#search
{
	height: 70px;
}

#btnSearch
{
	background-color: #feeff6;
	border-style: solid;
	border-width: 1px;
	border-color:#d0d0d0;
	color: #5c595a;
	
}
#txtSearch
{
	width: 100px;
	border-style: solid;
	border-width: 1px;
	border-color: #d0d0d0;
}



#logo
{
	height: 40px;
	background-image:url(logoBg.gif);
	background-repeat: repeat-x;	
	padding-left: 25px;
}

#top
{
	height: 300px;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	
	padding-left: 60px;
	vertical-align: top;
}


#content
{
	padding: 10px;
	vertical-align: top;
}

#copyright
{
	height: 50px;
	text-align: center;
	color: #CCCCCC;
}




.undermeny{
	display: none;
}

.lblProPrice
{
	height: 25px;
	color: #333333;
	font-weight: bold;
	
	font-size: 13px;
}

.lblProSale
{
	height: 25px;
	color: #FF0033;
	font-weight: bold;
	
	font-size: 13px;
}

.nySida
{
	padding-top: 5px;
	background-image: url(startpage/nySidaBg.gif);
	background-position: right;
	background-position: top;
	background-repeat: no-repeat; 
}

.mattTabell
{
	padding-top: 5px;
	background-image: url(startpage/matTabellBg.gif);
	background-position: right;
	background-position: top;
	background-repeat: no-repeat; 
}

.kontaktaOss
{
	padding-top: 5px;
	background-image: url(startpage/kontaktaOssBg.gif);
	background-position: right;
	background-position: top;
	background-repeat: no-repeat; 
}

.inkopHead
{
	font-size: 12px;
	font-weight: bold;
	height: 30px;
}


