/* @group html */

html {
	background: #001B36 url(img/dc-html.png) 50% top no-repeat;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
	margin-top: 40px;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

img, hr {
	margin: 0;
	padding: 0;
	border: none;
}

hr, .hdn {
	display: none;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
/* @end */

/* @group clasess
 */

.smart-clear {
	clear: both;
}

strong.search-highlight {
	background: #ffd500;
	border: 1px gray solid;
	color: black;
	-webkit-border-radius: 5px;
	padding: 1px 4px;
}

.modul form {
	margin: 0;
	padding: 0;
}

.dc-right .modul {
	margin-left: 8px;
}
.dc-right .i-text {
	width: 140px;
}

/* @end */


.menus {
	margin: 0;
	padding: 0;
}

.menus ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menus ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menus ul li a {
	display: block;
	text-decoration: none;
	margin: 1px 0;
	padding: 1px 3px 1px 10px;
	font-size: 120%;
	font-weight: bold;
}

.menus ul li a:hover {
	display: block;
	text-decoration: none;
	margin: 1px 0;
	color: #004aae;
}

.menus ul li ul li a {
	padding: 1px 3px 1px 26px;
}


/* @group dc */

/* @group dc-head */

#dc-page {
	width: 860px;
	margin: auto;
	position: relative;
}

#dc-head {	
	height: 261px;
	position: relative;
	left: 62px;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 736px;
}

#dc-head .clone {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 736px;
	height: 261px;
	background: black url(img/progress2.gif) 50% 50% no-repeat;
	opacity: 0;
}

/* @end */

/* @group dc-menu
 */

.dc-menu a {
	display: block;
	float: left;
	height: 40px;
	background: #1c2a42;
	color: #dedede;
	font-weight: bold;
	line-height: 38px;
	padding: 0 10px;
	margin: 0 3px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.dc-menu a:hover {
	background: #263b5e;
}

.dc-menu strong a {
	background: #496da9;
	color: #dedede;
}

#dc-menu {
	height: 40px;
	position: relative;
	top: -90px;
	left: 570px;
	width: 298px;
}

/* @end */

/* @group dc-content */

#dc-content {
	width: 638px;
	float: left;
	background: #E7E7E7 url(img/dc-content-top-radius.gif) center top no-repeat;
	position: relative;
	top: -102px;
	left: 160px;
	min-height: 600px;
}

#dc-content .margin {
	margin: 10px;
}

#dc-content ul li {
	line-height: 200%;
}

#dc-content img {
	margin: 10px;
}

/* @end */

/* @group dc-left */

#dc-left {
	float: left;
	width: 160px;
	position: relative;
	left: -638px;
	top:  -72px;
	background: #c2c2c2 url(img/dc-left.png) top right repeat-y;
	color:red;
}

#dc-left h3 {
	margin: 0 10px 0 8px;
	border-bottom: 1px #333 solid;
}

#dc-left .top {
	width: 160px;
	height: 10px;
}

#dc-left .bottom {
	width: 160px;
	height: 10px;
}

#dc-left .content {
	width: 160px;
}

/* @end */

/* @group dc-right */

#dc-right {
	float: right;
	width: 160px;
	background: #c2c2c2 url(img/dc-right.png) top left repeat-y;
	position: relative;
	top:  -72px;	
}

#dc-right .top {
	width: 160px;
	height: 10px;
	background: url(img/dc-right-top.png);
}

#dc-right .content {
	width: 160px;
	background: url(img/dc-right-bottom.png) left bottom no-repeat;
}

/* @end */


#dc-top {
	position: absolute;
	top: -30px;
	left: 64px;
	color: #fff;
	font-size: 90%;
}

#dc-footer {
	clear: both;
	position: relative;
	top: -102px;
	left: 160px;
	color: #848484;
	font-size: 90%;
	width: 540px;
	line-height: 38px;
}

#dc-footer p {
	margin: 0 8px;
}

#dc-footer p a {
	color: #848484;
}

#dc-content-top {
	width: 540px;
	float: left;
	background: url(img/dc-content-top.gif) center top no-repeat;
	position: relative;
	top: -90px;
	left: 160px;
	height: 12px;

}

#dc-horizontal-navigation {
	margin: 5px 10px 5px 10px;
}

/* @end */

