@charset "utf-8";
/**
 * qv manager
 * 
 * @copy 			i-gap Schwingenschlögl & Welser OG
 * @link 			www.i-gap.at
 * @inspiration 	YAML (http://www.yaml.de) - thanks
 */

/*----------------------------------------------------------------------------------*/

/* reset */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

input.disabledField {
	border:0px !important;
	background-color:transparent;
	color:#666;
	font-size:9px;
}

div.smallcheckbox {
	padding:0px !important;	
	margin:0px !important;
}

label.smallcheckbox {
	font-size:10px !important;	
}

.terminrow {
	font-size:11px !important;	
}

.bedarfpassiv {
	text-decoration:line-through !important;
	color:#999 !important;
	font-size:10px !important;
}

span.terminId {
	width:20px;
	color:#666;
	float:left;
	font-style:italic;
	font-size:9px;
}


a:link.terminLink, a:visited.terminLink, a:active.terminLink {
	text-decoration:none;	
	color:#900;	
}

a:hover.terminLink {
	text-decoration:underline;	
	color:#900;	
}

body, html{
	min-height:101%; /*Scrollbar immer anzeigen*/
	font-family:"Trebuchet MS", Arial;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-image:url('pix/body_bg.jpg');
	background-repeat:no-repeat;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
	clear:both;
}

.hidden {
	display:none;	
}

.tinytext {
	font-size:9px;
	color:#333;
	
}

.colored {
	color:#ff6633;
}

h3.nachrichten-headline {
	/*background-image: url("pix/nav_arr3.gif"); */
	background-repeat: no-repeat; 
	background-position: 0 0.5em; 

	padding-left: 1.2em;	
	
	font-size:0.8em;
	font-weight:bold;
	color:#333;
}


#feedbackBox {
	position:absolute;
	
	display:none;
	
	top:10px;
	left:10px;
	
	width:450px;
	padding:15px;
	background-color:#887f77;
	border:1px solid #999;
	
}

.gray_bg {
	background-color:#e1e1e1 !important;	
	border-bottom:1px solid #f1f1f1 !important;
	border-right:1px solid #f1f1f1 !important;
	text-align:center !important;
}

.disabled_cell {
	background-color:white !important;	
	color:#e1e1e1 !important;
	border-bottom:1px solid #white !important;
	border-right:1px solid #white !important;
	text-align:center !important;
}

.disabled_cell_darker {
	background-color:#e1e1e1 !important;	
	color:white !important;
	border-bottom:1px solid #white !important;
	border-right:1px solid #white !important;
	text-align:center !important;
}

#feedbackBox h3 {
	text-align:left;
	color:white;
	font-weight:bold;
}

#feedbackBox input {
	margin-top:15px;
	padding:5px;
	border:1px solid #666;
	width:90%;
}

#feedbackBox textarea {
	width:90%;
	height:200px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:15px;
}

span.metaUserInfo {
	line-height:16px;	
}

div.info {
	padding:10px;
	margin:5px 0px;
	border-bottom:1px solid #887f77;
	background-color:#f1f1f1;
}

div.info-selected {
	padding:10px;
	margin:5px 0px;
	border-bottom:1px solid #887f77;
	background-color:#d8f1d8;
}

div.entryCounter {
	display:block;
	float:right;
	padding:5px 10px;
	background-color:#666;
	color:white;
	font-weight:bold;
}

div.votedCounter {
	display:block;
	float:left;
	padding:5px 10px;
	margin:0px 5px 0px 0px;
	background-color:#333;
	color:white;
	font-weight:bold;
}

div.voted {
	background-color:#060 !important;	
}

span.subfieldinfo {
	display:block;
	margin-left:30%;
	color:#333;
	font-size:12px;
	line-height:24px;
}

span.nums {
	font-size:1.2em;
	display:block;
	height:24px;
	
	text-align:left;
	padding-left:20px;
	padding-top:2px;
	background:url('pix/user.gif') no-repeat left top;
	
}

span.numsTermin {
	font-size:1em;
	display:block;
	height:12px;
	width:12px;

	
	text-align:left;
	padding-left:15px;
	background:url('pix/user-small.gif') no-repeat left top;
	
} 

span.nums-angebote {
	font-size:1.2em;
	display:block;
	height:24px;
	
	text-align:left;
	padding-left:20px;
	padding-top:2px;
	background:url('pix/angebote.gif') no-repeat left top;
	
}

span.nums-angebote-ok {
	font-size:1.2em;
	display:block;
	height:24px;
	
	text-align:left;
	padding-left:20px;
	padding-top:2px;
	background:url('pix/angebote-ok.gif') no-repeat left top;
	
}

span.nums-angebote-fix {
	font-size:1.2em;
	display:block;
	height:24px;
	
	text-align:left;
	padding-left:20px;
	padding-top:2px;
	background:url('pix/angebote-fix.gif') no-repeat left top;
	
}

span.label {
	display:block;
	float:left;
	width:150px;	
	line-height:1.2em;
	height:23px;
}

td.rowSubheadline {
	padding:2px 10px !important;
	margin:0px !important;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	text-align:right !important;
}

td.terminrow {
	padding:2px 10px !important;
	margin:0px !important;

}	

/*----------------------------------------------------------------------------------*/
div#pageUtils {
	text-align:right;
	height:26px;
	width:100px;
	float:right;
}

a.btn_up {
		display:block;
		float:right;
		width:16px;
		height:16px;
		
		background-image:url('pix/hideheader.gif');
		text-align:left;
		text-indent:-9999em;
		
		margin-left:5px;
		margin-right:5px;
	}
	
a.btn_down {
		display:block;
		float:right;
		width:16px;
		height:16px;
		
		background-image:url('pix/showheader.gif');
		text-align:left;
		text-indent:-9999em;
		
		margin-left:5px;
		margin-right:5px;
	}

