*{
	margin: 0;
	padding: 0;
}
HTML, BODY{
	height: 100%;
	background: #FFF;
	font: 13px Arial;
	color: #000;
}
IMG{
	border: none;
}
.clr{
	clear: both;
}
.nowrap{
	white-space: nowrap;
}
A{
	color: #e46309;
	outline: 0;
}
A:hover{
	text-decoration: none;
}
UL{
	list-style: none;
}
#main{
	min-width: 990px;
}
* html #main{
	width: expression(document.body.clientWidth <= 1000 ? '1000' : 'auto');
}

p#cloud-content a{
    color: #FFFFFF;
    outline: 0;
}

#header{
	height: 169px;
	background: url(../i/header-bgr.png) repeat-x;
	position: relative;
	z-index: 2;
}
#header .inner{
	height: 169px;
	background: url(../i/header-right.jpg) right top no-repeat;
}
#header .inner2{
        height: 169px;
        background: url(../i/b/i/dmbu_seminar_feb_360_140_1.gif) 250px 0px no-repeat;
}
#inner2-link{
        width: 360px;
	height: 169px;
	position: absolute;
	display: block;
	left: 250px;
	top: 0px;

}
#logo{
	width: 243px;
	height: 169px;
	position: absolute;
	background: url(../i/logo.png) no-repeat;
	left: 0px;
	top: 0px;
}
* html #logo{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/i/logo.png", sizingMethod="crop");
}
#logo-link{
	width: 243px;
	height: 169px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#block-extra{
	position: absolute;
	left: 10px;
	top: 179px;
}
#block-extra IMG{
	display: block;
}
#block-extra TD{
	height: 25px;
	padding: 0 12px;
}
#block-extra TD.delim{
	padding: 0;
}
#block-extra TD.here{
	background: url(../i/extra-here.png) 50% 50% no-repeat;
}

#phone{
	position: absolute;
	width: 198px;
	height: 22px;
	background: url(../i/phone.png) no-repeat;
	top: 47px;
	right: 161px;
}
* html #phone{
	background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="i/phone.png", sizingMethod="crop");
}
#contact-text{
	position: absolute;
	right: 163px;
	top: 74px;
	text-align: right;
}
#contact-text .city{
	color: #FFF;
	font: bold 12px Georgia;
	padding-bottom: 3px;
}
#contact-text .street,
#contact-text .email{
	color: #fffdb6;
	font-size: 11px;
}
#contact-text A{
	color: #FFF;
}


#main-menu{
	height: 42px;
	background: url(../i/menu-bgr.png) repeat-x;
	position: relative;
	z-index: 1;
}
#main-menu .inner{
	height: 39px;
	padding-top: 3px;
	background: url(../i/menu-right.png) right bottom no-repeat;
	padding-left: 200px;
}
#main-menu .inner TABLE{
	width: 100%;
}
#main-menu .inner TABLE TD{
	height: 39px;
	font: 12px Georgia;
	background: url(../i/menu-delim.png) right top no-repeat;
}
#main-menu .inner TABLE TD DIV{
	padding: 0 17px 0 15px;
	text-align: center;
}
#main-menu .inner TABLE TD A{
	color: #772d09;
	text-decoration: none;
}
#main-menu .inner TABLE TD.last{
	background: none;
}
#main-menu .inner TABLE TD:hover,
#main-menu .inner TABLE TD.hover,
#main-menu .inner TABLE TD.here{
	background: url(../i/menu-hover.png) right bottom no-repeat;
}
#main-menu .inner TABLE TD:hover A,
#main-menu .inner TABLE TD.hover A{

}
#main-menu .inner TABLE TD.here DIV A{
	font-weight: bold;
}
#main-menu .inner TABLE TD.here DIV.dropdown A{
	font-weight: normal;
}
#main-menu .dropdown{
	position: absolute;
	display: none;
	top: 42px;
	z-index: 1;
	background: url(../i/blank.gif);
}
#main-menu TD:hover .dropdown,
#main-menu TD.hover .dropdown{
	display: block;
	padding: 0;
}
#main-menu .dropdown UL{
	padding: 9px 16px 4px;
	background: #fffcb1;
	border: solid 1px #cc9933;
	border-top: none;
	position: relative;
	left: -2px;
}
#main-menu .dropdown UL LI{
	text-align: left;
	padding-bottom: 4px;
}
#main-menu .dropdown UL LI A{
	color: #e46309;
	text-decoration: underline;
	white-space: nowrap;
}
#main-menu .dropdown UL LI A:hover{
	text-decoration: none;
}

