/* globals */
html, body { 
	margin:0; 
	padding:0;
} 

td {
	font-family: Arial;
	font-size: 14px; 
	font-style: normal; 
	line-height: 18px; 
	font-weight: normal;
}

a.Active {
	font-size: 12px; 
	color: #FFF;
	text-decoration: none;
	margin: 0 30px 0 30px; 
}

a.Active:hover {
	text-decoration: underline;
}

a.NotActive {
	font-size: 12px;
	color: #ccc;
	text-decoration: none;
	margin: 0 30px 0 30px; 
}

a.NotActive:hover {
	text-decoration: underline;
}
.Bookings {
	float: right;
	margin: 0 5px 5px 10px;
}
/* Credits */
#Credits {
	margin: 10px 0 10px 0;
	color: #666;
}

a.Credit {
	color: #666;
	text-decoration: underline; 
}

a.Credit:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

/* Header */
#Header {
	color: #FFF;
	margin: 1px 15px 1px 15px;
}

h1 {
	font-size: 12px;
	color: #FFF;	
	margin: 0;
	letter-spacing: 0.5px;
}

.Pink {
	color: #df0e6d;
}

.floatRight {
	float: right;
	margin: 0 0 5px 10px;
	padding: 5px;
	background: #d1d1d1;
	border: 1px solid #CCCCCC;
}

h2 {
	font-size: 16px;
	margin: 0 0 15px 0;
	color:#df0e6d;
	letter-spacing: 0.5px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	margin: 0;
	color:#df0e6d;
	letter-spacing: 0.5px;
	font-weight: normal;
}

.Pink {
	color:#df0e6d;
}

#MainContent {
	margin: 20px 30px 30px 50px;
	color:#363635;
	text-align: justify;
}

#RightContent {
	margin: 20px 50px 30px 10px;
	color:#363635;
	line-height: 24px;
	text-align: justify;
}

.Klein {
	font-size: 11px;
}

.Datum {
	font-size: 12px;
	color: #FFF;	
	margin: 0;
	letter-spacing: 0.5px;
}

.White {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	margin: 0 20px 0 0;
}

a.White {
	color: #FFF;
	text-decoration: none; 
}

a.White:hover {
	text-decoration: underline;
}

#LeftFooter {
	margin: 10px 0 0 40px;
	line-height: 16px;
}

#RightFooter {
	margin: 0 40px 0 0;
	line-height: 16px;
}

a {
	color: #373737;
	font-weight: bold;
	text-decoration: underline; 
}

a:hover {
	text-decoration: none;
}

#Testimonials {
	margin: 0 20px 0 0;
	color: #666;
	width: 240px;
	text-align: justify;
}

.QuoteOpen {
	color: #ff0000;
	font-size: 22px;
	margin: 0 2px 0 0;
}

.QuoteClose {
	color: #ff0000;
	font-size: 22px;
	margin: 0 0 0 2px;
}

.SmallWhite {
	color:#FFF;
	font-size: 10px;
}

#Inhoud {
	margin: 0 0 0 15px;
	line-height: 20px;
}

.XtraSmall {
	font-size: 10px;
}

/* forms */

.pulldown { 
	margin: 0; 
	padding: 3px; 
	width: 233px; 
	border: 1px solid #cccccc; 
	background: #FFF;
	color: #666666;
}

.pulldown:hover { 
	background: #f5f5f5; 
	border: 1px solid #cccccc; 
	color: #666666;
}

.voornaam { 
	margin: 0; 
	padding: 3px; 
	width: 280px; 
	border: 1px solid #cccccc; 
	background: #FFF;
	color: #666666;
}

.voornaam:hover { 
	background: #f5f5f5; 
	border: 1px solid #cccccc; 
	color: #666666;
}

.input { 
	margin: 0; 
	padding: 3px; 
	width: 480px; 
	border: 1px solid #cccccc; 
	background: #FFF;
	color: #666666;
}

.input:hover { 
	background: #f5f5f5; 
	border: 1px solid #cccccc; 
	color: #666666;
}

.textarea { 
	width: 480px; 
	height: 130px;
	padding: 3px; 
	border: 1px solid #cccccc; 
	background: #FFF;
	color: #666666;
}

.textarea:hover { 
	background: #f5f5f5; 
	border: 1px solid #cccccc;
	color: #666666;
}


.button { 
	margin: 0; 
	padding: 1px 1px 1px 1px;
	width: 100px; 
	border: 1px solid #cccccc;
	color: #666666; 
	background: #FFF;	 
}

.button:hover { 
	border: 1px solid #cccccc;
	color: #FFF; 
	background: #de0e6e;	 
}