/*--- ( framework ) ------------------ */

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, sans-serif;
	text-align: center;
	line-height: 120%;
	color: black; 
	background: url(../images/bg/bg_main.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	font-size: normal;
	font-family: 'Roboto', sans-serif;

}
body.arche

{
		background: url(../images/bg/bg_arche.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.underland

{
		background: url(../images/bg/bg_underland.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.rota

{
		background: url(../images/bg/bg_rota.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#wrapper 
{
	position: relative;
	margin: 12px auto;
	font-size: 100%;
	text-align: left;
	background: rgba(22,22,22, 0.90);
	width: 1000px;
	border-radius:25px 25px 25px 25px;
	}

#header
{
	width: 800px;
}
#sidebar
{
      position: absolute;
      top: 0;
      bottom: 0;	
      background-color:black;
	width:240px;
	border-radius:25px 25px 25px 25px;
}
#sidebar div.logo
{
	padding-top: 24px;
	text-align: center;
}
#sidebar p.title
{
	text-align: center;
	font-variant: small-caps;
	padding-top: 12px;
	color: white;
	font-size: 115%;
	
}
#sidebar p.text
{
	color:white;
	padding-left:32px;
	padding-right:32px;
	text-align:center;
	line-height:105%;
	font-size:120%;
	
}
#sidebar p.links
{
	padding-left: 32px;
	text-align: left;
	font-size: 90%;
	line-height: 130%;
}
#sidebar a, #sidebar a:visited
{
	text-decoration: none;
	border-bottom:none;
	color: white;
}
#sidebar a:hover, #sidebar a:active
{
	text-decoration: none;
	border-bottom:none;
	color: red;
}
a, a:visited
{
	text-decoration: none;
	border-bottom:1px dotted white;
	color: white;
}
a:hover, a:active
	{
	text-decoration: none;
	border-bottom:1px dotted red;
	color: red;
}

#footer
{
	clear:both;
}
#main
{
	margin-left:240px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 32px;
	color:white;
	font-size:100%;
}
/*--- ( content formatting ) ------------------ */

#frontpage_div
{
	position: relative;
	padding-top: 36px;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
	
}
div.upcoming, div.new, div.page_content, div.imprint
{
	padding-bottom: 16px;
	text-align: left;
	float: left;
}
div.bookbox, div.imprintbox
{
	text-align: center;
	padding:8px;
	width: 160px;
	display: inline-block;
	float: left;
}
div.bookbox p, div.imprintbox p
{
	padding-left: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	text-align: left;
	font-size: 85%;
}
div.page_content p, div.page_content ul li
{
	font-size: 85%;
	line-height: 140%;
}
div.page_content p a, div.page_content p a:visited
{
	text-decoration: none;
	border-bottom:1px dotted white;
	color: white;
}
div.page_content p a:hover, div.page_content p a:active
{
	text-decoration: none;
	border-bottom:1px dotted #ff7f6c;
	color: #ff7f6c;
}
#frontpage_div h1
{
	text-align:left;
	line-height: 120%;
	font-size: 300%;
	font-weight: bold;
	padding-left: 4px;
	margin: 0px;
	width: 96%;
	margin-bottom: 4px;
}
div.headline
{
	display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    width: 700px;
	border-bottom: 1px dotted white;
}
div.spacer
{
	padding-top: 48px;
	padding-bottom: 48px;
}
div.authorbox
{
	padding-top: 8px;
}
div.imagebox
{
	padding: 12px;
	display: block;
	position: relative;
	float: left;
}
div.titleinfobox h3
{
	padding-bottom: 12px;
	padding-top: 12px;
}
div.tinyspacer
{
	padding-top: 2px;
	padding-bottom: 2px;
}
div.specialbox
{
	padding: 12px;
	border: 1px dotted white;
	position: relative;
}
div.specialbox h3
{
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 1px solid white;
}

p.Chapter-Titles 
{
	font-size:200%;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-align:center;
}