#left-col,
.left-col{
	width: 292px;
	padding-left: 18px;
	float: left;
	padding-top: 5px;
}
#right-col,
.right-col{
	margin-left: 310px;
	zoom: 1;
}
#left-col H1{
	text-align: center;
	color: #FFF;
	font: bold 18px Georgia;
}
#seminars{}
#seminars H1{
	width: 126px;
	height: 38px;
	background: url(../i/h-seminars-bgr.png) no-repeat;
}
#seminars H1 SPAN{
	position: relative;
	top: 5px;
}

#seminars .items{
	padding-top: 5px;
}
.seminar{
	width: 190px;
	margin-top: 10px;
}
.seminar .date{
	color: #666;
}
.seminar .inner2{
	padding: 5px 10px;
}
DIV:hover.seminar,
DIV.seminar-hover{
	background: url(../i/seminar-bgr.gif) repeat-y;
}
DIV:hover.seminar .inner1,
DIV.seminar-hover .inner1{
	background: url(../i/seminar-top.gif) no-repeat;	
}
DIV:hover.seminar .inner2,
DIV.seminar-hover .inner2{
	background: url(../i/seminar-bottom.gif) left bottom no-repeat;	
}

#seminars .archive{
	margin: 10px 0 0 10px;
	padding-left: 13px;
	background: url(../i/triangle.gif) left 4px no-repeat;
	padding-right: 80px;
	font: 11px Georgia;
}
#seminars .archive A{
	color: #000;
}

#calendar{
	padding-top: 20px;
}
#calendar H1{
	font: bold 18px Georgia;
	color: #000;
	margin-bottom: 10px;
	text-align: left;
}
#calendar-zgl{
	position: relative;
	left: -4px;
}
#pre-footer #law-news{
	top: -17px;
}

#law-news{
	width: 205px;
	position: relative;
}

#law-news H1{
	width: 192px;
	height: 53px;
	background: url(../i/h-lawnews-bgr.png) no-repeat;
	text-align: left;
	line-height: 100%;
	font: bold 18px Georgia;
	color: #FFF;
}
#law-news H1 SPAN{
	position: relative;
	left: 10px;
	top: 5px;
}
#law-news .news-item{
	padding: 5px 0;
}
#law-news .news-item .date{
	color: #666;
}
#law-news .news-item A{
	color: #000;
	text-decoration: none;
	font-size: 11px;
}
#law-news .archive{
	text-align: right;
	padding-right: 5px;
}

#footer{}

#main-items{
	padding-top: 25px;
	margin-bottom: -5px;
}
#main-items .data{
	display: none;
}
#main-items TABLE{
	width: 100%;
	position: relative;
	left: -25px;
}
#main-items TABLE TD{
	width: 20%;
	height: 145px;
	text-align: center;
}
* html #main-items TABLE TD{
}
#main-items TABLE TD.here{
	background: url(../i/main-item-hover-trans.png) 50% 50% no-repeat;
}
* html #main-items TABLE TD.here{
	background: url(../i/main-item-hover.png) 50% 50% no-repeat;
}

.info-block{
	background: #e6680b;
	color: #FFF;
	margin-bottom: 22px;
}
.info-block .b1{
	background: url(../i/info-top.png) no-repeat;
}
.info-block .b2{
	background: url(../i/info-top-right.png) right top no-repeat;	
}
.info-block .b3{
	background: url(../i/info-bottom.png) left bottom no-repeat;		
}
.info-block .b4{
	background: url(../i/info-bottom-right.png) right bottom no-repeat;			
	min-height: 97px;
}
* html .info-block .b4{
	height: 97px;
}
.info-block .padding{
	padding: 12px 15px;
}
.info-block H1{
	font: bold 18px Georgia;
	line-height: 100%;
}
.info-block P{
	margin: 10px 0;
}

#right-content{
	margin-right: 27px;
	padding-top: 20px;
}
.banner_650x90{
	margin: 22px 0;
}
.banner_650x90 IMG{
	border: solid 1px #bebebe;
}

#pre-footer #company-news{
	margin: 22px 0;	
}

