/* StellenangebotAufgeben - Beschreibung */
.textareaRaw {
    height: 400px;
}

#content-left {
    width: 66%; /* 580px */
    max-width: 785px;
    z-index: 0;

}

#LogoText
{
    margin: 10px 0;
}

#content-right {
    float: left;
    width: 31%; /* 320px */
    min-width: 31%;
    max-width: 39%;
    z-index: 0;
    margin-left: 3%;
    margin-top: 35px;
}

#content-right-no-top-spacing {
    float: left;
    width: 31%; /* 320px */
    max-width: 31%;
    z-index: 0;

}
#single_column {
    width: 80%;
}



/************/
/* �ber Uns */
/************/

#content-left #partners {
    margin-top: 25px;
}

#content-left #partners ul {
    margin-top: 15px;
    padding-bottom: 10px;  
}

#content-left #partners ul li {
    float: left;
    height: 80px;
    list-style-type: none;
    padding: 3px;
    overflow: hidden;
    width: 80px;
}

#content-left #partners ul li img.logo { 
    clip: rect(0px 160px 80px 80px);
    position: absolute; 
    margin-left: -80px;
    z-index: 0;
    
}

#content-left #partners ul li img.logo:hover {
    clip: rect(0px 80px 80px 0px);
    margin-left: -0px;
    position: absolute;
}

#content-left #partners ul li img.click_active {
    clip: rect(0px 80px 80px 0px);
    margin-left: -0px;
    position: absolute;
}

#content-right #pictures {
    text-align: right;
}
#content-right #pictures p {
    margin-top: 0px;
    margin-bottom: 20px;
}


/*********/
/* Login */
/*********/

form.login {
    margin-top: 20px;
    margin-right: 150px;
    text-align: left;
}

form.login label {
    margin-right: 10px;
    display: block;
    width: 190px;
}
form.login input {
    background-color: #FFF;
    border: 1px #000 solid;
    color: #000;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    padding: 0 10px;
}
form.login input.input-field {
    height: 30px;
    margin-bottom: 10px;
    display: block;
    width: 170px;
    clear: left;
}

form.login input.submit-button,
#sign-up #sign-up-form ul li input.save {
    background-color: yellow;
    margin-top: 10px;
    padding: 5px 10px;
    text-align: center;
}


/*****************/
/* Registrierung */
/*****************/

#content-left #sign-up #sign-up-form legend {
    color: #000;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

#content-left #sign-up #sign-up-form ul {
    
}

#content-left #sign-up #sign-up-form ul li {
    color: #000;
    margin-left: 10px;
    margin-bottom: 5px;
    text-align: left;
    list-style-type: none;
}

#content-left #sign-up #sign-up-form ul li label {
    display: block;
    width: 160px;
    float: left;
}

#content-left #sign-up #sign-up-form ul li input,
#content-left #sign-up #sign-up-form .select-style select {
    background-color: #FFF;
    border: 1px #000 solid;
    color: #000;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    margin-left: 10px;
    letter-spacing: 0.5px;
    padding: 2px 5px;
	display: block;
}

#content-left #sign-up #sign-up-form .select-style select {
	width: 30%;
}

/**********/
/* Preise */
/**********/

#Preisliste, #PreispaketeListe {
    border-collapse: separate;
    border-spacing: 0.5ex;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    margin: 0 auto;
}
#Preisliste td, #Preislisteth, #PreispaketeListe td, #PreispaketeListe th {
    border: 0px #000 solid;
    padding: 7px 7px;
    line-height: 1.3em;
}

#Preisliste .Meldung {
    text-align: center;
}

.kostenlos {
    background-color: #DDFFDD;
}

.kostenpflichtig {
    background-color: #E8E8E8;
}
.kosten1{
    background-color: #fffaaa;
}
.kosten2{
    background-color: #F6CECE;
}

#Preisliste th, #PreispaketeListe th {
    font-weight: bold;
    text-align: left;
}

#PreispaketeListe tr:nth-child(odd) {
    background-color: #ececec;
}
#PreispaketeListe tr:nth-child(even) {
    background-color: #effded;
}
#PreispaketeListe tr:first-child {
    background: none;
}



/***********************************/
/* Vorlagen                        */
/***********************************/

.VorlagenTabelle td,
.VorlagenTabelle th {
	vertical-align: top;
	padding:3px;
}

.VorlagenTabelle th {
	font-weight:bold;
}




/***********/
/* Pakete */
/***********/

.KontingentTableHead
{
    position:relative;
    display:block;

    height:50px;

    line-height:50px;

    background-color: #f1f1f1;
}

.wildCardRadioButton
{
    width:20px;
}

.packetField
{
    float:left;

    margin:0px 10px 0px 0px;

    text-align: center;
}