a.btn_excel {
		display:block;
		float:right;
		width:24px;
		height:24px;
		
		background-image:url('pix/btn-excel.gif');
		text-align:left;
		text-indent:-9999em;
		
		margin-right:5px;
		margin-bottom:3px;
	}
	
a.btn_print {
		display:block;
		float:right;
		width:24px;
		height:24px;
		
		background-image:url('pix/btn-print.gif');
		text-align:left;
		text-indent:-9999em;
		
		margin-left:5px;
	}
	
	
	
a.btn_sendmail {
		display:block;
		float:right;
		width:24px;
		height:24px;
		
		background-image:url('pix/btn-sendmail.gif');
		text-indent:9999em;
		
		margin-left:5px;
	}
	
a.btn_mails {
		display:block;
		float:right;
		width:24px;
		height:24px;
		
		background-image:url('pix/btn-mails.gif');
		text-indent:9999em;
		
		margin-left:5px;
	}
	
a.btn_mailpass {
		display:block;
		float:left;
		width:24px;
		height:24px;
		
		background-image:url('pix/btn_mailpass.gif');
		text-indent:-9999em;
		
		margin-right:5px;
	}
		

/*----------------------------------------------------------------------------------*/
h1 {
	font-size: 1.4em; font-weight: bold; color:#ff6633; margin-bottom: 0.5em; font-family: Arial;
	
	/*font-size:22px;	font-weight:bold;	color:#ff6633;	line-height:24px;	margin:3px 0px 5px 0px;*/
}

h2 {
	font-size: 1.1em; font-weight: bold; color:#505050; 
	margin-top: 1em;
	margin-bottom:0.5em;
	/*font-size:18px;	font-weight:bold;	color:#ff6633;		line-height:24px;	margin:3px 0px 5px 0px;*/
}

h3 {
	font-size:16px;
	
	line-height:18px;
	
	margin:0px 0px 10px 0px;
}

h4 {
	font-size:13px;
	font-weight:bold;
	color:#ff6633;
}

p {
	margin-bottom:2em;
	line-height:1.3em;
	font-size:0.8em;
}

a, a:link, a:visited, a:active, a:hover {
		color:#ff6633;
}

ul.content {
	padding:0px;
	margin:0px;
	font-size:0.8em;
}

ul.content li {
	background-image: url("pix/nav_arr3.gif"); 
	background-repeat: no-repeat; 
	background-position: 0 0.5em; 
	line-height: 1.8em; 
	padding-left: 1.3em;	
	
	list-style:none;
	
	margin-left:0px;
	
}

