/* CSS Document */
body
{
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-family:DejaVu Serif, Arial, Helvetica, sans-serif;
    /*background-color:#002f60;*/
    font-size:12px;
    color:black;
    background-color:#EFEAE4;
    background-image:url('../gui_gfx/bib_background.jpg');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center center;
}

body.a {
    font-family:DejaVu Serif,Arial, Helvetica, sans-serif;
    color:black;
    font-size:12px;
    text-align:left;
}

form {
    display:inline;
}

input.Login{
    display:inline;

    /*font-family:Arial, Helvetica, sans-serif;*/
    font-family:DejaVu Serif, Arial, Helvetica, sans-serif;
    color:black;
    font-size:12px;
    border-width:1px;
    border-style:dashed;
    border-color:#A9A9A9;
}

del {
    color:red;
}
ins {
    color:green;
    font-weight:bold;
}

a
{
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-family:DejaVu Serif,Arial, Helvetica, sans-serif;
    color:white;
    font-size:12px;
    text-align:left;
}

a.StatsLogin{
    position:absolute;
    z-index:250;
    width:300px;
    height:30px;
    left:50%;
    bottom:10%;
    margin:-100px 0px 0px -150px;

    font-size:10px;
    color:black;
    background-color:orange;

    text-align:center;
    vertical-align:middle;
}

a.ContentHeader{
    font-family:DejaVu Serif, Arial, Helvetica, sans-serif;
    font-size:20px;
    color:black;
    font-weight:bold;
    text-decoration:none;
}

a.ContentSubHeader{
    font-family:DejaVu Serif, Arial, Helvetica, sans-serif;
    font-size:16px;
    color:black;
    font-weight:bold;
    text-decoration:none;
}

a.ContentText{
    font-family:DejaVu Serif, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:black;
    text-decoration:none;
}

a.ContentText:link{
    font-family:DejaVu Serif, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:black;
    font-weight:bold;
    text-decoration:none;
}

a.ContentText:visited{
    font-family:DejaVu Serif, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:black;
    font-weight:bold;
    text-decoration:none;
}

a.ContentText:link:hover{
    font-family:DejaVu Serif, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:white;
    background-color:black;
    font-weight:bold;
}

a.ContentText:visited:hover{
    font-family:DejaVu Serif, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:white;
    background-color:black;
    font-weight:bold;
}

a.StartText{
    font-family:DejaVu Serif, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:black;
}

a.StartText:link{
    font-family:DejaVu Serif, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:black;
}

a.StartText:visited{
    font-family:DejaVu Serif, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:black;
}

a.StartText:link:hover{
    font-family:DejaVu Serif, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:white;
    background-color:black;
}

a.StartText:visited:hover{
    font-family:DejaVu Serif, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:white;
    background-color:black;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////// Gestaltung der einzelnen Beitr�ge
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////// Gestaltung der Eingabemasken
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/************************************/
/*****	Tabellen	 *******/
/************************************/
bibHighlight:hover{
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-top-color: #990000;
    border-bottom-color: #990000;
    border-left-color: #990000;
    border-right-color: #990000;
}

table.bibListItem{
    width:1100px;
    border-collapse:collapse;
}

tr.bLI{
    height:16px;
    background-color:gray;
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:white;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:white;
}
tr.bLID{
    height:16px;
    background-color:gray;
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:white;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:white;
}

td{
    white-space:nowrap;
}
td.Wrap{
    white-space:normal;
}

