@charset "utf-8";
/* CSS Document */
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	background: #b3b3b3;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	line-height:1.6em;
}

h1, h2, h3, h4 {color:#590808;}
h1 {font-size:1.25em;
	text-align: left;}
h2 {font-size:1.2em;}
h3 {font-size:1.15em;}
h4 {font-size:1.1em; margin-bottom:10px}

bold 
{
	color: #590808;
	font-size:1.2em;
	font-weight: bold;
}

.listNoIndent {
  padding-left:15px;
}
		
.mainFrame #container { 
	width: 965px;  
	margin: 0 auto;
	/*border: 1px solid #d6d6d6;*/
	text-align: justify;
}

.mainFrame #container strong {
	text-align: left;
}

.mainFrame #container h3 {
	text-align: left;
}

.mainFrame #header { 
	height:76px;
	text-align: left;
	background-image:url(../../images/common/layout/header.gif);
	background-repeat:no-repeat;
	background-position:top left;
	z-index: 99;
	margin: 20px 0px 0px 0px;
} 
.mainFrame #header img{
	border: none;
	float: left;
}
.mainFrame #header #header_menu_top {
	/*height: 25px;*/
	/*width: 220px;*/
	padding: 0px 0px 0px 754px;
	
}
.mainFrame #header #header_menu_top img{
	/*height: 25px;*/
	float: none;
	/*padding: 0px 0px 0px 754px;*/
	
}



.mainFrame #header #slogan{
float: left;
padding-top: 7px;
padding-left: 28px;
font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color: #ffffff;
	/*line-height:1.6em;*/

}
	
.mainFrame #header #topFlashDiv {
	position:absolute;
	top:24px;
}
	
.menuback {
	padding-top: 3px;
	padding-left:2px;
	width: 960px; 
	margin:0px auto;
	height: 30px;
	vertical-align:top;
	text-align:left;
	line-height:normal;
	/*border: 1px solid #ff0000;	*/
}


#menu {
	position:absolute;
	top:57px;
	margin-left:158px;
}	
#menu ul {
	font-size:11px;
	margin-left: 0px;
	padding: 0px;
	list-style: none;
	text-align:center;
	z-index: 99;
}

#menu li {
	margin: 0px;
	float: left;
	position: relative;
	width: 90px;
	background-image:url(../../images/common/menu/menu_button.gif);
	background-repeat: no-repeat;
}

#menu li ul {/* second-level lists */
	position: absolute;
	display: block; 
	top: 2em;
    left: 0px;
	text-align:left;
}

#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: 0px;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul { display: block; }

#menu li:hover>ul { visibility:visible; }

#menu ul ul { visibility:hidden; }		

/* Make-up syles */
#menu ul, li {
    margin: 0px 0px 0px 0px; 
}

/* Styles for Menu Items */
#menu ul a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 4px;
}
/* Hover Styles */
#menu ul a:hover {
	color: #590808;
		 
} 

/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	color: #000000;
	background: #E2E2E2;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;	
} 

/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	color: #ffffff; 
	background: #4a4a4a;
} 

#menu li ul.partners li a{
	width:120px !important;
	z-index:50;
}

#menu li ul.company li a{
	width:90px !important;
	z-index:50;
}

#menu li ul.products li a{
	padding-left:35px;
	width:220px !important;
	width:240px;
	z-index:50;
}

#menu li ul.products a:hover { 
	padding-left:35px;
	color: #000000; 
	background: #FF9900;
	border: 1px solid #4C4C4C; 
	z-index:50;
} 

#menu li ul.products li.ac a {
		
	background: #E2E2E2 url(../../images/common/menu/icon_audiocube.gif) left no-repeat;
}

#menu li ul.products li.ac a:hover {
	background:#4a4a4a url(../../images/common/menu/icon_audiocube_over.gif) left no-repeat;
	color:#ffffff;
}
#menu li ul.products li.cw a {
		
	background: #E2E2E2 url(../../images/common/menu/icon_cube-workflow.gif) left no-repeat;
}

#menu li ul.products li.cw a:hover {
	background:#4a4a4a url(../../images/common/menu/icon_cube-workflow_over.gif) left no-repeat;
	color:#ffffff;
}
#menu li ul.products li.vpi a {
		
	background: #E2E2E2 url(../../images/common/menu/icon_vpi.gif) left no-repeat;
}

#menu li ul.products li.vpi a:hover {
	background:#4a4a4a url(../../images/common/menu/icon_vpi_over.gif) left no-repeat;
	color:#ffffff;
}
#menu li ul.products li.pro a {
		
	background: #E2E2E2 url(../../images/common/menu/icon_vpiprotools.gif) left no-repeat;
}

