/*
CSS buch typo
*/
html, body, * {
    padding:0;
    margin:0;
    outline:none;
}
html {
    height:100%;
}
body {
    height:100%;
    background-color:#e9e9e9;
    text-align:center;
    font-family:Arial,Verdana,sans-serif;
    font-size:11px;
    color:black;
    line-height:14px;
}
ul li {
    list-style: none;
}
img {
	border:0;
}
a:link, a:visited, a:active {
    text-decoration: none;
    color:black;
}
a:hover {
    text-decoration: underline;
}
h3 {
    font-size:11px;
    line-height:14px;
    font-weight:bold;
    margin-top:10px;
}
#outer {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
}
#background {
    margin-left:auto;
    margin-right:auto;
    position:relative;
    text-align:left;
    width:1000px;
    background-color:white;
    height:100%;
}
#center {
    margin-left:auto;
    margin-right:auto;
    position:relative;
    text-align:left;
    width:1000px;
    background-color:white;
    padding-bottom:100px;
}
#main {
    position:relative;
    left:40px;
    top:40px;
    width:925px;
}
.cl {
    width:0px;
    height:0px;
    clear:left;
    overflow:hidden;
}
* html .cl {
    display:inline;
}
/* left */
#left {
    position:relative;
    float:left;
    width:100px;
}
a#logo {
    background-image:url(../img/logo.png);
    width:100px;
    height:20px;
    display:block;
}
#menue {
    margin-top:35px;
}
#menue li a {
    font-size:14px;
    line-height:16px;
    color:#777777;
}
#submenue{
    margin-top:45px;
}
#submenue li a {
    font-size:14px;
    line-height:16px;
    color:#777777;
}
#submenue li.active {
    font-size:14px;
    line-height:16px;
    font-weight:bold;
    color:black;
    font-family: serif;
}
/* middle */
#middle {
    position:relative;
    float:left;
    width:470px;
    text-align:center;
}
#buch {
    width:470px;
    height:435px;
    overflow:hidden;
    vertical-align:middle;
    display:table-cell;
}
#navi {
    position: absolute;
    top:415px;
    left:0px;
    width:470px;
    text-align:center;
    height:20px;
    background-color: transparent;
}
#navi a {
    text-decoration: none;
}
/* right */
#right {
    position:relative;
    float:left;
    width:351px;
}
#right ul li  {
    width:55px;
    height:55px;
    float:left;
    margin-left:3px;
    margin-bottom:3px;
}
#right ul li a {
    width:55px;
    height:55px;
    display: block;
    background-repeat:no-repeat;
}
#bookarchive {
	margin-left:30px;
	width:440px;
}
#bookarchive tr td {
	padding-bottom:2px;
	text-align:left;
}
#bookarchive tr td.bild {
	text-align:center;
}
ul#lssites {
	margin-top:50px;
}
#lssites li a , #lssites li span{
	line-height:20px;
}
#layer {
	display:block;
	width:351px;
	background-color:white;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	position:absolute;
	left:0px;
	top:0px;
}