.packetName
{
    width:100px;

    color:#666;
    font-size:13px;
    font-weight:bold;
}

.packetCredits
{
    width:150px;

    color:#333333;
    font-size:20px;
    font-weight:bold;
}

.packetPrice
{
    width:130px;

    color:#666;
    font-size:16px;
    font-weight:bold;
}

.packetDiscount
{
    width:170px;

    color:#666;
    font-size:13px;
    font-weight:bold;
}

.Input_Listbox#Kontingent
{
    display:block;
    clear:both;

    width:100%;
    height:auto;

    padding:0px;
    margin:0px;

    border:none;
}

/* Komplette Zeile */
.Input_Listbox#Kontingent div.Input_Listbox_Option
{
    width:100%;
    height:50px;
    line-height:50px;

    padding:0px;
    margin:0px;

    border-bottom:1px solid #ccc;
}

.Input_Listbox#Kontingent div.Input_Listbox_Option:hover, input[type="radio"]:checked + label.Input_Listbox_Option
{
    background-color:#ffed00;
    background-image: -webkit-linear-gradient(to left, rgba(255,255,255,1) 0%, #ffed00 100%);
    background-image: -moz-linear-gradient(to left, rgba(255,255,255,1) 0%, #ffed00 100%);
    background-image: -o-linear-gradient(to left, rgba(255,255,255,1) 0%, #ffed00 100%);
    background-image: linear-gradient(to left, rgba(255,255,255,1) 0%, #ffed00 100%);
}

/* Radiobutton */
.Input_Listbox#Kontingent input[type="radio"].Input_Listbox_Option
{
    float:left;

    height:50px;
    line-height:50px;

    padding:0px;
    margin:0px 10px 0px 10px;

    cursor:pointer !important;

    border:none;
}

/* LABEL - Clickable */
.Input_Listbox#Kontingent label.Input_Listbox_Option
{
    display:block;

    width:auto;
    height:50px;
    line-height:50px;

    padding:0px;
    margin:0px;

    cursor:pointer !important;
}

#Kontingent_PH
{
    display: none;
}



/***********/
/* Karte */
/***********/

.infosMap
{
    margin-top:2ex;
    margin-bottom:2ex;
}

#kartePageContainer
{
    position:relative;
    display:block;

    width:100%;
    height:auto;
}

#hochschulenListeContainer
{
    position:relative;
    display:block;
    float:left;

    width:40%;
}


ul#hochschulenListe
{
    position:relative;
    display:block;

    margin:0px;
    padding:0px;

    list-style-type:none;
}

ul#hochschulenListe li
{
    position:relative;
    display:block;
    float:left;

    width:80px;
    height:80px;

    overflow:hidden;

    margin:0px;

    background-position:80px;

    cursor:pointer;
}

.hochschuleHover, .hochschuleClicked
{
    background-position:0px !important;
}

.hochschuleDetails
{
    display:none;
}



#karteContainer
{
    position:relative;
    display:block;
    float:left;

    width:60%;
}

#karte
{
    width:100%;
}


ul#markerListe, ul#markerListe li
{
    list-style-type:none;
}

ul#markerListe > li
{
    position:absolute;
    display:block;

    width:35px;
    height:35px;

    background-image:url('../img/pin.0.png');
    background-position:35px;

    cursor:pointer;
}

.markerHover, .markerClicked
{
    background-position:0px !important;
}

ul#markerListe li ul
{
    position:absolute;
    display:none;
    z-index:1000;

    width:auto;

    top:10px;
    left:10px;

    background-color:#888888;
}

.markerCaptionClicked, .markerCaptionHover
{
    display:block !important;
}

ul#markerListe li ul li
{
    display:block;

    padding:5px;

    color:#fff;
    white-space:nowrap;
}









/***********************************/
/* F�r Studierende / Kartenansicht */
/***********************************/

#content-left-map {
	float:left;
    width: 34%; /* 320px */
    z-index: 0;
    padding-right:17px;    
}

#content-left-map .infosMap {
	display:none;
	margin-top:2ex;
	margin-bottom:2ex;
}

#content-right-map {
	position:relative;
	top:-17px;
	left:-17px;
	float:left;
    width: 60%;
}

img#map
{
	position:relative;
	top:17px;
	left:17px;

    width:100%;
    height:auto;
    z-index:1100;
}

#content-right-map  div.marker {
    position:absolute;
    display:inline;
    z-index:1200;
}

#content-right-map  div.marker a span.tooltip {
    display:none;
    background-color:#888888;
    padding: 4px;
    color: white;
    text-decoration: none;
}

#content-right-map div.marker a:hover span.tooltip,
#content-right-map div.marker a span.active,
#content-right-map div.marker a span.click_active {
    display: inline;
}

