body{
    font-family: "Tw Cen Mt" , Helvetica, sans-serif;
    font-weight: 500;
    background-color: #E5E5E5;
    position: relative;
}

#full{
    position: static;
    padding: 0;
    margin: 0;
}

#shadow{
    position: relative;
    padding:0 0;
    margin: 3em auto;
    width: 986px;
    background-color: #E5E5E5;
}

#innershadow{
    background-image: url('images/bordermid.png');
}



#container{
    width: 956px;
    height: 700px;
    position: relative;
    margin: -5px 15px;
    background-color: #066C2B;
    overflow: hidden;
    padding: 0px;
    background-image: url('images/collage-NSRF-website-3.jpg');
    background-attachment: scroll;
    background-repeat: no-repeat;

}

/* contentbox */

#content{
    width:650px;
    height: 550px;
    position: absolute;
    left: 50%;
    margin-left: -325px;
    background-color: transparent;
    padding: 0px;
    top:20px;
    z-index: 5;
}

#content .bar{
    position: absolute;
    top: 10px;
    padding-top:10px;
    height:30px;
    color: white;
    background-color: #066C2B;
    font-size:larger;
    font-weight: bold;
}

#contentTitel{
    padding-left: 10px;
    width:600px;
    left:0px
}

#contentNav{
    padding-right: 10px;
    width: 50px;
    right:0px;
    text-align: right;
}
#contentTekst{
    position: relative;
    top:50px;
    padding: 0 10px;
    max-height:500px;
    width: 630px;
    overflow: auto;
    text-align: justify;
}

#contentTekst img{
    border:0;
}

.center{
    text-align:center;
}

#contentBackground{
    position:absolute;
    background-color: white;
    width: 100%;
    height: 100%;
}


/* navigatiebalk*/
#navigatie{
    width: 512px;
    height: 100px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -256px;
    background-color: transparent;
    padding:0px;
    z-index:12;
}

#navigatie .main{
    z-index: 1
}

#navigatie ul{
    width: 100%;
    height: 100px;
    padding: 0px;
    list-style: none;
    position: absolute;
    text-align: center;
    margin: 0px;

}

#navigatie .mainItem{
    width:128px;
    height:100%;
    float: left;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    z-index: 12;
}

#navigatie li:hover{
    z-index:13;
}

#navigatie .main ul{
    position: absolute;
    width:512px;
    bottom: 100px;
    height:auto;
    display: none;
    z-index:-1;
    padding-bottom: 10px;
}


#navigatie li:hover ul{
    display: block;
}

 #navigatie .main #theta{
    margin-left:-128px;
}

 #navigatie .main #nsrf{
    margin-left:-256px;
}

 #navigatie .main #stopwatch{
    margin-left:-384px;
}

#navigatie .mainItem li{
    width: auto;
    height: auto;
    padding: 5px;
}

#navigatie .listHeading{
    width:100%;
    font-size: larger;
    font-weight: bold;
    color:white;
    text-align: left;
}

#navigatie .listItem{
    width: 100%;
    padding-left: 30px;
    text-align: left;
    font-weight: 600;
    background-color: white;
/*    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;*/
}

#navigatie .listItem:hover,#navigatie .listItem:hover a{
    color:white;
}

#content .brabant,#navigatie #brabant .listHeading,#navigatie #brabant .listItem:hover{
    background-color: #000B73;
}

#content .theta,#navigatie #theta .listHeading,#navigatie #theta .listItem:hover{
    background-color: #066C2B;
}

#content .nsrf,#navigatie #nsrf .listHeading,#navigatie #nsrf .listItem:hover{
    background-color: #FE7C1C;
}

#content .stopwatch, #stopwatch .listHeading,#navigatie #stopwatch .listItem:hover{
    background-color: #F20C00;
}

.basicLink{
    border: none;
    text-decoration: none;
    color:black;
}


.item{
    border: none;
    z-index: 12;
    background-color: transparent;
}

.knop{
    width:100px;
    height:100px;
}


/*  sponsoren              */
.sponsoren{
    width: 128px;
    height:100%;
    position: absolute;
    top: 0px;
    background-color: white;
    z-index: 2;
    text-align: center;
}

.sponsoren h3{
    color: #E5E5E5;
    font-weight: 400;
}

.sponsoren a{
    text-decoration: none;
}

.sponsor{
    max-width: 110px;
    max-height: 80px;
    border-style: none;
}

#sponsorenLinks{
    left:0px;
}

