body {
	margin: 0px;
	font-family: Arial;
	font-size: 13px;
	background-image: url('images/bg3grijs.jpg');
	line-height: 18px;
	color: #666666;	
}

hr {
	margin: 0;
	padding: 0;
	height: 1px;
	color: #990000; 
}

h1 {
	color: #990000;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {
	color: #FFFFFF;	
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	cursor: pointer;
}

h3 {
	color: #333333;	
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
}

img {
	vertical-align: middle;
}

a {
	color: #F0D905;
	text-decoration: none;
}

a.hover {
	color: #F0D905;
	text-decoration: underline;
}

a.visitied {
	color: #F0D905;
	text-decoration: none;
}

#header {
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 140px;
}

#content {	
	width: 100%;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	background-image: url('images/contentbackground.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding-top: 15px;
}

#container {
	border: 2px solid #333333;
	background-image: url('images/contentbackground.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	display: table;
}

#menu {
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	width: 150px;
	text-align: left;
}

.parent {
	color: #990000;
	font-size: 20px;
	font-weight: bold;
}

#text {
	padding-top: 10px;
	padding-right: 10px;
	float: right;
	width: 690px;
	min-height: 550px;
}

#spacer1 {
	height: 110px;
}

#menutop {
	height: 30px; 
	text-align: center;
}

#items {
	margin-left: auto;
	margin-right: auto;
}

#items td {
	background-color: #666666;
	color: #F0D905;
	font-size: 20px;
	font-weight: bold;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 2px solid #333333;
	border-left: 2px solid #333333;
	border-right: 2px solid #333333;
}

.item_links {
	color: #990000;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}

div .subcat {
	vertical-align: middle;
	padding-bottom: 10px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #990000;
	padding-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 335px;
	float: left;
	cursor: pointer;
}

div .produkt {
	width: 100%;
	border-top: 1px solid #333333;
	padding-top: 10px;
	padding-bottom: 5px;	
	margin-bottom: 5px;	
	display: table;
}

div .produkt .left {
	float: left;
	width: 520px;
}

div .produkt .right {
	padding-left: 5px;
	float: right;
	width: 160px;
}

#footer {
	padding-top: 10px;
	text-align: center;
}
