/* globals */
html, body { 
	margin:0; 
	padding:0;
	height: 101%;
} 

td {
	font-family: Arial;
	font-size: 14px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: normal;
	color: #333;
}

h1 {
	font-size: 14px; 
	font-style: normal; 
	font-weight: normal;
	margin: 0;
	color: #FFF;
}

h1.Property {
	font-size: 16px; 
	font-style: normal; 
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #333;
}

h2 {
	font-size: 14px; 
	font-style: normal; 
	font-weight: normal;
	margin: 0;
	color: #FFF;
}

h3 {
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #333;
}

.Datum {
	color: #FFF;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 16px;
	text-align: justify;
}

strong {
	font-family: Arial;
	font-size: 14px; 
	font-style: bold; 
	color: #333;
	margin: 0;
}

hr {
	border: 0;
	color: #333;
	background-color: #333;
	height: 1px;
	width: 100%;
	text-align: center;
}

a { 
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


a.Active:link, a.Active:visited, a.Active:active { 
	color: #FFF;
	text-decoration: none;
	margin: 0 7px 0 7px;	
}
	
a.Active:hover {
	text-decoration: underline;
}

a.NotActive:link, a.NotActive:visited, a.NotActive:active { 
	color: #333;
	text-decoration: none;
	margin: 0 13px 0 13px;		
}
	
a.NotActive:hover {
	text-decoration: underline;
}

a.Sorteer:link, a.Sorteer:visited, a.Sorteer:active { 
	color: #333;
	text-decoration: underline;		
}
	
a.Sorteer:hover {
	text-decoration: none;
}

a.Footer:link, a.Footer:visited, a.Footer:active { 
	color: #333;
	text-decoration: none;		
}
	
a.Footer:hover {
	text-decoration: underline;
}

.floatRight {
	float: right;
	padding: 0 0 0 0;
	margin: 0 30px 0 10px;
}

.floatLeft {
	float: left;
	padding: 0 10px 0 0;
}

#Footer {
	font-family: Arial;
	font-size: 14px; 
	font-style: normal; 
	color: #333;
	margin: 15px 10px 20px 10px;
}

/* photos */
.Image {
	padding: 5px;
	border: 1px solid #ccc;
}

hr {
 clear: both;
}

#MainContent {
	margin: 10px 10px 50px 10px;
}

#SearchField {
	margin: 10px 10px 10px 20px;
}

.input { 
	margin: 0; 
	padding: 3px; 
	width: 200px; 
	border: 1px solid #cccccc; 
	background-color: eaeaea;
	color: #0e3065;	 
}

.input:hover { 
	background: #FFF; 
}

.captcha { 
	margin: 0; 
	padding: 3px; 
	width: 149px; 
	border: 1px solid #cccccc; 
	background: #eaeaea;
	color: #0e3065; 
}

.captcha:hover { 
	background: #FFF; 
}

.text { 
	margin: 0; 
	padding: 3px 3px 3px 3px; 
	width: 149px; 
	border: 1px solid #cccccc; 
	background: #eaeaea;
	color: #0e3065; 
}

.text:hover { 
	background: #FFF; 
}

.textarea { 
	width: 200px; 
	height: 80px;
	padding: 3px; 
	border: 1px solid #cccccc; 
	background: #eaeaea;
	color: #0e3065;
}

.textarea:hover { 
	background: #FFF; 
}


.button { 
	margin: 0; 
	padding: 1px 1px 1px 1px;
	width: 100px; 
	border: 1px solid #cccccc; 
	background: #eaeaea;
	color: #0e3065; 
}

.pulldown { 
	margin: 0; 
	padding: 1px; 
	width: 198px; 
	border: 1px solid #cccccc; 
	background: #FFF;
	color: #999;
}

.pulldown:hover { 
	background: #fafafa; 
	color: #666;
}

.pulldownSmall { 
	margin: 0; 
	padding: 1px; 
	width: 88px; 
	border: 1px solid #cccccc; 
	background: #FFF;
	color: #999;
}

.pulldownSmall:hover { 
	background: #fafafa; 
	color: #666;
}
