
/*
Project: PR jobs
Print Stylesheet author: eva vartmann
Version: 1
Date: 01 August 2007

*/


/* global page element styles ---------------------------------- */

body {
	font-size: 12pt;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color:#000;
	background:#fff;
}
form {
	display:none;
}

a {
	text-decoration: none;
	color:#000;
}

a:hover {
	text-decoration: underline;
	color:#000;
}

h1 {
	text-indent:-9000px;
	overflow:hidden;
	height:1px;
}

h2 {
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size:17pt;
	padding:0 0 10px 0;
}

h3 {
	margin:8px 0 0 0;
	font-size:12pt;
}

h4 {
	margin:0 0 15px 0;
	padding:4px 0 0 0;
	color:#000;
	font-size:12pt;
}
ol {
	margin-left:18px;
	margin-right:15px;
}
ol li {
	padding-bottom:8px;
}


/* standard page architecture styles ----------------------------------------------------- */

#centre {
	margin:0 auto;
	width:100%;
}

#container {
	width:100%;
	font-size: 10pt;
	background:#fff;
}

#header {
	background:none;
	border-bottom:1px solid #000;
	height:210px;
}

#login {
	display:none;
}

#main {
	width:100%;
	background:#fff;
	margin:35px auto 0 auto;
}

#navigation {
	display:none;
}

#content {
	width:100%;
	margin:0;
}
#contentCol, #contentCol2, #contentColSub {
	width:343px;
	float:left;
}
#contentCol2 {
	width:292px;
	margin-left:27px;
}
#contentColSub {
	width:100%;
}

	#promos {
		display:none;
	}
	
#recruiters {
	display:none;
}
	
#footer {
	padding:30px 0 0 0;
	background:none;
	width:100%;
}

#banner {
	display:none;
}

	
/* Header -------------------------------------*/

#logo {
	padding:10px 0 0 0;
	background:none;
}
#logo span {
	display:block;
	float:left;
}
#logo span img {
	float:left;
}

#logo a, #logo a:hover {
	display:block;
	margin:20px 0 0 20px;
}

/* Homepage -------------------------------------*/



/* Joblisting page -------------------------------- */

ul.actions {
	display:none;
}

.premium {
	background:#fff;
}

.pagination {
	display:none;
}
p.narrow {
	width:500px;
	float:none;
}

/* Jobdetail page -------------------------------- */

.boxed {
	background:#fff;
}
.actions {
	display:none;
}
/* Az ---------------------------------------------- */



/* Footer ---------------------------------------------- */

#footer li a {
	color:#000;
}
#footer ul {
	display:none;
}
#footer li {
	margin-right:10px;
}
#footer p {
	width:500px;
	float:left;
	color:#000;
}

