/**
 * CSS-file for Latemse verhuurwinkel
 *
 * author: Verkoyen Tys
 * company: CR Solutions (http://www.crsolutions.be)
 */

/* testing
div {
	border: 1px solid #FF0000;
}
*/

/* overall styles */
html {
	height: 101%;
}

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#header {
	visibility: hidden;
}

#header #logo {
	visibility: hidden;
}

#body #menu {
	visibility: hidden;
}

#body #content {
	position: relative;
	margin: 0 auto;
	padding: 10px;
}

#body #content h1 {
	font-size: 14px;
}

#body #content a {
	color: #000000;
	text-decoration: underline;
}

#body #content span.item {
	display: block;
	position: relative;
	float: left;
	margin: 0 0 10px 0;
	width: 190px;
}

#body #content a:hover {
	color: #000000;
	text-decoration: none;
}

#body #content p {
	margin: 0 0 7px 0;
}

#body #content ul.btn {
	margin: 0;
	padding: 0;
}

#body #content ul.btn li {
	position: relative;
	float: left;
	margin: 0 0 0 100px;
	padding: 2px;
	width: 120px;
	height: 20px;
	background-image: url(../images/btn.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
	list-style: none outside none;
}

#body #content ul.btn li a{
	display: block;
	width: 115px;
	height: 18px;
	color: #000000;
	text-decoration: none;
}

#body #content table {
	border-collapse: collapse;
}

#body #content th {
	padding: 0 0 0 2px;
	width: 55px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

#body #content th.desc {
	padding: 0 0 0 2px;
	width: 300px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}

#body #content th.end {
	padding: 0 0 0 2px;
	width: 50px;
	border-right: 0px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

#body #content td {
	padding: 0 0 0 4px;
	border-right: 1px solid #CCCCCC;
	text-align: left;
	vertical-align: text-bottom;
}

#body #content td.end {
	border-right: 0px solid #CCCCCC;
}

#body #content tr.new {
	background-color: #CCCCCC;
}

#footer {
	visibility: hidden;
}

/* STUPID IE-hacks, those people in Redmond are real f*ckers */
* html #body #menu {
	visibility: hidden;
}

* html #body #content {
	position: relative;
	margin: 0 auto;
	padding: 10px;
}
