* {
	 padding: 0;
	 margin: 0;
}

body {
	margin: 0;
	padding: 13px;
	font-family: georgia, serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #fff;
	background-color: #333;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	color: #fff;
	margin: 0 0 0.75em 0;
	line-height: 1.5em;
}

p {
	margin: 0 0 0.75em 0;
}

a {
	text-decoration: none;
	color: #036;
}

a:hover {
	text-decoration: underline;
}

/*========= Fixed Containers =========*/

#main_container {
	width: 985px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: 1px solid #bbb;
	background-color: #333;
	
}

#header {
	height: 70px;
	width: 985px;
	position: relative;
	text-align: center;
	border-bottom: 2px solid #bbb;
}

#top_menu_box {
	position: relative;
	height: 25px;
	width: 985px;
	border-bottom: 1px solid #bbb;
	padding: 0;
	margin: 0;
}

#top_submenu_box {
	position: relative;
	text-align: center;
	height: 27px;
	width: 985px;
	border-bottom: 1px solid #bbb;
	padding: 0;
	margin: 0;
	background-color: #eee;
}

#left_menu {
	float: left;
	width: 154px;
	padding: 0;
	margin: 0;
	background-color: #fff;
}

#main_content {
	float: left;
	position: relative;
	width: 759px;
	margin: 0;
	padding: 20px;
	padding-left: 50px;
	padding-top: 70px;
	border-left: 1px solid #bbb;
	background-color: #333;
}

#main_content_wide {
	float: left;
	position: relative;
	width: 915px;
	margin: 0;
	padding: 20px;
	padding-left: 50px;
	padding-top: 70px;
	background-color: #333;
}

#main_content_wide2 {
	float: left;
	position: relative;
	width: 915px;
	margin: 0;
	padding: 20px;
	padding-left: 50px;
	padding-top: 40px;
	background-color: #333;
}

#video_seminar {
	position: absolute;
	width: 130px;
	border: 1px solid #bbb;
    float: right;
	padding: 10px;
	bottom: -1px;
	right: 35px;
	font-variant: small-caps;
	font-size: 20px;
	text-align: right;
	background-color: #2b4684;
	color: #fff;
	font-weight: bold;
	background-image: url('../graphics/camera.png');
	background-repeat: no-repeat;
}

#video_seminar a { color: #fff;}

#video_seminar a:hover { text-decoration: underline;}

#logo {
	position: absolute;
	top: 7px;
	left: 430px;
	height: 60px;
	border: 0px;
}

/*========= Menu Classes =======*/

/* Left Menu - Fronpage */

.left_menu_box {
	width: 169px;
	padding: 5px;
	font-variant: small-caps;
	font-size: 16px;
	font-family: Georgia;
	border-bottom: 1px solid #eee;
	color: #000;
}

.left_menu_box ul {
	display: inline;
	padding: 0;
}

.left_menu_box ul li {
	display: block;
	width: 100%;
	font-size: 12px;
	font-variant: normal;
	padding-left: 5px;
}


.left_menu_box ul li a:hover {
	text-decoration: underline;
}

#left_menu_box_1st {
	color: #000;
	background-color: #e6eff9; 

}

#left_menu_box_2nd {
	color: #000;
	background-color: #ffe;
}

/* Top Menu */

.top_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.top_menu ul li {
	float: left;
	height: 17px;
	font-size: 13px;
	padding: 4px;
	padding-left: 25px;
	padding-right: 25px;
	border-right: 1px solid #bbb;
	margin: 0;
	color: #bbb;
	font-family: Arial, Helvetica, sans-serif;
}

.top_menu a {
	text-decoration: none;
	color: #bbb;
}

.top_menu a:hover {
	text-decoration: underline;
	color: #bbb;
}

#top_menu_selected {
	background-color: #666;
}

#top_menu_selected_with_sub {
	background-color: #eee;
	border-bottom: 1px solid #eee;
}

/* Top SubMenu */

.top_submenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.top_submenu ul li {
	float: left;
	height: 17px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 4px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
	color: #000;
}

.top_submenu a {
	text-decoration: none;
	color: #000;
}

.top_submenu a:hover {
	text-decoration: underline;	
}

#top_submenu_selected {
	font-weight: bold;
}


/* Container Menu */

#container_menu {
	position: absolute;
	left: -1px;
	top: -21px;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	background-color: #333;
}

#container_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#container_menu ul li {
	float: left;
	display: block;
	height: 17px;
	font-size: 14px;
	padding: 1px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #bbb;
	margin: 0;
	color: #bbb;
}

.container_menu_active {
	border-bottom: 4px solid #333;
	margin: 0;
}

.container_menu_passive {
    border-bottom: 1px solid #bbb;
    background-color: #333;
    margin: 0;
}

#container_menu a {
	text-decoration: none;
	color: #bbb;
}

#container_menu a:hover {
	text-decoration: underline;
	color: #bbb;
}

/*========= Text Containers =======*/
	
.div503 {
	float: left;
	width: 503px;
	margin-bottom: 60px;
}

.div300 {
	float: left;
	width: 300px;
	padding-top: 90px;
	padding-left: 35px;
}

.div264 {
	float: left;
	width: 264px;
	margin-right: 40px;
	margin-bottom: 30px;
}

.div457 {
	float: left;
	width: 397px;
	padding-right: 120px;
	margin-bottom: 60px;
}

.serviceDiv {
	float: left;
	margin-bottom: 40px;
	text-align: left;
}

/*======== Vendor Styles ======= */

.vendorDiv {
	float: left;
	margin-bottom: 30px;
	text-align: left;
	width: 890px;
}

