@media screen, projection {

* { padding:0; margin:0; }

form, fieldset, img { border:0; margin:0; padding:0;}

body, textarea, input, table, select { font-family:Verdana, Arial, Helvetica, sans-serif; }

a { color:#666666; text-decoration:none; }

a:focus, a:hover { text-decoration:underline; }

/* lay */
html, body { height:100%; width:100%; }

body {
	background: #E4E4E4 url(img/bg_grey_fade.png) repeat-x scroll 0 0;
	color: #000000;
	font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size: 12px;
}

#start {
	width:940px;
	border: 1px solid #333333;
	border-top: none;
	min-height:100%;
	height: auto !important;
	height:100%;
	border-bottom: none;
	position:relative;
	z-index:10;
	margin:5px auto;
/*	background: #ffffff url(img/bkgr.png) repeat scroll 0 0;*/
	background: #ffffff;
}

/* content */
#content {
	padding: 3px 0 60px 0;
}
#web_hot_pkt {
/*	margin:0 auto;
	width:630px;*/
}
.logga {
	margin: 0 auto;
	width:210px;
}
/*  lägg till submit button*/
select, input, textarea {
	font-size: 1em;
}

h3 {
	background: url(img/square.gif) 3px 8px no-repeat;
	padding: 0 0 14px 23px;
	margin: 0;
	font-size: 1.8em;
	color: #2b475c;
}

	
p {
	padding: 0 0 10px 0;
}
.banner {
	text-align:center;
}
.parkerad {
	background: url(img/parkerad.png) 0px 0px no-repeat;
	min-height:410px;
	padding:30px 40px;
	width:500px;
	margin: 20px auto 0px;
	}
.parkerad a {
	text-decoration:none;
}
.parkerad a:hover {
	text-decoration:underline;
}
.banners {
	text-align: center;
	padding: 0 0 5px 0;
}
.andra_namn {
	padding:20px;
	width: 40%;
	margin: 5px 5px 5px 70px;
	float:left;
}
.lediga_namn {
	float: left;
	margin: 5px;
	padding: 20px;
	width: 40%;
}
/* footer */
#footer {
	height: 44px;
	width: 940px;
	bottom: 1px;
	left: 0;
	position: absolute;
	border-top: 1px solid #e6e6e6;
	padding-top: 3px;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.clear {
	width: 100%;
	clear: both;
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	line-height: 1.2em;
/*	font-family:arial;
	font-size:12px;*/
	font-weight:bold;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.myButton:active {
	position:relative;
	top:1px;
}
}