/*----------------------------------------------------------------------------------*/

 /**
  * center & scrollbar
  */
 body { overflow-y:scroll; }
 body { text-align:center; }

 /**
  * page_margins
  */
 .page_margins { 
 	text-align:left; 
	margin:0 auto;
	
	min-width:740px; 
	max-width:780px; 
	
	width:780px;
	
	/*background:#fff url('pix/page-margins-bg.gif') no-repeat center top; */
	background-color:transparent;
  }
 

 /**
  * page
  */
 .page {
	padding:0px 0px 10px 0px;
	position:relative;
 }
 
 /**
  * header
  */
 #header {
	position:relative;
	height:90px;
	width:720px;
 }
 
 /**
  * nav
  */
 .nav {

	 height:36px;
	 

	 

	 
	 /*border:1px solid white;  */
	 /*background:#ededed url('pix/nav-bg.gif') repeat-x left top;*/
 }
 
 /**
  * nav_margins
  */
  .nav_margins {

	padding-left:0px;
	position:relative; 
	height:38px;
	overflow:hidden;
	 
	/*border:1px solid #dcdcdc;  */
	
  }
 
 #nachrichtenmenu {

		margin: 0em 0.5em 0 1em; 
		text-align: left; 
		font-size: 1em; 
		font-family: 'Trebuchet MS', Arial
		
	}
	
	 ul#nachrichtenmenu {
		list-style-type: none; 
		padding: 0; 
		margin-bottom: 0.6em;	
	}
	
	 ul#nachrichtenmenu li {
		background-image: url("pix/nav_arr2.gif"); 
		background-repeat: no-repeat; 
		background-position:top left; 
		padding-bottom:8px;
		line-height: 0.9em; 
		padding-left: 1.3em;
		/*padding:0px;		margin:0px 0px 0px 0px;		list-style-type:none;*/
		
		/*border-top:1px solid #eee; 		border-left:1px solid #eee; 		border-right:1px solid #cdcdcd; 		border-bottom:1px solid #cdcdcd; */
		
	}
	
	ul#nachrichtenmenu li.active {
		background-image: url("pix/nav_arr2.gif"); 	
	}
	
	#nachrichtenmenu li a, #nachrichtenmenu li a:link, #nachrichtenmenu li a:visited, #nachrichtenmenu li a:active {

		
		/*overflow:hidden;*/
		
		/*background:#e8e8e8 url('pix/nav-bg.gif') repeat-x right top !important;	border-left:1px solid white;	border-right:1px solid white;		border-top:1px solid white; 	border-bottom:1px solid white; 			padding:10px 10px 10px 15px;*/
		
		text-decoration:none;
		color:black; 
		
		text-decoration:none;
		
		
		font-size:0.8em;
		
		color:#666;
		font-weight:normal;
		
	}
	
	#nachrichtenmenu li a:hover, #nachrichtenmenu li.active a {
		/*background:#dfdfdf url('pix/nav-bg-over.gif') repeat-x right top !important;		color:#ff6633;*/
		color:black;
	}
	
	#nachrichtenmenu li.active a {
		font-weight:bold;
	}
	
	#nachrichtenmenu li.disabled a {
		color:#887f77 !important;	
	}
 
 
 /**
  * main
  */
 #main {
   position:relative;
   min-height:350px;
 }
 
 /**
  * userInfo
  */
 #userInfo {
 }
 
 #userInfo-margins {
	 display:inline;
 }
 
 #userInfo-margins a, #userInfo-margins a:link, #userInfo-margins a:visited {
	font-size:11px; 
	color:#999;
	text-decoration:none;
 }
 
 #userInfo-margins a:hover {
	text-decoration:underline;	
	color:black;
 }
 
 /**
  * registerBlock
  */
  #registerBlock, #loginBlock {
	position:absolute;
	top:30px;
	left:230px;
	
	width:450px;
	
	text-align:left;
	
	background-image:url('pix/shadow-25.png');
	  
  }
  
  #registerBlock form, #loginBlock form {
		/*padding:15px;  */
		margin:15px;
		border-top:1px solid #999; 
		border-left:1px solid #999; 
		border-bottom:1px solid #666; 
		border-right:1px solid #666;
  }
 
 /**
  * content
  */
 #content {
   position:relative;
   
   margin-top:25px;
 }
  
 #nachrichten {
	border-top:1px solid #e2849c;
	border-right:1px solid #ff6633;
	border-left:1px solid #e2849c;
	border-bottom:2px solid #ff6633;
	padding:15px 100px 15px 15px;
	margin-bottom:10px;
 }
 
 #nachrichten ul.content li {
	line-height:18px; 
 }	
 
 #nachrichten p.attachments {
	margin-top:10px; 
	background-color:#f1f1f1;
	padding:10px 15px;
	line-height:16px;
	
	border-top:1px solid #eee;
	border-right:1px solid #887f77;
	border-left:1px solid #eee;
	border-bottom:2px solid #887f77;
 }


 #contentinfo {
	border:1px solid #887f77;
	padding:15px;
	margin-bottom:10px;
 }
 
 #contentinfo h3 {
		text-transform:uppercase;
	
	font-size:1em;
	font-weight:bold;
	
	color:#5e5e5e; 
 }
 
 #contentinfo p {
	color:#535353;
 }
  
 /**
  * col1_content
  */
 #col1_content {
	margin-left:0px;
	margin-right:0px;
	
	min-height:300px;
 }
  
 #col1_content-margins {
	
	min-height:300px;
	
	padding:0px 0px 0px 0px; 
 }
 
 /**
  * col1_content | oredered & unordered list
  */
 #col1_content ul {
	 list-style:disc;
	 list-style-position:outside;
	 
	 padding:5px 0px 8px 15px;
 }
 
 #col1_content ul li {
	margin:0px 0px 5px 0px; 
 }
 
 #col1_content ol {
	 list-style:decimal;
	 list-style-position:inside;
 
 	padding:5px 0px 8px 15px;
 }

 
 .infobox {
	font-size:12px;
	margin-top:2px;
	color:#F00;
 }
 
 /**
  * col2_content
  */ 
  #col2_content {
  	position:absolute;
	top:00px;
	left:10px;
	width:290px;
	
  }
  
 /**
  * footer
  */
  #footer {
  	color:#887f77;
	font-size:0.75em;
	margin:25px 10px 10px 10px;
	padding-top:10px;
	
	text-align:left;
  }
  
  #footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color:  #887f77;
  }
  
  .footer-left {
	width:280px;
	text-align:center;
  }
  
  #jobhunter-link {
	text-align:center;
	color:#ff6633;
	font-size:12px;
  }
  
  #jobhunter-link a, #jobhunter-link a:link, #jobhunter-link a:visited, #jobhunter-link a:active, #jobhunter-link a:hover {
		text-decoration:none;
		color:#ff6633;
		font-weight:bold;
  }
  
  div.stats {
     border:1px solid #cdcdcd;
	 
	 font-size:14px;
  }
  
  div.stats-margins {
	  border:1px solid white;
	  padding:15px; 
	  background:#f1f1f1 url('pix/stats-bg.gif') repeat-x top right;
  }
  
  b.statNumber {
     font-size:18px;
	 font-weight:bold;
	 display:inline-block;
	 padding:5px 10px 5px 0px;
	 width:35%;
	 text-align:right;
	 
  }
  

/*----------------------------- messageBox -----------------------------------------*/

/* message Box */
.messageBoxWrapper {
	display:none;
	background-image:url('pix/shadow-25.png');
	
	
}

.messageBox {
	margin:15px;
	
	width:450px;
	height:auto;
	
	min-width:150px;
	max-width:550px;
	min-height:100px;
	max-height:450px;
	
	border-top:1px solid #999; 
	border-left:1px solid #999; 
	border-bottom:1px solid #666; 
	border-right:1px solid #666;
	
	background-color:white;
}

.messageBox h5 {
	
	
	
	text-transform:uppercase;
	
	font-size:0.75em;
	font-weight:bold;
	
	color:#5e5e5e;
	
	padding:10px 0px 7px 10px;
	
	border-bottom:1px solid #999;
	
	background-image:url('pix/nav-bg.gif');
	
	border-top:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
}

.messageBox p {
	padding:15px 10px 5px 10px;
	font-size:1em;
	line-height:1.4em;
} 

.messageBox p.messageWarning {
	display:block;
	color:red;
	font-weight:bold;

}

.closeBox {
	display:block;
	float:right;
	padding:0px;
	margin:5px;
	width:20px;
	height:20px;
	
	background-image:url('pix/close.gif');
	
	z-index:5;
}

/*----------------------------- header content -------------------------------------*/

 /**
  * logos
  * ---------------------
  */
  #logos {
	position:relative;  

  }

#footer-logos {
	margin-left:300px;
}	

#logo-bab {
	float:left;
}	
#logo-ams {
	float:left;
	padding-left:100px;
}	
#logo-esf {
	float:left;
	padding-left:100px;
}	

