body * { border:0; padding:0; margin:0; }

#wrapper {
	position: relative;
	margin: 0px auto;
	width:830px;
	text-align: center;
}

#menutop {
	background: url(images1/menutop.gif) no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	width:830px;
	height:51px;
}

#menuleft {
	background: url(images1/menuleft.gif) no-repeat;
	position:absolute;
	left:0px;
	top:51px;
	width:31px;
	height:47px;
}

#logo {
	background: url(images1/logo.gif) no-repeat 0 0;
	position:absolute;
	left:31px;
	top:51px;
	width:127px;
	height:47px;
}

a#logo:hover, a#portfolio:hover, a#inspiration:hover, a#kontakt:hover {
	background-position: 0 -47px;
}

a#portfolio:active, a#inspiration:active, a#kontakt:active, .active {
	background-position: 0 -94px !IMPORTANT;
}

#portfolio {
	background: url(images1/portfolio.gif) no-repeat;
	position:absolute;
	left:504px;
	top:51px;
	width:93px;
	height:47px;
}

#inspiration {
	background: url(images1/inspiration.gif) no-repeat;
	position:absolute;
	left:597px;
	top:51px;
	width:105px;
	height:47px;
}

#kontakt {
	background: url(images1/kontakt.gif) no-repeat;
	position:absolute;
	left:702px;
	top:51px;
	width:86px;
	height:47px;
}

#menuright {
	background: url(images1/menuright.gif) no-repeat;
	position:absolute;
	left:788px;
	top:51px;
	width:42px;
	height:47px;
}

#menubottom {
	background: url(images1/menubottom.gif) no-repeat;
	position:absolute;
	left:0px;
	top:98px;
	width:830px;
	height:52px;
}

#logo, #portfolio, #inspiration, #kontakt {
	text-indent: -9999px;
}
#content {
	position: absolute;
	top: 150px;
	left: 20px;
	text-align: left;
	overflow: hidden;
}

#leftcolumn, #rightcolumn{
	width: 370px;
	padding: 0 10px;
	float: left;
}

/* Typografisk stil */
body {
 	font-family: Helvetica, "Helvetica Neue", Arial, Tahoma, "MS sans serif", helv, sans-serif;
	font-size: 80%;
}

h1, h2, h3, h4 {
	padding: 12px 0 3px 0;
	font-weight:normal;
	font-family:"Adobe Caslon Pro", Baskerville, Garamond, Georgia, serif;
}

p {
	font-size:1.1em;
	line-height: 1.5em;
	padding-bottom: 12px;
}

a:link, a:visited, a:active {
	color: #666;
}

a:focus, a:hover {
	color: #000;
}
h1 {
	font-size:4em;
	font-style: oblique;
}
h2 {
	font-size:2.4em;
}
h3 {
	font-size:2em;
	clear: both;
	padding-top: 30px;
	padding-bottom: 0px;
}
h4 {
	font-size:1.6em;
}.thickbox img{
	margin: 10px;
	display: block;
	float: left;
}