#company-news H1{
	height: 38px;
	width: 209px;
	text-align: center;
	background: url(../i/h-companynews-bgr.png) no-repeat;
	color: #FFF;
	font: bold 18px Georgia;
	margin-bottom: 20px;
}
#company-news H1 SPAN{
	position: relative;
	top: 5px;
}
#company-news TABLE{
	width: 100%;
	position: relative;
	left: -9px;
}
#company-news TABLE TD{
	background: url(../i/news-item-delim.gif) right top repeat-y;
}
#company-news TABLE TD.news-item-last{
	background: none;
}
#company-news TABLE DIV{
	padding-left: 15px;
	padding-right: 30px;
}
#company-news .date{
	color: #666;
}
#company-news .title{
	font: bold 12px Georgia;
	padding-bottom: 5px;
}
#company-news .title A{
	color: #000;
	text-decoration: none;
}
#company-news .descr{
	font-size: 11px;
	padding-bottom: 2px;
}
#company-news .descr A{
	color: #000;
}
#company-news .more{
	font-size: 11px;
}
#company-news .more A{}

#center{
	padding-bottom: 15px;
	background: url(../i/body-grad.gif) repeat-x;
	zoom: 1;
}
* html #center{
	background: #FFF;
}

#footer{
	height: 244px;
	background: url(../i/footer-bgr.png) repeat-x;
}
#footer .top{
	padding: 15px 25px;
	height: 130px;
	color: #FFF;
	position: relative;
}
#footer .top .left{
	width: 230px;
	float: left;
}
#footer .top H1{
	font: bold 18px Georgia;
	line-height: 100%;
	margin-bottom: 10px;
}
#footer .top .logo{
	width: 119px;
	height: 91px;
	position: absolute;
	top: 28px;
	left: 318px;

}
#footer .right{
	position: relative;
	top: 10px;
	margin-left: 469px;
}

#footer .menu{
	text-align: center;
	font: 12px Georgia;
	height: 31px;
	padding-top: 7px;
}
#footer .menu A{
	color: #FFf;
	text-decoration: none;
}
#footer .menu IMG{
	position:relative;
	top: -2px;
	margin: 0 1%;
}
#footer .copy{
	color: #999;
	float: left;
	position: relative;
	left: 29px;
	top: 18px;
}
#footer .counters{
	float: right;
	padding-right: 6px;
	padding-top: 8px;
}
#footer .counters IMG{
	margin-left: 20px;
}

#sub-menu{}
#sub-menu H1{
	font: bold 18px Georgia;
	color: #000;
	text-align: left;
}
#sub-menu UL{
	padding: 10px 15px;
}
#sub-menu UL LI{
	padding-left: 13px;
	background: url(../i/bullet-1.gif) left 7px no-repeat;
	font-size: 12px;
	line-height: 100%;
	padding-bottom: 10px;
}
#sub-menu UL LI A{}
#sub-menu UL LI.here{
	background-image: url(../i/bullet-1-here.gif);
	/* padding-bottom: 0; */
}
#sub-menu UL LI.here A{
	color: #000;
}
#sub-menu UL LI UL{}
#sub-menu UL LI UL LI{
	background: url(../i/bullet-2.gif) left 6px no-repeat;
	padding-left: 10px;
	padding-bottom: 7px;
}
#sub-menu UL LI.here UL{}
#sub-menu UL LI.here UL LI{
	background: url(../i/bullet-2.gif) left 6px no-repeat;
	padding-left: 10px;
	padding-bottom: 7px;
}
#sub-menu UL LI.here UL LI A{
	color: #e46309;
}

#sub-menu UL LI.here UL LI.here{
	background-image: url(../i/bullet-2-here.gif);
}
#sub-menu UL LI.here UL LI.here A{
	color: #000;
}

#left-col #company-news{
	width: 210px;
}
#left-col #company-news .archive{
	text-align: right;
	padding: 5px 0;
}

#breadcrumbs{
	margin-bottom: 22px;
}
#breadcrumbs IMG{
	position: relative;
	top: -2px;
	margin: 0 10px;
}
#breadcrumbs SPAN{
	font-weight: bold;
}
#text-content{
	margin-top: -10px;
}
#text-content H2{
	font: bold 18px Georgia;
	margin: 10px 5px;
}
#text-content H2:first-child{
	margin-top: 0;
}
#text-content P{
	margin: 10px 10px 15px;
	line-height: 130%;
}
#text-content H4{
	font: bold 12px Arial;
	margin: 3px 10px;
}
#text-content UL{
	margin: 5px 25px 20px;
}
#text-content UL LI{
	margin: 0 0 3px;
}

#news{}
#news #law-news{
	width: 50%;
	float: left;
}
#news #law-news .items{
	width: auto;
	padding: 10px 35px 10px 0;

}
#news #company-news{
	width: 50%;
	float: left;
}
#news #company-news .news-item{
	margin-bottom: 20px;
}

