body { 
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	width:100%;
	}

h1, h2, h3, h4, h5, form, label, p {
	margin: 0;
}

h1 {
font-size:18px;
}

h2 {
font-size:16px;
}

h3 {
font-size:14px;
font-weight:bold;
}

h4 {
font-size:12px;
font-weight:bold;
}

h5 {
font-size:12px;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}	

div.hr {
	margin: 6px 0 5px 0;
	height: 3px;
	background: #fff url(images/linie-637.gif) scroll center;
}

div.hr hr {
  display: none;
}

#start {
}

#container {
	width: 967px;
}
	
#intro{
	height: 200px;
	width: 967px;
	background: url(images/logo.jpg);
}	

#mainleft {
	height: 100%x;
	width: 5px;
	background: url(images/border_left.gif) repeat;
}

#mainright {
	height: 100%x;
	width: 5px;
	background: url(images/border_right.gif) repeat;
}

#mainbottomleft {
    max-height: 7px;
    overflow:hidden;
	width: 5px;
	height: 7px;
	_height:7px; /* IE5+ hack to set a minimum height, because it doesnt know min-height. other browsers will ignore, while IE just overflows the height */
	background: url(images/border_bottom_left.gif);
}

#mainbottomcenter {
    max-height: 7px;
    overflow:hidden;
	height: 7px;
	_height:7px; /* IE5+ hack to set a minimum height, because it doesnt know min-height. other browsers will ignore, while IE just overflows the height */
	background: url(images/border_bottom_center.gif) repeat;
}

#mainbottomright {
    max-height: 7px;
    overflow:hidden;
    height: 7px;
	_height:7px; /* IE5+ hack to set a minimum height, because it doesnt know min-height. other browsers will ignore, while IE just overflows the height */
	width: 5px;
	background: url(images/border_bottom_right.gif);
}

#sitenav {
	background-color:#FF9900;
	background: url(images/gradientbig.gif) repeat;
	height: 25px;
	width: 967px;
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	cursor:pointer;
}

#sitenav ul { 
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-transform: uppercase;
	padding: 0,0,0,0;
	text-align:center;
	
}

#sitenav li { 
	float: left;
	position: relative;
	width: 10em;
	z-index:100;
}

#sitenav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	text-transform: none;
	text-align:center;
	padding:0;
	border: 1px solid #d31774;
	background-color:#d31774;
	color: white;
}

#sitenav li ul li {
}


#sitenav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#sitenav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#sitenav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#sitenav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}	
#sitenav li li {
	padding: 0.2em 0 0.2em 0;

}
#sitenav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#sitenav li:hover ul, #sitenav li.over ul { /* lists nested under hovered list items */
	display: block;
}

#sitenav li li:hover {
	background-color:#DE3D8E;
}

#main {
	font-size: 12px;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
	position:relative;
/*	left:167px; */
/*	width:637px; */
	color:#666666;
	_height:500px; /* IE5+ hack to set a minimum height, because it doesnt know min-height. other browsers will ignore, while IE just overflows the height */
	min-height:500px;
	margin: 10 10 10 10;
}

#main h1, #main h2, #main h3, #main h4, #main p {
	margin-bottom:7px;
}

#main table {
	width: 100%;
}

#boxes {
	position:absolute;
	top:255px;
	}
	
#bottom {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	position:relative;
	color:#666666;
	text-align:center;
	margin: 0px 0px 0px 0px;	
}

#linespacer {
	min-height: 2px;
	_height: 2px;
	border-bottom: 1px dotted #999999;
}

#team{
	color:#4a4a4a;
	width:100%;
	position:relative;
	margin: 0,0,0,0;

}

#team #head{
	background-color:#FF9900;
	background: url(images/gradientsmall.gif) repeat;
	height:16px;
}

#team #body{
	border-right: 1px dotted #999999;
	border-left: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	_border-right: 1px solid #d5d5d5;
	_border-left: 1px solid #d5d5d5;
	_border-bottom: 1px solid #d5d5d5;
	min-height: 220px;
	_height:220px;
}

#team #picture{
	position:absolute;
	left:15px;
	padding-top: 12px;
}

