/*
 *      body
 */

body
{
        margin: 0px;

        background-color: #EBEBEB;

        font-family: "comic sans ms", arial;
        font-size: 10pt;
}

/*
 *      form
 */

input,textarea
{
        font-family: "comic sans ms", arial;
        font-size: 10pt;

        border: 1px #000000 solid;
}

/*
 *      link
 */

a
{
        color: #000000;
        font-weight: bold;
}

a.white
{
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
}

/*
 *      table
 */

table
{

        background-color: #FFFFFF;

}

table td.left
{
        background: transparent url('http://image.buecherei-lh.de/m/tl.gif') no-repeat center center;
        height: 22px;
}

table td.middle
{
        color: #FFFFFF;
        font-weight: bold;
        letter-spacing: 3px;
        background: transparent url('http://image.buecherei-lh.de/m/tm.gif') repeat-x center center;
        height: 22px;
}

table td.right
{
        background: transparent url('http://image.buecherei-lh.de/m/tr.gif') no-repeat center center;
        height: 22px;
}

table.content, table.menue
{
        border-left: 1px #1C5C9E solid;
        border-right: 1px #1C5C9E solid;
        border-bottom: 1px #1C5C9E solid;
}

table.menue
{
        background-color: #EBF4FD;
}

table.footer
{
        background: transparent url('http://image.buecherei-lh.de/m/footer.gif') repeat center center;
        height: 20px;
}

table td.row
{
        background-color: #EBF4FD;
}

/*
 *      image
 */

img
{
	border: 0px;
}
 
img.left
{
        float: left;
        margin: 4px 4px 0 0;
}

img.right
{
        float: right;
        margin: 4px 0 0 4px;
}

/*
 *      headline
 */

h1,h2,h3
{
        font-size: 11pt;
        font-weight: bold;
        line-height: 12pt;
        margin: 0px;
}

h2,h3
{
        font-size: 10pt;
}

h3
{
        color: #FF0000;
}

/*
 *		bibload
 */

#bibload
{
	position: absolute;
	left: 920px;
	top: 65px;
	
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
