

/* -------------------------------------------------------- */
/*                   2ND HOMES STYLESHEET                 */
/* -------------------------------------------------------- */

body {
	font-family: Verdana;
	font-size: 12px;
	color: #333;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


	
td {
	vertical-align: top;
}



/* -------------------------------------------------------- */
/* standaard tags ( gebruikt door webpage-editor backstage) */

.editor {
	margin-top: 20px;
}


.content { 
	background-color: #fff;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

p,h2,h3,h4,h5,h6 {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

p,ul,li {
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

p {
	margin-bottom: 18px;
}
ul {
	margin-top: -5px;
	margin-bottom: 18px;
}


a {
	color: #c00;
}



h2,h3,h4,h5,h6 { color: #00468a; }


h1 {
	font-family: Georgia;
	font-size: 21px;
	line-height: 23px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #15599B;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

h3 {
	font-family: Arial;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

h4, h5, h6 {
	font-family: Verdana;
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 18px;
}
h4 {
	text-transform: uppercase;
}

p.intro {
	font-family:Georgia;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	margin:0 0 10px 0;
	}


.right, .left {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}



.left {
	margin-right: 20px;
	margin-left: 0px;
	float: left;
}

.right {
	margin-right: 0px;
	margin-left: 20px;
	float: right;
}




/* -------------------------------------------------------- */
/*                          Formulieren                     */

form {
	margin: 0px;
}

form td {
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
}

input, select, textarea {
	font-family: Verdana;
	font-size: 12px;
}

.lang {
	width: 200px;
}

.middel {
	width: 150px;
}


.kort {
	width: 100px;
}


/* -------------------------------------------------------- */
/*                          Tabellen                        */

/* GENERAL TABLE STYLE */
.null {
	font-family: Verdana;
	font-size: 10px;
	line-height: 12px;
	color: #c03;
	background-color: #fff;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	border-left: 1px solid #c03;
	border-right: 1px solid #c03;
	border-top: 1px solid #c03;
	border-bottom: 1px solid #c03;
}

/* GENERAL TD STYLE */
.1odd,
.1even {
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
}

/* FIRST ROW TD's background & font */
.1topleft,
.1topcenter,
.1topright {
	background-color: #c03;
	color: #fff;
	font-weight: bold;
}

/* ODD ROW TD's background & font */
.1odd {
	background-color: #FFE2E8;
	color: #c03;
}

/* EVEN ROW TD's background & font */
.1even {
	background-color: #fff;
	color: #c03;
}


/* LINES BETWEEN ROWS */
.1topleft,
.1topcenter,
.1topright,
.1middleleft,
.1middlecenter,
.1middleright {
	border-bottom: 1px solid #c03; /* 1px solid #0f0; */
}
/* LINES BETWEEN COLUMNS */
.1topleft,
.1topcenter,
.1middleleft,
.1middlecenter,
.1bottomleft,
.1bottomcenter {
	border-right: none; /* 1px solid #f00; */
}

/* -------------------------------------------------------- */
/*                          Webpages                        */

.subnav {
	margin-top: 15px;
	margin-bottom: 8px;
	font-family; Arial;
	font-size: 12px;
	color: #fff;
}

.subnav a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.subnav a:hover {
	color: #FFC20F;
}

/* -------------------------------------------------------- */
/*                Nieuwe Aplen  Projecten                   */

.alpen_projecten {
	width: 758px;
}

.alpen_projecten.gebruik_verhuurplan {
	background-color: #603;
	background-image: url("/images/static/alpen/verhuurplan_info.gif");
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
	height: 30px;
	vertical-align: middle;
	width: 366px;
}

.alpen_projecten.gebruik {
	background-color: #603;
	text-align: center;
	height: 30px;
	vertical-align: middle;
	width: 366px;
}

.alpen_projecten.gebruik h1,
.alpen_projecten.gebruik_verhuurplan h1 {
	font-family: Arial;
	font-size: 16px;
	color: #fff;
	margin: 0px;
	padding-left: 8px;

}

.alpen_projecten.project_td {
	border-left: 4px solid #603;
	background-image: url("/images/static/alpen/bg_project_td.jpg");
	background-repeat: repeat-y;
}

.gebied_table {
	width: 100%;
	border-left: 4px solid #B38099;
	margin-bottom: 4px;
}

.gebied_table.city {
	padding-left: 6px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.gebied_table.city h1 {
	font-family: Arial;
	font-size: 14px;
	color: #00468A;
	margin-bottom: 0px;
}

.gebied_table.city p {
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #00468A;
}

.gebied_table.city.residence_table td {
	font-family: Verdana;
	font-size: 12px;
	color: #00468A;
}

.gebied_table.city.residence_table.info_button {
	margin-left: 10px;
}


.gebied_table.gebied_naam {
	background-color: #B38099;
	font-family: Arial;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 33px;
	vertical-align: bottom;
	padding-bottom: 9px;
	padding-left: 6px;
}

.gebied_table.gebied_piste {
	background-color: #B38099;
	font-family: Verdana;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	height: 33px;
	vertical-align: bottom;
	padding-bottom: 9px;
	text-align: right;
	padding-right: 10px;
}

.alpen_projecten.shadow_top {
	background-image: url("/images/static/alpen/shadow_top.png");
	background-repeat: no-repeat;
}

.alpen_projecten.shadow_side {
	background-image: url("/images/static/alpen/shadow_side.png");
	background-repeat: repeat-y;
}

.alpen_projecten.shadow_bottom {
	background-image: url("/images/static/alpen/shadow_bottom.png");
	background-repeat: repeat-x;
}


/* -------------------------------------------------------- */
/*                          Projecten                       */

.project_tabel {
	margin-top: 40px;
}

.project_tabel .level1,
.project_tabel .level2 {
	padding-top: 2px;
	padding-bottom: 2px;
}

.project_tabel .level1 h1 {
	font-family: Arial;
	font-size: 18px;
	color: #fff;
	margin: 0px;
	padding-left: 8px;
}

.project_tabel .level1 h2 {
	font-family: Verdana;
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	margin: 0px;
	margin-top: -4px;
	padding-left: 8px;
	text-transform: uppercase;
}

.project_tabel .level2 h1 {
	font-family: Arial;
	font-size: 16px;
	color: #fff;
	margin: 0px;
	padding-left: 8px;
}

.project_tabel .level3 {
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #A4C7EA;
}

.project_tabel .level3 h1 {
	font-family: Arial;
	font-size: 14px;
	color: #15599B;
	margin: 0px;
	padding: 0px;
}

.project_tabel .level3 h2 {
	font-family: Verdana;
	font-size: 10px;
	color: #15599B;
	font-weight: normal;
	margin-top: -6px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-transform: uppercase;
}

.project_tabel .level4 {
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #fff;
}

.project_tabel .level4 h1 {
	font-family: Arial;
	font-size: 14px;
	color: #00468A;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 18px;
}

.project_tabel .level4 p {
	font-family: Verdana;
	font-size: 12px;
	color: #00468A;
	margin: 0px;
	padding-left: 0px;
	padding-right: 8px;
	padding-top: -50px;
	padding-bottom: 0px;
}




/* -------------------------------------------------------- */
/*                          Footer                          */

.footer {
	font-family: Verdana;
	font-size: 9px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}


/* -------------------------------------------------------- */
/*                          Projecten   Resale              */

.project_tabel_resale {
	margin-top: 40px;
}

.project_tabel_resale .titel {
	background-color: #c03;
	padding-top: 5px;
	padding-bottom: 5px;
}

.project_tabel_resale .titel h1 {
	display: block;
	color: #fff;
	margin-left: 190px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.project_tabel_resale .streek {
	background-color: #c03;
}

.project_tabel_resale .streek h1 {
	font-family: Arial;
	font-size: 14px;
	line-height: 19px;
	color: #fff;
	padding: 15px;
}

.project_tabel_resale .locatie h2 {
	font-family: Verdana;
	font-size: 12px;
	line-height: 19px;
	color: #00468A;
	margin-bottom: 7px;
	margin-top: 8px;
	margin-left: 0px;
	margin-right: 0px;
}

