# style sheets

/* Headers */
h1 {
	color: Black;
	background-color: transparent;
	font-size: 18px;
	font-weight: bold;
	
}
h2 {
	color: Black;
	background-color: transparent;
}
h3 {
	color: Black;
	background-color: transparent;
}
h4 {
	color: Black;
	background-color: transparent;
}
h5 {
	color: Black;
	background-color: transparent;
}

pre {
	color: black;
}
/*hr {
	border:0px;
	border-bottom:1px solid #DDDDDD;
	color: orange;
}*/

/* Links */

a:link   { text-decoration: underline; color : blue; background : transparent }
a:visited {
	text-decoration: underline;
	color: Blue;
	background: transparent;
}
a:hover	{ text-decoration: underline; color : #aa0d3a; background : transparent}

/* Body */
/* background-image : URL(http://20.20.20.5/images/chuck.jpg */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 800px;
	margin: auto auto auto auto;
	background:#fefade;  /* #FFFFda    blauw=#DFFBFF;*/
	margin-top: 2px;
	
}

.style-red{
	color: #FF0000;
	font-weight: bold;
}
.style-green{
	color: Green;
	font-weight: bold;
	font-size: 13px;
}
.style-blue{
	color: Blue;
	font-weight: bold;
	font-size: 11px;
	BORDER-BOTTOM: 1px solid;
	border-bottom-color: ActiveBorder;
}

.index-table-top{
	border: 1px outset black;
}

.index-table-middel{
	border: 1px outset black;
	background-color: white;
}

.navigation{
	border: 0px;
	text-align: center;
	width: 625px;
	margin: auto auto auto auto;
	font-size: 17px;
	font-weight: bold;
	}
.nav_landlord{
	border: 1px outset black;
	background: white;
	text-align: center;
}
.nav_renter{
	border: 1px outset black;
	background: white;
	text-align: center;
}	
.table_last-sought-head{
	BORDER-BOTTOM: 1px solid black;
	BORDER-TOP: 1px solid black;
	background-color: #ffcc33;
	padding:2px;
}
.table_last-sought-body{
	BORDER-BOTTOM: 1px solid;
	background-color: #fefade;
	padding:2px;
	border-bottom-color: ActiveBorder;
	font-size: 11px;
}

.table_last-offerd-head{
	BORDER-BOTTOM: 1px solid black;
	BORDER-TOP: 1px solid black;
	background-color: #ffcc33;
	padding:2px;	
		
}
.table_last-offerd-body{
	BORDER-BOTTOM: 1px solid;
	background-color: #fefade;
	padding:2px;
	border-bottom-color: ActiveBorder;
	font-size: 11px;
}

.table_offer-head{
	BORDER-BOTTOM: 1px solid black;
	BORDER-TOP: 1px solid black;
	background-color: lightblue;
	padding:2px;	
		
}
.table_offer-body{
	BORDER-BOTTOM: 1px solid;
	background-color: #fefade;
	padding:2px;
	border-bottom-color: ActiveBorder;
	font-size: 11px;
}
.index_offer-buttom{
	border: 1px outset black;
	width:99%;
	background: lightblue;
	text-align: center;
}


.index-table-buttom{
	border: 1px outset black;
	background: silver;
	text-align: center;
}

.index-login-table{
	border: 1px outset black;
	border-color: orange;
	background: #fefade;
	width: 285px;
}

.index-login-table-middel{
	width: 170px;
	text-align: center;
	background-image: url(Fotos/sleutel.JPG);
	color: Red;
}

.register_field_error{
	background-color: #FF0000;
	color:white;
}




.div_error {
	margin: auto;
	margin-top: 5px;
	text-align: left;
	width: 700px;
	border: 1px solid red;
	padding: 1px;
	text-align: center;
	color: red;
	font-weight: bold;
}
.div_error_600 {
	margin: auto;
	margin-top: 5px;
	text-align: left;
	width: 600px;
	border: 1px solid red;
	padding: 1px;
	text-align: center;
	color: red;
	font-weight: bold;
}
.div_error_small {
	margin: auto;
	margin-top: 5px;
	text-align: left;
	width: 150px;
	border: 1px solid red;
	padding: 1px;
	text-align: center;
	color: red;
	font-weight: bold;
}
.div_succes {
	margin:auto;
	margin-top:5px;
	text-align:left;
	width:700px;
	border:1px solid green;
	padding:1px;
	text-align:center;
	color:green;
	font-weight: bold;
}

.button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#DDDDDD;
	border:1px outset black;
	font-size:11px;
}
.table {
	margin: auto;
	margin-top: 5px;
	width: 748px;
	border: 1px solid Black;
	padding: 0px;
	background: #CCFFCF;
}
.table_footer {
	margin: auto;
	margin-top: 5px;
	width: 748px;
	border: 1px solid Black;
	padding: 0px;
	background: #DDDDDD;
}
.table_nav_rood {
	margin: auto;
	margin-top: 5px;
	width: 60px;
	border: 1px solid Black;
	padding: 1px;
	background: red;
}
.table_nav_groen {
	margin: auto;
	margin-top: 5px;
	width: 60px;
	padding: 1px;
	background: #CCFFCF;
}
.table_kop {
	margin: auto auto auto auto;
	margin-top: 1px;
	width: 60px;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	padding: 1px;
	background: #66CCFF;
	font-weight: bold;
}
.table_velden {
	margin: auto auto auto auto;
	margin-top: 5px;
	width: 60px;
	border-bottom: 1px solid Black;
	padding: 1px;
	background: #CCCCCC;
	font-weight: normal;
}
.banner {
	width: 200px;
	height: 70px;
}




.query_div {
	border:1px solid #DDDDDD;
	position:absolute;
	bottom:0px;
	right:0px;
	height:100px;
	width:10px;
	overflow: hidden;
	background-color:#66FF99;	
}
.query_div_h {
	border:1px solid #DDDDDD;
	position:absolute;
	bottom:0px;
	right:0px;
	height:100px;
	width:98%;
	overflow:auto;
	background-color:#99FFCC;	
}
.query_table {
	margin-left:10px;
	width:100%;
	font-size:11px;
}
.query_td {
	background-color:#FFFFFF;
}
