html, body
{
	background: #eee url(bilder/bg.gif) repeat-y center;
	font-family: Sans-Serif;
	font-size: 11px;
	margin: 0 auto;
	padding: 0;	
	text-align: justify;
}

#header
{
	width: 570px;
	height: 120px;
	margin: 0 auto;
	margin-top: 11px;
	margin-bottom: 11px;
	text-align: right;
	font-size: 2em;
	color: #fff;
}

#content 
{
	margin: 0 auto;
	width: 560px;
}

#page
{
	float: left;
	width: 400px;
}

#menu
{
	float: right;
	width: 140px;
}

/* Rubriker */
#page h1
{
	font-weight: normal;
	font-size: 2em;
	color: #333;
	border-bottom: 2px dotted #ccc;
	margin-bottom: 5px;
	padding-bottom: 2px;
}

#page h2
{
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 5px;
	padding-bottom: 1px;	
}

#page h3
{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 3px;
	padding-bottom: 1px;	
}

#menu h1
{
	font-weight: normal;
	font-size: 2em;
	color: #333;
	text-align: right;
	border-bottom: 2px dotted #ccc;
	margin-bottom: 5px;
	padding-bottom: 2px;
}

/* Länkar*/
#content a:link, #content a:visited {
	text-decoration: underline;
	color: #333;
}
#content a:hover {
	text-decoration: none;
	color: #333;
}

#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #fff;
}
#footer a:hover {
	text-decoration: none;
	color: #fff;
}

/* Listor */
#content li
{
	list-style: square;
	color: #333;
}

/* Input m.m. */

input, textarea, select
{
	border: 1px solid #ccc;
	background-color: #eee;
	font-size: 1em;
	font-family: Sans-Serif;
	margin-bottom: 2px;
}

input.button
{
	border: 3px double #aaa;
	border-left-color: #ccc;
	border-top-color: #ccc;
}

/* Linje */

#content hr
{
	border: 2px dotted #ccc;
	margin-bottom: 5px;
}

#content hr.small
{
	border: 1px dotted #ccc;
	height: 1px;
	margin-bottom: 5px;	
}

html>body { margin-bottom: 10px; }