body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 1e71c7;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D6296;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	font-weight: bold;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

.menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration:none;
}

.menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff6600;
	text-decoration:none;
}

.offersHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	text-decoration:none;
}

.clocks {
	background-color: #eaeef3;
	border: 0px;
}

.clocksplace {
 	font-weight:bold;
}

.adres {
	font-size: 13px;
	color: white;
	text-decoration:none;
}

.adres a {
	font-size: 13px;
	color: white;
	text-decoration:none;
}

.adres a:hover {
	font-size: 13px;
	color: #ff6600;
	text-decoration:none;
}

.telefoon {
	font-size: 10px;
	color: white;
	text-decoration:none;
}

.loginform {
	font-size: 10px;
	color: 1e71c7;
	text-decoration:none;
}

.login {
	font-size: 10px;
	color: white;
	text-decoration:none;
}

.login a {
	color: white;
	text-decoration:none;
}

.offerstable {
	border: 2px solid #00688e;
	width: 80%;
	font-size:12px;
}

.offerstable b {
	color: white;
}

.offerstable td {
	border: 1px solid #00688e;
	border-style: solid;
}

.offerstablehead {
	background-color: #00688e;
}

.offersright {
	color: black;
	font-style:italic;
}

.offersrighthead {
	color: #00688e;
	font-size:12px;
}

.offersrightstartdate {
	color: black;
}

.deletebutton {
	color:red;
	background-color:#eaeef3;
	background-image:url(../images/delete.gif);
	border: 0px;
	cursor: pointer;
	font-weight:bold;
	font-size:10px;
	width: 10px;
	background-repeat:no-repeat;
}

.button {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bolder; 
	color: white; 
	background-color: #00688e; 
	border: 1px solid black;
	cursor:pointer;
}

.statement {
	color: #FFF;
	font-weight: bold;
}

.txtOrange {
	color: #ff6600;
}
	
#top {
	background-color: #EEA814;
	color: white;
	font-size: 12px;
}

#left {
	background-color: #00688e;
	color: white;
	text-decoration:none;
}

#bottom {
	background-color: #00688e;
	color: white;
	text-decoration:none;
}

#right {
	background-color: #a3b9d0;
	color: white;
	text-decoration:none;
}

#content {
	background-color: #eaeef3;
	color: #000066;
}

#content a:visited {
	background-color: #eaeef3;
	color: #000066;
}

