@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: 'CgCongressMedium';
    src: url('http://www.cyberaccess.se/fonts/cgcongress-webfont.eot');
    src: url('http://www.cyberaccess.se/fonts/cgcongress-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.cyberaccess.se/fonts/cgcongress-webfont.woff') format('woff'),
         url('http://www.cyberaccess.se/fonts/cgcongress-webfont.ttf') format('truetype'),
         url('http://www.cyberaccess.se/fonts/gcongress-webfont.svg#CgCongressMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	color:#fff;
	line-height:17px;
	letter-spacing:-0.05em;
}

h1, h4, h5 {
	font-family: 'CgCongressMedium', serif;
	margin:0;
	font-weight:normal;
}

h1 {
 font-size:17px;
 margin-bottom:15px;	
}

h2 {
 font-size:11px;
 font-weight:normal;
 font-family:Verdana, Geneva, sans-serif;
 text-transform:uppercase;
 margin:0;
 padding:0;			
}


h4 {
	font-size:17px;
	color:#7a7a7a;
	padding-bottom:15px;
}

h5 {
	font-size:40px;
	color:#fff;
	line-height:42px;
	text-transform:uppercase;
}

a {
color:white;
text-decoration:none;	
}

a:hover {
color:#faf219;
}

.black {
	color:#000;
}

.white {
	color:#fff;
}

.gray {
	color:#585958;
}

.blue {
	color:#6ca9c0;
}

.yellow {
	color:#faf219;
}

#main-container {
	//background: url(../mall1.jpg);
	margin:0 auto;
	width:1100px;
	min-height:878px;
	border:0px solid #f00;
	
}

#background-image {
	
	background: url(../images/back2.jpg) no-repeat;
	background-size:cover;
	height:470px;
	position:absolute;
	z-index:-10;
	top:0;
	left:0;
	width:100%;
	border:0px solid #f00;
}

#content-wrapper {
	width:1033px;
	border:0px solid #f00;
	margin:0 auto;
}


#logo {
	
 background: url(../images/logo.png);
 width:350px;
 height:38px;
 float:left;
 border:0px solid #f00;
 margin:109px 0 44px -5px;
 
}

#top-nav {
	float:right;
	width:600px;
	display:inline;
	border:0px solid #f00;
	text-align:right;
	margin:128px 55px 0 -5px;
}

#top-nav ul li{
display:inline;	
margin-left:32px;
font-family: 'CgCongressMedium';
font-size:17px;
color:#fff;
}

#nav-row {
clear:both;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
}

#main-nav {
display:inline-block;
border:0px solid #f00;
}

#main-nav ul {
margin:0;
padding:7px 0 7px 0;

}

#main-nav ul li {
display:inline;	
margin-right:65px;
font-family:"CgCongressMedium", serif;
font-size:17px;
color:#fff;
}

#social-icons {
float:right;
border:0px solid #f00;
height:24px;
margin-top:4px;
}

.row {
 display:inline-block;
}

#main-content {
	margin-top:18px;
	width:1033px;
	float:left;	
	border:0px solid #f00;
	height:275px;
	clear:both;
}


#front-display {
	background:#000;
	//background: url(../images/frontback.jpg) no-repeat;
	height:275px; 
	padding:0px;
	border:0px solid #f00;
	position:relative;
	width:750px;
	float:left;
	box-shadow:0 7px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 7px 10px rgba(0,0,0,0.5);
	-moz-box-shadow:0 7px 10px rgba(0,0,0,0.5);
}

#front-display .display-text {
	position:absolute;
	top:75px;
	left:50px;
	width:460px;
	//text-transform:uppercase;
}


.display-button {
	background: url(../images/frontbutton.png) no-repeat;
	position:absolute;
	top:110px;
	left:550px;
	width:53px;
	height:53px;
	z-index:500;
}

#right-content {
	background:#000;
	height:275px;
	width:265px;
	float:right;
	box-shadow:0 7px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 7px 10px rgba(0,0,0,0.5);
	-moz-box-shadow:0 7px 10px rgba(0,0,0,0.5);
}

#aside {
	padding:25px 25px 30px 25px;
	border:0px solid #f00; 
}

#ledige-job {
	// margin:30px;
}

#ledige-job ul {
	margin:0;
	padding:8px 0 0 0;
}

#ledige-job ul li {
list-style-type: none;	
margin-bottom:15px;
}

#ledige-job ul li strong{
text-transform:uppercase;
}

#nyheder {
	margin-bottom:20px;
}

#nyheder ul {
	margin:0;
	padding:8px 0 0 0;
}

#nyheder ul li {
list-style-type: none;	
margin-bottom:15px;
}


#front-content {
padding-top:30px;
border:0px solid #f00;
clear:both;
}

#front-content ul {
margin:0;
padding:0;	
}

#front-content ul li {
display:inline-block;
margin:0 30px 0 0;	
vertical-align:top;
width:230px;
}

#front-content ul li:last-child {
	margin-right:0;
}

footer {
padding-top:10px;
clear:both;
color:#7a7a7a;
//border:1px solid #f00;
}

.no-bullets {
  list-style:none;
}

.uppercase {
	text-transform:uppercase;	
}

.no-indent {
	padding-left:0 !important;
}

.absolute {
	position:absolute;
}

.add-top-space {
	margin-top:20px;
}