/* ++++++++++++++++++++++ Formatierung für default-Umkreissuche ++++++++++++++++++++ 
   Schnipsel Aufbau ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    20.07.2007  KJA Erstellung bzw. Auslagern von webseite.css
*/

/* *********************************************************
**************************************** Umkreissuche Box */

/* Umschließender Bereich um das Suchformular */
.umkreissuche { 
    background: url(../graphics/bg-suche.jpg) no-repeat 0px 0px;
    padding: 10px 0px 0px 0px;
}

/* Umschließender Bereich für Breitenformatierung, Inhat dieser Box kann auf 100% ausgelegt werden, da ohne margin, padding, border */
.umkreissucheBox { 
    width: 100%;
    /*background-color: yellow;*/
}
/* Spalte 0; linker Abstandhalter */
.umkreissuche0 { 
    float: left;
    width: 51%;
    /*background-color: Yellow;*/
}
/* Spalte 1; Suchbegriff, Einsatzregion */
.umkreissuche1 { 
    float: left;
    width: 49%; 
    font-weight: bold;
    font-size: 14px;
    color: #606060;
    padding: 5px 0px 2px 0px;    
}
/* Spalte 2; Input-Felder */
.umkreissuche2 { 
    float: right;
    width: 49%; 
    /*background-color: blue;*/
}

/* Spalte 2; Suche einschränken */
.umkreissucheEinschraenkung  { 
    display: none;
    float: left;
    width: 100%;
}
/* Spalte 2; Suche einschränken */
.umkreissucheEinschraenkung label  { 
    
}

/* Natinal, International umschließender Div */
.umkreissucheNatInatBox { 
    width: 100%;
    /*background-color: Yellow;*/
}

/* Radio-Reiter National oder International auf default.asp und detailsuche.asp */
.umkreissucheNatInatRadio { 
    width: 100%;
    margin: 5px 0px 0px 0px;
    /*border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
     display: none;
    Ausgeblendet, da nur National angezeigt werden soll */
}
.umkreissucheNatInatRadio label {
    font-size: 12px;
}
.umkreissucheNatInatRadio input {
    margin: 0px 2px 0px -2px;
}

/* Tabellenhöhe National / International */
.umkreissucheNatInat { 
    height: 55px; 
    margin: 5px 0px;
    width: 100%;    
}
/* Spalte 1; Ort oder PLZ, Umkreis */
.umkreissucheNat1 { 
    float: left; 
    width: 30%;
    line-height: 22px;
    height: 22px;
    padding-top: 5px;
}
/* Spalte 2; Input zu Ort oder PLZ, DropDown zu Umkreis */
.umkreissucheNat2 { 
    float: right; 
    width: 67%; 
    line-height: 22px;
    height: 22px;
    padding-top: 5px;
}


.umkreissucheDetailsuche { /* Link, Position -> Detailsuche */
    display:none;
}
.umkreissucheSuchen { /* Position des Buttons <<Suche starten>> */
     float: right; 
     width: 142px; /* Sollte so breit wie der Button sein */
     /*background-color:Yellow;*/
}

/* ************************************* Umkreissuche Box
********************************************************* */

/* Mit der Detailsuche schneller ans Karriereziel!... */
.default-Suchen { 
    margin: 10px 0px 10px 0px;
}

    /* Mit der Detailsuche schneller ans Karriereziel! */
    .default-Detailsuche {
        display: none;
    }
    /* Oder finden Sie Ihren zuk&uuml;nftigen Arbeitgeber direkt in der Unternehmensliste. */
    .default-Firmensuche {
        display: none;  /*Link & Text zur Firmensuche ein- und ausblenden */
    }

    /* Über die Ländersuche bekommen Sie internationale Jobangebote.*/
    .default-Landsuche {
        display: none; /* Link & Text zur Ländersuche ein- und ausblenden */
    }


/*  Linkformatierung für [Detailsuche], [Unternehmensliste], [Ländersuche]
    Falls leer, wird Linkformatierung von "link" aus webseite.css genommen */
a.default-SuchenLink:link, a.default-SuchenLink:active, a.default-SuchenLink:visited 
{
    background-image: none;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
}

/* Link-Bild-Button */
.button_sucheStarten, .button_sucheStarten:link, .button_sucheStarten:visited, input.button_sucheStarten { 
	background: url(../../graphics/KoopStandard/set1/buttons/btn-sucheStarten.gif) no-repeat 0px 0px;
	width: 99px;
	height: 28px;
	display: block;
	float: right;
	border: 0;
}
a.button_sucheStarten:hover, input.button_sucheStarten:hover {
	background-position: 0px -28px;
	text-decoration: none;
}
/* ++++++++++++++++++++++ Ende Formatierung für default-Umkreissuche ++++++++++++++++++++*/
