/* @group Layout */

body {
	background-color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#canvas {
	width: 950px;
	background-color: #fff;
	background-image: none;
	margin: auto;
	corner: 10px;
}
#head {
	position: relative;
	height: 50px;
	background-image: none;
	background-color: #fff;
	border-bottom: 2px solid black;
}
#logo {
	position: absolute;
	top: 0px;
	left: 10px;
}
#head #sitesearch {
	display: none;
}
#basepage {
	padding: 10px;
	min-height: 400px;
}
#memberlogin {
	display: none;
}
div.member_buttons {
	display: none;
}
UL.logininfo li a, UL.logininfo li a:visited {
	color: white;
}
#main {
	padding: 20px;
	width: 540px;
}
#side {
	width: 350px;
}
.content {
	padding: 20px;
	width: 540px;
}
.sidebar {
	width: 350px;
}
#footer {
	background-image: none;
	background-color: white;
	border-top: 2px solid black;
	padding: 10px;
}

/* @end */

/* @group Menu */

ul#menu {
	display: none;
}

/* @end */

/* @group Text */
.rubrik, h2 {
	font: 35px Chaparral, Georgia, "Times New Roman", Times, serif;
}
div.paragraph {
	font: 16px/26px Georgia, "Times New Roman", Times, serif;
}

a, a:visited {
	color: #4e7dd0;
}

div.vinjett {
	
	background-color: none;
	border-bottom: 2px solid black;
	padding: 10px;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}

/* @end */
