/*

font-family: 'Baumans', cursive;
font-family: 'Open Sans', sans-serif;

*/

* {
	font-family: 'Roboto', Verdana, Arial, sans-serif;
	font-size: 11pt;
	font-weight: 400;
	color: #000000;
	text-rendering: auto;
	outline: none;
}
body {
	line-height: 1.3;
}
a {
	text-decoration: none;
}
a.greenLink {
	color: #096871 ! important;	
}
a.greenLink:hover {
	text-decoration: underline;
}





	/* HEAD */
		
		#head,
		#head * {
			font-family: "Baumans";
			font-size: 16pt; 
			color: #282828;
		}
		#head #nav a.act,
		#head #nav a:hover {
			color: #096871;
		}
		
		

		
		
	/* MAIN */
		
		#main {
			text-align: justify;
		}
		#main,
		#main * {
			font-family: "Open Sans", sans-serif;
			color: #282828;			
		}		
		#main h1,
		#main h2.big {
			font-family: "Baumans";
			font-size: 30px;
			color: #096871;
			font-weight: 600;
		}		
		#main h2 {
			font-size: 18px;
			color: #096871;
		}
		#main strong {
			color: #096871;
			font-weight: 700;
		}



		#main #legal,
		#main #legal * {
			font-size: 9pt;
		}
		#main #legal {
			text-align: right;
		}
		
		#main #legal a:hover {
			color: #096871;
		}
		
		
		
		/* CONTACT-FORM */		
		
			#main .row.contact.rowRight .formItem input.submit {
				color: #FFFFFF;	
				font-weight: 600;		
			}		
		
		
		
		
		
		/* HOUSING/PRICES */
		
		
			table#housingPrices tr th {
				color: #096871;
				font-weight: 700;
			}		
			
		
		
		
		