/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* Extra Styles fuer Opera und Mac Safari */
/* opera_safari.css - PwC Portal Projekt */
/* Version: 2006-12-06 (msc) */
/* Update: 2007-12-11 (msc) - breitere Formulare */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

 


/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* aus basics.css */


/* #header */
#selectCountry select{
font-size:11px; 
height:18px;
}


#logo{
position:absolute;
}

/* safari: */
html*#selectCountry input.cssBtn{
width:22px;
}
html*#selectCountry select{
width:132px; 
}


input.cssBtn,
input.cssBtn:hover,
input.cssBtnHovr{
padding:3px 8px;
}

/* gestylter Sekundaer-Button .cssBtn2 */
#content form input.cssBtn2,
#content form input.cssBtn2Hovr,
#content form input.cssBtn2:hover{
padding:2px 8px;
}



/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* aus wrapper.css */

#content table.dataTable,
#content table.dataTableLines{
border:2px solid #ffc991;
}

#content table.dataTableLines th,
#content table.dataTableLines td,
#content table.dataTableLines caption{
background-image:none;
border-right:1px solid #fff;
}

#content #docLinksBottom{
margin-top:19px;
}


/* Bereich #contextRight */
#contextRight form select{
width:119px;
}

#contextRight form input.inputFeld{
width:117px;
}


/* Leseleiste */
#llContent dl dd a.iconTrash{
margin:0 8px 0 0;
}

/* Visual auf Contentseite */
#content #visual_cs{
margin:14px 0 10px 0;
}
html*#content #visual_cs{
margin:17px 0 10px 0;
}



/* Datentabellen im Contentbereich */

#content table.dataTable caption{
margin-left:0;
}


/* aus "contentForms.css"
==================================================================================== */


/* Opera: Linker Einzug der legends */
#content form legend {
position: relative; top: 0; left: 0;
padding-top: 10px;
}

/* Safari wieder zurueck ... */
html*#content form legend {
left: 0;
padding-bottom: 10px;
}

html*#content form span.inputDisabled{
display:inline;
padding:0;
}


/* select-Felder */

#content form select{width:372px;}
html*#content form select{width:374px;}

/* Abweichende Formatierung der Radio-Boxen */
#content form .radioBox {
margin-top: 1px;
}

/* opera 9.x so */
#content form .radioBox input {
top: -1px;
}
/* safari so */
html*#content form .radioBox input {
top: 0;
}




/* Abweichende Formatierung der checkboxen in dem fieldset "checkbox2Cols" */

/* opera 9.x so */
#content form fieldset.checkbox2Cols td input {
margin-top: 4px;
}

#content form fieldset.checkbox2Cols td label {
margin-top: -30px;
}

/* safari so */
html*#content form fieldset.checkbox2Cols td input {
margin-top: 0;
}

html*#content form fieldset.checkbox2Cols td label {
margin-top: -27px;
}

/* Abweichende Formatierung der checkboxen in dem fieldset "checkboxList" */

#content form fieldset.checkboxList {
padding-bottom: 0;
}

/* Nur Safari */
html*#content form fieldset.checkboxList {
/* margin-bottom: -10px; */
}

/* Nur Safari */
html*#content form fieldset.checkboxList legend {
padding: 0 0 10px 0;
}

/* opera 9.x so */
#content form fieldset.checkboxList label {
margin-top: -21px;
}

/* Safari zurueck */
html*#content form fieldset.checkboxList label {
margin-top: -18px;
}

/* Nur Safari */
html*#content form fieldset.checkboxList p.seitenanfang {
margin-bottom: -15px;
}







/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* aus homepage.css */

/* opera 9.x will position:absolute */
#homeTop{
position:absolute;top:75px;left:0;
}
/* safari nicht */
html*#homeTop{
position:relative;top:-28px;left:0;
}

/* fakeBtn ist ein A HREF Element, das aehnlich aussieht wie ein cssBtnLink, 
aber einen Pfeil vorangestellt hat und onHover unterstrichen ist
... safari: */
html*#homeHRKontext a.fakeBtn,
html*#homeHRKontext a.fakeBtn:visited{
background:#f60 url(../PwCImages/bg_linkPfeil_bold_fff_on_f60.gif) no-repeat 8px 6px;
}