/* ++++++++++++++++++++++ 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 10px 0px 0px;
    height: 200px;
}

/* 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 { 
    display: none;
}
/* Spalte 1; Suchbegriff, Einsatzregion */
.umkreissuche1 { 
    font-weight: bold;
    margin-left: 50%;
    font-size: 13px;
    padding-top: 5px;
    /*background-color: green;*/
}
/* Spalte 2; Input-Felder */
.umkreissuche2 { 
    float: right;
    width: 50%; 
    /*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 { 
    display: block;
    width: 100%;
}

.umkreissucheNatInat { /* Tabellenhöhe National / International */
    height: 55px; 
    margin-bottom: 5px;
    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: block;
    float: left; 
    width: 57%; 
    height: 22px; 
    line-height: 30px; 
    font-weight: bold;
    text-align: right;
    /*background-color:green;*/
}
.umkreissucheSuchen { /* Position des Buttons <<Suche starten>> */
     float: right; 
     width: 112px; /* 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/btn-sucheStarten.gif) no-repeat 0px 0px;
	width: 113px;
	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 ++++++++++++++++++++*/