#menu li ul.products li.pro a:hover {
	background:#4a4a4a url(../../images/common/menu/icon_vpiprotools_over.gif) left no-repeat;
	color:#ffffff;
}
#menu li ul.products li.ddp a {
		
	background: #E2E2E2 url(../../images/common/menu/icon_ddp.gif) left no-repeat;
}

#menu li ul.products li.ddp a:hover {
	background:#4a4a4a url(../../images/common/menu/icon_ddp_over.gif) left no-repeat;
	color:#ffffff;
}
#menu li ul.products li.qua a {
		
	background: #E2E2E2 url(../../images/common/menu/icon_quadriga.gif) left no-repeat;
}

#menu li ul.products li.qua a:hover {
	background:#4a4a4a url(../../images/common/menu/icon_quadriga_over.gif) left no-repeat;
	color:#ffffff;
}
#menu li ul.products li.foe a {
		
	background: #E2E2E2 url(../../images/common/menu/icon_foenics.gif) left no-repeat;
}

#menu li ul.products li.foe a:hover {
	background:#4a4a4a url(../../images/common/menu/icon_foenics_over.gif) left no-repeat;
	color:#ffffff;
}

#menu li ul.products li.dob a {
		
	background: #E2E2E2 url(../../images/common/menu/icon_dobbin.gif) left no-repeat;
}

#menu li ul.products li.dob a:hover {
	background:#4a4a4a url(../../images/common/menu/icon_dobbin_over.gif) left no-repeat;
	color:#ffffff;
}
#menu li ul.products li.dec a {
		
	background: #E2E2E2 url(../../images/common/menu/icon_dec.gif) left no-repeat;
}

#menu li ul.products li.dec a:hover {
	background:#4a4a4a url(../../images/common/menu/icon_dec_over.gif) left no-repeat;
	color:#ffffff;

}
#menu li ul.products li.med a {
		
	background: #E2E2E2 url(../../images/common/menu/icon_media.gif) left no-repeat;
}

#menu li ul.products li.med a:hover {
	background:#4a4a4a url(../../images/common/menu/icon_media_over.gif) left no-repeat;
	color:#ffffff;
}

#menu li ul.products li.ci a {
		
	background: #E2E2E2 url(../../images/common/menu/icon_calibration-inspector.gif) left no-repeat;
}

#menu li ul.products li.ci a:hover {
	background:#4a4a4a url(../../images/common/menu/icon_calibration-inspector_over.gif) left no-repeat;
	color:#ffffff;
}	

.menurightall {
	text-align: left;
	width: 203px;
	float:right;
	margin-right:0px;
}

.menusubbox {
	margin-bottom:10px;
	width: 202px;
}

.menusubbox img, .menusubbox a {
	border:none;
}

.menusubbox img {
	float:right;
}

.mainFrame #sidebar1, .mainFrame #mainContent {
	margin-top:0px;
}

.mainFrame #sidebar1 {
 	width: 203px;
	float: left;
	padding-left: 0px;
	margin-right:0px;
}
.mainFrame #main {
	float:left;
	width:758px;
}
.mainFrame #mainContainer {
	width: 965px;
	background:url(../../images/common/layout/content.gif);
	background-repeat:repeat-y;
}
.mainFrame #forummain {
	width:735px;
	padding:10px;
}
.mainFrame #mainContainerIndex {
	width: 965px;
	/*background:url(../../images/start/start_content_monkey.gif) bottom right no-repeat;*/
	text-align: left;
}

.mainFrame #arrows {
	padding: 0px 0px 0px 767px;
}
.mainFrame #arrows .back{
	padding: 0px 0px 0px 0px;
	color:#FFFFFF;
	float: left;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	
}
.mainFrame #arrows .next{
	padding: 0px 0px 0px 147px;
	color:#FFFFFF;
		
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	
}
.mainFrame #mainFooter {
	width: 965px;
	height: 15px;
	background:url(../../images/common/layout/content_footer.gif);
	background-repeat:no-repeat;
}

.mainFrame #startFooter {
	width: 964px;
	height: 13px;
	background:url(../../images/common/layout/content_footer.gif);
	background-repeat:no-repeat;
}

.mainFrame #mainContent {	
	margin: 0px 20px 0px 20px;
	
} 

.mainFrame #mainContent a {
	color:#0066CC;
}

.mainFrame #mainContent a img {
	border:none;
}

