﻿@charset "utf-8";
/* CSS Document */
/* Reset CSS */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline-color:invert;
outline-style:none;
outline-width:0pt;
padding:0;
vertical-align:baseline;
}
table {
border-collapse:separate;
border-spacing:0pt;
}
caption, th, td {
font-weight:normal;
text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
strong {
font-weight:bold;
}
em {
font-style:italic;
}
* {
margin:0pt;
padding:0pt;
}
/* End Reset CSS */


/*external styling - jobs.ch*/
.jobs_paging
{
	padding-top:15px;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#58595b;
	font-size:11px;
}
h1
{
	font-size:18px;
	color:#58595b;
	font-weight:bold;
	padding-bottom:15px;
}

h2
{
	font-size:18px;
	font-weight:bold;
	color:#7ab752;
	padding-bottom:0px;
}

h2 a, h2 a:link, h2 a:visited, h2 a:active
{
	text-decoration:none;
	color:#7ab752;
	line-height:22px;
}
h2 a:hover
{
	text-decoration:underline;
}


h3, h3 p
{
	font-size:36px;
	font-weight:bold;
	color:#98999a;
	line-height:36px;
}
h4
{
	width:100%;
	/*height:40px;*/
	border-top: 1px solid #58595b;
	border-bottom: 1px solid #58595b;
	margin-bottom:15px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#58595b;
	font-size:11px;
	font-weight:normal;
}

hr
{
	color: #58595b;
	background-color: #58595b;
	height: 1px;
	margin-top:10px;
	margin-bottom:10px;
	border: 0;
}

input
{
	width:150px;
}
input.checkbox
{
	width:20px;
}
a, a:link, a:visited, a:active
{
	text-decoration:underline;
}
a:hover
{
	text-decoration:none;
}

a.nounder , a.nounder a:link, a.nounder a:visited
{
	text-decoration:none;
}
a.nounder a:hover
{
	text-decoration:underline;
}

p.paddown
{
	margin-bottom:15px;
}

.box
{
	background-color:#f3f4f4;
	margin-bottom:15px;
	padding-left:25px;
	padding-top:13px;
	padding-bottom:13px;
	border:1px solid #c6c7c7;
}
.boxblanc
{
	background-color:#fff;
	margin-bottom:15px;
	padding-left:25px;
	padding-top:13px;
	padding-bottom:13px;
	border:1px solid #c6c7c7;
}


.boxleft
{
	
	background-color:#c9c9ca;
	margin-bottom:15px;
	padding-left:25px;
	padding-top:13px;
	padding-bottom:13px;
	border:1px solid #c6c7c7;
}
.boxleft strong
{
	color:#000000;
}


.greenlink, a.greenlink, a.greenlink:hover
{
	color: #7ab752;
	text-decoration:underline;
}
.padtop15
{
	padding-top:15px;
}
.smalltext
{
	font-size:9px;
}

.redtext
{
	color:#FF0000;
}

#leftbox ul, #boxemployes ul
{
	list-style:none;
	list-style-type:none;
}
#leftbox li, #boxemployes li
{
	padding-bottom:10px;
}



.boxleft li a, .boxleft a
{
	color:#000000;
	text-decoration:none;
}
.boxleft li a:hover, .boxleft a:hover, .boxleft a.selected
{
	width:100%;
	color:#FFF;
}

#menutab ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#menutab li
{
	float: left;
	margin: 0;
}
#menutab li a
{
	background:url(images/menubg.jpg) top left no-repeat;
	width:139px;
	height:35px;
	float: left;
	display: block;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-size:12px;
	line-height:35px;
	vertical-align:middle;
}
#menutab li a:hover
{
	background:url(images/menubg_on.jpg) top left no-repeat;
	color:#FFFFFF;
}
#menutab a.selected
{
	background:url(images/menubg_on.jpg) top left no-repeat;
	color:#FFFFFF;
}

/*ul.menuul
{
	margin:0; padding: 0; list-style-type: none;
	height:35px;
}
li.menu 
{
	display:inline;
	width:139px;
	height:35px;
	background:url(images/menubg.jpg) top left no-repeat;
	text-align:center;
	line-height:35px;
	vertical-align:middle;
	border:1px solid red;

}
li.menu a, li.menu a:visited, li.menu, a:link
{
	display:inline;
	color:#000000;
	font-size:12px;
	text-decoration:none;
}

li.menu a:hover
{
	color:#FFFFFF;
}
li.selected
{
	background:url(images/menubg_on.jpg) top left no-repeat;
	
}
li.selected a, li.selected a:visited, li.selected, a:link
{
	color:#FFFFFF;

}*/
a.greenlink
{
	color:#7ab752;
	font-size:11px;
	text-decoration:underline;
}

a.greenlink:hover
{
	text-decoration:none;
}

#wrapper
{
	margin: 0 auto;
	width: 973px;
}
#header
{
	margin: 0 auto;
	width:100%;
	height: 96px;
}
#logo
{
	float:left;
		width:200px;
}
#language
{
	float:right;
	width:200px;
	padding-top:64px;
	top:0px;
	right:45px;
	text-align:right;
	word-spacing:10px;
}
#menutab
{
	width:100%;
	height:35px;
	border-right:1px solid #98999a;
	
}
#container
{
	margin-top:15px;
}
#container ol
{
	padding-left:20px;
}
#container ul.jobs
{
	padding-left:20px;
	padding-top:20px;
	list-style-image: url(http://www.pemsa.ch/cmsFiles/image/imgTemplate/arrow_green1.gif);
}


#leftpanel
{
	float:left;
	width:274px;
}
#leftbox
{
	height:316px;
}
#content
{
	float:right;
	width: 688px;
	min-height:546px;
	height:auto !important;
	height:546px;
}
#contenthome
{
	width: 688px;
	height:546px;
	float:right;
	border: 1px solid #c6c7c7;
}
#contentsub
{
	width: 100%;
	padding-top:30px;
}
#buttonsub
{
	padding-left:412px;
	padding-top:30px;
}
#clear
{
	clear:both;
}
#footer
{
	margin: 0 auto;
	width:100%;
	height:53px;
	border-top:1px solid #c6c7c7;
	padding-top:15px;
	text-align:center;
}
#f1
{
	float:left;
	width:281px;
	text-align:left;
	font-size:9px;
}
#f2
{
	float:left;
	width:282px;
	text-align:left;
	color:#000000;
}
#f3
{
	float:right;
	width:300px;
	color:#000000;
	text-align:right;
}

div.jobs
{
	padding-bottom:10px;
}
div.jobs p 
{
	padding-bottom:10px;
}

div.jobs ul
{
	margin-left:20px;
	padding-bottom:15px;
}

#contCola
{
	display:inline;
}
.photoCollab
{
	width:auto;
	height:190px;
	float:left;
	padding-right:8px;
	margin-bottom:4px;
	text-align:left;
	line-height:15px;
}
.photoCollab img
{
	margin-bottom:0px;
}
