
/* ================== Globals ===================== */
body {
    background-color: #FFFFFF;
    color: #424242;
    font-family: Verdana,Tahoma,sans-serif;
    font-size: 11px;
    text-align: left;
    margin: 0px 0px; 
    line-height:13px;
    
}

.main a {
    font-weight: bold;
    color: #424242;
}
.main a:hover {
    color: #E1251A;
}

a{
color: #FFFFFF;
font-weight: bold;
}

a:hover{
color: #00072C;
}

.AppOnlineButton input
{
  background: url("../layout/button_bg_tool.gif") repeat-x 0px 0px;
  border-style: none;
  height: 24px;
  vertical-align: top;
  cursor: pointer;
  color: #424242;
  font-size: 11px;
  padding-left:0px;
  padding-right:0px;
}
#content2 {
    /*z-index: 1;
    position: relative; */
    width: 517px;
   /* background: url("../layout/bg.gif") repeat-y;*/
   padding: 0px 0px 0px 0px;
  
    height: 517px;
}
html> body #content {
    min-height: 517px;
    height: auto;
}
#content .bluebar a
{
	color: White;
}

.blue_stripe {
	background-color: #005FAF;
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;
	text-align: right;
	margin-bottom: 0px;
	width: 517px;
}

.blue_stripe a {
	
	/*background: url("./layout/icon_download_white.gif") no-repeat left center;*/
}
.blue_stripe a:hover {
	/*background-image: url("./layout/icon_download.gif");*/
}

.blue_stripe a{
	color: #FFFFFF;
	font-weight: bold;
}

.blue_stripe a:hover {
	color: #00072C;
}
.toolbox {
    background-color: #0060B0;
    color: #FFFFFF;
    width:230px;
    line-height: 14px; /*NEW*/
}
html>body .toolbox {
    right: 0px;
}

.toolbox .headline {
	font-size: 1.1em;
	padding-bottom: 3px; /*NEW*/
}
.toolbox .submit_dark
{
	width: 20px;
	height: 20px;
	border: 0;
	margin: 0;
	padding:0;
	background-image: url('../layout/button_dark.jpg');
	background-repeat:no-repeat;
	background-color: inherit;
	right:10px;
	cursor: pointer;
	background-color: #0060B0;
}
.form_button_tool {
	position: static;
	background: url("../layout/button_bg_tool.gif") repeat-x 0px 0px;
	border-style: none;
	height:24px;
	width:auto;
	padding-top: 0px;
	vertical-align: top;
	font-family:Verdana,Tahoma,sans-serif;
}
.form_button_tool2 {
	position: static;
	background: url("layout/button_bg.gif") repeat-x 0px 0px;
	border-style: none;
	height:24px;
	width:auto;
	padding-top: 0px;
	vertical-align: top;
	float:left;
	display:block;
	color:#424242;
font-family:Verdana,Tahoma,sans-serif;
font-size:11px;
line-height:14px;
}
.main .gridstyle a{
	font-weight: normal;
	color:#0080C9;
}
/* *** GridView .Net Control***/

.gridstyle {
	border-collapse: collapse;
	margin-bottom: 15px;
	font-size: 11px;
	border-style: none;
}
.search_results .last td{
	border-bottom: 0;
}
.gridstyle td, .gridstyle th{
	border-bottom: solid 1px #bbbbbb;
	padding-bottom: 10px;
	padding-top: 5px;
	vertical-align: top;
}

.gridstyle .col2{
	padding-left: 5px;
	padding-right: 5px;
	width: 50px;
	vertical-align: top;
	padding-right: 10px;
}
.gridstyle .col3{
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	text-align: left;
}
.gridstyle .col4{
  padding-right: 5px; 
  text-align:right;
  	width:50px;
}
.gridstyle .text_gray th{
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 10px;
  vertical-align: middle;
  text-align: left;
}
#main .gridstyle a{
	font-weight: normal;
	color:#0080C9;
}
.gridstyle .paging{

  text-align: center;
  background-color: #ECECEC;
 
  line-height: 12px;
}
.paging td {
  border-style: none;
	
  font-size: 14px;
}
.paging td span {
  font-size: 11px;
}
.paging table{
  height: 14px;

}
.paging a{
	font-weight: normal;
	color:#0080C9;
	font-size: 16px;
}
.paging a:hover
{
  text-decoration: underline;
}

.textbox
{
    line-height: 16px;
    font-size: 11px;
}


/* ================ Detail Box =================== */
.detailbox
{
	background-color: #eeeeee;
	clear: both;
	min-height: 100px;
	line-height: 18px;
	font-size: 1.1em;
	padding-bottom: 20px;
	overflow: hidden;
}

