
body{
	font-family: 'TildaSans',Arial,sans-serif;
	font-weight: 400;
	color: #000;
	background: #BFCEEA;
}

H1 {
	font-size: 48px;
	color: #000000;
	font-variant-caps: small-caps;
	margin: 0 0 20px 0;
}

H2 {
	font-size: 32px;
	font-style: italic;
	color: #404040;
	margin: 0 0 50px 0;
}

H3 {
	font-size: 24px;
	color: #000000;
	padding: 5px;
	border: solid 1px #ffffff;
	margin: 30px 0 10px 0;
}
H3:hover {
	border: solid 1px #808080;
}

#logo {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -128px;
	background-image: url('logo_small.png');
	width: 256px;
	height: 256px;
}

#artikel {
	border: solid 1px #808080;
	background: #ffffff;
	margin: 200px 30px 30px 50px;
	padding: 100px;
	box-shadow: 2px 2px 10px #404080;
}

.chapter {
	margin: 0;
}

.update_chapter,
.add_chapter {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	background: #eeeeee;
	float: left;
	position: relative;
	margin: -45px 0 0 -40px;
	opacity: 0.5;
	cursor: pointer;
	font-size: 28px;
	text-align: center;
	line-height: 30px;
	color: #808080;
}
.add_chapter {
	margin-top: 15px;
	line-height: 33px;
}
.update_chapter:hover,
.add_chapter:hover  {
	background-color: #BFCEEA;
	opacity: 1;
	color: #000000;
}

#intro,
#intro2 {
	display: block;
	position: absolute;
	background: #E2EAF7;
	top: 20px;
	left: 50%;
	width: 350px;
	margin: 0 0 0 -512px;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0px 2px 3px 0 #404080;
}
#intro2 {
	top: 30px;
	display: none;
}
#intro p {
	margin: 0 0 10px 0;
}
#intro2 p {
	margin: 0;
}

#intro::after,
#intro2::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-left-color: #E2EAF7;
	border-right: 0;
	border-bottom: 0;
	margin-top: -8px;
	margin-right: -16px;
	box-shadow: 0px 1px 0 #404080;
}

INPUT {
	font-size: 16px;
	padding: 5px 10px;
}

#copyright {
	font-size: 12px;
	text-align: center;
	margin: 50px;
}

A {
	color: #000000;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

@media all and (orientation:portrait),
@media (max-width: 800px) {
	#logo,
	#intro,
	#intro2 {
		left: 75%;
	}
}
