/* algemeen */

table
{
	border: 0;
	cellspacing: 0;	
}

td
{
	font-family: Tahoma,Verdana,San-Seriff;
	font-size:10pt;
}

*
{
	margin: 0; padding: 0;
}

body
{
	background: #FFFFFF;
	text-align: center;
	font-family: Tahoma,Verdana,San-Seriff;
	font-size:10pt;
	color:#000000;
}
 
img
{
	border: none;
}

a
{
color:#000000; text-decoration:underline;
}

a:visited
{
color: #000000; text-decoration:underline;	
}	

a:hover
{
color:#000000; text-decoration:underline;
}

a:active
{
color: #000000; text-decoration:underline;
}	




/* DIV: container */ 

div#container
{
	margin: 0 auto;
	width: 965px;
	background: url("images/back_content.gif") repeat-y;

}

/* DIV: header */

div#header
{
	position: relative;
	width: 965px; height: 200px;
	background: url("images/back_content_top.gif") no-repeat 0 0;
}

div#header-image
{
	background: url("images/header.gif") no-repeat 10px 0;
	position: absolute; 
	top: 60px; 
	left: 26px; 
	margin: 0; 
	padding: 0; 
	width: 905px; 
	height: 108px;
}


/* DIV: TOPNAVIGATION */

div#topnavigation
{
	position: absolute;
	top: 30px; right: 36px;
	width: 30%;
	text-align: right;
	font-size: 10px;
	color:#000000;
}

div#topnavigation a
{
text-decoration:underline;
color: #000000;
} 
 
div#topnavigation a:hover
{
text-decoration:none;
color: #000000;
} 

/* DIV: TOPNAVIGATION 2 */

div#topnavigation2
{
	position: absolute;
	top: 30px; left: 36px;
	width: 70%;
	text-align: left;
	font-size: 10px;
	color:#000000;
}

div#topnavigation2 a
{
text-decoration:underline;
color: #000000;
} 
 
div#topnavigation2 a:hover
{
text-decoration:none;
color: #000000;
} 





/* DIV: content-container */ 

div#content-container
{
	padding: 0 0 0 0;
	float: left; clear: right;
	width: 1100px;
	padding-left:35px;
	padding-right:0px;
}


div#nav-total
{
	float: left; clear: both;
 }

 div#nav2
{
	float: left;
	padding: 50 0 0 5px;
	text-align: left;
 }

/* DIV: Nav */

div#nav
{
	float: left;
	padding: 0 0 0 5px;
	width: 190px;
	text-align: left;
	background-image:url("images/stippel_vert.gif");
 }
 
div#nav a
{
	float: left; clear: left;
	padding: 0 0 0 15px;
	width: 160px;
	color: #000000;
	line-height: 25px;

	font-size:11px;
	text-decoration: none;
	font-weight:bold;
 }

div#nav a:hover
{
	color: #ffcc00;
	text-decoration: underline;
 }

div#nav .menu1
{  
	font-size:9pt;
	font-weight:bold;
 }

div#nav .activemenu1
{  

	font-size:9pt;
	font-weight:bold;
	background: url("images/nav-bullet-active.gif") no-repeat 0px 5px;
	color: #ffcc00;
 }

div#nav .menu2
{  
	padding: 0 0 0 20px;
	font-weight:normal;
 }

div#nav .activemenu2
{
	padding: 0 0 0 20px;
	background: url("images/nav-bullet-active2.gif") no-repeat 0px 5px;
	font-weight:normal;
	font-weight:bold;

 }
 
div#nav .menu3
{  

	padding: 0 0 0 30px;
	font-weight:normal;
 }

div#nav .activemenu3
{
	padding: 0 0 0 30px;
	background: url("images/nav-bullet-active2.gif") no-repeat 10px 5px;
	font-weight:bold;

 }
 
/* Top navigation */

#topnav {left:50px; margin-top:5px; padding-top:5px; position:absolute; bottom:0px; white-space:nowrap; z-index:3; }

.normal
{
color: #ffffff;
background: #7286A5 url("images/tab-left.gif") left -2px no-repeat;
font-weight:bold;
text-decoration: none;
padding-left: 10px;
padding-top: 4px;
margin-right:3px;
}

.normal:hover
{
color: #ffffff;

}

.active
{
color: #ffffff;
background: #E66863 url("images/tab-left-active.gif") left -2px no-repeat;
/*font-weight:bold; nick*/
text-decoration: none;
padding-left: 10px;
padding-top: 4px;
margin-right:3px;
}
.active:hover
{
color: #ffffff;

}


/* DIV: content */

div#content
{
	float: left;
	margin: 0 20px;
	width: 680px;
	text-align: left;
}

h1 {
 color:#000000;
 /*font-variant:small-caps;*/
 font-size:25px;
 font-weight:normal;
 padding-top:22px;
 padding-bottom:12px;  
}

h2 {
 color:#000000;
 /*font-variant:small-caps;*/
 font-size:20px;
 font-weight:bold;
 padding-top:22px;
 padding-bottom:12px;   
}

h3 {
 color:#000000;
 /*font-variant:small-caps;*/
 font-size:16px;
 font-weight:bold;
 padding-top:22px;
 padding-bottom:12px;   
}

/* DIV: footer */

div#footer
{
	clear: left;
	padding: 10px 35px 20px 35px;
	background: url("images/back_content_bottom.gif") no-repeat 0 0; background-position:bottom left;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
 }
 
div#footer a
{
	color: #A5A49C;
}

p { margin: 12 0 0 0px;}


/* mytrack table styles */
table.alternate tr.alternateHeader{
	background-color: #000000;
	color: white;
}
table.alternate thead {
	background-color: #000000;
	color: white;
}

table.alternate tr.alternateRow3 {
	height: 80px;
	background-color: #FFFFFF;
	font-weight:bold;
	color: red;
	font-size:16px;
}

table.alternate tr.alternateRow2 {
	height: 20px;
	background-color: yellow;
}

table.alternate tr.alternateRow1 {
	height: 20px;
	background-color: #ffff8e;
}

table.alternate {
	border-collapse: collapse;
}

table.alternate td,table.alternate th {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

div ul{
	padding: 0 30px
}

div ol{
	padding: 0 30px
}

div#border{
  border-bottom:solid 1px #E4E4E4;
  border-left:solid 1px #E4E4E4;
  border-top:solid 1px #E4E4E4;
  border-right:solid 1px #E4E4E4;
  margin: 0 0 3 0px;
}

div.image{
  float: right;
  vertical-align: top;
  padding: 0 0 10 10px;
}


