body {
	background-color: #efefef;
}

.main {
	width: 600px;
	/*background-color: #ffffff;*/
	background: URL('img/kompis.nu.png') no-repeat #ffffff;
	border: solid 1px #cccccc;
}

.logo {
	/*background: URL('img/kompis.nu.png');*/
	height: 190px;
}

.menu {
	width: 100px;
	font-family: Tahoma,Sans Serif;
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
}


.menu a:link {
	border: 0px;
	text-decoration: none;
	color: #000000;
}
.menu a:active {
	border: 0px;
	text-decoration: none;
	color: #000000;
}
.menu a:visited {
	border: 0px;
	text-decoration: none;
	color: #000000;
}
.menu a:hover {
	width: 100px;
	border: solid 1px #cccccc;
	background-color: #efefef;
	text-decoration: none;
	color: #000000;
}

.namnsdag {
	padding: 10px;
	border-top: solid 1px #cccccc;
	font-family: Tahoma,Sans Serif;
	font-size: 10pt;
	text-align: center;
}

.text {
	padding: 10px;
	border-top: solid 1px #cccccc;
	font-family: Tahoma,Sans Serif;
	font-size: 8pt;
	text-align: center;
}