div.companyFooter {
	font-style:italic;
	
}

	a.logo {
	position:absolute;
	display:block;
	width:720px;;
	height:75px;
	
	top:10px;
	left:0px;
	
	text-indent:-9999px;
	background:url('pix/header.gif') no-repeat left top;
  }

 /**
  * qb-logo
  */
  a.qb-logo {
	position:absolute;
	display:block;
	width:260px;
	height:64px;
	
	top:0px;
	left:20px;
	
	text-indent:-9999px;
	background:#999999 url('pix/qb-logo.gif') no-repeat left top;
  }
 
 /**
  * bab-logo
  */
  a.bab-logo {
	position:absolute;
	display:none;
	width:118px;
	height:56px;
	
	top:10px;
	left:790px;
	
	text-indent:-9999px;	
	background:#ffffff url('http://www.qualifizierungsberatung.at/bab_Halbkreis_doku_150dpi.gif') no-repeat left top;
  }
 
/*----------------------------- search content -------------------------------------*/

 /**
  * search box
  */

	#searchBox {
		position:absolute;
		top:-7px;
		left:520px;
	}
	
	
	#searchBoxWrapper {
		width:220px; /*follow your image's size*/
		height:35px;/*follow your image's size*/
		background-image:url('pix/searchbox-big.gif');
		background-repeat:no-repeat; /*important*/
		padding:0px;
		margin:0px;
		position:relative; /*important*/
	}
	
	#searchwrapper form { display:inline ; }
	
	span.helper {
		display:block;
		padding-left:30%;
		font-size:11px;
		}
	
	span.helper p {
		padding:0px;
		margin:0px;
		
	}
	
	input#keyword {
		border:0px; /*important*/
		background-color:transparent; /*important*/
		position:absolute; /*important*/
		top:5px;
		left:10px;
		width:175px;
		height:25px;
		line-height:25px;
		
	}
	
	input.searchBoxSubmit {
		border:0px; /*important*/
		background-color:transparent; /*important*/
		position:absolute; /*important*/
		top:0px;
		left:179px;
		width:41px;
		height:35px;
	}


/*----------------------------- nav content -------------------------------------*/



 /**
  * ul
  */
  .nav ul {
	list-style-type:none;
	display:inline;
	padding:0px;
	margin:0px;
  }
 
 /**
  * li
  */
  .nav li {
	list-style-type:none;
	display:inline;
	float:left; /* LTR */

    margin:0;
    padding:0;  
  }
  
  /**
   * li a
   */
  .nav li a, .nav li strong {
	display:block;
	height:35px;	
	padding:12px 20px 10px 0px;

	/*border-right:1px solid #dcdcdc;	border-left:1px solid white;*/

	text-decoration:none;

	
	font-size:0.8em;
	font-weight:bold;
	
	color:#f47720;
	
  }
  
  #menu li.disabled a {
		color:#887f77 !important;	
	}
	
	#menu li.imagemenu a{
		padding:5px 10px;
		margin:0px;
	}
	
	#menu li a:hover, #menu li.active a {
		
		color:black;
		
		
	}

/*------------------------------ submenu ---------------------------------------------*/

	div.sidenav {
		
	}

	#submenu {

		margin: 0em 0.5em 0 1em; 
		text-align: left; 
		font-size: 1em; 
		font-family: 'Trebuchet MS', Arial
		
	}
	
	 ul#submenu {
		list-style-type: none; 
		padding: 0; 
		margin-bottom: 0.6em;	
	}
	
	 ul#submenu li {
		background-image: url("pix/nav_arr1.gif"); 
		background-repeat: no-repeat; 
		background-position: 0 0.5em; 
		line-height: 2.0em; 
		padding-left: 1.3em;
		/*padding:0px;		margin:0px 0px 0px 0px;		list-style-type:none;*/
		
		/*border-top:1px solid #eee; 		border-left:1px solid #eee; 		border-right:1px solid #cdcdcd; 		border-bottom:1px solid #cdcdcd; */
		
	}
	
	ul#submenu li.active {
		background-image: url("pix/nav_arr4.gif"); 	
	}
	
	#submenu li a, #submenu li a:link, #submenu li a:visited, #submenu li a:active {
		
		display:block;
		padding:5px 0px 10px 0px;
		
		/*overflow:hidden;*/
		
		/*background:#e8e8e8 url('pix/nav-bg.gif') repeat-x right top !important;	border-left:1px solid white;	border-right:1px solid white;		border-top:1px solid white; 	border-bottom:1px solid white; 			padding:10px 10px 10px 15px;*/
		
		text-decoration:none;
		color:black; 
		
		text-decoration:none;
		
		line-height:1.4em;
		font-size:0.8em;
		
		color:#ff6633;
		font-weight:bold;
		
	}
	
	#submenu li a:hover, #submenu li.active a {
		/*background:#dfdfdf url('pix/nav-bg-over.gif') repeat-x right top !important;		color:#ff6633;*/
		color:black;
	}
	
	#submenu li.active a {
		font-weight:bold;
	}
	
	#submenu li.disabled a {
		color:#887f77 !important;	
	}
	
	
	.hiddenKlick {
		cursor:	hand;
	}
	
	.titel {
		text-transform:uppercase;	
		text-decoration:none;
		font-weight:bold;
	}
			
	a.backlink {
		color:#c50a38 !important;
		text-decoration:none !important;
		font-weight:bold !important;
	}

