/**
 * cvi.ch CSS stylesheet
 * authors: Fabrice Bodmer (fabrice.bodmer@netoxygen.ch)
 *          Nicolas Jones (nicolas.jones@netoxygen.ch)
 * date:   october - december 2006
 * (c)2006 Net Oxygen Sàrl
 */

/*****************************************************************************/
/**** STRUCTURE **************************************************************/

html {
   height: 100%;
}

body {
   background: white;
   font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px; 
   text-align:justify;
   height: 100%;
   margin: 0;
   padding: 0;
}

#hidden {
   display: none;
   clear: both;
}


#header-top {
   height: 93px;
   width: 100%;
   background: #ffffff;
}

#logo {
   position: absolute;
   margin-top: 5px;
   margin-left: 20px;
   float: left;
   border: 0px;
}

#header-top-text {
   position: absolute;
   margin-right: 20px;
   margin-top: 18px;
   width: 100%;
   right:0px;
   height: 62px;
}

#header-top-text .sep {
   border-right: 1px solid #a4a4a4;
   padding-right: 15px;
}

#header-top-text div {
   float: right;
   padding-left: 15px;
   color: #a4a4a4;
   font-size: 10.5px;
   line-height: 13px;
}

#header-top-text .title {
   color: #28297d;
   line-height: 20px;
}

#header-top-text a {
   color: #a4a4a4;
   text-decoration: none;
}


#header-top-text a:hover {
   text-decoration: underline;
}

#grey-border-t {
   height: 3px;
   width: 100%;
   background: white;
   line-height: 0px;
   font-size: 0px;
border-bottom: 1px solid #A4A4A4;
}



/* *** HIDE *** */

#search-form {display:none;}
#searchPathBar {display:none;}
#header-image{display:none;}
#menu{display:none;}
#vertical-bar {display:none;}
#menu {display:none;}
#footer {display:none;}

.tx-ttproducts-pi1-list-navigation {display:none;}
.tx-ttproducts-pi1-single-backlink {display:none;}



/* *** CONTENT mods *** */
#content {margin-left:0px;margin-right:0px;width:100%}
#content ul li {list-style-type: disc;padding-left: 16px; background: none;}
#content ul {padding-left:20px;}
#content ul li li {list-style-type: circle;}
#content h1 {color:#6699CC}