* {
margin: 0;
padding: 0;
}
body {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	color: #f00;
	background: #fff;
}
h1 {
	font: bold 1.8em Arial, Helvetica, sans-serif;
	color: #339966;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
}
h2 {
font-size: 1.2em;
font-weight: normal;
}
h3 {
font-size: 1em;
font-weight: normal;
}
p {
font-size: 0.80em;
}

/* IDs */
#container {
color: #000;
background: #fff;
width: 100%;
}
#header {
width: 100%;
background: #fff url(../img/bild-header.jpg)  no-repeat;
}
#logo {
	width: 180px;
	height: 152px;
	color: #fff;
	background: #fff;
	padding: 0 0 0 20px;
}
#main {
	margin-left: 200px;
	color: #000;
	background: #fff;
	line-height: 1.2em; /* to avoid the peekaboo bug */
}
p.mainbot {
clear: both;
height: 28px;
background: #fff;
}
#column {
float: right;
width: 200px;
color: #000;
background: #fff;
}
#content {
margin-right: 200px;
color: #000;
background: #fff;
}

/* Navigation */

#navigation {
	position: absolute;
	top: 122px;
	left: 0;
	width: 200px;
	color: #000;
	background: #fff;
}

