@charset "UTF-8";
/* CSS Stylesheet tverreoosten.be */

html{
  background-image: url(http://www.tverreoosten.be/img/bg.gif);
   background-repeat: repeat;
}
body {
   margin:0;
   background-image: url(http://www.tverreoosten.be/img/bg_up.gif);
   background-repeat: repeat-x;
   background-position:top;
} 
body, td, th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #1a1c1d;
}
.white_title {
	color:#CCFFCC;
}
.white_big {
	color: #FFFFFF;
	font-size: 18px;
}

/* rand thumbnails */
img.witteRand:hover {
    border: 1px solid #fff;
} 

/* a links */
a:link {
	color: #1a1c1d;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #1a1c1d;
}
a:hover {
	text-decoration: none;
	color: #1a1c1d;
}
a:active {
	text-decoration: underline;
	color: #1a1c1d;
}

/* FORMS */

.form_contact {
	color: #333333;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px;
	padding: 2px;
	width: 200px;
}
.form_contact_textbox {
	color: #333333;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px;
	padding: 2px;
	width: 300px;
	height:140px;
}
.form_contact_required { 
	color:#FF0000;
}
.form_contact_button {
	font-size:11px;
	letter-spacing:2px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#CCCCCC;
	border:0px;
}
ul {
margin-left:9px;
padding-left:9px;
list-style:square;
}
li {
list-style:square;
}
img.middle {
vertical-align:middle;
white-space:55px;
}
img.pointer {
cursor:pointer;
}

.image_tooltip { position: relative; }
.image_tooltip a span { display: none; color: #FFFFFF; }
.image_tooltip a:hover span { display: block; position: absolute; width: 385px; background-color: #ffffff; height: 289px; left: 80px; top: -80px; color: #FFFFFF; padding: 5px; z-index: 1; }
