body {
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: center;
}

#adres {
	position: absolute;
     left: 190px; 
     top: 45px;
	font-family: "Lucida Grande",Arial,sans-serif;
	font-size: 11px;
	z-Index: 2;
}
#container {
	position: absolute;
     left: 0px; 
     top: 15px;
     width: 970px;
     height: 560px;
 	 /* border: 1px solid #ddd; */ 
}

#menubar {
	float: right;
	width: 150px;
	height: 560px;
	background: #fff url('../img/menucol.gif') repeat-y;
}

#logo {
	width: 150px;
	height: 96px;
}

.clear { clear: both; }

a {
	outline: none;
	text-decoration: none;
}

.tekstlink {
	color: #cc9966;
	font-weight: bold;
}
.tekstlink:hover {
	text-decoration: underline;
}

.Accordion {
	position: absolute;
	width: 970px;
	top: 140px;
	left:0px;
	border: 0px;
	overflow: hidden;
	outline: none;
}

#portintro {
	display: block;
}#portfolio {
	display: none;
}