.mailtoImg {
	vertical-align: middle;
}

.mainFrame #standard {
	float:left;
	width:957px;
	background: #f1f1f1;
	background:url(../../images/common/layout/main_box/Main_Box_02.gif) left repeat-y;
}

.mainFrame #standardContent {	
	margin: 0px 20px 0px 20px;
	
} 

.mainFrame #standardContent a {
	color:#0066CC;
}



/*.mainFrame #mainContent p, 
.mainFrame #mainContent h1,
.mainFrame #mainContent ul, 
.mainFrame #mainContent .picright, 
.mainFrame #mainContent map {
	margin: 10px 20px 0px 20px;
}*/

.mainFrame #contentHeaderIndex {
	background:url(../../images/start/start_header.gif) left no-repeat;
	height:18px;
}

.mainFrame #contentHeaderMain {
	background:url(../../images/common/layout/banner_common.gif) left no-repeat;
	height:150px;
}

.mainFrame #contentHeaderCompany {
	background:url(../../images/common/layout/banner_company.gif) left no-repeat;
	height:150px;
}

.mainFrame #contentHeaderManager {
	background:url(../../images/common/layout/banner_manager.gif) left no-repeat;
	height:150px;
}

.mainFrame #contentHeaderPartners {
	background:url(../../images/common/layout/banner_partners.gif) left no-repeat;
	height:150px;
}

.mainFrame #contentHeaderProTools {
	background:url(../../images/common/layout/banner_common.gif) left no-repeat;
	height:150px;
}

.mainFrame #contentHeaderQ1 {
	background:url(../../images/common/layout/banner_quadriga.gif) left no-repeat;
	height:150px;
}

.mainFrame #contentHeaderDobbin {
	background:url(../../images/common/layout/banner_dobbin.gif) left no-repeat;
	height:150px;
}

.mainFrame #contentHeaderAudiocube {
	background:url(../../images/common/layout/banner_audiocube.gif) left no-repeat;
	height:150px;
}

.mainFrame #contentHeaderMediaInspector {
	background:url(../../images/common/layout/banner_inspectoren.gif) left no-repeat;
	height:150px;
}

.mainFrame #contentHeaderCalibrationInspector {
	background:url(../../images/common/layout/banner_calibration-inspector.gif) left no-repeat;
	height:150px;
}

.mainFrame #contentHeaderCubeWorkflow {
	background:url(../../images/common/layout/banner_cubeworkflow.gif) left no-repeat;
	height:150px;
}

.mainFrame #contentHeaderFoenics {
	background:url(../../images/common/layout/banner_foenics.gif) left no-repeat;
	height:150px;
}

.mainFrame #contentHeaderDDP {
	background:url(../../images/common/layout/banner_ddp.gif) left no-repeat;
	height:150px;
}

.mainFrame #contentHeaderVpiSequoia {
	background:url(../../images/common/layout/banner_sequoia-user.gif) left no-repeat;
	height:150px;
}

.mainFrame #contentHeaderVpiSequoiaIndex {
	background:url(../../images/common/layout/banner_sequoia-blakenore.gif) left no-repeat;
	height:150px;
}

.mainFrame #contentHeaderNews {
	background:url(../../images/common/layout/banner_common.gif) left no-repeat;
	height:150px;
}

.mainFrame #contentHeaderEvents {
	background:url(../../images/common/layout/banner_events.gif) left no-repeat;
	height:150px;
}

.mainFrame #contentFooter {
	background:url(../../images/common/layout/content_bot.gif) left no-repeat;
	height:8px;
	width: 753px;
	margin-top:0px;
}

.mainFrame #standardcontentFooter {
	background:url(../../images/common/layout/main_box/Main_Box_03.gif) left no-repeat;
	height:12px;
	width: 957px;
	margin-top:0px;
}

.mainFrame #footer { 

} 

.mainFrame #footer div {
	margin: 0px 0px 0px 0px;
}

.Q3MainDiv {
	width:410px; 
	margin:20px 0px 0px 0px;
	float:right;
}

.Q3MainDiv ul {
	padding: 5px 0 0 15px;
	margin: 0px;
}

.Q3Video {
	width:97%;
	margin-top:30px;
}