.detailbox_white
{
	background-color: #ffffff;
	clear: both;
	min-height: 100px;
	line-height: 18px;
	font-size: 1.1em;
	padding-bottom: 20px;
	overflow: hidden;
}

.detailbox_noheight
{
	min-height: 0px;
	padding-bottom: 0px;
}

.detailbox p
{
	padding: 10px 20px 0px 20px;
}
.detailbox table
{
	text-align: center;
	font-size: 0.9em;
	border-collapse: collapse;

}
.detailbox table th
{
	background-color: #C0C0C0;
	border: solid 1px white;
}
.detailbox table td
{
	border-top: solid 1px white;
}
.detailbox table tr.active
{
	background-color: White;
}
.detailbox table input
{
	width: 20px;
}
.detailbox table .noborder td
{
	border: 0;
}

.detailbox .submit
{
	border: 0;
	padding: 0;
	background-color: #C0C0C0;
	background-image: url("../layout/button_grey.jpg");
	background-repeat: no-repeat;
	width: 19px;
	height: 21px;
	cursor: pointer;
}


.detailbox .submitlarge
{
	display: block;
	width: 88px;
	height: 24px;
	background: #eeeeee url('../layout/submit_grey.gif') no-repeat 0 -2px;
	border: 0;
	padding:0;
	margin:0;
	font-family: Verdana,Tahoma,sans-serif;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    color: #343235;
}

.detailbox .change
{
	background: #eeeeee url('../layout/change_grey.gif') no-repeat 0 -2px;
}

.detailbox .submitlarge:hover span
{
	color:  #343235;
}


.detailbox .showdetail
{
	background-image: url("../layout/icon_plus.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.detailbox .hidedetail
{
	background-image: url("../layout/icon_minus.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.detailbox td.gridbold
{
	border-bottom: solid 1px grey; text-align:left;width:100px;font-weight:bold;
}
.detailbox td.grid
{
	border-bottom: solid 1px grey; text-align:left;
}

.detailbox .bluebar, .detailbox_white .bluebar
{
	width: 517px;
	color: #ffffff;
	height: 20px;
	background-color: #005EAE;
	text-align: left;
	
	/*position: relative;*/
	top: 1px;
	padding: 0 0px 0 0px;
	font-size: 10px;
	/* test */

}
#JobResultControl1_lblJobsfound
{
  color:#FFFFFF;
}
#irgendwas
{
  width: 517px;
}
.detailbox .shophead
{
	height: 20px;
	width: 100%;
	padding: 10px 10px 10px 20px;
	background-color: #C0C0C0;
	font-weight: bold;
}


a.detailbox_closed
{
	background-image: url('../layout/icon_plus_white.gif');
	background-position: left 3px;
	background-repeat:no-repeat;
	padding-left: 20px;
}



a.detailbox_opened
{
	background-image: url('../layout/icon_minus_white.gif');
	background-position: left 3px;
	background-repeat:no-repeat;
	padding-left: 20px;
}
/* -------- Toolbox -------- */

.toolbox_teaser {
	padding-bottom:1px;
	background: url("../layout/teaser_breaker.gif") no-repeat left bottom;
}
.toolteaser_image {
	float: left;
	width: 70px;
	margin-right: 15px;
}

.tool_padding {
	padding: 15px;
}

#toolbox table {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}


a:link, a:visited, a:active, a:hover {
    text-decoration: none;
}
a:focus, a:active {
    outline: none;
}

img {
    border-style: none;
}






/*helpers*/
.normal
{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.clearer {
    clear: both;
}
.text_gray {
    background-color: #ECECEC;
    padding: 20px;
    line-height: 14px;
}
.text_gray div {
    background-color: #ECECEC;
}
.text_gray2 {
    background-color: #ECECEC;
    padding-top: 0px;
    padding-left: 20px;
    line-height: 14px;
}

/*.text {

    padding: 10px 35px 10px 20px;
    line-height: 16px;
    font-size: 11px;
}*/


.headline {
    font-weight: bold;
}

.hidden
{
	visibility: hidden;
	display: none;
}

.visible
{
	visibility: visible;
	display: block;
}
.Buttons
{
  display: block;
  height: 30px;
  margin-top:5px;
}
.AppOnlineButton
{
 width: 350px;
 display: block;
 float:right;
}
.BackButton
{
 width: 100px;
 display: block;
 float:left;
}
html > body .AppOnlineButton
{
right: 0px;
}
html > body .BackButton
{
left: 0px;
}
