@charset "UTF-8";
.Printer {
	cursor: Pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003061;
	z-index: 1;
}

.untenm {
	border-bottom-color: #E4006C;
	border-bottom-style: solid;
	background-image: url(../Img/Successful%20team%20%C2%A9%20pressmaster%20#8190434.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: thin;
	font-weight: bold;
}

.Greater {
	color: #E4006C;
	font-weight: bold;
}

.tdkleiner {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #003061;
	font-size: 12px;
	position: relative;
}

.RForm1 {
	position: absolute;
	padding-top: 5px;
	height: 5px;
	left: 118px;
	color: #003061;
	top: 3px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.MitHand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
	font-weight: bold;
}
#apDiv1StBez {
	position:absolute;
	left:24px;
	top:0px;
	width:666px;
	height:475px;
	overflow-x: auto;
	overflow-y: auto;
}
.RUnten {
	border-bottom-style: dashed;
	border-bottom-color: #E4006C;
	border-bottom-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #003061;
	font-weight: normal;
}
.tleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003061;
	text-align: left;
}
.TSMorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#apDiv11 {
	position:absolute;
	left:0px;
	top:0px;
	width:150px;
	height:220px;
}
#apDiv2 {
	position:absolute;
	left:150px;
	top:0px;
	width:130px;
	height:60px;
	z-index:2;
}
#OrtArt {
	visibility: hidden;
}
.tenpx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
#OrtArt21 {
	visibility: hidden;
}
.SST {
	padding-right: 15px;
	padding-left: 15px;
}
em {
	font-weight: bold;
	font-style: normal;
}

#output a {font-weight: bold;}

.searchword  {color: #222; background-color: #ffd; border: 1px dotted #ffd;}
.searchword0 {color: #222; background-color: #ff0; border: 1px dotted #ff0;}
.searchword1 {color: #222; background-color: #0f0; border: 1px dotted #0f0;}
.searchword2 {color: #222; background-color: #0ff; border: 1px dotted #0ff;}
.searchword3 {color: #222; background-color: #fbb; border: 1px dotted #fbb;}
.searchword4 {color: #222; background-color: #dfd; border: 1px dotted #dfd;}
.searchword5 {color: #222; background-color: #faf; border: 1px dotted #faf;}
.searchword6 {color: #222; background-color: #ccc; border: 1px dotted #ccc;}

.mod {display: block; font-size: .8em;}

#searchfooter {
font-size: .8em;
margin-top: 1em;
}

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 704px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: absolute;
	top: 0px;
	left: 197px;
	background-color: #ECECE1;
	font-family: "Arial Narrow";
	z-index: 8;
	visibility: visible;
}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 11em;
	float: left;
	background-color: #990066;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 11.5em;
	position: absolute;
	left: -1000em;
	visibility: visible;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 11.5em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 6% 0 0 99%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #ECECE1;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #ECECE1;
	padding: 0.5em 0.75em;
	color: #003061;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #ECECE1;
	color: #ECECE1;
	font-size: 100%;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #ECECE1;
	color: #E4006C;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	font-size: 100%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		position:relative
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
li:hover ul { display: block; }

Startseite 

Wir über uns Unsere Firmengeschichte

Unsere Leitgedanken

Unser Team





Personalmanagement Leistungs- und Kompetenzspektrum HR I Management

II Beratung

III Betreuung und Administration

IV Abrechnung Controlling

V Personalbeschaffung

VI Entwicklung

VII Restrukturierung

VIII Outplacement





Outsourcing HR

Interimsmanagement HR

Projekte HR

Personalvermittlung





Projektmanagement Projektleitung

Krisenmangement

Coaching und Projektbegleitung

Projektorganisation

Projektmanagementtrainings





Suchen
.unterm {
	background-color: #0F6;
	background-repeat: no-repeat;
}
#MenuBar1 li .MenuBarSubmenuVisible li .sm {
	background-color: #ECECE1;
	font-family: "Arial Narrow";
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BEBEBE;
	border-right-color: #BEBEBE;
	border-bottom-color: #BEBEBE;
	border-left-color: #BEBEBE;
}
#MenuBar1 li .MenuBarSubmenuVisible li .sm2 {
	background-color: #ECECE1;
	font-family: "Arial Narrow";
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BEBEBE;
	border-right-color: #BEBEBE;
	border-bottom-color: #BEBEBE;
	border-left-color: #BEBEBE;
}
#MenuBar1 li .MenuBarSubmenuVisible li .sm3 {
	background-color: #ECECE1;
	font-family: "Arial Narrow";
	font-size: 14px;
	border: 1px solid #BEBEBE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
}
#MenuBar1 li .MenuBarSubmenuVisible li .sm21 {
	background-color: #ECECE1;
	font-family: "Arial Narrow";
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BEBEBE;
	border-right-color: #BEBEBE;
	border-bottom-color: #BEBEBE;
	border-left-color: #BEBEBE;
	border-bottom-style: solid;
}
.apdiv71 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}
#apDiv11 .HerzlichWillkommen {
	font-size: 20px;
	text-align: left;
	color: #E4006C;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.tenyears {
}
#apDiv7 table tr .apdiv71 #Impressum {
	cursor: pointer;
	font-size: 12px;
}
#apDiv7 table tr .apdiv71 #Sipemap {
	cursor: pointer;
}
#apDiv7 table tr .apdiv71 #Kontakt {
	cursor: pointer;
	font-size: 12px;
}
#apDiv7 table tr .apdiv71 #Anfahrt {
	cursor: pointer;
	font-size: 12px;
}
#apDiv5 #Weiter {
	cursor: pointer;
	font-size: 12px;
}
#apDiv6 #Weiter2 {
	cursor: pointer;
	font-size: 12px;
}
#S3_2 #apDiv3 table tr td #Weiter3 {
	cursor: pointer;
	font-size: 12px;
}
#S3_2 #apDiv3 table tr td #Weiter4 {
	cursor: Pointer;
	font-size: 12px;
}
#S3_2 #apDiv3 table tr td #Weiter5 {
	cursor: Pointer;
	font-size: 12px;
}
#S3_2 #apDiv3 table tr td #Weiter6 {
	cursor: Pointer;
	font-size: 12px;
}
#S3_2 #apDiv3 table tr td p #zu den Stellen {
	cursor: Pointer;
}
#apDiv7 table tr td #Sitemap {
	cursor: Pointer;
	font-size: 12px;
}
#S3_2 #apDiv3 table tr td p #zu den Stellen {
	cursor: Pointer;
}
#S3_2 #apDiv3 table tr td p #zu den Stellen {
	cursor: Pointer;
}
#S3_2 #apDiv3 table tr td p #zu den Stellen {
	cursor: Pointer;
}
#S3_2 #apDiv3 table tr td p #zu den Stellen {
	cursor: Pointer;
}
#S3_2 #apDiv3 table tr td p #zu den Stellen {
	cursor: Pointer;
}
.ZerN {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #003061;
	font-size: 12px;
	left: 17px;
	position: absolute;
	font-weight: normal;
	z-index: 8;
	visibility: visible;
}
.SpryVT {
	font-family: Arial, Helvetica, sans-serif;
}
form1 {
	position: absolute;
	top: 5px;
	left: 30px;
}
.KForm {
	position: absolute;
}
.Stellenbeschreibung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003061;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: thin solid #E4006C;
}
.TSMorm1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

