﻿/* Reset
------------------------------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* Typography
------------------------------------------------------------------------ */
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;float:left;clear:left;}
h1 {font-size:4em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.5em;margin-bottom:0.75em;}
h3 {font-size:1em;line-height:1;float:none;margin-bottom:0.1em;font-weight:bold;}
h4 {font-size:1em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* Grid
------------------------------------------------------------------------ */
.container {width:950px;margin:0 auto;}
.last, div.last {margin-right:0;}
.box {padding:1.5em;margin-bottom:1.5em;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* Forms
------------------------------------------------------------------------ */
form {clear:left;}
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* Body
------------------------------------------------------------------------ */

body {
	background: #ccc;
}

/* Links
------------------------------------------------------------------------ */

#page.student a {
	color: #fc691e;
}

#page.company a {
	color: #3f94fe;
}

/* Header
------------------------------------------------------------------------ */

#header .container {
	position: relative;
	width: 910px;
	background: #fff;
	padding: 20px;
}

#header h2 {
	width: 213px;
	height: 64px;
}

#header h2 a {
	display: block;
	text-indent: -4000px;
	width: 213px;
	height: 64px;
	background: url(/Files/Billeder/Careercampus/logo.gif);
	overflow: hidden;
}

#header .container .topLinks {
	display: block;
	margin: 4px 0 0 100px;
	float: left;
}

#header .container .topLinks a {
	color: #b2b2b2;
	padding-right:13px;
	font-size:11px;
}

/*
#header h2 {
	text-indent: -4000px;
	width: 213px;
	height: 64px;
	background: url(/Files/Billeder/Careercampus/logo.gif);
}
*/

#navigation {
	position: absolute;
	bottom: 0;
	right: 20px;
	list-style: none;
	margin: 0;
}

#navigation li {
	float: left;
	background: #3f94fe url(/Files/Billeder/Careercampus/backgrounds/blaa-tab-right.gif) no-repeat 100% 0;
	margin-right: 1px;
	font-size: 1.7em;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-top: 6px;
}

#navigation li.active {
	margin-top: 0;
}

#navigation li.active a {
	padding: 13px 20px;
}

#navigation a {
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	background: url(/Files/Billeder/Careercampus/backgrounds/blaa-tab-left.gif) no-repeat;
}

#navigation #studentTab {
	background-image: url(/Files/Billeder/Careercampus/backgrounds/orange-tab-right.gif);
	background-color: #fc691e;
}

#navigation #studentTab a {
	background-image: url(/Files/Billeder/Careercampus/backgrounds/orange-tab-left.gif);
}


/* Frontpage boxes
------------------------------------------------------------------------ */
#company-desc,
#student-desc {
	background: #b2b2b2;
}

#company-desc h1,
#company-desc h2,
#student-desc h1,
#student-desc h2,
#frontpage h2 {
	color: #fff;
	text-transform: uppercase;
}

#company-desc h1,
#student-desc h1 {
	letter-spacing: -3px;
	margin-bottom: 0.3em;
}

#company-desc h2,
#student-desc h2,
#frontpage h2 {
	letter-spacing: -1px;
	font-size: 1.7em;
}

#company-desc .container,
#student-desc .container {
	width: 908px;
	height: 90px;
	background: #3f94fe url(/Files/Billeder/Careercampus/backgrounds/forside-virksomhed.jpg) no-repeat;
	padding: 40px 40px 120px 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#student-desc .container {
	background: #fc691e url(/Files/Billeder/Careercampus/backgrounds/forside-student.jpg) no-repeat;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#company-desc h1,
#student-desc h1,
#company-desc h2,
#student-desc h2,
#company-desc a,
#student-desc a {
	clear: both;
	float: right;
}

#company-desc a,
#student-desc a {
	text-indent: -4000px;
	width: 112px;
	height: 40px;
	margin-top: 1em;
	margin-right: -5px;
	background: url(/Files/Billeder/Careercampus/buttons/blaa-laesmere.gif) no-repeat;
}

#student-desc a {
	background: url(/Files/Billeder/Careercampus/buttons/orange-laesmere.gif) no-repeat;
}

#frontpage .container {
	background: #fff;
	padding: 20px;
	width: 910px;
}

#frontpage .box {
	float: left;
	width: 405px;
	height: 170px;
	background: #fc691e url(/Files/Billeder/Careercampus/backgrounds/opretditcv.jpg) no-repeat;
	color: #fff;
	padding: 20px;
	margin-right: 20px;
	margin-bottom: 0;
}

#frontpage .box.last {
	background: #3f94fe url(/Files/Billeder/Careercampus/backgrounds/opretpraktikopslag.jpg) no-repeat;
	margin-right: 0;
}

#frontpage p {
	clear: left;
	float: left;
	width: 405px;
}

#frontpage a {
	clear: left;
	float: left;
	color: #fff;
	font-weight: bold;
}

/* Footer
------------------------------------------------------------------------ */

#footer {
	margin-top: 1em;
	color: #666;
	text-align:center;
	padding-bottom:15px;
	position:relative;
}

#footer td {
	padding:0;
}

