
/* Custom styling */
#spacer {
	height: 1000px;
}

.text-normal, .link-normal {
	font-size: large;
	line-height: 140%;
	margin-bottom: 1em;
}

.box {
	width: 380px;
	background-color: #f4f4f0;
	padding: 1em;
	margin: 2em 0 3em 0;
	border: thin solid SaddleBrown;
}

h2 {
	font-size: 28px;
	font-weight: bold;
}

h3 {
	font-size: 20px;
	text-decoration: underline;
}

.paragraph-compacted {
	font-size: large;
}

#main-page {
	float:left;
	padding:0px 120px 10px 50px;
}

#phone-info {
	float:right;
}

#image-bottom {
	float: left;
	margin-top: 3em;
}

#image-top {
	float: right;
}

.galery {
	margin: 2em 0 2em 7em;
}

#error {
	width: 740px;
	background-color: #f4f4f0;
	padding: 1em;
	margin: 1em;
	border: thin solid red;
	color: black;
	font-weight: bold;
}

