/* CSS Document */

/* Basis */
html {
	margin:0;
	padding:0;
	height:100%;
}

body {
	text-indent:0;
	word-spacing:0;
	margin:0px;
	padding:0;
	background:url(images/bg_body.gif) repeat-y center #f7f7f7;
	font:12px Arial, Helvetica, sans-serif;
	height:100%;
	list-style-position:inside;
}


/* Wowbook standard styles manipulation */

@font-face {
  font-family: 'BebasNeueRegular';
  src: url('fonts/BebasNeue-webfont.eot');
  src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.wowbook {
  color: #333;
}
.wowbook-page-content {
  background: white;
}
.wowbook-left .wowbook-gutter-shadow {
  background-image: url('images/page_left_background.png');
  opacity: 0.5;
  width: 60px;
}
.wowbook-right .wowbook-gutter-shadow {
  background-image: url('images/page_right_background.png');
  background-position: 0 0;
  width: 75px;
} 

/* Struktur */

div#container {
	position:relative;
	width:1098px;
	margin:3em auto 0;
	padding:0 0 3em 0;
	border:1px dotted #ddd;
}

/* Wowbook Navigation */
nav {

  height: 46px;
  width: 176px;
  position: relative;
  margin: -50px 0 0 820px;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  z-index: 2147483647;
}
nav ul {
  list-style:none;
  display:block;
  margin: 0;
  padding:0;
}
nav li {
  margin: 0;
  float:left;
} 
nav a {
  display: inline-block;
  height: 24px;
  width: 24px;
  padding: 0;
  background: #cccccc no-repeat;
  background-position: 4px 4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
nav #zoomin {
  background-image: url(images/icons/zoom_in.png);
}
nav #zoomout {
  background-image: url(images/icons/zoom_out.png);
}
nav #first {
  background-image: url(images/icons/arrow_double_left.png);
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -khtml-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
nav #last {
  background-image: url(images/icons/arrow_double_right.png);
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
nav #next {
  background-image: url(images/icons/arrow_right.png);
}
nav #back {
  background-image: url(images/icons/arrow_left.png);
}
nav #slideshow {
  background-image: url(images/icons/slideshow_play.png);
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
nav #slideshow.wowbook-disabled {
  background-image: url(images/icons/slideshow_pause.png);
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
nav a:hover {
  background-color: #aaaaaa;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f0f0f0));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
}
nav a:active,
nav a:hover,
nav a {
  outline: none;
}

/* Wowbook content */
#cover {
  height: 500px;
  width: 400px;
}
.page, #cover {
  padding: 1em 1em;
  height: 500px;
  width: 400px;
  background: white;
}

.page h1 {
	font: normal 1.8em Arial, Helvetica, sans-serif !important;
	margin: 1em 1.3em 12px 0em !important;
	color:#333333 !important;
    border:none !important;   
}

.page p, #cover p {font-family: Arial, Helvetica, sans-serif;font-size:1.2em;text-align:justify;margin:0 2em;}

.page p.smaller {
	font-size:1.0em;
}

.page p.fnt11 {
	font-size:10px;
}

.page p.divider  {border-bottom:1px dotted #d2d2d2;padding-bottom:20px; margin-bottom:20px;}

.page .imgborder {
	padding:1px;
	border:1px solid #A4A4A0;	
}

.page li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	list-style: url(images/li.png);
	margin-left: 1.2em !important;
	line-height:16px;
	margin-bottom:10px;
}

.page li.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.0em;
	list-style: url(images/li.png);
	margin-left: 1.5em !important;
	line-height: 14px;
	margin-bottom: 2px;
}

