@charset "utf-8";
/* CSS Document */

html {
}

body {
	color: #666666; 
	background: #E9E9E9;
	font-size: 90%;
/*	font-family: Tahoma, Helvetica, Arial, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	min-width: 750px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

#mainpage {
	margin: 0.5em;
	background: #FFFFFF; 
	border: 1px solid #CCCCCC;
	height: 100%;
}

#header {
	padding: 5px;
}

#mainmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: url(../images/bg_menu.gif) repeat-x;
	height: 25px;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
}

#mainmenu li {
	width: auto;
	float: left;
	list-style: none;
	margin: 0;
	padding: 4px 10px 4px 10px;
}

#mainmenu a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 0;
  margin-bottom: 2px;
}

#mainmenu a:hover {
	color: #666666;
  margin-bottom: 0;
	border-bottom: 2px solid #D12773;
}

#mainmenu a.current {
	color: #D12773;
}

#menu {
	clear: left;
	float: left;
	padding: 1.5em 0 0 0;
	width: 12em;
}

#menu ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
}

#menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
  border-bottom: 1px solid #CCCCCC;
  border-left: 4px solid #FFFFFF;
	height: 1.6em;
	line-height: 1.6em;
	vertical-align: middle;
	padding-left: 0.5em;
	text-decoration: none;
	color: #666666;
}

#menu a:hover {
	color: #D12773;
	border-left: 4px solid #D12773;
}

#menu a.current {
	color: #D12773;
	border-left: 4px solid #FFFFFF;
}

#content {
	padding: 0.5em 1em 0.5em 1em;
}

#content img {
	border: 2px solid #999999;
}

#content .jobtable {
	border-collapse: separate;
	border-spacing: 0px 0px;
}

#content .jobtable .header {
	color: #FFFFFF;
	background-color: #666666;
}

#content .jobtable .oddrow {
	background-color: #DCDCDC;
}

#content .jobtable .refcell {
	width: 1%;
	white-space: nowrap;
}

#content .jobtable .poscell {
	width: 98%;
	padding-left: 0.5em;
}

#content .jobtable .branchecell {
	width: 1%;
	padding-left: 0.5em;
	white-space: nowrap;
}

#content .jobtable .oddrow:hover {
	background-color: #D12773;
	color: #FFFFFF;
}

#content .jobtable .oddrow:hover a {
	color: #FFFFFF;
}

#content .jobtable .evenrow:hover {
	color: #FFFFFF;
	background-color: #D12773;
}

#content .jobtable .evenrow:hover a {
	color: #FFFFFF;
}

#content .jobtable a {
	color: #666666;
	font-weight: normal;
}

#content .mitarbeiterfoto {
	width: auto;
	font-size: 90%;
	float: left;
	margin: 1em 3em 1em 1em;
}

#footer {
	clear: both;
	font-size: 75%;
	background: #FFFFFF url(../images/bg_footer.gif) repeat-x;
	vertical-align: middle;
	line-height: 25px;
	height: 25px;
	border-top: 3px solid #D12773;
}

#footer p {
	padding: 0 0.5em 0 0.5em;
	margin: 0;
}

#footer a {
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	color: #D12773;
}

#footer .left {
	width: auto;
	float: left;
}

#footer .right {
	width: auto;
	float: right;
}

#footer .clear {
	clear: both;
}