body {
	font-size: 12px;
	color: #231F20;
	background-color: #f4f4f4;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.div_base {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
}

.div_head {
	background-image: url(pictures/head.png);
	background-repeat: no-repeat;
	height: 46px;
	width: 928px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 22px;
	text-align: right;
	padding-top: 17px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.div_notebook {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 292px;
	width: 580px;
}

.div_head_popis {
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(pictures/head_popis.png);
	background-repeat: no-repeat;
	height: 292px;
	width: 370px;
}

.p_head_popis {
	text-align: justify;
	padding-left: 16px;
	padding-top: 94px;
	font-size: 11px;
	padding-right: 22px;
	margin: 0px;
	padding-bottom: 0px;
}

.div_href_butt {
	margin: 0px;
	padding: 0px;
	height: 45px;
}

.a_butt_left {
	margin: 0px;
	height: 41px;
	width: 166px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 22px;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-size: 11px;
	background-image: url(pictures/button_left.png);
	background-repeat: no-repeat;
}

.a_butt_right {
	margin: 0px;
	height: 41px;
	width: 166px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-size: 11px;
	background-image: url(pictures/button_right.png);
	background-repeat: no-repeat;
}

.div_obsah_left {
	margin: 0px;
	float: left;
	width: 535px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.div_obsah_left img {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.div_obsah_left h1 {
	color: #005D1F;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.div_obsah_left p {
	margin: 0px;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.div_obsah_left .span_green {
	color: #005D1F;
}

.div_obsah_right {
	margin: 0px;
	float: right;
	width: 355px;
	text-align:justify;
	padding: 0px;
}

.div_obsah_right h1 {
	color: #005D1F;
	font-size: 22px;
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
}
	
.div_obsah_right p {
	margin: 0px;
	float: right;
	text-align: justify;
	font-size: 12px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
}

.div_foot {
	background-image: url(pictures/foot.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 100px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.p_sign {
	text-align: center;
	margin: 0px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.div_correct {
	clear: both;
	float: none;
}