/*------------------------------ content content ---------------------------------------------*/
/* table */
   #content table {

		width:100%;
		border-top:1px solid #f1f1f1;
		border-left:1px solid #f1f1f1;
		border-right:1px solid #f1f1f1;
		border-bottom:1px solid #887f77;
   }
	
   #userlist-margin {
		/*border-right:1px solid #5cb4c0;*/
		/*border-bottom:1px solid #5cb4c0;*/
		/*border-top:1px solid #c5e4e8;*/
		/*border-left:1px solid #c5e4e8;*/
		
		border:1px solid #cdcdcd;
		
		padding:0px;
		margin:0px;
   }
   
   td.label {
		 
		text-align:right !important;
		width:80px;
   }
   
   #content table th a.sort, #content table th a.sort:link, #content table th a.sort:visited, #content table th a.sort:active, #content table th a.sort:hover {
		dispay:block;
		float:left;
		margin-right:4px;
   }
   
   td.info {
		font-weight:bold;   
   }
   
   #content table.userlist {
	   border:1px solid white;
   }
	
   #content table tbody {
		  
   }
	
   #content td.aktiv {
		color:#060;
		font-weight:bold;
   }
   
    #content td.passiv {
		color:#C30;
		font-weight:bold;
   }
	
   #content span table tbody {
		border:0px;
		padding:0px;
		margin:0px;
   }
   
   td.border-bottom {
		background-color:#c5e4e8;   
		padding:5px !important;
		margin:0px !important;
		border-bottom:1px solid white;
   }
   
   span.tableHeadline {
		float:right;   
		color:white;
		font-size:18px;
		font-weight:bold;
		padding-top:5px;
   }
   
  /**
   * workaround for CK Editor
   */
   #content span table td
   {
		padding:0px !important;
		margin:0px !important;
   }
   
   #content table th {
		font-size:12px;
		padding:5px;
		border-collapse:collapse;
   }
   
   /* status aktiv */
   #content td.status-aktiv {
			   
   }
   
   /* status passiv */
   #content td.status-passiv, #content td.status-passiv a {
	  
   }
   
   #content td.status-passiv {
      background:white url('pix/passiv-bg.gif') repeat-x left bottom;
   }
   /* status XXX */
   #content td.status-, #content td.status-tmp, #content td.status- a, #content td.status-tmp a {
       color:#666 !important;	   
   }
   
   #content table th a, #content table th a:link, #content table th a:visited, #content table th a:active, #content table th a:hover {
		display:table-cell;
		color:white;  
		padding:0px;
		margin:0px;
		vertical-align:middle;
		text-decoration:none;
		font-weight:bold;
   }
   
   #content table td {
	   padding:10px 10px 10px 10px;
	   font-size:12px;
	   line-height:14px;
	   
	   text-align:left;
	   vertical-align:top;
	   
	   /*border-bottom:1px solid #c5e4e8;*/
   }
	
   #content table tr th {
	    
		color:white;
		
		padding:10px 10px !important;
		
		font-size:12px;
		font-weight:bold;
		
		/*border-top:1px solid  #900;*/
		background-color:#887f77;
		/*background-color:#ff6633;*/
		/* background:#ff6633 url('pix/button-overlay.png') repeat-x center top; */
   }
   
   #content table tr th.table-head-arrow {
	   	background:#ff6633 url('pix/table-head-arrow-gradient.gif') no-repeat left top !important;
		padding:5px 10px 5px 25px !important;
   }
   
	
   #content table td.title a {
	   font-size:14px;
	   color:#ff6633;

	   font-weight:bold;
	   text-transform:uppercase;
	   text-decoration:none;
   }
   
   #content table td.termintitle {
	   font-size:11px;
   }
   
   #content table td.termintitle a {
	   font-size:11px;
	   color:#ff6633;

	   font-weight:bold;
	   text-transform:uppercase;
	   text-decoration:none;
   }
   
   #content table td.description {
		color:  #ff6633;
		font-style:italic;
   }
   
   #content table td.jobtitle a:hover {
      text-decoration:underline;   
   }
   
   #content table td span.subtitle {
		display:block;  
		padding-top:5px;
   }
   
   #content table td.company a {
		color:#6c6c6c;
		text-decoration:none;
   }
   
   #content table td.company a:hover {
		text-decoration:underline;
   }
   
   #content table td.lastline {
		border-bottom:0;   
   }
	
   .even {
	   background-color:#f1f1f1;
	   
   }	
	
   .over {
		background-color:#ffffff;
		background-image:url('pix/over-bg.gif');
		background-repeat:repeat-x;
		background-position:bottom right;
   }
	
	/* ul vlist */
	#content ul.vlist {	
		list-style:none;
	}
	
	#content ul.vlist li {
		list-style:none;
		border-top:1px solid #eee; 
		border-left:1px solid #eee; 
		border-bottom:1px solid #cdcdcd; 
		border-right:1px solid #cdcdcd; 
	}
	
	#content ul.vlist li a {
		display:block;	
		width:160px;
		
		background:#e8e8e8 url('pix/dropdown-select-bg.gif') repeat-x right top !important;
		
		border:1px solid white; 
		
		padding:8px 10px;
		
		text-decoration:none;
		color:black;
		
		line-height:16px;
		font-size:11px;
	}
	
	#content ul.vlist li a b {
		font-size:13px;
	}
	
	#content ul.vlist li a:hover {
		text-decoration:underline;
	}

	#content div.banner-partner-small {
		float:left;
		background:url('pix/banner-small-shadow.gif');
		margin:0px 5px 5px 0px;
	}
	
	#content div.banner-partner-small-margin {
		background-color:white;
		padding:5px;
		margin:5px;
	}
	