.videoHeaderL, .videoHeaderR {
	width:495px;
}
.videoHeaderL {
	float:left;
}
.videoHeaderR {
	float:right;
}
.videoThumbR, .videoThumbL {
	margin:38px 0 0 20px;
}
.videoThumbR{
	float:right;
	margin-right: 10px;
}
.videoThumbL {
	float:left;
	margin-right: 20px;
}
.videoContentL, .videoContentR {
	width:472px;
	margin-left: 20px;
}
.videoContentL {
	float:left;
	margin-right: 20px;
}
.videoContentR {
	float:right;
	margin-right: 10px;
}
.videoThumbL ul, .videoThumbR ul {
	padding: 10px 0 0 15px;
	margin: 0px;
}

.Q3MainDiv h1{
	font-size:18px;
}
.Q3ToolTip h1 {
	font-size:12px;
}

.Q3MainDiv h1 img{
	margin:5px 0px;
}

.Q3ToolTip h1 img{
	margin:2px 0px;
}

.Q3MainDiv h1 span, .Q3ToolTip h1 span{
	color:black;
	/*padding-left:20px;*/
	font-size:12px;
	font-weight:bold;
	text-align:left;
	/*background:transparent url(../../images/start/bullet.gif) left no-repeat;*/
}
.Q3ToolTip h1 span {
	font-size:10px;
}

.Q3MainDiv p {

 }

.Q3MainDiv blockquote {
	margin: 0px 0px 0px 20px;
}
 
.Q3LeftBox {
	width: 283px;
 	float:left;
	margin:30px 25px 10px 0px;
}

.Q3LeftBox img{
	margin-top:15px;
}

.Q3LeftBox ul {
	margin-left: 0px;
	/*list-style-image:url(../../images/start/bullet.gif);*/
	list-style-type: disc;
}

.Q3LeftBox ul li{
	margin-top:5px;
}
.Q3LeftBox h1 {
	margin-top:30px;
}

.Q3LeftBox img.main, .Q3Video img.main{
	border:1px solid #999999;
}

.Q3LeftBox .subscription {
	width:240px;
	padding:3px;
	font-size:11px;
}

#Q3prevnext {
	clear:both;
	text-align:right;
	margin-top:5px;
}
#Q3prevnext img{
	margin:0px 0px 5px 0px;
}
#Q3prevnext .Q3next{
	clear:both;
	margin:0px 2px 0px 2px;
}

#Q3prevnext .Q3prev{
	margin:0px 2px 0px 2px;
}

#keywords {
	background:none;
	width:760px;
}	

#keywords ul {
	padding:0;
	margin:10px;
}

#keywords li {
	float:left;
	list-style:none;
	color:#999999;
}

#copyright {
	background:url(../../images/common/layout/footer.gif) no-repeat;
	background-position:0px 0px;
	margin: 0px 0px 0px 10px;
	padding: 6px;
	text-align:left;
	color:#ffffff;
	height: 50px;
	width: 960px;
}
#copyright #c {
	float:left;
}
#copyright #impressum {
	
	text-align:right;
	color:#ffffff;
	height: 50px;
	width: 960px;
}
#impressum a{
	margin: 0px 15px 0px 0px;
	color:#ffffff;
	text-decoration:none;
}

.hidden {
	display:none;
}


.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}
    
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#menu_links_common_mid {
	background:url(../../images/common/menu_links_common_mid.gif) repeat-y;
}
#menu_links_common_mid ul{
	list-style-image:url(../../images/start/bullet.gif);
	list-style-type: circle;
	margin-left:0px !important;
	margin-left:30px;
	margin:0px 2px;
	width:240px;
}
#menu_links_common_mid li{
	margin-top:0px;
	width:200px;
	padding-top:10px;
}
#menu_links_common_bot {
	background:url(../../images/common/menu_links_common_low.gif) no-repeat bottom left;
	height:41px;
	width:250px;
}
#menu_links_doc_top {
	background:url(../../images/common/menu_links_doc_top.gif) no-repeat  left top;
	height:41px;
	width:250px;
}
#menu_links_links_top {
	background:url(../../images/common/menu_links_links_top.gif) no-repeat  left top;
	height:41px;
	width:250px;
}
#menu_links_videos_top {
	background:url(../../images/common/menu_links_videos_top.gif) no-repeat  left top;
	height:41px;
	width:250px;
}
/*========================================================================================*/
/*                                       Right Menu                                       */
/*========================================================================================*/
.menuhead {
	/*background-color: #999999;*/
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	height: 25px;
	margin: 0px 5px 0px 0px;
}

.menubot {
	background:url(../../images/common/menu/menu_bot.gif) top left no-repeat;
}

