@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}

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

a:hover {
	color: #ff7c00;
	cursor: pointer;
}

p {
	font-size: 16px;
}

img {
	border: none;
}

hr {
	margin: 30px 0px 0px;
}

#content {
	width: 800px;
	margin: 60px auto 0px;
}

#footer {
	width: 800px;
	height: 30px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	margin: 50px auto 0px;
	border-top: 1px solid #999089;
}

#logo {
	text-align: center;
}

p#intro {
	margin: 40px 0px;
	padding-left: 9px;
	text-align: justify;
	border-left: 3px solid #999089;
}

p#headline {
	font-weight: bold;
	font-size: 20px;
	margin-left: 70px;
}

p.question {
	padding: 5px 5px 5px 20px;
	margin-bottom: 30px;
	background-color: #FFB473;
}

p.quest_id {
	text-align: center;
	margin: 60px 0px 8px;
}

p#ext_sol {
	margin-left: 50px;
	text-align: justify;
}

fieldset {
	border: none;
}

.inp_radio {
	margin: 0px 3px 7px 50px;
}

.inp_submit {
	width: 100px;
	height: 25px;
	margin-top: 20px;
}

p#res_intro {
	margin: 40px 0px 20px;
}

p#share {
	margin: 20px 0px 0px;
}

p#res_ext {
	margin: 20px 0px 0px;
	text-align: justify;
}

p.b_headline {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}

p.book_intro {
	margin-bottom: 20px;
	text-align: justify;
}

div#img_buts {
	width: 170px;
	float: left;
	margin-top: -10px;
	text-align: center;
}

ul {
	margin: 20px 0px;
}

li {
	margin-left: 0px;
}