/* globals */

html, body { 
	font-family: Arial;
	margin:0; 
	padding:0;
	height: 101%;
} 

h1 {
	margin: 0 0 10px 0;
	color: #333;
	font-size: 15px;
	font-weight: bolder;
}

h2 {
	margin: 10px 10px 0 0;
	color: #FFF;
	font-size: 13px;
}

h3 {
	margin: 5px;
	color: #FFF;
	font-size: 15px;
}

h4 {
	margin: 5px 0 5px 0;
	color: #FFF;
	font-size: 15px;
	font-weight: bolder;
}

em {
	font-size: 11px;
}
.White {
	color:#FFF;
	font-size: 15px;
	font-weight: bolder;
}
.Grey {
	color:#333;
	font-size: 14px;
	font-weight: bold;
}
.propertyWrapper { display:block; width:578px; height:408px; overflow:hidden;}
.property { width:578px; height:408px; text-indent:-100000px; overflow:hidden;}

#titel {
	margin: 0 0 5px 0;
	color: #1d388b;
	font-size: 15px;
	font-weight: bolder;
}
#adres {
	margin: 0 0 5px 0;
	color: #1d388b;
	font-size: 14px;
	font-weight: bolder;
}
strong {
	color: #333;
	font-size: 15px;
	font-weight: bolder;
}
b {
	color: #fff;
	font-size: 15px;
	font-weight: bolder;
}
#paging b {
	color: #000;
	font-size: 15px;
	font-weight: bolder;
}
p {
	text-align: justify;
	line-height: 22px;	
}

td {
	font-family: Arial;
	font-size: 14px; 
	font-style: normal; 
	line-height: 22px; 
	font-weight: normal;
	color: #333;
}

#MainContent {
	margin: 15px 50px 40px 0;
	font-size: 14px;
}

#Window {
	font-color: #999;
	margin: 10px 10px 10px 10px;
}

a { 
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

#Footer {
	margin: 6px 0 6px 0;
	color: #FFF;
	line-height: 45px;
}

a.Footer { 
	color: #FFF;
	text-decoration: none;
}

a.Footer:hover {
	text-decoration: underline;
}

a.Window { 
	color: #999;
	text-decoration: none;
}

a.Window:hover {
	color: #cc9900;
	text-decoration: underline;
}
a.links {
	color: #333399;
	margin: 0;
	text-decoration: none;
}
a.links:hover {
	text-decoration: underline;
}

a.Active {
	color: #333399;
	margin: 0 23px 0 23px;
	text-decoration: none;
}
a.Active:hover {
	text-decoration: underline;
}

a.NotActive {
	color: #FFF;
	margin: 0 33px 0 33px;
	text-decoration: none;
}
a.NotActive:hover {
	color: #cc9900;
	text-decoration: underline;
}

.FloatRight {
	float: right;
	margin: 0 0 0 20px;
}
.FloatInfo {
	float: right;
	margin: 2px 2px 2px 2px;
}
.FloatIcon{
	float: left;
	margin: 2px 10px 5px 0;
}
.Image {
	border: 1px solid #f0f0f0; 
	padding: 2px;
}
/* forms */

#form {
	border: 1px solid #3F6A9D; 
	background: #333333;
	margin: 2px; 
	padding: 5px;
}
#SearchField {
	margin: 0 10px 10px 20px;
}

#search {
	margin-left: 20px;
	margin-top: 3px;
	margin-bottom: 3px; 
}

.input { 
	font-size: 12px;
	margin: 0; 
	padding: 5px; 
	width: 378px; 
	border: 1px solid #cccccc; 
	background: #FFF;
	color: #333333;	 
}

.input:hover { 
	background: #F4F4F4; 
}

.captcha { 
	font-size: 12px;
	margin: 0; 
	padding: 5px; 
	width: 206px; 
	border: 1px solid #cccccc; 
	background: #FFF;
	color: #333333;	 
}

.captcha:hover { 
	background: #F4F4F4; 
}

.description {
	font-size: 12px; 
	width: 100%; 
	height: 60px;
	padding: 5px; 
	border: 1px solid #cccccc; 
	background: #FFF;
	color: #333333;
}

.description:hover { 
	background: #F4F4F4; 
}

.textarea { 

	font-size: 12px;
	width: 378px; 
	height: 100px;
	padding: 5px; 
	border: 1px solid #cccccc; 
	background: #FFF;
	color: #333333;
}

.textarea:hover { 
	background: #F4F4F4; 
}

.Pulldown { 
	font-size: 12px;
	margin: 0; 
	padding: 4px; 
	width: 180px; 
	border: 1px solid #cccccc; 
	background: #FFF;
	color: #333333;
}

.pulldownSmall { 
	font-size: 12px;
	margin: 0; 
	padding: 4px; 
	width: 80px; 
	border: 1px solid #cccccc; 
	background: #FFF;
	color: #333333;
}
hr {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
}

.buttonCalc {
	margin: 0; 
	padding: 1px 1px 1px 1px;
	width: 170px; 
	border: 1px solid #FFF;
	color: #FFF; 
	background: #162b6b;
}

.buttonCalc:hover {
	background: #f8a906;
}