.menuright {
	text-align: left;
	width: 200px;
	border: 1px solid #4b4b4b;
	/*margin-left: 3px;*/
	float:right;
}
.ulmenu {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
.ulmenu li{
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	display: block;
	width: 199px;
	border-bottom:1px dashed #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	 
}

.ulmenu li strong {
	margin-left:10px;
}

.ulmenu a {
	text-decoration: none;
	display: block;
	padding: 3px 4px;
	margin: 0px;
	width:192px !important;
	width:198px;
}


.ulmenu a:link,
.ulmenu a:visited {
   background-color:#f1f1f1;
   color:#590808;
   border-right:1px solid #999999;
   }

.ulmenu a:hover,
.ulmenu a:focus {
   background-color: #4a4a4a;
   color:#ffffff;
   
   }

.ulsubmenu {
	width:182px;
	margin:0;
	padding-left:1px;
}

.ulsubmenu li{
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 198px;
	border:none; 
}

.ulsubmenu a{
	display: block;
	padding: 3px 4px 3px 15px;
	margin: 0;
	width:181px !important;
	width:198px;
}
.ulsubmenu a:link,
.ulsubmenu a:visited {
   background-color: #eaeaea;
   color:#241500;
}
.ulsubmenu a:hover,
.ulsubmenu a:focus {
   background-color: #4a4a4a;
   color:#ffffff;
   
   }
   
.ulsubmenu .submenuheading{
	background-color: #666666;
	height: 25px;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 198px;
	border:none;
}
.ulsubmenu .submenuheading a{
	background-color: transparent;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 5px 5px 15px;
	margin: 0px;
	display: block;
	width: 198px;
	border:none;
}

.ulsubmenu .submenuheading a:visited {
   background-color: #666666;
   color:#ffffff;
}
.ulsubmenu .submenuheading a:hover,
.ulsubmenu .submenuheading a:focus {
   background-color: #4a4a4a;
   color:#f1f1f1;
   
   }

.ulsubmenu .submenuheading img{
	padding: 5px 5px 0px 5px;
	float: left; 
}

.tecMenuHead {
	margin-top:5px;
	width:180px;
	text-align:right;
	color: #590808;
	font-size:12px;
	font-weight:bold;
}
/*========================================================================================*/
/*                                       Right Menu END                                   */
/*========================================================================================*/
/*========================================================================================*/
/*                                       Content                                          */
/*========================================================================================*/
/* Subscription for all images */
.subscription {
	font-style: italic;
}
/* Image Container */
.picleft{
	float: left;
	margin: 10px;
}
.picleft80{
	float: left;
	margin: 10px;
	margin-right: 80px;
}
.picleft5{
	float: left;
	margin: 5px;
	border: 1px solid #4b4b4b;
}
.picright{
	float: right;
	min-width: 10px;;
	margin: 10px 10px 10px 20px;
}
.picrightstart{
	float: right;
	margin: 1px 1px 4px 4px;
	padding:4px;
	border: 1px solid #c1c1c1;
}
.picrightstart a img{
	border: none;
}
.picright5{
	float: right;
	margin: 5px 5px 10px;
	border: 1px solid #4b4b4b;
}
.picright80{
	float: right;
	margin: 10px;
	margin-left: 80px;
}
.piccenter{
	text-align: center;
	margin: 10px 10px 10px 20px;
}
.listspace{
	margin-top:10px;
	margin-bottom:10px;
}
.padding5 {
	padding: 5px;
}
.padding {
	padding: 5px;
	text-align: justify;
}
.center {
	text-align: center;
}
.italic {
	font-style: italic;
	font-size: 1.2em;
	font-weight: bold;
}
.contentPadding {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

/* Content Container */
/* Common */
.content {
	overflow:hidden;
	border: 1px solid #4C4C4C;
	background-color: #D8D8D8;
	text-align: left;
	background-image:url(../../images/common/ueberleiste.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	width:750px;
}
h2.Distribution {
	padding-top: 20px;
	clear: both;
}
.divHeadDistribution {
	text-align:left;
	float:left; 
	width:170px;
}
.divHeadDistribution2 {
	float:left; 
	width:170px;
	margin-top: 50px;
}
.divDistributor {
	float:left; 
	width:190px;
	margin-right:30px;
}
.divDistributor img {
	border:none;
}
.divDistributor p {
	text-align:left;
}
.divReferences {
	float:left;
	width:320px;
	margin-right:30px;
}


/*Member*/

.contentMember {
	overflow:auto;
	border: 1px solid #4C4C4C;
	background-color: #D8D8D8;
	text-align: left;
	background-image:url(../../images/common/ueberleiste.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	width:750px;
}
/*========================================================================================*/
/*                                       Content END                                      */
/*========================================================================================*/

