body 
{
	/* background-image:url(decor/background.png);*/
	/*background-image:url(decor/bakgrund_H11.jpg);
	background-attachment:fixed;
	background-repeat: repeat;*/
	/*background-color: #6b6b6b;*/
	background-color: #f2f2f2;
	margin:0px;
	padding:0px;
}

h1
{
	font-family: 'Times New Roman';
	font-weight: normal;
	font-size: 30px;
}

h2
{
	font-family: Arial;
	font-weight: normal;
	font-size: 18px;
}

img 
{
    border-width:0px;
}

.page
{
	background-image:url(decor/pagebackground.png);
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right:auto;
	width: 990px;
}

.header 
{
	height:105px;
	position: relative;
}

.shoppingcart 
{
	position: absolute;
	right: 45px;
	width: 430px;
	top: 25px;
	font-size: 11px;
	font-family: Arial;
	color: #666666;
	vertical-align: middle;
}

.menu 
{
	height: 45px;
	width:938px;
	position:relative;
	left:26px;
}

.main 
{
	position:relative;
	left:25px;
	padding-bottom: 1px;
}

.text 
{
	width: 630px; 
	font-family: Arial; 
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer
{
	background-image: url(decor/footer.png);
	background-repeat: no-repeat;
	height: 82px;
	width: 990px;
	padding-top:10px;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	margin-left: auto;
	margin-right:auto;
}

a:link 
{
	color: inherit;
	text-decoration: none;
}

a:visited
{
	color: inherit;
	text-decoration: none;
}

a:hover
{
	color:inherit;
	text-decoration: underline;
}

.inputbox{font-family: Arial; 
	font-size: 12px;}
	
	div.slideshow { height: 300px; margin: 0 0 10px; padding: 0 10px; }
div.slideshow ul { list-style: none; margin: 0; padding: 0; }
div.slideshow ul li { position: absolute; }
div.slideshow ul li img { border: none; display: block; }
	