#content-right-map div.marker a span.pin{
	display: inline-block;
	width:35px;
	height:35px;
	background-repeat:no-repeat;
	background-position:-35px 0px;
}
#content-right-map div.marker a span.pin0 {
	background-image:url(http://entwicklung.hochschuljobboerse-bayern.de/_hochschuljobboerse-bayern/img/pin.0.png);
}
#content-right-map div.marker a span.pin1 {
	background-image:url(http://entwicklung.hochschuljobboerse-bayern.de/_hochschuljobboerse-bayern/img/pin.1.png);
}
#content-right-map div.marker a span.pin2 {
	background-image:url(http://entwicklung.hochschuljobboerse-bayern.de/_hochschuljobboerse-bayern/img/pin.2.png);
}

#content-right-map div.marker a span.active,
#content-right-map div.marker a span.click_active,
#content-right-map div.marker a:hover span.pin {
	background-position:0px 0px;
}

#content-right-map div.marker a,
#content-right-map div.marker a:active,
#content-right-map div.marker a:visited,
#content-right-map div.marker a:focus,
#content-right-map div.marker a:hover {
	text-decoration:none;
}

#content-left-map #partners {
	
}

#wrapper #content-wrapper #content ul.partners {
    margin-top: 15px;
    margin-left: 0px;
    padding-bottom: 10px;
}

#partners ul li.logo {
    float: left;
    width: 80px;
    height: 80px;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
	background-repeat:no-repeat;
	background-position:-80px 0px;
	cursor: pointer;
}

#partners ul li.logo.click_active,
#partners ul li.logo.active,
#partners ul li.logo:hover {
	background-position:0px 0px;
}
	
#partners ul li img.logo:hover,
#partners ul li img.active,
#partners ul li img.click_active {
    clip: rect(0px 80px 80px 0px);
    margin-left: -0px;
    position: absolute;
}
#content-left-map #information div.infocontent
{
    background-color: lightgray;
    border: darkgray 2px solid;
    clear: both;
    width:100%;
    min-height:50%;
    position: relative;
    top: 10px;
    bottom: 10px;
    padding: 5px;
    margin:5px;
    display:none;
}

#content-left-map #information a{
    display: none;
}
 
div.infosMap a:link,
div.infosMap a:visited,
div.infosMap a:focus,
div.infosMap a:hover,
div.infosMap a:active,
div.infosMap a {
	text-decoration:none;
}

div.infosMap a:focus,
div.infosMap a:hover {
	text-decoration:underline;
}

/************/
/* �ber Uns */  
/************/

#content-left #partners_map {

}

#content-left #partners_map ul {
    margin-top: 15px;
    margin-left: 90px;
    padding-bottom: 10px;
    width: 90%;
}

#content-left #partners_map ul li {
    float: left;
    height: 80px;
    list-style-type: none;
    margin-left: -50px;
    overflow: hidden;
    width: 80px;

}

#content-left #partners_map ul li img.logo {
    clip: rect(0px 160px 80px 80px);
    position: absolute;
    margin-left: -130px;
    z-index: 30;
}

#content-left #partners_map ul li img.active {
    clip: rect(0px 80px 80px 0px);
    margin-left: -50px;
    position: absolute;
}
/*******************/
/* Stellenanzeige  */
/*******************/
form .form .input div.Input_Listbox {

        width:30em;
}


/*******************/
/* Allgemein       */
/*******************/

ol {
    list-style-type: decimal;
    text-align: justify;
    line-height: 1.3em;
	padding-left:2em;
}
ol li {
}

p.KennwortVergessenFrage {
    font-size: 10px;
    text-align: right;
    margin-right: 10px;
}

div#login {
	height:14px;
}
div#login * {
	margin-left:1ex;
}

/**************/
/* Gutscheine */
/**************/

#content-right ul#Gutscheine {
    list-style: none;
}

/**************/
/* Support */
/**************/

#Umsatz ul {
    list-style: none;
}

/*****************************/
/* Stellenangebot aufgeben   */
/*****************************/

#StellenSucheForm {
    font-size: 120%;
}

#map_space {
/*   width: 30%;
  position: relative;
 background-color: red !important;*/
}

#Arbeitsort_Ort {
    width: calc(100% - 36px);
    height: 26px;
    border: 1px solid rgb(192,192,192);
    border-right: none;
    outline: none;
}

#Arbeitsort_search {
    float: right;
    height: 30px;
    width: 30px;
    background-color: rgb(192,192,192);
    border: 1px solid rgb(192,192,192);
    border-left: none;
    background-image:url('../img/Search-32.png');
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 50%;
    visibility: hidden;

}
#Arbeitsort_search:hover {
    background-image:url('../img/Search-32ye.png');
    background-size: 18px;
    background-repeat: no-repeat;
}

/*Resize the wrap to see the search bar change!*/
#map_wrapper{
  width: 100%;
/*  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}