#footer .footerText {
	padding-top:5px;
}

#footer a {
	color: #666;
	text-decoration:none;
	
}

#footer small {
	font-size: 11px;
	margin-top:4px;
}

/* Crumbs
------------------------------------------------------------------------ */

#crumbs {
	background: #b2b2b2;
}

#crumbs .container {
	width: 908px;
	height: 21px;
	padding: 15px 20px;
	color: #fff;
	border: solid 1px #fff;
	border-width: 0 1px;
}

#crumbs.company .container {
	background: #3f94fe;
}

#crumbs.student .container {
	background: #fc691e;
}

#crumbs a {
	color: #fff;
	text-decoration:none;
}

#crumbs a:hover {
	color: #fff;
	text-decoration:underline;
}

#crumbs span {
	float: left;
}

#crumbs ol {
	float: left;
	list-style: none;
	margin: 0;
}

#crumbs li {
	float: left;
	margin-left: 7px;
	background: url(/Files/Billeder/Careercampus/backgrounds/crumbsseperator.gif) no-repeat 0 3px;
	padding-left: 20px;
}

#crumbs li.first {
	background: none;
	padding-left: 0;
}

/* Page
------------------------------------------------------------------------ */

#page {
	width: 910px;
	padding: 20px;
	background: #fff;
	background-image: url(/Files/Billeder/Careercampus/anders_b_andersen.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	min-height: 400px;
	position:relative;
}

#textbody {
	width: 700px;
	float: right;
	padding-bottom:150px;
}

#textbody p,
#textbody ul,
#textbody ol,
#textbody blockquote {
	clear: left;
}

#textbody img {
	padding: 5px;
	border: solid 1px #eee;
}

#textbody div.imgleft {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
}

#textbody div.imgright {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
	width:220px;
}

#textbody div.imgleft,
#textbody div.imgright {
	clear: left;
	padding: 5px;
	border: solid 1px #eee;
}

#textbody div.imgleft img,
#textbody div.imgright img {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

#textbody div.imgleft p,
#textbody div.imgright p {
	width: 100%;
	float: left;
	margin: 0;
	font-size: 0.9em;
	color: #888;
	padding: 4px 0 0;
}

#textbody div.imgleft a,
#textbody div.imgright a {
	color: #888;
}

#textbody .box {
	float: left;
	width: 310px;
	color: #fff;
	padding: 10px 15px 15px;
	margin: 1.5em 20px 0 0;
	position:absolute;
	bottom:20px;
}

#textbody .box.last {
	margin-right: 0;
	position:absolute;
	right:20px;
}

#textbody .box p {
	float: left;
	width: 310px;
	line-height:18px;
}

#textbody .box a , #textbody .box a:hover {
	color:#fff;
	text-decoration:underline;
}

#textbody .box a:hover, #textbody .box.last a:hover {
	color:#fff;
	text-decoration:none;
}


#textbody h1 {
	font-size: 2.1em;
	letter-spacing: -1px;
	padding-bottom: 3px;
                margin-top: 2px;

}

/*
#page.student #textbody h1,
#page.student #textbody h2,
#page.student #textbody h3,
#page.student #textbody h4,
#page.student #textbody h5,
#page.student #textbody h6 {
	color: #fc691e;
}

#page.company #textbody h1,
#page.company #textbody h2,
#page.company #textbody h3,
#page.company #textbody h4,
#page.company #textbody h5,
#page.company #textbody h6 {
	color: #3f94fe;
}
*/

#page #textbody .box h1,
#page #textbody .box h2,
#page #textbody .box h3,
#page #textbody .box h4,
#page #textbody .box h5,
#page #textbody .box h6 {
	color: #fff;
}

#page.student #textbody .box {
	background: #fc691e;
}

#page.company #textbody .box {
	background: #3f94fe;
}

#page #textbody .box h2 {
	letter-spacing: -1px;
	font-size: 1.7em;
	margin-bottom: 0.4em;
}

/* Menu
------------------------------------------------------------------------ */

#menu {
	float: left;
	width: 190px;
	padding-left: 20px;
	margin: 0;
}

#page #menu a {
	text-decoration: none;
	color: #222;
}

#page #menu a:hover {
	color: #fc691e;
}

#page.company #menu a:hover {
	color: #3f94f3;
}

#page #menu li.active ul li,
#page #menu li.active ul a,
#page.company #menu li.active ul li,
#page.company #menu li.active ul a,
#page #menu a {
	color: #222;
	font-weight: bold;
}

#page #menu li.active,
#page #menu li.active a {
	color: #fc691e;
}

#page.company #menu li.active,
#page.company #menu li.active a {
	color: #3f94fe;
}

#menu li,
#menu ul li {
	width: 190px;
	list-style-type: square;
	margin-bottom: 0.4em;
}

#menu ul li,
#menu ul {
	width: 100%;
}

#menu ul {
	margin: 0;
	padding-left: 20px;
	margin-top: 0.4em;
}

/* Users
------------------------------------------------------------------------ */
.user span.edit {
	display: block;
	float: left;
	margin: 1em 1.5em;
}