#team #body hr{
	width: 100%;
	border-top: 1px dotted #999999;
	border-bottom: 0;
	border-right: 0px;
	border-left: 0px;
}

#team #languages, #team #contacts{
	font-size:10px;
	bottom:0;
}

#team #languages{
	display:none;
}

#joblist{
	margin-top: 0px;
	margin-bottom: 10px;
	width:100%;
	border-collapse: collapse;
}
#joblist th{
	background-color:#FF9900;
	background: url(images/gradientbig.gif) repeat;
	height: 25px;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: .5em

}

#joblist tbody tr {
	height: 28px;
	color:black;
	font-weight:normal;
	font-size:11px;
	
}

#joblist thead th#details {
	text-align:right;
	padding-right:3px;
	text-align:center;
}

#joblist tbody .light td, #joblist tbody .dark td{
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

#joblist tbody td#date {
	border-left: 1px dotted #999999;
	padding-left: 3px;
	width: 12%;
	text-align:center;
}
#joblist tbody td#details {
	border-right: 1px dotted #999999;
	font-weight:bold;
	text-align:right;
	padding-right:3px;
	width:12%;
	text-align:center;
}

#joblist tbody td#title {
	font-weight:bold;
	width:65%;
	padding-left:5px;
	padding-right:5px;

}

#joblist tbody td#cat {
	width:20%;
	padding-left:8px;
	padding-right:5px;
}

#joblist tbody td#ref {
	padding-left:8px;
	width:8%;
	text-align:center;
}

#joblist tbody td#loc {
	padding-left:8px;
	width: 10%;
}

#joblist tbody .light {
	background-color:#eeeeee;
	}

#joblist tbody .dark {
	background-color:#e0e0e0;
	}
	
#joblist tbody .empty {
	background-color:transparent;
	height: 8px;
	border:0;
	}

/* Style for all Vacancies */
#catlist{
	margin-top: 0px;
	margin-bottom: 10px;
	width:100%;
	border-collapse: collapse;
}
#catlist th{
	background-color:#FF9900;
	background: url(images/gradientbig.gif) repeat;
	height: 25px;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: .5em

}
#catlist tbody td#cat{
	width: 80%;
	text-align:left;
	padding-left:3px;
	border-left: 1px dotted #999999;
	padding-top:3px;
	padding-bottom:3px;
	font-size:14px;
	font-weight:bold;
}

#catlist tbody td#quantity{
	width: 20%;
	text-align:center;
	border-right: 1px dotted #999999;
}

#catlist tbody td#cat2{
	width: 80%;
	text-align:left;
	padding-left:3px;
	border-left: 2px double;
	border-color: red;
	padding-top:3px;
	padding-bottom:3px;

}

#catlist #cat{
	text-align:left;
}

#catlist #quantity{
	width: 20%;
	text-align:center;
}

#catlist #quantity2{
	width: 20%;
	text-align:center;
	border-right: 2px double;
	border-color: red;
	background-color: #e0e0e0;
}
#catlist tbody .light td, #catlist tbody .dark td{
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}
#catlist tbody .dark2 td{
	border-top: 2px double;
	border-bottom: 2px double;
	background-color: #e0e0e0;
}
#catlist #description{
	font-style:italic;
	font-size:12px;
}

#catlist #link{
	font-size:10px;;
}
#catlist #name{
	font-weight:bold;
}
#catlist tbody .light {
	background-color:#eeeeee;
	}

#catlist tbody .dark {
	background-color:#e0e0e0;
	}
	
#catlist tbody .empty {
	background-color:transparent;
	height: 8px;
	border:0;
	}
#catlist a:hover {
	color: #000000;
	text-decoration: underline;
}
#catlist a:active {
	color: #000000;
	text-decoration: none;
}
#catlist a:link {
	color: #000000;
	text-decoration: underline;
}
#catlist a:visited {
	color: #000000;
	text-decoration: underline;
}	

.tx-mjfilefinder-pi1 hr {
	min-height: 2px;
	_height: 2px;
	border-bottom: 1px dotted #999999;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}