/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: arial, verdana;
/*	font-size: 11px;*/
}
P, OL, UL, LI {font-size: 11px;}
H1 { font-size: 14px; }
H2 { font-size: 12px; }
P, H1, H2 {
	margin: 5px 0px 3px 0px;
}

/********************************/
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { text-align: right;}


TD#footer {
	height: 12px;
	vertical-align: middle;
	font-size: 9px;
	font-family: verdana;
	color: #A9A9A9;
	border-top: 1px dotted #999999;}
	
TD#footer P {
	font-size: 8px;
	color: darkblue;
	text-align: center;
}

/* Content column */
TD#content {
	padding-left: 10px;
	padding-right: 0px;
	/*padding-top: 10px;*/
	vertical-align: top; 
	width: 639px;
font-size: 11px;
}

/*TD#content DIV.colNormal { */
/*	padding-left: 0px; */
/*	padding-right: 0px; */
/*	padding-top: 150px; */
/*	padding-bottom: 15px; */
/*	vertical-align: top; */
/*}*/

TD#content DIV.colRight {
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: top; 
}

/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
	width: 145px;	
	/*background-image: url(../images/menubackground.jpg);*/
	background-repeat : no-repeat;
	padding-top: 10px;
                min-width: 140px;
}
TD#menu_1 DIV {
	width: 100%;
}
TD#menu_1 DIV A {
	color: navy;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  border-bottom: 1px dotted #999999;
  font-size: 10px;
  padding-top:3px;
  padding-left:3px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #999999;
  font-weight:bold;
  font-size: 11px;
  padding-top:5px;
  padding-left:7px;

  background-color: #FFFFFF;
  filter:alpha(opacity='70', style='0');
}
TD#menu_1 DIV.menu1-level1-act A {
  color:black;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 10px;
  padding-left:12px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 10px;
  font-weight:bold;
  font-style:italic;
  padding-left:12px;
}

/*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
  font-size: 10px;
  padding-left:26px;
/*  background-color: #FFFFFF; */
/*  filter:alpha(opacity='70', style='0'); */
/*  border-top: 1px dotted #999999; */
/*  border-right: 1px dotted #999999; */
  
}
/*  MENU 1, level 3, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
	font-size: 10px;
	font-weight: bold;
	background-color: #FFE4B5;
	text-decoration: underline;
	padding-left: 26px;
/* border-right: 1px dotted #999999; */
}
TD#menu_1 DIV.menu1-level3-act A{
	color: #8B0000;
}

/*------------------------------------------------*/

/*  MENU 2, level 1, general for all table cells:*/
TR#menu_2 TD {
  /*background-color: #333366;*/
  /*width: 10%;*/
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_2 TD A {
  color: black;
  font-size: 11px;
  font-family: arial, verdana;
  text-decoration: none;
  line-height: 12px;
}
TR#menu_2 TD A:hover {
 /* text-decoration: underline; */
  font-weight: bold;
 /* background-color: white; */
}
TR#menu_2 TD.oddcell {
 /* background-color: #666699; */
}
TR#menu_2 TD.menu2-level1-act {
  background-color: #88292A;
}

/*------------------------------------------------*/

/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}
/*------------------------------------------------*/
/*  MENU 3, level 1, general for all table cells: */
/* Home, Produkte, Anwendungen, Support, Über Visonic */

TR#menu_3 TD {
  background-color: #333366;
  width: 10%;
  height: 12px;
  text-align: center;
  padding: 0px 1px 0px 1px;
}
TR#menu_3 TD A {
  color: white;
  font-size: 11px;
  font-family: arial, verdana;
  text-decoration: none;
  font-weight: bold;
}
TR#menu_3 TD A:hover {
  text-decoration: underline;
  color: #99CCFF;
}
TR#menu_3 TD.oddcell {
 /* background-color: #666699; */
}
TR#menu_3 TD.menu3-level1-act {
  background-color: #88292A;
}

/*------------------------------------------------*/
/*  MENU 4, level 1, general for all table cells:*/
TR#menu_4 TD {
  /*background-color: #333366;*/
  width: 10%;
  height: 30px;
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_4 TD A {
  color: black;
  font-size: 11px;
  font-family: arial, verdana;
  text-decoration: none;
  line-height: 12px;
}
TR#menu_4 TD A:hover {
color: #F5DEB3;
 /* text-decoration: underline; */
 /* font-weight: bold; */
 /*background-color: white; */
}
TR#menu_4 TD.oddcell {
 /* background-color: #666699; */
}
TR#menu_4 TD.menu4-level1-act {
  background-color: #FF9900;
}

/*------------------------------------------------*/

/* Style for the submenu Path-menu: */
TD#submenu {
  white-space: nowrap;
 /* background-color: #F8F8EC; */

  font-family: arial, verdana;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#submenu A {
  text-decoration: none;
  color: #094C7E;
}
TD#submenu A:hover {
  text-decoration: underline;
  color: black;
}
TD#submenu DIV.submenu-act A,A:hover {
 /* text-decoration: underline;*/
  color: black;
}

.formtext {
  padding: 1px 1px 5px 5px;
  font-size:10px;
}

.formtext P{
  padding: 1px 1px 1px 8px;
  font-size:10px;
  font-weight:bold;
  color:darkgrey;
  border-bottom: 1px dotted #999999; 
}

.navpath {
  padding: 4px 0px 12px 10px;
  font-size: 10px;
}

.printtemp {
  padding: 4px 0px 0px 629px;
}

.csc-header H1{
	color: #8B0000;
	padding: 3px -3px;
}
.vtprodtab2h1 {
	color: #8B0000;
	padding: 3px -3px;
}
.vtprodtab2h1 H1{
	color: #8B0000;
	padding: 3px -3px;
}

.vtprodtab {
	border: 1px dotted;
}

.vtprodtab P {
	padding-left: 5px;
	padding-right: 5px;
	font: 11px Arial, Verdana, sans-serif;
	text-align: justify;
	
}
.vtprodtab IMG {
	margin: 5px 5px 5px 10px;
}

.vtprodtab2 {
	border: 1px dotted;
}

.vtprodtab2 H1{
	border: 0px;
}

.vtprodtab2 P {
	padding-left: 10px;
	padding-right: 10px;
	font: 11px Arial, Verdana, sans-serif;
	text-align: justify;
}

.vtprodtab2 IMG {
	margin: 5px 5px 5px 10px;
}

.vtprodtab2 TD#vtprodtab2-txt {
	background-color: #EEF3EF;
	width: 450px;
}

.contenttable {
   font: 11px;
	border: 1px dotted;
}

.contenttable TD#vtprodtab2-txt {
	background-color: #EEF3EF;
	width: 450px;
   padding-left: 10px;
	padding-right: 10px;
	font: 11px Arial, Verdana, sans-serif;
	text-align: justify;
}
