body {
	background-image: url('/image/carwash_baggrund.png');
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

div, a {
	font-family: 'Roboto Condensed', sans-serif;
	color: #000000;
}

.h1 {
	position: relative;
	font-weight: bold;
	top: 13px;
	left: 40px;
	font-size: 51px;
}

.h2 {
	font-size: 33px;
	height: 45px;
}

.h3 {
	position: relative;
	top: 8px;
	left: 40px;
	font-size: 21px;
}

.content {
	text-align: left;
	width: 700px;
}

.menu {
	height: 40px;
	background-color: #f9f9f9;
}

.menuitem {
	float: left;
	height: 100%;
	line-height: 40px;
	padding-right: 19px;
}

.menuitemlink {
	background-color: #f9f9f9;
	color: #000000;
	width: 100%;
	height: 100%;
	padding-left: 19px;
	text-decoration: none;
	display: block;
}

.menuitemlink:hover {
	background-color: #00914D;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	padding-left: 19px;
	text-decoration: none;
	display: block;
}

.menuitemlink_active {
	background-color: #00914D;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	padding-left: 19px;
	text-decoration: none;
	display: block;
}

.menuitemspace {
	float: left;
	width: 1px;
	height: 40px;
	background-color: #000000;
}

div.bottomText {
	width: 100%;
	height: 100px;
	line-height: 100px;
	font-size: 16px;
	text-align: center;
	color: #7f7f7f;
}

div.bottomText a {
	color: #7f7f7f;
}

.onlyCenter {
	text-align: center;
}

.onlyCenter img {
	border: 1px solid #00914D;
	border-radius: 3px;
}