/*------------------------------ jobList ---------------------------------------------*/

	ul#jobList {
		display:block;
		position:absolute;
		
		top:26px;
		right:15px;
		
		
		width:365px;
	}
	
	#jobList li {
		display:block;
		padding:2px 15px 3px 15px;
		margin:0px;
		
		min-height:50px;
		
		list-style:none;
		border-top:1px solid #eee; 
		border-left:1px solid #eee; 
		border-bottom:1px solid #cdcdcd; 
		border-right:1px solid #cdcdcd; 
		/*background:#ededed url('pix/nav-bg.gif') repeat-x left top;*/
		/*background:#e8e8e8 url('pix/dropdown-select-bg.gif') repeat-x right top !important;*/
		
		
	}

	#jobList li h2 {
		font-size:14px;
		padding:0px;
		margin:0px;
	}
	
	#jobList li p {
		padding:0px;
		margin:0px;
	}
	
	#jobList span.distance {
		display:block;
		float:right;
		
		font-size:10px;
		width:80px;
		height:40px;
		
		padding-top:5px;
		
		text-align:right;
		
		line-height:12px;
		
		overflow:hidden;
	}
	
	#jobList span.distanceText {
		display:block;
		font-size:14px;
		font-weight:bold;
		color:#666;
		line-height:18px;
	}
	
	#jobList span.durationText {
		font-size:10px;
		font-weight:normal;
		color:#999;
		line-height:12px;
	}
	

/*------------------------------ utils ---------------------------------------------*/
/** dropDown **/

.dropdown, .dropdown dd, .dropdown dt, .dropdown ul { 
	margin:0px; 
	padding:0px; 
	
	width:172px;
	z-index:2;
}
.dropdown dd { 
	position:relative; 
}
.dropdown a, .dropdown a:visited { 
 
	text-decoration:none; 
	outline:none;
	overflow:hidden;
}
.dropdown a:hover { 

}
.dropdown dt a:hover { 

}
.dropdown dt a {
	background:#ffffff url('pix/arrow.png') no-repeat scroll right top; 
	display:block; 
	
	border-top:1px solid #cdcdcd; 
	border-left:1px solid #afafaf; 
	border-bottom:1px solid #c4c4c4; 
	
	min-height:31px;
	
	margin-bottom:3px;
}
.dropdown dt a span {
	cursor:pointer; 
	display:block; 
	padding:5px;
}
.dropdown dd ul { 
	background:#ffffff none repeat scroll 0 0; 
	/*border:1px solid #887f77;  */
	display:none;
	left:0px; 
	padding:0px; 
	margin:0px;
	position:absolute; 
	top:-3px; 
	width:200px; 
	min-width:173px; 
	list-style:none;
	
	border-top:1px solid #887f77;
	border-right:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
	
	z-index:2;
}
.dropdown span.value { 
	display:none;
}

.dropdown span.display {
	font-size:11px;
}

.dropdown span.title {
	text-indent:0px !important;
	color:black !important;
	font-size:12px;
}

.dropdown dd ul li a { 
	padding:8px 10px; 
	display:block;
	border:1px solid #bebebe;
	background:url('pix/dropdown-select-bg-hell.gif') repeat-x right top;
	border-top:1px solid white;
}
.dropdown dd ul li a:hover { 
	background-color:#dedede;
	background:url('pix/dropdown-select-bg.gif') repeat-x right top;
}
.dropdown dd ul li {
	margin:0px;	
}
 
/* all Jobs */
.allJobs {
	background-image:url('pix/button-alle-jobs.gif') !important;
	background-position:left top;
	background-repeat:no-repeat;
	
	text-indent:-9999px;
}

/* region */
.region-bg {
	background-image:url('pix/button-region.gif') !important;
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#e7e7e7;
	
	text-indent:-9999px;
}

.region-bg-big {
	background-image:url('pix/button-region-big.gif') !important;
	height:66px;
	text-indent:-9999px;
}

/* branche */
.branche-bg {
	background-image:url('pix/button-branche.gif') !important;
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#e7e7e7;
	
	text-indent:-9999px;
}
 
.branche-bg-big {
	background-image:url('pix/button-branche-big.gif') !important;
	height:66px;
	text-indent:-9999px;
} 

/*----------------------------- metaNav -------------------------------------*/

#meta {
	font-size:11px;
	padding:5px 20px 5px 20px;
	background-color:#999;
	color:white;
	text-align:right;
	height:18px;
}

#loginBlock {
	display:none;	
	z-index:100;
}

#registerBlock {
	display:none;	
}

/*----------------------------- pageNav content -------------------------------------*/ 

 /**
  * pageBar
  */
  .pageBar {
	 height:25px;
	 margin-top:5px;
  }
  
 /**
  * page index
  */
  .pageBar a.pageNav, .pageBar a:link.pageNav, .pageBar a:visited.pageNav, .pageBar a:active.pageNav, .pageBar a:hover.pageNav {
	display:block;
	float:left;
	height:24px;
	
	padding:0px;
	
	/*background-color:#ff6633;*/ /*f7f7f7;*/
	
	overflow:hidden;
	
	
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:white;
	border-collapse:collapse;
  }
  
  .pageBar a.active {
	
  }
  
  .pageBar a.active span {
	background-color:#ff6633 !important;
	border:1px solid #ff6633 !important;
	color:white !important;
  }
  
  .pageBar a span {
		display:block;
		background-color:white;
		border:1px solid #cdcdcd;
		color:#cdcdcd;
		
		padding:2px 5px;
		margin:2px;
  }
  
  .pageBar a.pageBarRight, .pageBar a:link.pageBarRight, .pageBar a:visited.pageBarRight, .pageBar a:active.pageBarRight, .pageBar a:hover.pageBarRight {
	  	display:block;
		float:right;  
		height:24px;
		
		
		text-decoration:none;
		font-size:14px;
		font-weight:bold;
		color:white;
  }
  
  .pageBar span.pageNavText {
    display:block;
	float:left;
	height:24px;
	
	padding:0px;
	
	
	
	overflow:hidden;
	border:0;
	
	text-decoration:none;
	font-size:11px;
	line-height:25px;
	font-weight:bold;
	padding:0px 5px 0px 0px;
	color:#666;
	border-collapse:collapse;
  }
  

