@import 'fontsize.css';

/********************************** Begin Main **********************************/
body {
	background-color: #fff;
	color: #000;
	
	font-family: Arial;
	font-size: 13px;
	
	padding: 0px;
	margin: 25px 0px 0px 0px;
	
	background-image: url('../img/pcs_body_bg.png'); 
	background-repeat: repeat-x;
	background-position: top left; 
}

img {
	border: 0px;
}

#pcs_root {
	width: 900px;
	margin: auto;
	color: #000;
	overflow: hidden;
}




/********************************** Begin Logo **********************************/
#pcs_logo {
	width: 900px;
	margin: auto;	
	margin-bottom: 70px;
}

#pcs_logo a {
	background-color: inherit;
	color: #fff;
	text-decoration: none;
}

#pcs_logo a:hover {
	background-color: inherit;
	text-decoration: underline;
}




/********************************** Begin Content **********************************/
#pcs_content {
	float: left;
	width: 655px;
	padding-bottom: 40px;
}

#pcs_content a {
	text-decoration: underline;
	color: #000;
}

#pcs_content a:hover {
	text-decoration: none;
	color: #000;
}

#pcs_text {
	float: left;
	width: 350px;
/*	text-align: justify; */
	text-align: left;
	line-height: 1.45;
}

#pcs_header {
	margin-bottom: 30px;
}




/********************************** Begin Image **********************************/
#pcs_image {
	float: left;
	width: 245px;
	margin-right: 40px;
	padding: 0;
	border: 10px solid #000;
}

#pcs_image img {
	*margin-bottom: expression("-3px");
	margin-bottom: -3px;
}




/********************************** Begin Bottom **********************************/
#pcs_divider {
	clear: both;
	border-top: 2px #000 solid;
	font-size: 11px;
}

#pcs_divider a {
	text-decoration: underline;
	color: #000;
}

#pcs_divider a:hover {
	text-decoration: none;
	color: #000;
}

#pcs_left {
	margin-top: 5px;
	float: left;
}

#pcs_right {
	margin-top: 5px;
	float: right;
	color: #ccc;
}

#pcs_right a {
	text-decoration: underline;
	color: #ccc;
}

#pcs_right a:hover {
	text-decoration: none;
	color: #ccc;
}

#pcs_divider p {
	padding-top: 3px;
}

#pcs_bottom {
	clear: both;
	float: left;
	height: 40px;
}




/********************************** Begin Form **********************************/
#pcs_form {
	margin-top: 30px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.int_1 {
}

.int_2 {
	margin-top: 5px;
}

.int_message {
	margin-top: 5px;
}

input.int_input {
	width: 250px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px #000 solid;
	font-family: Arial;
	font-size: 12px;
}

input.int_postnr {
	width: 100px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px #000 solid;
	font-family: Arial;
	font-size: 12px;
}

textarea.int_textarea {
	width: 250px;
	height: 250px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px #262626 solid;
	font-family: Arial;
	font-size: 12px;

}






/********************************** Begin Button **********************************/
.button {
	float: left;
	width: 120px;
	height: 26px;
	border: 0px;
   background: url('../img/pcs_button.gif') no-repeat top left;
}

.button:hover {
	cursor: pointer;
   background: url('../img/pcs_button_on.gif') no-repeat top left;
}




/********************************** Begin Menu **********************************/
#pcs_menu {
	float: left;
	width: 170px;
	margin-right: 40px;
}

#menu_right {
	width: 116px;
	float: left;
}

#menu_right ul {
	width: 116px;
	list-style-type: none; 
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	display: block;
}

#menu_right li {
	float: left;
	margin-right: 0px;
}

#menu a {
	background-color: inherit;
	color: #000;
}

#menu a:hover {
	background-color: inherit;
	color: #000;
}

.xmenu_omoss span, .xmenu_omoss_on span, .xmenu_varatjanster span, .xmenu_varatjanster_on span, .xmenu_sokjobb span, .xmenu_sokjobb_on span, .xmenu_kontaktaoss span, .xmenu_kontaktaoss_on span, .xmenu_nyheter span, .xmenu_nyheter_on span {
	display: none;
}

.xmenu_omoss, .xmenu_omoss_on {
	width: 67px;
	height: 22px;
	margin-bottom: 12px;
	background-image: url('../img/pcs_omoss.gif');
	display: block;
}

.xmenu_omoss_on {
	background-image: url('../img/pcs_omoss_on.gif');
}

.xmenu_varatjanster, .xmenu_varatjanster_on {
	width: 116px;
	height: 22px;
	margin-bottom: 12px;
	background-image: url('../img/pcs_varatjanster.gif');
	display: block;
}

.xmenu_varatjanster_on {
	background-image: url('../img/pcs_varatjanster_on.gif');
}

.xmenu_sokjobb, .xmenu_sokjobb_on {
	width: 78px;
	height: 22px;
	margin-bottom: 12px;
	background-image: url('../img/pcs_sokjobb.gif');
	display: block;
}

.xmenu_sokjobb_on {
	background-image: url('../img/pcs_sokjobb_on.gif');
}

.xmenu_kontaktaoss, .xmenu_kontaktaoss_on {
	width: 116px;
	height: 22px;
	margin-bottom: 12px;
	background-image: url('../img/pcs_kontaktaoss.gif');
	display: block;
}

.xmenu_kontaktaoss_on {
	background-image: url('../img/pcs_kontaktaoss_on.gif');
}

.xmenu_nyheter, .xmenu_nyheter_on {
	width: 72px;
	height: 22px;
	background-image: url('../img/pcs_nyheter.gif');
	display: block;
}

.xmenu_nyheter_on {
	background-image: url('../img/pcs_nyheter_on.gif');
}
