/**
 * 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;
	min-height: 101%;
	background-image: url(../images/container_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 150px;
	background-image: url(../images/header_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#header #logo {
	position: relative;
	padding: 0;
	margin: 0;
	height: 150px;
	background-image: url(../images/logo_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#header #logo h1 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	padding: 11px 0 0 150px;
	color: #FFFFFF;
}

#header #logo p {
	margin: 0;
	padding: 11px 0 0 150px;
}

#body #menu {
	position: relative;
	float: left;
	width: 170px;
	min-height: 600px;
	background-image: url(../images/menu_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#body #menu ul {
	margin: 25px 0 0 20px;
	padding: 0;
}

#body #menu li {
	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 #menu li a {
	display: block;
	width: 115px;
	height: 18px;
	color: #000000;
	text-decoration: none;
}

#body #content {
	position: relative;
	margin: 0 auto;
	padding: 10px;
	min-height: 580px;
	width: 550px;
}

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

#body #content h1.rent {
	font-size: 14px;
	text-decoration: none;
	text-transform: lowercase;
}

#body #content h1 a {
	font-size: 14px;
	text-decoration: none;
	text-transform: capitalize;
}

#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 img {
	margin: 3px;
	border: 0px solid #CCCCCC;
}

#body #content img.special {
	margin: 15px 3px 3px 100px;
	border: 0px solid #FF0000;
}

#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 table.hours td {
	border: 0px solid #FF0000;;
}

#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;
}

#body #content tfoot td {
	padding: 2px 0 5px 4px;
	font-size: 9px;
	font-style: italic;
	border: 0px solid #CCCCCC;
}

#body #content fieldset {
	border: 0px solid #CCCCCC;
}

#body #content label {
	display: block;
	float: left;
	width: 90px;
	height: 12px;
	margin: 0 0 3px 0;
	clear: left;
}

#body #content input {
	margin: 0 0 3px 0;
	width: 275px;
	height: 12px;
	font-size: 11px;
	border: 1px solid #999999;
}

#body #content input.button {
	margin: 0 0 3px 0;
	width: 277px;
	height: 17px;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

#body #content textarea {
	margin: 0 0 3px 0;
	width: 275px;
	height: 110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
}

#footer {
	clear: both;
}

#admin form {
	margin: 20px;
}

#admin label {
	display: block;
	float: left;
	width: 90px;
	height: 12px;
	margin: 0 0 3px 0;
	clear: left;
}

#admin input {
	margin: 0 0 3px 0;
	width: 275px;
	font-size: 11px;
}

#admin input.button {
	margin: 0 0 3px 0;
	width: 190px;
	font-size: 11px;
}

#footer #brands {
	margin: 20px auto;
	width: 535px;
}

/* STUPID IE-hacks, those people in Redmond are real f*ckers */
* html #body #menu {
	position: relative;
	float: left;
	width: 170px;
	height: 600px;
	background-image: url(../images/menu_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

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