/*----------------------------------------------------------------------------------*/

 /**
  * white-link
  */
  a.white-link, a.white-link:link, a.white-link:visited, a.white-link:active {
	color:white;  
	text-decoration:none;
  }

  a.white-link:hover {
	text-decoration:underline;  
  }
  
  /**
  * button-style
  */
  a.button-style, a.button-style:link, a.button-style:visited, a.button-style:active {
		display:inline-block;
		padding:10px;
		border-top:1px solid #900;
		border-left:1px solid #900;
		border-bottom:1px solid #900;
		border-right:1px solid #900;
		color:white; 
		font-weight:bold;
		font-size:1em;
		background:#ff6633 url(pix/button-overlay.png) top left repeat-x; 
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		text-decoration:none; 
		
		margin:10px 10px 10px 0px;

  }

  a.button-style:hover {
	 	background-color:#900;
  }
  
  a.button-style-arrow, a.button-style-arrow:link, a.button-style-arrow:visited, a.button-style-arrow:active {
		display:inline-block;
		padding:10px;
		
		color:white; 
		font-weight:bold;
		font-size:12px;
		background-image:url('pix/button-arrow.gif'); 
		
		background-repeat:no-repeat;
		background-position:top left;
		
		text-decoration:none; 
		
		margin:0px 0px 0px 0px;
		
		width:200px;
		height:20px;

  }

  a.button-style-arrow:hover {
	 	/*background-color:#900;*/
  }
  
  /**
  * button-style
  */
  a.button-style-small, a.button-style-small:link, a.button-style-small:visited, a.button-style-small:active {
		display:inline-block;
		padding:3px 5px;
		border:1px solid #555;
		color:white; 
		font-weight:bold;
		font-size:11px;
		background:#999 url(pix/button-overlay.png) top left repeat-x; 
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		text-decoration:none; 
		
		margin:10px 10px 10px 0px;

  }

  a.button-style-small:hover {
	 	background-color:#aaa;
  }
  
  a.button-style-gray, a.button-style-gray:link, a.button-style-gray:visited, a.button-style-gray:active {
		padding:5px;
		margin:5px 10px 5px 0px;
		border:1px solid #555555;
		color:white; 
		font-weight:bold;
		font-size:11px;
		background:#999999 url(pix/button-overlay.png) center left repeat-x; 
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		text-decoration:none; 
  }

  a.button-style-gray:hover {
	 	background-color:#aaaaaa;
  }

	a.button-style-orange, a.button-style-orange:link, a.button-style-orange:visited, a.button-style-orange:active {
		display:block;
		
		border:1px solid #ff8a00;
		color:white; 
		font-weight:bold;
		font-size:12px;
		background:orange url(pix/button-overlay.png) top left repeat-x; 
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		text-decoration:none; 
		
		padding:10px;
		margin:0px 0px 0px 15px;
		
		text-align:center;
  }

  a.button-style-orange:hover {
	 	background-color:#f5841f;
  }

	a.support {
		display:inline-block;
		width:53px;
		height:34px;
		
		background-image:url('pix/small-support-bg.gif');
		background-repeat:no-repeat;
		background-position:top left;
		
		padding:0px 0px 0px 7px;
		color:#900;
		font-weight:bold;
		font-size:14px;
		
		line-height:40px;
		
		text-decoration:none;
	}


	a.btn_edit {
		display:block;
		float:left;
		width:24px;
		height:24px;
		
		background-image:url('pix/bearbeiten.gif');
		text-indent:-9999em;
		
		margin-right:5px;
	}
	
	a.btn_verwalten {
		display:block;
		float:left;
		width:24px;
		height:24px;
		
		background-image:url('pix/verwalten.gif');
		text-indent:-9999em;
		
		margin-right:5px;
	}
	
	a.btn_verwalten_passiv {
		display:block;
		float:left;
		width:24px;
		height:24px;
		
		background-image:url('pix/verwalten_passiv.gif');
		text-indent:-9999em;
		
		margin-right:5px;
	}
	
	a.btn_zuseminar {
		display:block;
		float:left;
		width:24px;
		height:24px;
		
		background-image:url('pix/verwalten.gif');
		text-indent:-9999em;
		
		margin-right:5px;
	}
	
	a.btn_kv_view {
		display:block;
		float:left;
		width:24px;
		height:24px;
		
		background-image:url('pix/view.gif');
		text-indent:-9999em;
		
		margin-right:5px;
	}
	
	a.btn_thumb_up {
		display:block;
		float:right;
		width:24px;
		height:24px;
		
		background-image:url('pix/thumb_vote.gif');
		text-indent:-9999em;
		
		margin-right:5px;
	}
	
	a.btn_vote {
		display:block;
		float:right;
		width:24px;
		height:24px;
		
		background-image:url('pix/thumb-up.gif');
		text-indent:-9999em;
		
		margin-right:5px;
	}
	
	a.btn_zuschlag {
		display:block;
		float:right;
		width:100px;
		height:24px;
		
		background-image:url('pix/zuschlag.gif');
		text-indent:-9999em;
		
		margin-right:5px;
	}
	
	a.btn_zuschlag_minus {
		display:block;
		float:right;
		width:100px;
		height:24px;
		
		background-image:url('pix/zuschlag-minus.gif');
		text-indent:-9999em;
		
		margin-right:5px;
	}
	
	a.btn_send_mails {
		display:block;
		float:left;
		width:48px;
		height:24px;
		
		background-image:url('pix/send_mail.gif');
		text-indent:-9999em;
		
		margin-right:5px;
	}
	
	a.btn_create_mails {
		display:block;
		float:left;
		width:48px;
		height:24px;
		
		background-image:url('pix/create_mail.gif');
		text-indent:-9999em;
		
		margin-right:5px;
	}
	
	a.btn_anbieter {
		display:block;
		float:left;
		width:72px;
		height:24px;
		
		background-image:url('pix/anbieter-add-num-big.gif');
		
		text-align:left;
		
		margin-right:5px;
		
		text-decoration:none;
		
	}
	a.btn_anbieter span {
		display:block;
		padding:6px 0px 0px 10px;
		text-align:left;
		color:black;
		font-weight:bold;
	}
	
	
	a.btn_votes_num {
		display:block;
		float:right;
		width:48px;
		height:24px;
		
		background-image:url('pix/votes_num.gif');
		
		text-align:left;
		
		margin-right:5px;
		
		text-decoration:none;
		
	}
	a.btn_votes_num span {
		display:block;
		padding:6px 0px 0px 10px;
		text-align:left;
		color:black;
		font-weight:bold;
	}
	
	a.btn_anbieter_num {
		display:block;
		float:left;
		width:48px;
		height:24px;
		
		background-image:url('pix/anbieter-mailen-num.gif');
		
		text-align:left;
		
		margin-right:5px;
		
		text-decoration:none;
		
	}
	a.btn_anbieter_num span {
		display:block;
		padding:6px 0px 0px 10px;
		text-align:left;
		color:black;
		font-weight:bold;
	}
	
	a.btn_email_num {
		display:block;
		float:left;
		width:48px;
		height:24px;
		
		background-image:url('pix/email-num-trans.gif');
		
		text-align:left;
		
		margin-right:5px;
		
		text-decoration:none;
		
	}
	
	a.btn_email_num span {
		display:block;
		padding:6px 0px 0px 10px;
		text-align:left;
		color:black;
		font-weight:bold;
	}
	
	a.btn_email_num_green {
		display:block;
		float:left;
		width:48px;
		height:24px;
		
		background-image:url('pix/email-num-trans.gif');
		
		text-align:left;
		
		margin-right:5px;
		
		text-decoration:none;
		
	}
	
	a.btn_email_num_green span {
		display:block;
		padding:6px 0px 0px 10px;
		text-align:left;
		color:black;
		font-weight:bold;
	}
	
	a.btn_anmelden_num {
		display:block;
		float:left;
		width:48px;
		height:24px;
		
		background-image:url('pix/anmelden_num.gif');
		
		text-align:left;
		
		margin-right:5px;
		
		text-decoration:none;
		
	}
	a.btn_anmelden_num span {
		display:block;
		padding:6px 0px 0px 10px;
		text-align:left;
		color:black;
		font-weight:bold;
	}
	
	a.btn_anmelden_num_green {
		display:block;
		float:left;
		width:48px;
		height:24px;
		
		background-image:url('pix/anmelden_num_green.gif');
		
		text-align:left;
		
		margin-right:5px;
		
		text-decoration:none;
		
	}
	a.btn_anmelden_num_green span {
		display:block;
		padding:6px 0px 0px 10px;
		text-align:left;
		color:black;
		font-weight:bold;
	}
	
	
	a.btn_delete {
		display:block;
		float:left;
		width:24px;
		height:24px;
		
		background-image:url('pix/loeschen.gif');
		text-indent:-9999em;
		
		margin-right:5px;
		
	}
	
	a.btn_anmelden {
		display:block;
		float:left;
		width:24px;
		height:24px;
		
		background-image:url('pix/anmelden.gif');
		text-indent:-9999em;
		
		margin-right:5px;
		
	}
	
	a.btn_termin {
		display:block;
		float:left;
		width:24px;
		height:24px;
		
		background-image:url('pix/termin-add.gif');
		text-indent:-9999em;
		
		margin-right:5px;
		
	}
	
	a.btn_termin_num {
		display:block;
		float:left;
		width:48px;
		height:24px;
		
		background-image:url('pix/termin-add-num.gif');

		
		margin-right:5px;
		
		text-decoration:none;
		
	}
	
	a.btn_termin_num span {
		display:block;
		padding:6px 0px 0px 10px;
		text-align:left;
		color:black;
		font-weight:bold;
	}
	
	a.btn_termin_num_green {
		display:block;
		float:left;
		width:48px;
		height:24px;
		
		background-image:url('pix/termin-add-num-green.gif');

		
		margin-right:5px;
		
		text-decoration:none;
		
	}
	
	a.btn_termin_num_green span {
		display:block;
		padding:6px 0px 0px 10px;
		text-align:left;
		color:black;
		font-weight:bold;
	}
	
	a.btn_seminar {
		display:block;
		float:left;
		width:42px;
		height:34px;
		
		background-image:url('pix/border.gif');
		text-align:center;
		
		overfow:hidden;
		
		margin-right:5px;
	}
	
	

 /**
  * hidden elements
  */
 .hide, #skiplinks {
   position:absolute;
   top:-32768px;
   left:-32768px; /* LTR */
  }
  
 /**
  * no background
  */
 .nobg {
	background-image:none !important; 
 }
 
 .no-border {
	border:0px !important; 
 }
  
/*****+ suggestionbox **/
 /*  Styling for Suggestion Box Container  */
.suggestionsBox {
	 position: absolute;
	 width: 400px;
	 background-color: #f1f1f1;
	 border: 1px solid #887f77;
	 color: #000;
	 padding: 5px;
	 margin-top: 0px;
	 margin-right: 0px;
	 margin-bottom: 0px;
	 margin-left: 210px;
	 -moz-border-radius: 8px;
	 -webkit-border-radius: 8px;
	 z-index:99;
}
#inputString {
	 width: 400px;
	 padding: 5px;
	 font-size: 14px;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}
 /*  Individual Search Results  */
.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 7px;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	list-style-type: none;
}/*  Hover effect  */

.suggestionList li:hover {
	background-color: #887f77;
}
