/* @override 
	http://localhost:8888/ployyderia/css/style.css */


html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

html {
background: #001d00;
background: -moz-linear-gradient(top,  #0c310c 0%, #051505 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c310c), color-stop(100%,#051505));
background: -webkit-linear-gradient(top,  #0c310c 0%,#051505 100%);
background: -o-linear-gradient(top,  #0c310c 0%,#051505 100%);
background: -ms-linear-gradient(top,  #0c310c 0%,#051505 100%);
background: linear-gradient(to bottom,  #0c310c 0%,#051505 100%);
}

body {
	text-align: center;
	color: #2a3917;
	font: 16px Papyrus, Port;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
}


ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

p {
	text-align: left;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.clear{
	clear: both;
}

.space {
	height: 1.5em;
}



#scroll_top {
	height: 93px;
	width: 100%;
	background: url(../img/scroll_top.png) no-repeat center top;
	clear: both;
}

#scroll_bottom {
	height: 98px;
	width: 100%;
	background: url(../img/scroll_bottom.png) no-repeat center bottom;
}

#scroll_page {
	background: url(../img/scroll_page.png) repeat-y center top;
	display: block;
	clear: both;
	width: 100%;
}

#scroll_page .content {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	padding-bottom: 1px;
	display: inline-block;
}

.content {
	clear: both;
}


#header {
	margin-top: 50px;
	margin-bottom: 20px;
	width: 100%;
	background-color: maroon;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	-moz-box-shadow: inset 0 0 30px #000000;
	-webkit-box-shadow: inset 0 0 30px #000000;
	box-shadow: inset 0 0 30px #000000;
	font-size: 12px;
	height: 3em;
	text-align: center;

	border: 2px solid #ffa500;
	border-right-style: none;
	border-right-width: 0;
	border-left-style: none;
	border-left-width: 0;
}

#logo_main {
	height: auto;
}

#social {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 720px;
}

/* Typographie */

a {
	color: #2a3917;
	text-decoration: none;
	cursor: pointer;
}

a:active, a:focus {outline: none;}

h1 {
	text-align: center;
	font-size: 170%;
	margin: 0 0 10px;
	width: auto;
	padding: 30px 20px 25px;
	color: black;
	background: url(../img/deko-linie.png) no-repeat center bottom;
	clear: both;
}

h3.accordionButton {
	text-align: left;
	border-radius: 6px;
	line-height: 1.5em;
	padding: 5px;
	cursor: pointer;
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.48);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.48);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.48);
	border: 1px solid #825400;
}


.btn {
	padding: 10px 20px;
	border-radius: 10px;
	border: 2px solid orange;
	background: -moz-linear-gradient(90deg, #581111 0%, #c92828 100%) maroon;
	background: -webkit-gradient(linear, left bottom, left top, from(#581111), to(#c92828)) maroon;
	-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.49);
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.49);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.49);
	margin-bottom: 20px;
color: white;
text-decoration: none;
font: bold 100%/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.btn a {
	color: white;
	text-decoration: none;
}

#copy {
	font-size: 70%;
	color: silver;
}

#copy a {
	color: silver;
	text-decoration: none;
}

/* home */
div#home img {
	max-width: 100%;
	float: left;
}

.stoerer {
	border-radius: 50px;
	background-color: maroon;
	border: 5px solid #ffa500;
	-moz-box-shadow: 0 0 15px #000000;
	-webkit-box-shadow: 0 0 15px #000000;
	box-shadow: 0 0 15px #000000;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 200%;
	padding: 20px;
	position: absolute;
	top: 70%;
	right: 30%;
}

p.italic {
	font-style: italic;
	text-align: center;
}

/* Author */

div#author {
	text-align: left;
}

div#author img {
	margin-right: 20px;
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.59);
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.59);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.59);
}

div.isbn {
	height: 40px;
	background-color: white;
	border: 2px solid black;
	color: black;
	font: 16px/2.5em Georgia, "Times New Roman", Times, serif;
	border-radius: 6px;
	margin-left: 20px;
	margin-right: 20px;
}

/* Das Buch */

.book {
	text-align: center;
}
.w50 {
	width: 50%;
}


/* navigation */

#navigation {
	height: 100%;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

ul#nav {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 150%;
	border-left: 1px solid orange;
	display: inline-block;
}

ul#nav li {
	float: left;
	padding: 5px 10px;
	border-right: 1px solid #8e3a3a;
	border-left: 1px solid #460000;
}

ul#nav li:hover {
	background: -moz-linear-gradient(90deg, #930000 0%, #4a0000 100%) maroon;
	background: -webkit-gradient(linear, left bottom, left top, from(#930000), to(#4a0000)) maroon;
	}

ul#nav li a,
ul#menu_2 li a {
	color: #ffa500;
	text-decoration: none;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

ul#nav li.selected {
	background: -moz-linear-gradient(90deg, #4a0000 0%, #930000 100%) maroon;
	background: -webkit-gradient(linear, left bottom, left top, from(#4a0000), to(#930000)) maroon;
}

ul#nav li.selected a {
}


/* footer */

#footer {
	text-align: center;
	padding-bottom: 20px;
	color: #ffa500;
	width: 100%;
	clear: both;
}

ul#menu_2 {
	float: none;
	width: auto;
	height: auto;
	display: inline-block;
}

ul#menu_2 li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}


#realbook {
	width: 50%;
}

#ebooks {
	width: 50%;
}







/* Baustelle */
div#frame {
	width: 1000px;
	background: url(../img/frame_mit.png) no-repeat center center;
	background-color: transparent;
	text-align: center;
	height: 700px;
	margin-left: -500px;
	margin-top: -400px;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 16px;
}

div#welcome {
	width: auto;
    height: 220px;
	display:none;
	background: url(../img/welcome.png) no-repeat center 160px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

div#logo {
	width: auto;
    height: 260px;
	background: url(../img/logo.png) no-repeat center center;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
​
body div#copy.small, div#copy.small {
	text-align: center;
	width: 100%;
	color: #0c300c;
	position: absolute;
	bottom: 10px;
	font-size: 12px;
	line-height: 18px;
}

body div#copy.small a{
	color: #0c300c;
	text-decoration: none;
}

body div#copy.small a:hover {
	color: white;
}

div#logo span {
	position: relative;
	top: 260px;
	font-size: 24px;
	color: white;
}
