@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/background2.jpg);
	background-position:top center;
	background-attachment: fixed;
	background-color:#000000;
	font-family: trebuchet MS;
	font-size:10px
}
img {
		border:0px;
	}
.text {
	font-family:Verdana, Arial, trebuchet MS;
	font-size:10px;
	color: #5f5f5f;
}


/* Div plaatsen */
#header {
	position: absolute;
	left: 50%;
	top:0px;
    margin-left: -420px;	
	width: 900px;
}
#logo_mm {
	position:relative;
	top: 2px;
	left: -50px
}
#logo_beta {
	position:relative;
	top: 12px;
	left: -130px
}

#logo_gg {	
	position:relative;
	top: 2px;
	right: 90px
}
#menu {
	width:200px;
	position:absolute;
	top: 170px;
	left: 50%;
	margin-left: -520px;
	z-index:99;
}
#center_content {
	position: absolute;
	left: 50%;
	top:70px;
    margin-left: -360px;
	width: 900px;	
}
#content_table {
	top: -20px;
	
}
#main_table{

}
#adres {
	color: #a2a2a2;
	position:relative;
	top: -50px;
	left: 70px
}
#tel {
	color: #a2a2a2;
	position:relative;
	top: -50px;
	right: 70px;
	z-index: 99
}

#content {
	position:relative;
	color: #5f5f5f;
	left: 80px;
	width: 650px;
}

/* classes */
td.tableHead {
	background-image:url(images/table_head.png);
	background-position: top center;
	background-repeat:no-repeat;
}
td.tableBottom {
	background-image:url(images/table_bottom.png);
	background-position: top center;
	background-repeat:no-repeat;
}

td.tableRow {
	background-image:url(images/table_row.png);
	background-position: center;
	background-repeat:repeat-y
}

td.menuItem {
	height: 30px;
	font-family: trebuchet MS;
	font-size:12px
}
a.img{
	border: none; 
}
.link { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #5f5f5f;
	text-decoration:none;
}	
.link:hover { 
	font-family:Verdana, Arial, trebuchet MS;
	font-style:italic;
	color: #5f5f5f;
	text-decoration:underline
}
.contactInput {
	border:  #5f5f5f 1px solid;
	width: 250px;
	overflow:hidden;
}
.contactInputRed {
	border:  #FF0000 1px solid;
	width: 250px;
	overflow:hidden;
}
.contactSubmit {
	font-family:Verdana, Arial,trebuchet MS;
	font-size:10px;		
	color: #FFFFFF;
	background-color: #9b9b9b;
	width: 80px;
	outline: none;
	border: none;
	cursor : pointer;
}

a.menuLink {
	color: #a2a2a2;
	border:none;
	text-decoration:none
}
a.menuLink:hover {
	color:#CCCCCC;
	border:none;
	text-decoration:none
}
a.menuLink:active {
	color:#CCCCCC;
	border:none;
	text-decoration:none
}

a.imageLink {
	border:none;
	text-decoration:none
}

.head {
	font-size:12px;
	color:#ec1c24;
	text-decoration:none;
	font-style:italic;
	font-weight:bold	
}
table.aanbiedingTable {
	border: #e5e5e5 1px solid;
	width: 310px;
	height: 310px
}