.vendorDiv h1 {
	margin: 0;
	color: #036;
	font-size: 145%;
	margin: 0 0 0.75em 0;
	line-height: 1.5em;

	
}

.vendorLogo {
	float: left;
	width: 280px;
	height: 100px;
	padding: 10px;
	padding-top: 40px;
    vertical-align: middle;	
}


.vendorDesc {
	float: right;
	width: 580px;
	text-align: justify;
}

/*============== Person Styles ===============*/

.personDiv {
	float: left;
	width: 890px;
	padding: 0;
	margin: 0;
}

.personDiv h1 {
	margin: 0;
	color: #036;
	font-size: 245%;
	margin: 0 0 0.75em 0;
	line-height: 1.5em;
}

.personDiv img {
	margin: 0;
    padding: 0;
}

.personPicture {
	position: relative;
	float: left;
	width: 295px;
	padding-bottom: 70px;
	margin-bottom: 70px;
	padding-top: 30px;
	margin: 0;
}

.personDesc {
	position: absolute;
    bottom: 20px;
    left: 20px;
    padding-left: 10px;
	width: 190px;
	height: 80px;
	background-image: url('../graphics/persons/person-back.png');
	background-repeat: no-repeat;
    color: #000;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4em;
	text-align: center;
}

.personDesc h1, h1 a {
		margin: 0;
		padding-top: 3px;
		color: #eee;
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 0 0;
		line-height: 1.5em
}

/*======== Video Styles ==========*/

#ToHDiv {
	float: left;
	width: 200px;
	border-right: 1px solid #bbb;
	padding-bottom: 8px;
}

.ToHDiv {
	float: left;
	width: 200px;
	border-right: 1px solid #bbb;
	padding-bottom: 8px;
}

.AllToHDiv {
	position: relative;
	float:left;
	padding-top: 7px;
	padding-left: 16px;
	padding-bottom: 0px;
	padding-right: 0px
}


.VideoNewDiv {
	float: left;
	display: block;
	width: 784px;
	height: 340px;
	text-align: center;
	padding-bottom: 15px;
}

.VideoNewDiv a {
    color: #bbb;
}

.VideoSecDiv {
	float: left;
	display: block;
	width: 784px;
	border-bottom: 1px solid #333;
	text-align: right;
	padding-bottom: 15px;
}

.VideoSecDiv h1 {
	color: #eee;
	font-size: 18px;
	padding-right: 25px;
}

#VideoSecTitleKaberlinksi {
	float: left;
	height: 25px;
	width: 784px;
	border-bottom: 1px solid #333;
	text-align: right;
	background-image: url('../graphics/VideoPics/kaberlinski_bg.png'); 
	background-repeat: no-repeat;
}

#VideoSecTitleKlient {
	float: left;
	height: 25px;
	width: 784px;
	border-bottom: 1px solid #333;
	text-align: right;
	background-image: url('../graphics/VideoPics/klientraagib_bg.png'); 
	background-repeat: no-repeat;
}

#VideoSecTitleKodanik {
	float: left;
	height: 25px;
	width: 784px;
	border-bottom: 1px solid #333;
	text-align: right;
	background-image: url('../graphics/VideoPics/kodanikule_bg.png'); 
	background-repeat: no-repeat;
}

#VideoSecTitleTipsAndTricks {
	float: left;
	height: 25px;
	width: 784px;
	border-bottom: 1px solid #333;
	text-align: right;
	background-image: url('../graphics/VideoPics/tipsandtricks_bg.png'); 
	background-repeat: no-repeat;
}


.VideoHalf {
	float: left;
	position: relative;
	padding: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	width: 350px;
}

.VideoNew {
	float: right;
	padding: 20px;
	padding-right: 28px;
	padding-bottom: 0px;
	width: 550px;
}

.VideoNewText {
	float: left;
	width: 160px;
	color: #fff;
	padding: 20px;
	padding-right: 0;
	text-align: left;
}

.VideoContainerRel {
	position: relative;
	float: left;
}

.RelatedURL {
	position: absolute;
	bottom: -25px;
	left: 0px;
}

.RelatedURL a {
	color: #bbb;
} 

/*======== Contact ========== */

.ContactDiv {
	float: left;
	font-size: 16px;
	padding-left: 25px;
	margin-bottom: 50px;
}

.ContactDiv a, h1 {
	color: #fff;
}

.ContactDiv table,td,p {
	padding-left: 30px;
}

.ContactMapDiv {
	float: right;
	padding-right: 50px;
}

/*======== Footer ==============*/

#FooterDiv {
	position: relative;
	border-top: 1px solid #bbb;
	width: 985px;
	text-align: center;
	color: #bbb;
}

#FooterDiv a {
	color: #bbb;
}

#FooterDiv p {
	display: block;
	margin: 0px;
	padding: 2px;
}

/*======== Utility Styles ========*/

p.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

.bigtext {
	font-size: 16px;
	line-height: 1.5em;
	font-style: italic;
}

.commentBraket {
	font-style: normal;
	color: #333;
}

.ItiPictureDiv {
	float: left;
	width: 450px;
	high: 200px;
	border top: 1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
	padding-bottom: 8px;
}

.ItiVideoText {
	float: left;
	width: 10px;
	color: #fff;
	padding: 20px;
	padding-right: 0;
	text-align: left;
	font-size: 18px;
	border top: 1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
}

.ItiVideoDiv {
	float: left;
	display: block;
	width: 300px;
	height: 350px;
	padding-left: 100px;
	padding-bottom: 15px;
}