#text-content TABLE{
	width: 100%;
	border-collapse: collapse;
}
#text-content TABLE TD,
#text-content TABLE TH{
	border-left: solid 1px #FFF;
	border-bottom: solid 1px #ffe26b;
	padding: 5px 22px;
	vertical-align: top;
	background: #fffcb1;
}
#text-content TABLE .zebra TD{
	background: #fffecd;
}
#text-content TABLE TH{
	background: #000;
	font: bold 12px Georgia;
	color: #FFF;
	padding: 8px 0;
}
#text-content TABLE TD.month,
#text-content TABLE TD.topic{
	text-align: center;
}
#text-content TABLE TD P{
	margin: 5px 0;
}
#text-content TABLE UL{}
#text-content TABLE UL LI{
	padding-left: 10px;
	background: url(../i/bullet-2-here.gif) left 50% no-repeat;
}
#text-content TABLE P.a-right{
	text-align: right;
}

#calendar{
	width: 247px;
	position: relative;
	left: -5px;
}
#calendar H1{
	padding-left: 5px;
}
#calendar .bottom{
	min-height: 40px;
	background: url(../i/calendar-bottom.png) left bottom no-repeat;
}
* html #calendar .bottom{
	height: 40px;
}
#calendar .bottom TABLE{
	width: 100%;
}
#calendar .bottom TABLE TD{
	width: 100%;
	padding: 5px 0 3px;
}
#calendar .bottom UL LI{
	padding-right: 4px;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 2px;
	background: url(../i/brown-dot.gif) 0px 5px no-repeat;
	position: relative;
	left: 2px;
}
#calendar .tabs{}
#calendar .tabs-content{
	min-height: 40px;
	background: url(../i/calendar-bgr.png) repeat-y;
}
#calendar .tabs-content .cnt{
	display: none;
}
#calendar .tabs-content .cnt-here{
	display: block;
}

#calendar .tabs{
	height: 27px;
	font: 9px Arial;
	color: #906420;
}
#calendar .tabs .tab{
	height: 27px;
	float: left;
	cursor: pointer;
	cursor: hand;
}
#calendar .tabs .tab DIV{
	height: 27px;
}
* html #calendar .tabs .tab DIV{
	float: left;
}
#calendar .tabs .tab DIV.t-left{
	background: url(../i/tab-left.png) no-repeat;


}
#calendar .tabs .tab DIV.t-right{
	background: url(../i/tab-right.png) right top no-repeat;
	padding: 0 48px;	
}
#calendar .tabs .tab-first DIV.t-left{
	background-image: url(../i/tab-left-first.png);
}
#calendar .tabs .tab-last DIV.t-right{
	background-image: url(../i/tab-right-last.png);
	padding: 0 12px 0 7px;
}
#calendar .tabs .tab-last{
	margin-right: -100px !important;
        margin-right: 0px;  
}
#calendar .tabs .tab-first DIV.t-right{
	padding: 0 5px 0 10px;	
}
#calendar .tabs SPAN{
	position: relative;
	top: 11px;
}

#calendar .tabs .tab-here DIV.t-left{
	background-image: url(../i/tab-left-here.png);
}
#calendar .tabs .tab-here DIV.t-right{
	background-image: url(../i/tab-right-here.png);
}
#calendar .tabs .tab-here .tab-first .t-left{
	background-image: url(../i/tab-left-first-here.png);
}
#calendar .tabs .tab-here .tab-last .t-right{
		background-image: url(../i/tab-right-last-here.png);
}

#calendar-tip{
	color: #906420;
	font: 11px Arial;
	text-align: center;
	padding: 0px 10px;
	position: relative;
	top: -3px;
}

#pre-footer{
	border: solid 1px #FFF;
}

#right-content UL{
    margin: 10px;
}

#right-content p{
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1.385;
    margin:0.3em 0.3em 0.692em 0.3em;
}

#right-content ol{
    list-style-position: inside;
}


#right-content h1, 
#right-content h2,
#right-content h3{
    margin-top: 0.692em;
    margin-bottom: 0.692em;
}

#right-content ul {}
#right-content ul li{
    	padding-left: 13px;
	background: url(../i/bullet-1.gif) left 7px no-repeat;
}

#right-content ul li ul {}
#right-content ul li ul li{
    	padding-left: 13px;
	background: url(../i/bullet-2.gif) left 7px no-repeat;
}
