body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(../images/layout/bkg_gradient.png);
	background-repeat: repeat-x;
	background-color: #dedede;
	margin: 0;
	padding: 0;
}
.kurzum {
	font-weight: normal;
	font-size: 16px;
}
.bold {
	font-weight: bold;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#CONTAINER {
	width: 940px;
	margin: 0 auto;
	background: url(../images/layout/bkg_white.png) repeat-y top;
}
#HEADER {
}
#LOGO {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 42px;
}
#MAIN {
	margin-left: 100px;
	margin-bottom: 50px;
	font-size: 24px;
	color: #CCC;
}
#MAIN ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#MAIN li {
	float: left;
	margin-right: 15px;
}
#MAIN a {
	color: #999;
	text-decoration: none;
}
#MAIN a:hover {
	color: #666;
}
#MAIN .current a {
	color: #000;
}
#MAIN span{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 0 0 3px 0;
}
#MAIN a:hover span{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#MAIN .current span{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#CONTENT {
	padding-top: 0;
	padding-right: 100px;
	padding-bottom: 60px;
	padding-left: 100px;
	line-height: 120%;
}
#CONTENT .cell-left-main {
	width: 480px;
}
#CONTENT .cell-left-main h2{
	margin-top: 0px;	
	padding-top: 10px;
}
#CONTENT .cell-left {
	width: 480px;
	float: left;
	padding-top: 20px;
}

#CONTENT .cell-right {
	width: 480px;
	float: right;
	padding-top: 20px;
}

#CONTENT img {
	margin-bottom: 10px;
}
#CONTENT a {
	color: #F2941D;
	text-decoration: underline;
}
#CONTENT a:hover {
	color: #F2941D;
	text-decoration: none;
}
#CONTENT .question {
	line-height: 140%;
	font-style: normal;
}
#CONTENT h1 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	line-height: 120%;
}
#CONTENT h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 120%;
}
#CONTENT p {
	margin: 0;
}
#CONTENT ul {
	list-style-type: none;
}
#CONTENT ul.checked {
	/*background-image: url(../images/layout/checked_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 55px;
	padding-top: 16px;
	line-height: 140%;*/
	margin-top: 0px;
	padding-left: 0px;
}
#CONTENT ul.checked li{
	background-image: url(../images/layout/bullet_point.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left 4px;
	padding-bottom: 5px;
}
#CONTENT ul.question_list {
	padding-left: 60px;
	padding-top: 0px;
	line-height: 120%;
	list-style-type: none;
	margin-top: 0px;
	font-style: normal;
}
#CONTENT ul.question_list li {
	padding-bottom: 10px;
}
#FOOTER {
	background-image: url(../images/layout/footer.png);
	background-repeat: no-repeat;
	width: 940px;
	height: 80px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	color: #FFF;
}
#FOOTER a {
	color: #F2941D;
	text-decoration: none;
}
#FOOTER table {
	width: 750px;
}
.orange {
	color: #F2941D;
}
.img-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
.clear-both {
	clear: both;
}
