body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
	background-color: white ;
    text-align: center;
}

p, div, li, td, input, select, textarea {
    font-family: Helvetica, Arial;
    font-size: 13px;
    color: #000;
    line-height: 18px;
}

.oppet-text {
	font-family: Helvetica, Arial;
	font-size: 20px;
	text-align: center;
	color: #3691c0;
}
.oppet {
	font-family: Helvetica, Arial;
	font-size: 20px;
	text-align: left;
	color: #3691c0;
}

.oppet2 {
	font-family: Helvetica, Arial;
	font-size: 20px;
	text-align: center;
	color: #3691c0;
}

.telefon {
	font-family: Helvetica, Arial;
	font-size: 18px;
	text-align: center;
	color: #3691c5;
}

.even {
	background-color: #cdcdcd;
}

.odd {
	background-color: #ffffff;
}

#toprow {
	font-size: 11px;
	color: #ffffff;
	background-color: #000000;
}

#wrapper {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid;
	border-right: 1px solid;
	background-color: #dad9cd;
	border-bottom: 1px solid;
}

#footer {
  bottom: 0;
  /*position: absolute;*/
  top: auto;
  left: 0;
  right: auto;
	width: 100%;
	height: 30px;
}

#main {
  background-color: #dad9cd;
  height: 100%;
}

#footer-text {
  background-color: #3691c0;
	width: 900px;
	height: 30px;
	border: 0px solid black;
	color: white;
	text-align: center;
  font-size: 15px;
  line-height: 25px;
}

#top {
	background-color: #3691c0;
	width: 900px;
	height: 81px;
	border: 0px;
}

#top-bottom {
	height: 27px;
	width: 900px;
	background: #3691c0 url(../images/top-bottom.png);
}

#menu {
	font-family: Arial, sans-serif;
	float: left;
}

#menu ul {
	text-align: center;
	margin: 0 0 5px 0;
}

#menu li {
	float: left;
	display: inline;
}

#menu li a {
	display: block;
	padding: 7px 0px 0px 0px;
	width: 119px;
	height: 20px;
	color: white;
	font-weight: 200;
	text-decoration: none;
}

#menu li a#current {
	display: block;
	width: 119px;
	height: 27px;
	color: #5d5350;
	text-decoration: none;
	vertical-align: text-bottom;
	background: url(../images/tabbed.png) no-repeat right top;
}

#menu li a span{
	margin-top: 12px;

}