#sponsorenLinks img.sponsor{
    margin-bottom: 30px;
}


#sponsorenRechts{
    right:0px;
}

#sponsorenRechts img.sponsor{
    margin-bottom: 15px;
}

ul.social{
    padding: 0px;
    position: absolute;
    left: 5px;
    bottom: 5px;
    text-align: left;
}

li.social{
    list-style: none;
    display: inline;
    margin-left: 5px;
}

.social img{
    border: none;
}

.homeKnop{
    position: absolute;
    margin: 0;
    width:100%;
    height:100%;
}

.transparent {
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
 }

 /* Start - NSRF Styles */
#nsrf_form {
    list-style: none;
}

#nsrf_form input[type="checkbox"] {
    position: relative;
    top: 1px;
    margin-right: 0.5em;
}

#nsrf_form label {
    display: block;
    float: left;
    width: 22em;
    margin-right: 1em;
    text-align: right;
}

#nsrf_form li {
    padding: 0.5ex 0;
}

#nsrf_form option {
    padding-right: 1em;
}

#nsrf_form .nsrf_guests label {
    display: inline;
    float: none;
}

#nsrf_form .nsrf_guests input[type="checkbox"] {
    margin: 0 0.25em 0 0.5em;
}

#nsrf_form .nsrf_guest_year {
    margin: 0 0.5em 0 1em;
}

#nsrf_form input[type=checkbox].nsrf_guest_child, #nsrf_form input[type=checkbox].nsrf_guest_childcare {
    margin: 1ex  0 0 16.75em;
}

#nsrf_form_controls {
    text-align: center;
    margin-left: 1em;
}

#nsrf_form_errors li {
    margin: 0.25ex 1.25em;
}

#nsrf_form_errors li:first-child {
    list-style: none;
    margin-left: 0;
}

#nsrf_participants td {
    padding-right: 1em;
}

#nsrf_participants .nsrf_guest {
    padding-left: 1.5em;
}

#nsrf_participants th {
    font-weight: bold;
}
/* End - NSRF Styles */


/* Start - Time Team Styles */

#timeTeamContent{
    text-align: center;
}

#timeTeamContent table{
    width: 590px;
    margin: 0 auto;
    text-align: left;
}

#timeTeamMenu{
    list-style: none;
    padding: 0;
}

#timeTeamMenu li{
    display: inline;
    margin: 1em 3em;
    padding: .5em 1em;
    background: white;
    font-weight: bolder;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

/* End - Time Team Styles */
/* live tracker start */
h1 {
	font-family: Verdana;
	font-size: 24px;
	margin: 4px;
}

div#tijdcie {
	font-family: Verdana;
	font-size: 18px;
}

div#tracker {
	font-family: Verdana;
	margin: 3px 0 0 0;
	width: 100%;
}

div#tracker div {
	width: 630px;
	height: 185px;
	margin: 10px;
	float: left;
	overflow: hidden;
}
div#error {
	width: 628px;
	float:left;
}
div#tracker h2 {
	width: 628px;
	margin: 0;
	padding: 3px 0;
	border: 1px solid black;
	font-weight: bold;
	font-size: 18px;
	text-indent: 5px;
}

div#tracker h2 { background: #ffffff url('images/prestart.png') center right no-repeat; }
div#tracker h2.status_4 { background: #a3cfea url('images/active.png')   center right no-repeat; }
div#tracker h2.status_8 { background: #e9eaa3 url('images/finished.png') center right no-repeat; }
div#tracker h2.status_16 { background: #b2eaa3  url('images/approved.png') center right no-repeat; }

div#tracker h3 {
	width: 628px;
	margin: 0;
	padding: 3px 0;
	border: 1px solid black;
	font-weight: normal;
	font-size: 15px;
	font-style: italic;
	background-color: white;
	text-indent: 5px;
}

div#tracker table.listing {
	width: 630px;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: white;
}

div#tracker table.listing thead td {
	font-style: italic;
	font-size: 12px;
	background-color: white;
}

div#tracker table.listing tbody td {
	font-size: 12px;
	line-height: 14px;
	background-color: white;
}

div#tracker table.listing td.origin    { width:  35px; }
div#tracker table.listing td.crew      { width: 80px; }
div#tracker table.listing td.number    { width:  20px; }
div#tracker table.listing td.field     { width:  50px; }
div#tracker table.listing td.mark      { text-align: right; width: 85px; }
div#tracker table.listing td.finish    { width: 90px; text-align: right; font-weight: bold; }
/* live tracker end */

