#content {
	padding-right: 50px;
	padding-left: 100px;
	padding-top: 0px;
}
#content p {
	color: #333333;
	text-align: justify;
	margin-bottom: 12px;
	font-size: 1.2em;
	padding-right: 50px;
}
#content ul {
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 50px;
}
#content ol {
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 50px;
}
#content li {
	font-size: 1.2em;
	list-style-position: inside;
	text-align: justify;
}
#content #contentmenu ul {
	padding-left: 142px;
	padding-bottom: 10px;
}
#content #contentmenu li {
	list-style-type: none;
	font-size: 1.25em;
	font-weight: bold;
}
#content .textimg {
	font-size: 1em;
	text-align: center;
	font-style: italic;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 1em;
}
#content h1 {
	font-size: 1.6em;
	color: #235D37;
	font-weight: bold;
	margin-bottom: 12px;
}
#content h2 {
	color: #235D37;
	font-size: 1.6em;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #235D37;
	border-bottom-color: #235D37;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 100px;
	margin-left: 50px;
}
#content a {
	color: #2E7848;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
	color: #2E7848;
}
#content img {
	border: 1px solid #000000;
	margin-bottom: 15px;
	margin-top: 5px;
}
#content img.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content table.data {
	margin-top: 10px;
	margin-bottom: 20px;
}
#content table.data td{
	vertical-align: top;
	text-align: left;
	background-image: url(../images_layout/line.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 12px;
}
#content table.data td.tablesubnumber {
	font-size: 1.3em;
	font-weight: bold;
	color: #2E7848;
	width: 35px;
}
#content table.data td.tablesubtitle {
	font-size: 1.3em;
	font-weight: bold;
	color: #2E7848;
	width: 120px;
	padding-right: 5px;
}
#content table.data td.tablecontent {
	background-image: url(../images_layout/line.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#content table.data td.tablecontent li {
	list-style-position: outside;
	margin-left: 15px;
}

#content table.subdata {
	margin-bottom: 20px;
	margin-right: 50px;
}
#content table.subdata td {
	background-image: url(../images_layout/back_subtable.jpg);
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #E4E4E4;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #C4C4C4;
	border-left-color: #C4C4C4;
}
#content table.subdata td p {
	padding-right: 0px;
}
#content table.subdata td ul {
	padding-right: 0px;
}
#content table.subdata td li {
	text-align: left;
}

#content table.subdata td.timeusage {
	width: 150px;
}

#content table.subdata td.bggreen {
	background-color: #33CC00;
	background-image: none;
	border: 1px solid #333333;
}
#content table.subdata td.bgred {
	background-color: #E10915;
	background-image: none;
	border: 1px solid #333333;
}
#content table.subdata td.bgorange {
	background-color: #FF9900;
	background-image: none;
	border: 1px solid #333333;
}
#content table.subdata td.bgblue {
	background-color: #99FFFF;
	background-image: none;
	border: 1px solid #333333;
}
#content table.subdata td.bgyellow {
	background-color: #FEF000;
	background-image: none;
	border: 1px solid #333333;
}
#content table.subdata .title {
	font-weight: bold;
	font-size: 1em;
}
#content .alignleft {
	text-align: left;
}
#content .alignlanguage {
	text-align: right;
	margin-bottom: 22px;
}
#content .aligncenter {
	text-align: center;
	padding-right: 50px;
}
#content .floatleft {
	float: left;
	margin-right: 10px;
}
#content .floatright {
	float: right;
	margin-left: 10px;
}
#content .question {
	color: #235D37;
	text-align: left;
	margin-bottom: 12px;
	font-size: 1.2em;
	padding-right: 50px;
	font-weight: bold;
}
