body {
	font-size: 100%;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	line-height: 1.75;
	color: #444;
	
}

#wrap {
	font-size: 0.75em;
}

#wrapper-inner {
}

#content {
 padding: 20px 0 1em 100px;
 position: relative;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

#logo {
	float: left;
	margin: 20px 0 0 20px;
	display: inline;
}


#wrap {
	
	margin: 0 auto;
}



/*======= TYPE ======= */

p {
	margin-bottom: 1.1em;
}

a {
	color: #00647d;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

.hint
{
}

/*===== NAVBAR ======== */

#nav, .perfalgan #nav {
	float: right;
  position: absolute;
	display: block;
	top: 0;
  right: 15px;
  background: url(../images/nav.gif) no-repeat bottom right;
  padding-bottom: 30px;
  z-index: 300;
	width: 642px;
}

.records #nav {
	top: -40px;
}

.et_al #nav {
	top: 0;
}

#navlist
{
	background: #fff;
	border: #ccc 1px solid;
	border-top: none;
	position: relative;
	overflow: hidden;
}

#navlist li {
	list-style-type: none;
	float: left;
}

#navlist:hover li, #navlist.sfHover li {
	height: 40px;
	display: inline;
}


#navlist li a {
	display: block;
	width: 160px;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
	background: url(../images/navbar_slide.jpg) no-repeat;

}

#navlist li#nav_records a {	background-position: 0 0;}
#navlist li#nav_first-aid a {	background-position: -160px 0;}
#navlist li#nav_contact a {	background-position: -320px 0;}
#navlist li#nav_home a {	background-position: -480px 0;}

#navlist li#nav_records a:hover, #navlist li#nav_records a.current {	background-position: 0 -40px;}
#navlist li#nav_first-aid a:hover, #navlist li#nav_first-aid a.current {	background-position: -160px -40px;}
#navlist li#nav_contact a:hover, #navlist li#nav_contact a.current {	background-position: -320px -40px;}
#navlist li#nav_home a:hover, #navlist li#nav_home a.current {	background-position: -480px -40px;}


/*====== FOOTER ========= */
#footer {
		padding: 15px 15px 0;
    float: left;
		clear: left;
    color: #bbb;
    z-index: 300;
    font-size: .8em;
	position: relative;
	width: 60%;
}
