body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	
}
#container {
	background-color: #FFFFFF;
	padding: 0px;
	color: #000000;
	margin: 2% auto;
	width: 800px;
	position: relative;
	border: solid 1px #333333;
	overflow: auto;
}
#header {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	width: 100%;
	margin-bottom: 40px;
	background-image: url(/uu/images/matador_uu_logos.gif);
	height: 90px;
}
#content {
	width: 320px;
	color: #000000;
	overflow: auto;
	margin-bottom: 50px;
	float: left;
	margin-left: 40px;
}
h1 {
	font-size: 1.3em;
	font-weight: normal;
	color: #993333;
	margin-top: 0px;
	margin-bottom: 6px;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 6px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 6px;
	
}
	h4 {
	font-size: 1em;
	font-weight: bold;
	color: #993333;
	margin-top: 0px;
	margin-bottom: 6px;
	
	}
	
#footer {
	background-color: #FFFFFF;
	clear: both;
	padding: 8px 4px 8px 24px;
	font-size: 10px;
	color: #333333;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
#consoloFooter {
	background-color: #F3F3F3;
	clear: both;
	color: #333333;
}
#image {
	background-color: #FFFFFF;
	padding-top: 0px;
	text-align: center;
	margin-bottom: 50px;
	font-size: 11px;
	width: 390px;
	float: right;
}
.caption {
	width: 200px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.5em;
	background-color: #FFFFFF;
}

p {
	margin-top: 0px;
	margin-bottom: 11px;
	line-height: 1.5em;
}

/* Navigeringen*/

#navigation_left {
	position: absolute;
	left: 20px;
	text-align: center;
	padding-top: 5px;
	top: 65px;
	width: 700px;
}

#navigation_left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation_left li {
	float: left;

}

#navigation_left li a{
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	background-color: #FFFFFF;
}

#navigation_left li a:hover, #navigation_left li a:active{
	color: #999999;
	text-decoration: underline;
}



#navigation_left li.a:visited {
	color: #333333;
	
}
#content li {
	line-height: 20px;
	list-style-type: none;
	margin-bottom: 3px;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 11px;
}

.price {
	text-align: right;
	font-weight: bold;
}
/*.linedTable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 11px;
}*/
a:link, a:visited {
	color: #993333;
}
a:hover, a:active {
	color: #000000;
}
.smalltext {
	font-size: 11px;
}
