/*
   FC Utrecht Jeugd
   stylesheet
   28-11-2008 
*/

body {background-color: #001455;}

body, li, span, td {font-size: 11px;line-height: 15px;font-family:  Verdana;color: #000000}
	div {position: relative}
	img {border: 0}
	a, a:link, a:visited {color: blue;font-weight: normal;text-decoration: underline}
	a:active, a:hover {color: #D60000;text-decoration: underline}
	.title, a.title, a.title:visited {font-family: Arial;font-size: 18px;line-height: 22px;color: #000000;text-decoration: none;font-weight: bold}
	.crumbtrail, a.crumbtrail, a.crumbtrail:visited {font-size: 10px;color: #273979;text-decoration: none}
	a.crumbtrail:hover {text-decoration: underline}
	.readmore, a.readmore, a.readmore:visited {color: #FF2121;font-size: 10px;text-decoration: none}
	a.readmore:hover {text-decoration: underline}
	.header {font-size: 11px;color: #FFFFFF;height: 20px;font-family:  Arial;font-weight: bold;padding-left: 3px}
	.formheader {font-size: 12px;font-weight: bold}
	.date {font-size: 10px;color: #222222;font-style: italic}
   div.formline {color: #D72213;padding-top: 8px;width: 400px}
	.formlabel {font-size: 10px;line-height: 10px;color: #001455}
	.error {color: red}

/* menu item links */
   .menulink, a.menulink, a.menulink:visited {font-size: 10px;color: #FFFFFF;height: 20px;font-family:  Arial;font-weight: bold;text-decoration: none;text-transform:uppercase;}
	.menulink_jt, a.menulink_jt, a.menulink_jt:visited {font-size: 11px;color: #FFFFFF;font-family:  Arial;font-weight: bold;text-decoration: none}
	a.menulink_jt:hover {color: #FFCF05;text-decoration: none}

/* menu items */
	.m0l0mouto { /* hoofdmenu */
      background: #07459a;
      border-left: 1px solid #07459a;
      border-right: 1px solid #07459a;
   }
	.m0l1mouto,.m0l2mouto { /* submenu 1 */
      background: #07459a;
      border-left: 1px solid white;
      border-right: 1px solid white;
      border-bottom:1px solid white;
   }
	.m0l0movero, .m0l1movero, .m0l2movero { /* actief menu */
      background: #2b5da2;
      border-left: 1px solid white;
      border-right: 1px solid white;
      border-bottom:1px solid white;
   }
	.m0l1movero, .m0l2movero {
      background: #2b5da2;
   }
	.m0l0mdowno, .m0l1mdowno, .m0l2mdowno {
      background: #e71b24;
      border-left: 1px solid white;
      border-right: 1px solid white;
   }


/* toevoegingen i-aspect */

   a.power, a.power:visited {
      color: #FFFFFF;
		padding: 0 0 5px 0;
   }
	a.power:hover {
		color: #FFFFFF;
		text-decoration:underline;
	}

   div#MTD_div form#MTD_form select#MTDdownloadsel{
      font-size:10px;
      width:110px;
   }
   div#MTD_div a#MTDLink{
      font-size:9px;
   }
   fieldset {border:0; }
   fieldset label{
      display:block;
      margin-bottom:5px;
      margin-top:10px;
      font-weight:bold;
   }
   fieldset label em{ font-weight:normal; }
   fieldset input{
      width:300px;
      height:26px;
      padding:3px;
   }
   fieldset input.small{
      width:80px;
      margin-right:20px;
   }
   fieldset input.medium{
      width:200px;
   }
   fieldset input.radio{
      width:auto;
      height:auto;
   }
