/*********************************************

LK Erlanen-Hoechstadt
Globals

A:link { text-decoration: none; color:  #000080; }
A:visited { text-decoration: none; color: #000080; }
A:active { text-decoration: none; color:#000080; }
A:hover { text-decoration: none; color: #0000FF; }
.text1 { font-size: 10px; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif; }
.text2 { font-size: 11px; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif; }
.text3, td { font-size: 13px; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif; }
.text4 { font-size: 16px; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif; }


*********************************************/

/* Reset - alle Abstaende auf NULL */
*{margin: 0px; padding: 0px;}

/*CI Change*/
body {
    background-color: #fff;
    font-size: 11px;
    font-family:Arial,Helvetica,Geneva,sans-serif;
    color: #525152;
}


input, textarea, select {
    font-size: 11px;
    font-family:Arial,Helvetica,Geneva, sans-serif;
}


h1 {
    font-size:  16px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    color: #663333;
    padding: 3px;
}


h2 {
    font-size:  11px;
    color: #525152;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    background-color: #CEDB29;
}

a {outline:0 none;}

a:link, a:visited{
    /*color: #045491;*/
    color: rgb(0, 0, 128);
    font-weight : bold;
    text-decoration: none;
}
a:link:hover, a:visited:hover  {
    /*color: #045491;*/
    color: rgb(0, 0, 255);
    font-weight : bold;
    text-decoration : none;
}


/* ======================================
   neue anpassungen fuer das reset auf 0:
 ====================================== */

p{margin: 10px 0px 10px 0px; display: block;}

input[type="radio"] {margin: 3px 3px 0px 5px;}
input[type="checkbox"] {margin: 3px 3px 3px 4px;}

table{ border-spacing: 2px; border-collapse: separate;}
td{padding-top:  3px; }



/* ======================================
    Mock-Styles - START
    Massangaben / Hintergrundbild fuer den Prototyp!
    Verwendet in index.xhtml
 ====================================== */

.backdrop{
    background-repeat: no-repeat;
    background-image: url(images/mock/backdrop.png);
}
/* index - mock*/
#immoFrame{
    background-color: #fff;
    position: absolute;
    width: 755px;  
    margin: 0px 0px 0px 3px;
    border: none;                                               /*Dimension index.jsf*/
    height:1024px;
    left:170px;
    top:140px;
}

#immoFrame body{
    background-color: #fff;                     /*CI Change*/
}


/* ======================================
    Mock-Styles ENDE
 ====================================== */


/* instead of get[field]WithLineBreaks */
.preformatted {
/*    white-space: pre-wrap;*/
    white-space: pre-line;
}