html, body {
	margin: 0; padding: 0;
	min-height: 100%;
}
html, * html body {
	height: 100%;
}
html {
	overflow: -moz-scrollbars-vertical !important;
}
body {
	background: #8f827f url(../images/interface/gradient.png) repeat-x left top;
	color: #333;
}
:-moz-any-link:focus { 
  outline: none;
}

#wrapper {
	position: relative;
	width: 994px;
	margin: 0 auto;
	border: 3px solid white;
	border-top: none;
	background: white;
}

#header {
	position: relative;
	height: 145px;
	background: #ef4723 url(../images/interface/header_back.gif) no-repeat right top;
}

#logo {
	z-index: 2;
	position: absolute;
	top: 0; left: 0;
	width: 275px; height: 145px;
	background: url(../images/interface/logo_back.gif) no-repeat left top;
}
#logo a {
	z-index: 2;
	position: absolute;
	top: 18px; left: 8px;
	width: 190px; height: 113px;
	display: block;
	text-decoration: none;
	text-indent: -999em;
	background: url(../images/interface/logo_paauwtalent.png) no-repeat left top;
}
#logoAnimated {
	z-index: 2;
	position: absolute;
	top: 18px; left: 8px;
	cursor: pointer;
}

#topMenu {
	position: absolute;
	top: 15px; left: 710px;
}
#topMenu ul,
#topMenu li {
	margin: 0; padding: 0;
}
#topMenu li {
	float: left; display: inline;
	margin-right: 30px;
	font-size: 12px;
}
#topMenu li.menuHome {
	background: url(../images/interface/icon_home.png) no-repeat left 1px;
}
#topMenu li.menuContact {
	background: url(../images/interface/icon_contact.png) no-repeat left 2px;
}
#topMenu li a {
	padding: 2px 0 2px 22px;
	text-decoration: none;
	font-weight: bold;
	color: white;
}
#topMenu li a:hover {
	text-decoration: underline;
}


#menu {
	z-index: 1;
	position: absolute;
	top: 111px; left: 228px;
	width: 766px; height: 34px;
	background: url(../images/interface/menu_back.gif) repeat-x left bottom;
}
#menu ul,
#menu li {
	margin: 0; padding: 0;
	list-style: none;
}
#menu ul {
	margin-left: 85px;
}
#menu li {
	float: left; display: inline;
	height: 34px;
}
#menu li a {
	float: left; display: inline;
	padding: 11px 12px 8px 12px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 16px;
	font-weight: bold;
	font-size: 12px;
	color: white;
}
	* html #menu li a { /* IE6 fix */
		padding-bottom: 7px;
	}
#menu li a:hover {
	color: #f37521;
}
#menu li.active {
	background: white url(../images/interface/tab_right.gif) no-repeat right top;
}
#menu li.active a {
	padding-top: 10px;
	background: url(../images/interface/tab_left.gif) no-repeat left top;
	color: #555;
}

#content {
	background: white url(../images/interface/column_back.png) repeat-y left top;
}

#primaryContent {
	float: right; display: inline;
	width: 630px;
	padding: 20px 40px 15px 40px;
	background: white;
	/*text-align: justify;*/
}
#secondaryContent {
	float: left; display: inline;
	width: 188px;
	padding: 600px 20px 20px 20px;
	color: white;
}

#secondaryContent address {
	line-height: 19px;
	font-size: 12px;
}
#secondaryContent address a {
	color: white;
}
#secondaryContent address .title {
	font-size: 13px;
}

#footer {
	padding: 5px 10px;
	background: #ef4723;
	border-top: 2px solid white;
	font-size: 11px;
	color: #ffd3d3;
}
	* html #footer { /* Fix IE6 bug */
		height: 12px;
	}
	* +html #footer { /* Fix IE7 double spacing bug */
		padding-bottom: 0px;
	}
#footer a {
	font-weight: bold;
	color: #ffd3d3;
}
#footer a:hover {
	color: white;
}

#footerCopy {
	float: left; display: inline;
}
#footerDesign {
	float: right; display: inline;
}

#footerMenu {
	float: left; display: inline;
}
#footerMenu ul,
#footerMenu li {
	margin: 0; padding: 0;
	list-style: none;
}
#footerMenu li {
	float: left; display: inline;
}
#footerMenu li a {
	margin-left: 10px;
	padding-left: 10px;
	background: url(../images/interface/bullet_footer.png) no-repeat left 4px;
}

.bottomSpace {
	height: 15px;
	overflow: hidden;
}

/* dynamic fotobar*/
.fotobar {
	position: absolute;
	top: 145px; left: 0;
	width: 299px; height: 578px;
	background: url(../images/fotobar1.jpg) no-repeat left top;
}
#theme01 .fotobar {
	background-image: url(../images/fotobar1.jpg);
}
#theme02 .fotobar {
	background-image: url(../images/fotobar2.jpg);
}
#theme03 .fotobar {
	background-image: url(../images/fotobar3.jpg);
}
#theme04 .fotobar {
	background-image: url(../images/fotobar4.jpg);
}
#theme05 .fotobar {
	background-image: url(../images/fotobar5.jpg);
}
#theme06 .fotobar {
	background-image: url(../images/fotobar6.jpg);
}
#theme07 .fotobar {
	background-image: url(../images/fotobar7.jpg);
}
#theme08 .fotobar {
	background-image: url(../images/fotobar8.jpg);
}
