/* {margin:0; padding:0;}*/

ul {
	 list-style-type: none;
	 width: 200px;
	 margin-top: 60px;
	 }
	 
li a {
	 display: block;
	 color: #fff;
	 padding-top: 8px;
	 padding-bottom: 8px;
	 margin-bottom: 20px;
	 text-decoration: none;
	 text-align: center;
	 width: 150px;
	 border-radius:2em;
	 background: #66000; /* For browsers that do not support gradients */
   background: -webkit-linear-gradient(#660000, #993333); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(#660000, #993333); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(#660000, #993333); /* For Firefox 3.6 to 15 */
   background: linear-gradient(#660000, #993333); /* Standard syntax (must be last) */
	 color: #fff;
	 }

li a.active {
	 /*background-image: url("../images/rood.png");
	 backrground-repeat: repeat: x;*/
   background: #66000; /* For browsers that do not support gradients */
   background: -webkit-linear-gradient(#003300, #006600); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(#0033000, #006600); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(#003300, #006600); /* For Firefox 3.6 to 15 */
   background: linear-gradient(#003300, #006600); /* Standard syntax (must be last) */
	 color: #fff;
	 }

li a:hover:not(.active) {
	 /*background-image: url("../images/rood.png");
	 background-repeat: repeat-x;*/
	 background: #66000; /* For browsers that do not support gradients */
   background: -webkit-linear-gradient(#003300, #006600); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(#0033000, #006600); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(#003300, #006600); /* For Firefox 3.6 to 15 */
   background: linear-gradient(#003300, #006600); /* Standard syntax (must be last) */
	 color: #fff;
	 }

input[type=submit] {
   color: #fff;
	 padding-top: 8px;
	 padding-bottom: 8px;
	 margin-bottom: 20px;
	 text-decoration: none;
	 text-align: center;
	 width: 150px;
	 border-radius:2em;
	 background: #66000; /* For browsers that do not support gradients */
   background: -webkit-linear-gradient(#660000, #993333); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(#660000, #993333); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(#660000, #993333); /* For Firefox 3.6 to 15 */
   background: linear-gradient(#660000, #993333); /* Standard syntax (must be last) */
}

input[type=submit]:hover {
	 background: #66000; /* For browsers that do not support gradients */
   background: -webkit-linear-gradient(#003300, #006600); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(#0033000, #006600); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(#003300, #006600); /* For Firefox 3.6 to 15 */
   background: linear-gradient(#003300, #006600); /* Standard syntax (must be last) */
	 color: #fff;
}

button {
	 align: center;
   color: #fff;
	 padding-top: 8px;
	 padding-bottom: 8px;
	 margin-bottom: 20px;
	 text-decoration: none;
	 text-align: center;
	 width: 150px;
	 border-radius:2em;
	 background: #66000; /* For browsers that do not support gradients */
   background: -webkit-linear-gradient(#660000, #993333); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(#660000, #993333); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(#660000, #993333); /* For Firefox 3.6 to 15 */
   background: linear-gradient(#660000, #993333); /* Standard syntax (must be last) */
}

button:hover {
	 background: #66000; /* For browsers that do not support gradients */
   background: -webkit-linear-gradient(#003300, #006600); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(#0033000, #006600); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(#003300, #006600); /* For Firefox 3.6 to 15 */
   background: linear-gradient(#003300, #006600); /* Standard syntax (must be last) */
	 color: #fff;
}