html {
	padding-bottom: 20px;
	background-image: url('../img/layout/dan/bg.png');
	background-color: #e2b96e;
}
img {
	border: 0px;
}
* {
	font-family: Verdana, Arial, Trebuchet;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #ff0d02;
}
ol, ul, li {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
p {
	font-size: 13px;
	line-height: 1.5;
	text-align: justify;
}
h1 {
	font-size: 14px;
	margin-bottom: 10px;
}
#container {
	width: 100%;
	float: left;
	background-image: url('../img/layout/dan/bg_corner_right.png');
	background-repeat: no-repeat;
	background-position: center top;
}
#container-outter {
	width: 800px;
	margin: auto;
}
#container-inner {
	width: 800px;
	float: left;
}
#left-column {
	width: 250px;
	float: left;
	overflow: hidden;
}
#left-column img {
	float: left;
}
#right-column {
	width: 550px;
	float: left;
	overflow: hidden;
}
#right-column img {
	float: left;
}
#blackboard {
	float: left;
	width: 550px;
	background-image: url('../img/layout/dan/blackboard.png');
	background-repeat: no-repeat;
}
#blackboard .inner {
	margin: 60px;
	overflow: auto;
	width: 420px;
	height: 350px;
	padding-right: 20px;
}
#copyright {
	height: 56px;
	width: 800px;
	float: left;
	clear: both;
}
#copyright .partner {
	float: right;
}
#copyright .info {
	margin-top: 10px;
	margin-left: 240px;
	width: 290px;
}
#copyright * {
	font-size: 9px;
	color: #fcf8f1;
}
#main, #main * {
	font-size: 13px;
	line-height: 1.5;
	text-align: justify;
}
#main a {
	text-decoration: none;
}
#main h1, #main h2 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main h2 {
	font-size: 16px;
}
#main .level2 ol, #main .level2 ul,
#main .level3 ol, #main .level3 ul {
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
#main .level2, #main .level2,
#main .level3, #main .level3 {
	clear: both;
	float: left;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #fc713c;
	width: 400px;
}
#main .level3 {
	padding-top: 0px;
	margin-bottom: 10px;
}
#main .level2 {
	border-bottom: 1px dashed #000000;
}
#main .level2 li,
#main .level3 li {
	float: left;
	list-style-type: none;
	border-left: 1px solid  #fc713c;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 0px;
}
#main .level2 .li1,
#main .level3 .li1 {
	border-left: 0px;
}
#main .level2 a {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
#main .level3 a {
	font-size: 11px;
	color: #fe4600;
	font-weight: bold;
}
/*TEST*/
#main .question {
	font-weight: bold;
	font-style: italic;
}
#main ol.answers li {
	list-style-type: none;
	margin-left: 30px;
/*	border: 1px solid black;*/
}
#main ol.answers li input {
	margin-right: 10px;
}
#hra {
	margin: auto;
	margin-top: 0px;
	padding-top: 0px;
	width: 800px;
	margin-bottom: 20px;
	background-image: url('../img/layout/dan/hra_bg.png');
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 300px;
}
#hra .flash {
	float: left;
	border: 4px solid #6c533b;
}
#hra object {
	float: left;
	border: 2px solid #895700;
}
#hra h1 {
	font-size: 20px;
	margin-left: 20px;
	padding-top: 20px;
}
#hra .hra_back {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main img.hra {
	margin-left: 15px;
	margin-right: 15px;
}
ol li {
	/*list-style-type: upper-alpha;*/
}
.answer-right {
	margin-top: 5px;
	margin-bottom: 15px;
	color: green;
}
.answer-wrong {
	margin-top: 5px;
	margin-bottom: 15px;
	color: red;
}
