@charset "UTF-8";
/* CSS Document e20026 */

body {
	background: white;
	margin: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #333333;
	font-size: 1em;
	position:relative;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #666666;
}

br {
	line-height: 12px;
	font-size: 10px;
}

hr, .unsichtbar {
	display: none;
}


ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li img {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#wrap {
	width: 1000px;
}

#navigation {
	float: right;
	font-size: 85%;
	margin-top: 5px;
	line-height: 2.8ex;
}

#header {
	height: 437px;
	width: 1000px;
}

#navigation ul li {
	float: left;
	margin-left: 20px;
}
#navigation a {
	color: #333333;
}

#navigation a:hover, #navigation a:focus, #navigation .current {
	color: #e20026;
}

#buch {
	width: 352px;
	height: 400px;
	position: absolute;
	top: 300px;
	left: 20px;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='buch.png');
}

body > #buch {
	background: url(buch.png) top left;
}

h1, h2 {
	font-size: 150%;
	margin: 0;
	padding: 0;
}
h1 {
	margin-bottom: 3px;
}

h2 {
	color: #666666;
	margin-bottom: 15px;
}

#textbox {
	margin: 30px 0 0 400px;
	width: 550px;
	font-size: 85%;
	line-height: 2.7ex;
}
#textbox a {
	color: #e20026;
}
#textbox a:hover, #textbox a:focus {
	text-decoration: underline;
	color: #e20026;
}

#zusatz {
	display: block;
	font-size: 85%;
	margin-top: 15px;
	line-height: 2.5ex;
	background: #fafafa;
	border: 1px solid #cccccc;
	padding: 10px;
}

#weniger {
	margin-top: 8px;
}
#weniger a {
	color: #999999;
}


/* unterseite */
#box2 {
	font-size: 85%;
	line-height: 2.7ex;
}

#text2 {
	margin-top: 15px;
}

#textbox h1 a, #leseprobebox h1 a {
	font-weight: normal;
	color: #666666;
}
h1 a:hover, h1 a:focus {
	color: #e20026;
}

h3 {
	font-size: 1em;
	margin: 10px 0 0 0;
	padding: 0;
}

/* Leseprobe */
#leseprobebox {
	margin: 30px 0 0 400px;
	width: 600px;
	font-size: 85%;
	line-height: 2.7ex;
	height: 100px;
}


a img {
	border: none;
}

.probe {
	float: left;
	width: 150px;
	margin: 0 0 20px 0;
}
.probe i {
	display: block;
	font-style: normal;
}

#leseprobebox a:hover, #leseprobebox a:focus {
	color: #e20026;
}

/* Presse */
#presse #textbox #box2 a {
	color: #333333;
}
#presse #textbox #box2 a:hover, #presse #textbox #box2 a:focus {
	color: #e20026;
}

#presse h3 {
	font-size: 120%;
	color: #333333;
	margin-bottom: 3px;
}

.notiz {
	margin-top: 15px;
	color: #666666;
	font-size: 90%;
}

/* footer */

#footer {
	clear: both;
	margin: 10px 0 0 0;
	width: 600px;
	padding-top: 10px;
	height: 60px;
	border-top: 1px solid #cccccc;
}

#footer p {
	float: left;
	margin-right:30px;
}

.link1 {
	display: block;
	width: 124px;
	height: 40px;
	background: url(link1.png) top left no-repeat;
}

.link2 {
	display: block;
	width: 36px;
	height: 40px;
	background: url(link2.png) top left no-repeat;
}

.link3 {
	display: block;
	width: 173px;
	height: 40px;
	background: url(link3.png) top left no-repeat;
}


/* fix 
#start #navigation {
	margin-top: 4px;
}
#start #textbox {
	margin-top: 34px;
}*/


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 
 #mycarousel {
 	height: 436px;
	overflow: hidden;
 }
 
.jcarousel-container {
    position: relative;
		border-bottom: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 1000px;
    height: 436px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}



.jcarousel-skin-tango.jcarousel-container-horizontal {
    width: 1000px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  1000px;
    height: 436px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 1000px;
    height: 436px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 7px;
    left: 965px;
    width: 25px;
    height: 25px;
    cursor: pointer;
	border: 1px solid #999999;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -25px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -50px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -75px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 7px;
    left: 931px;
    width: 25px;
    height: 25px;
    cursor: pointer;
	border: 1px solid #999999;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -25px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -50px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -75px 0;
}
