@charset "utf-8";
/* navigation deklarations */
	  #nav {
		 background-color: #161616;
		 height: 40px;
                width: 100%
                 
	 }
    div.nav_pos {
		padding: 7px;
		width: 99%;
	}
	  #down {
		  background: black url('./wcf/images/IVSystemsPeperment/maindesign/black_bg.png') repeat-x left bottom;
		  border-top: 3px solid #bdc2b4;
		  height: 145px;
		  text-align: center;
	  }
	div.nav, div.nav:hover{ 
		text-align: center;
                padding: 0px 2px 6px 0px;
		margin-right: 12px;
		width: 95px;
		height: 18px;
		float: left;
	}
	div.nav:hover {
		background: #3b3f41 url('wcf/images/IVSystemsPeperment/buttons/5x5_grey/top_left.png') no-repeat left top;
		position: relative;
	}

	div.nav:hover span.nav_top_right, div.nav:hover span.nav_bottom_left, div.nav:hover span.nav_bottom_right  {
		position: absolute;
		width: 5px;
		height: 5px;
		display: block;
	}
	div.nav:hover span.nav_bottom_left {
		background: url('wcf/images/IVSystemsPeperment/buttons/5x5_grey/bottom_left.png') no-repeat;
		bottom: 0;
		left: 0;
	}
	div.nav:hover span.nav_top_right {
		background: url('wcf/images/IVSystemsPeperment/buttons/5x5_grey/top_right.png') no-repeat;
		top: 0;
		right: 0;
	}
	div.nav:hover span.nav_bottom_right {
	    background: url('wcf/images/IVSystemsPeperment/buttons/5x5_grey/bottom_right.png') no-repeat;
		bottom: 0;
		right: 0;
	}

/* login deklarations */

	*.log_pos {
		text-align: right;

		margin-right: 25px;
	}


/* begin text& linkformations */



	/* textformations*/

	  *.black_anorm {

		  font-family: Arial, Helvetica, sans-serif;

		  font-size: 12px;

		  color: #333333;

		  border: 0;

	  }
         *.twel {
		  font-size: 12px;
                  color: #161616;
        }

	  *.black_tnorm {

		  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

		  font-size: 11px;

		  color: #333333;

	  }

	  *.grey_tsubnorm {

		  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

		  font-size: 13px;

		  color: #666666;

	  }

	  *.grey_tnorm {

		  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

		  font-size: 12px;

		  color: #666666;

	  }

	  *.white_tnorm {

		  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

		  font-size: 12px;

		  color: white;

	  }

	  *.blue_anorm {

		  font-family: Arial, Helvetica, sans-serif;

		  font-size: 12px;

		  color: #336699;

	  }

	  *.black_abig {

		  font-family: Arial, Helvetica, sans-serif;

		  font-size: 16px;

		  font-weight: bold;

		  color: #333333;

	  }

	  *.black_tbig {

		  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

		  font-size: 11px;

		  font-weight: bold;

		  color: #333333;

	  }

	  *.blue_abig {

		  font-family: Arial, Helvetica, sans-serif;

		  font-size: 16px;

		  font-weight: bold;

		  color: #336699;

	  }

	  *.white_copy {

		  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

		  font-size: 11px;

		  color: #cccccc;

	  }



/* linkformations*/	  

	  a.in:link, a.in:visited, a.in:active, a.ex:link, a.ex:visited, a.ex:active {

		  color: #333333;

		  text-decoration: none;

	  }

	  a.in:hover, a.ex:hover { 

	  	  color: #336699; 

		  text-decoration: none; 

	  }

	  a.in:before {

		  content:" "url('/images/icons/linkimg/in_img.png'); 

	  }

	  a.ex:after {

		  content:" "url('/images/icons/linkimg/ex_img.png'); 

	  }

	  *.copy, *.copy:link, *.copy:visited, *.copy:active {

		  color: #cccccc;

		  text-decoration: none;

	  }

	  *.copy:hover {

		  color: white;

		  text-decoration: underline;

	  }

	  a.nav, a.nav:link, a.nav:visited, a.nav:active {

		  color: #666666;

		  text-decoration: none;

	  }

	  a.nav:hover {

		  color: white;

		  text-decoration: underline;

	  }

	  a.preview, a.preview:link, a.preview:visited, a.preview:active {

		  color: #bbbbbb;

		  font-size: 10px;

		  text-decoration:none;

	  }

	  a.preview:hover {

		  color: #999999;

		  font-size: 10px;

		  text-decoration: none;

	  }

	  a.preview_blue, a.preview_blue:link, a.preview_blue:visited, a.preview_blue:active {

		  color: #006699;

		  text-decoration:none;

	  }

	  a.preview_blue:hover {

		  color: #FFF;



		  text-decoration: none;

	  }

