* {
	padding: 0;
	margin: 0;
	/*font-family: 'Comic sans ms';*/
}

#page {
	width:  1000px;
	height: 697px;

	margin: 0 auto;
	/* Add background picture to design */
	background-image: url(../bilder/bgPensionSchmidt.png);

	padding: 5px;
}

#navi {
	width: 200px;
	height: 697px;

	float: left;
	padding-left: 10px;

	position: relative;

	/*background-color: #00CCFF;*/
	/*background-color: #D1FAC6;*/
}

#navi img {
	margin-top: 10px;
}

#navi div {
	margin-top: 20px;
}

#navi b {
	font-size: 0.75em;
}

#navi a {
	text-decoration: none;
	color: blue;
}

#navi a:visited {
	text-decoration: none;
	color: blue;
}

#main {
	width: 740px;
	height: 554px;

	float: left;
	padding-left: 10px;

	position: relative;
}

#content-head {
	text-align: center;
	margin-top: 10px;
	font-size:x-large;
	font-weight:bold;
	color: blue;
}

.new {
	color: red;
}