/* layout stylesheet for mcc-geldermalsen.nl // by jacco@dream-on.nl */


/* colors used in stylesheet */
/* black				-	black */	
/* dark grey			-	#192525 */
/* grey	(channel)		-	#283538 */
/* red (navi over)		-	#FF2D2D */
/* light blue (links)	-	#49C5FF */
/* blue navi active		-	#055E92 */
/* almost white			-	#F0F1F1 */
/* white				-	white */


/* import typography stylesheets */
@import url(typography.css);


/* -- NORMALIZE -- */
/* normalize margin & padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td
{
  margin: 0px;
  padding: 0px;
}


/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6
{
  font-size: 100%;
}

/* remove list-style from lists */
ol, ul
{
  list-style: none;
}

/* normalize font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{
  font-style: normal;
  font-weight: normal;

}

/* remove list-style from lists */
table
{
  border-collapse: collapse;
  border-spacing: 0;
}

/* remove border from img and fieldset */
img, fieldset
{
  border: 0;
}
/* left align text in caption and th */
caption, th
{
  text-align: left;
}


/* HTML & BODY */
html
{
  background-color: black;
}

body
{
  min-width: 900px;
  text-align: left;
}

body#popup
{
  min-width: 0px;
}

body#nieuws li#nieuws a, body#circuit li#circuit a, body#betuwemxcup li#betuwemxcup a, body#contributie li#contributie a, body#uitslagen li#uitslagen a, body#fotos li#fotos a, body#sponsors li#sponsors a, body#contact li#contact a
{
  color: #055E92;
  background-image: url(../graphix/navi-active.gif);
  background-repeat: no-repeat;
  background-position: 7px;
}


/* DIV LAYOUT */
div#website
{
  background: #192525;
  background-image: url(../graphix/bg-main.jpg);
  background-repeat: no-repeat;
  background-position: 0px 62px;
  margin: 0 auto;
  width: 900px;
}

div#branding
{
  height: 62px;
  background: #192525;
  vertical-align: middle;
  background-image: url(../graphix/logo.jpg);
  background-repeat: no-repeat;
}

div#nav
{
  width: 366px;
  height: 116px;
  margin-top: 30px;
  margin-bottom: 16px;
  margin-left: 520px;
}

div#nav ul
{
}

div#nav li
{
  float: left;
  background: #F0F1F1;
  width: 177px;
  height: 23px;
  margin-right: 6px;
  margin-bottom: 4px;
  padding-top: 2px;
}

div#content_main
{
  float: left;
  margin-top: 68px;
  margin-bottom: 20px;
  margin-left: 10px;
  color: #F0F1F1;
  /* ie5win fudge begins */
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 470px;
}

html>body #content_main
{
  width: 470px;
  margin-left: 20px; 
  /* ie5win fudge ends */
}

div#content_main img
{
  float: left;
  padding-top: 1px;
  padding-bottom: 4px;
  padding-right: 4px;
}

div#content_main img#3th
{
  float: left;
  padding-right: 0px;
}

div#content_main img#big
{
  float: none;
  padding-right: 0px;
  margin-bottom: -17px;
}

div#content_main ul#sponsors li
{
  float: left;
  width: 235px;
  padding-bottom: 23px;
}

div#content_main ul#sponsors li img
{
  float: none;
  padding-top: 2px;
  padding-bottom: 0px;
}

div#content_main ul#images li
{
  float: left;
  width: 156px;
  padding-bottom: 4px;
}

div#content_main ul#images li img
{
  float: none;
  padding-top: 1px;
  padding-bottom: 0px;
  padding-right: 4px;
}



div#content_sub
{
  float: right;
  width: 350px;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 50px;
  margin-bottom: 30px;
/*  background-image: url(../graphix/bg-channel2.gif), url(../graphix/bg-channel.gif);
  background-repeat: no-repeat, repeat-y;
  background-position: bottom left, top left; */
  background-image: url(../graphix/bg-channel.gif);
  background-repeat: repeat-y;
  background-position: top left;
  color: #F0F1F1;
  /* ie5win fudge begins */
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 310px;
}

html>body #content_sub
{
  width: 310px; 
  padding-right: 50px;
  /* ie5win fudge ends */
}


div#content_sub ul
{
}

div#content_sub img
{
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0px;
  padding-right: 0px;
}

div#content_sub img:first-child
{
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
}

div#site_info
{
  clear: both;
  background: #283538;
  padding: 4px;
  padding-left: 20px;
}


/* TABLES */
table td
{
  padding-left: 8px;
  vertical-align: top;
}

table#form td#left
{
  padding-top: 8px;
  padding-right: 6px;
}

tr td:first-child
{
  padding-left: 0px;
}


/* FORMS */
input, textarea
{
  margin-top: 4px;
}

input#l
{
  width: 250px;
}

input#xl
{
  width: 350px;
}

textarea#m
{
  width: 250px;
  height: 150px;
}

textarea#l
{
  width: 350px;
  height: 150px;
}

textarea#xl
{
  width: 350px;
  height: 250px;
}



