body	
	{
		margin: 0;
		padding: 0;
		font: 1em arial, hevetica, sans-serif;
		text-align: center;
		color: #000;
		background-color: white;
		background-image: url(winkback.gif);
		background-repeat: no-repeat;
		
	}
	
	#container
	{
	margin-top: 40px; 
		margin-left: 100px;
		width: 600px;
		/* height: 1800px; */
		text-align: left;
		/* background-color: lime; */
	}
	
	#header
	{
		height: 45px;
		/* background-color: fuchsia; */
	}
	
	#mainnav
	{
		height: 10px;
		/* background-color: green; */
	}
	
	
	#navlist
{
margin: 0;
padding: 0 0 20px 0px;

}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;

}

#navlist a:link, #navlist a:visited, #navlist #active
{
float: left;
line-height: 14px;

margin: 0 10px 0px 0px;
text-decoration: none;
color: #000;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{



background: #000;
color: #FFF;
}

#navlist #active {
background: #000;
color: #FFF;
}

#navlist a:hover { color: #FFF; }
	
	#menu
	{
		float: right; 
		width: 180px;
		height: 100px;
		
	}
	
	#contents	
	{
		
margin-right: 200px;
width: 600px;
height: 400px;
		
	}
	
	#contents p
	{
		font: 2em arial, hevetica, sans-serif;
		color: #000;
		
	}
	
	#footer	
	{
		clear: both;
		height: 20px;
		background-color: lime;
	}
	
	#produkt
	{
	width: 600px;
	background-color: #BFBFBF;
	margin-bottom: 25px;
	
	}
	
	#produkttext
	{
	float: right;
	width: 250px;
margin-top: 50px;
	margin-right: 20px;
	/* background-color: lime; */
	}
	
	#produkttext h1
	{
/* background-color: lime; */
font-size: 1em;
	margin: 0px,
	padding: 0px;
	color: #000;
	}
	
	
	#produkttext input
	{

font-size: 0,8em;
	margin: 0px,
	padding: 0px;
	color: #000;
	display: inline;
	height: 23px;
	}
	
	form {
	display: inline;
	margin-left: 10px;
	
	}
	
	
	#produkttext p
	{
display: inline;
margin: 0px,
	padding: 0px;
font-size:1em;
	}


#contents a { 
color: #000; 
	text-decoration: none;
	} 

#contents a:hover { 
background: #000;
color: #FFF; 
} 