/* ******************** styles.css ********************
Autor: M. Kaiser --> admin@kaiser-iie.ch
Datum: Oktober '06 - Januar '07
Projekt: kobi - kaiser online bibliothek
****************************************************************** */

/* ***
- generelle ausrichtung
- einstellungen für IE kompatibilität
*** */

body {
    color: #555555;
    background-color: white;
    font-size: 90.01%;
    font-family: Trebuchet MS,Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* ***
- spezifische ausrichtung
- horizontale zentrierung der page
*** */

div#seite {
    text-align: left;
    margin: 0 auto;
    width: 990px;
    padding: 0;
    border-style:ridge;
    border-color:#E1E1E1;
}

div#banner {
    height: 100px;
}
#navigation {
    vertical-align: top;
    text-align: left;

}
div#inhalt {
    text-align: center;
}

div#fusszeile {
    clear: both;
    font-size: 0.75em;
    margin: 0;
    padding: 0.1em;
    text-align: center;
    border-top: 1px solid silver;
    color: #2C4D92;
    background-color: #E1E1E1;
}

img {
    border-style: none;
}

.formTitel {
    font-size: 105%;
    font-weight: bold;
    text-align: left;
    text-decoration:underline;
}

.artBearb {
    font-size: 0.75em;    
}

.linkBearb {
    font-size: 0.9em;
    font-weight: bold;    
}

.adminTitel {
    font-size: 115%;
    text-align: left;
}

.sucheTitel {
    font-size: 105%;
    text-align: left;
    font-weight: bold;
}

.userSelect {
    background-color:#E1E1E1;
    width:15em;
    border-style: inset;
}

.artikelSelect {
    background-color:#E1E1E1;
    width: 800px;
    font-size: 65%;
    border-style: inset;
}

.artikelSelect option {
    width: 790px;
}


.msgDBupdate {
    color: #CC3333;
    font-weight: bold;
    font-size: 1.1em;
}

.msgError {
    color: #CC3333;
    font-weight: bold;
    font-size: 1.1em;
}

.msg {
    color: #CC3333;
    font-weight: bold;
}

.kobiVersion {
    font-size: 0.6em;
    text-align: right;
}


a:link { text-decoration:none; font-weight:bold; color:#3366CC; }
a:visited { text-decoration:none; font-weight:bold; color:#336699; }
a:hover { text-decoration:none; font-weight:bold; background-color:#DDDDDD; }

