foo {
}

body {
    background: #FFF;
    color: #000000;
    font-family: tahoma, arial;
    /*font-size: 10px;*/
    font-size: 10pt;
    padding: 0px;
    margin: 0px;
    min-height: 1%;
    background: url(/imagesv5/gradient.jpg) repeat-x;
}

#content li {
    list-style-image: url(/imagesv4/li.png);
}

table, tr, th, td, form {
    font-family: tahoma, arial;
    font-size: 10pt;
}

th.red {background-color: #177ffb; color: #FFF;}

.alignleft {text-align: left;}
.alignright {text-align: right;}

.r2 {background-color: #cfbacc; color: #000;}
.r2 {background-color: #c4ddfb;}

#wrapper {
	background-image: url(/imagesv5/gradient.jpg);
	background-repeat: repeat-x;
    min-height: 1%;
}

p, #content p {
	font-family: tahoma, arial;
	font-size: 10pt;
}

#container {
    text-align: left;
    width: 776px;
    min-height: 200px;
    /*background: url(http://newsite.digicit.nl/imagesv5/navimage.jpg) no-repeat;*/
    background-image: url(/imagesv5/navimage.jpg);
    /*background-color: red;*/
    background-repeat: no-repeat;
}

#newnav {
    /*background: url(http://newsite.digicit.nl/imagesv5/navimage.jpg) no-repeat;*/
	top: 0px;
    padding-top: 166px;
	width: 200px;
	position: absolute;
	float: left;
}

/*#rounded_start {
	height: 20px;
	width: 776px;
    	background-image: url(http://newsite.digicit.nl/imagesv4/rounded_above.gif);
    	background-repeat: no-repeat;
}*/

#nav {
   width: 220px;
   min-height: 200px;
   background-color: #FFF;
   float: left;
   /*background-image: url(http://newsite.digicit.nl/imagesv4/navimage.jpg);*/
/*   background-repeat: no-repeat;*/
   /*padding-top: 373px;*/
   padding-bottom: 10px;
   margin-left: -16px;
   margin-top: -1px;
   /*border-right: 1px dashed gray;*/
}

#navitems
{
  /*margin-top: 373px;*/
  margin-top: 200px;
  margin-left: 15px;
  width: 200px;
  min-height: 100px;
  /*background-color: #0058b6;*/
  background-color: #FFF;
  /*background-image: url(http://newsite.digicit.nl/imagesv4/navstripes.jpg);*/
  /*background-image: url(http://newsite.digicit.nl/imagesv4/background_lightblue.gif);*/
/*  background-repeat: repeat-y;*/
  /*border: 1px dashed gray;*/
  font-size: 12px;
}

/*#navend {
	margin-top: -10px;
	margin-left: 10px;
	height: 14px;
	background-image: url(http://newsite.digicit.nl/imagesv4/navend.jpg);
	background-repeat: no-repeat;
}*/

#content {
   width: 536px;
   position: absolute;
   top: 100px;
   /*width: 556px;*/
   margin-left: 220px;
   padding-top: 0px;
   font-size: 10pt;
}

img {
	border: 0px;
}

/*Here the lay-out info for the nav ul's*/
ul.submenu_0
            {
                list-style: none;
                margin: 0;
                padding: 0;
		  /*background-image: url(http://newsite.digicit.nl/imagesv4/background_lightblue.gif);*/
            }


ul.submenu_0 li a {
		display: block;
		border-bottom: 1px dotted gray;
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight: bold;
		color: #000066;
		text-decoration: none;
		padding-left: 5px;
		padding-bottom: 5px;
}

ul.submenu_0 li a:hover {
		background-image: none;
		color: #177ffb;
}


ul.submenu_1
            {
                list-style: none;
                margin: 0;
                margin-left: 15px;
                padding: 0;
                /*background-color: #FFF;*/
            }

ul.submenu_1 li a, ul.submenu_0 li.selected ul.submenu_1 li a
            {
                /*background-image: url(http://newsite.digicit.nl/images/li.png);
                background-repeat: no-repeat;*/
                display: block;
                padding-left: 20px;
                background-color: #FFF;
	   /*background-color: transparent;*/
                /*border: 1px solid #59598c;*/
		    border: 0px;
		    /*border-left: 15px solid red;*/
                border-top: 0px;
                color: #000099;
                text-decoration: none;
                margin-bottom: 5px;
	    	    background-image: url(/imagesv4/li.png);
		    background-repeat: no-repeat;
            }

ul.submenu_1 li a:hover {
	background-image: url(/imagesv4/li.png);
	/*color: #308cfb;*/
	color: #177ffb;
}

ul.submenu_1 li a:hover, ul.submenu_1 li.selected a, ul.submenu_0 li.selected ul.submenu_1 li a:hover
            {
                /*border-right: 10px solid #59598c;*/
		    /*border-right: 10px solid #225cb3;*/
		    /*border-right: 10px solid #000;*/
		    /*border-left: 15px solid gray;*/
                background-color: #fff;
            }

div.redshadow		{
			background: red;
			color: white;
			border: 2px solid red;
			text-align: right;
			font-size: 10pt;
			padding-right: 10px;
			margin-right: 10px;
			padding-bottom: 2px;
			padding-top: 2px;
			border-left: 2px solid #FF3333;
			border-top: 2px solid #FF3333;
			border-right: 2px solid #990000;
			border-bottom: 2px solid #990000;
			}

h1          {
            margin-top: 0px;
            color: #4575bd;
            font-size: 1.5em;
            border-bottom: 1px dotted gray;
            }

