#intro {
	position: relative;
	margin-bottom: 20px;
	background-color: #bbe4f4;
	background-image: url(/images/family.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
	height: 273px;
}
#introContent {
	padding: 15px;
}
#intro h1 {
	margin: 0;
	font-size: 1.5em;
}
#intro h2 {
	margin: 10px 0 0 0;
	font-size: 1em;
}
#intro a {
	font-size: 1.2em;
	background-color: #00adef;
	color: white;
	padding: 5px;
	text-decoration: none;
	border: solid 1px #bbe4f4;
}
#intro a:hover {
	border: solid 1px black;
	color: red;
}
#service {
	display: block;
	border: solid 1px white;
	position: relative;
	margin-bottom: 10px;
	background-color: #FFDFDF;	
	width: 48%;
	height: 120px;
	float: left;
}
#service h1 {
	display: block;
	position: relative;
	margin: 10px 0 0 20px;
	font-size: 1.3em;
}
#service a {
	display: block;
	color: blue;
	font-size: 1.2em;
	margin: 20px 0 10px 20px;
}
#dashboard {
	display: block;
	border: solid 1px white;
	position: relative;
	margin-bottom: 10px;
	background-color: #A7DFA9;	
	width: 48%;
	height: 120px;
	float: right;
}
#dashboard h1 {
	display: block;
	position: relative;
	margin: 10px 0 0 20px;
	font-size: 1.3em;
	}
#dashboard a {
	display: block;
	color: blue;
	font-size: 1.2em;
	margin: 20px 0 10px 20px;
}
#tour {
	width: 100%;
	margin: 20px 0 20px 0;
}
#buttons {
	width: 90%;
	margin: auto;
}
div.tour_button {
	width: 18%;
	float: left;
	cursor: pointer;
	border: solid 1px #bbe4f4;
	border-bottom: 0;
	border-left: 0;
	text-align: center;
	background-color: #EFFBFF;
	padding: 5px;
}
div.tour_button_selected {
	background-color: #bbe4f4;
	font-weight: bold;
}
div.tour_button:hover {
	background-color: #bbe4f4;
}
#tour_main {
	clear: both;
	width: 100%;
	background-color: #EFFBFF;
	border: solid 1px #bbe4f4;
	font-size: 1.2em;
}
#tour_main img {
	width: 150px;
}
#tour_main img.large {
	width: 250px;
}
#tour_main table {
	margin: 25px;
}
td.col1 {
	width: 50%;
}
td.col2 {
	text-align: center;
}
div.tour_part {
	display: none;
}
div.column {
	width: 295px;
	float: left;
	margin: 0 0 20px 10px;
	background-color: #f7f4ce;
	padding-left: 5px;
	border: solid 1px #359acc;
}
div.row {
	clear: both;
	background-color: #f7f4ce;
	padding-left: 5px;
	border: solid 1px #359acc;
}
div.column h1, div.row h1 {
	margin: 0 0 10px -5px;
	font-size: 1.2em;
	text-align: center;
	background-color: #359acc;
	color: white;
}
img.profil {
	width: 72px;
	/*height: 90px;*/
	float: left;
	margin-right: 10px;
}
div.child {
	margin-bottom: 15px;
}
img.thumb {
	width: 133px;
	height: 100px;
	float: left;
	margin-right: 10px;
}
div.album {
	margin: 0 40px 15px 0;
	float: left;
	width: 145px;
}
div.article {
	border-bottom: dashed 1px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
div.article .title {
	font-weight: bold;
	display: block;
}
div.article .date {
	font-size: 0.8em;
	color: gray;
}
div.saying {
	border-bottom: dashed 1px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}