.PorscheStyle
{
  background-color: #e9e9e9;
  margin: 0px;
}

img
{
	border: none;
}

table, tr, td
{
  background-color: #FFFFFF;
  color: #737373;
  font-family: Tahoma;
}

a 
{
  color: #737373;
  font-family: Tahoma;
}

a:hover
{
  color: #FF0000;
  text-decoration: underline;
}

.page 
{
  width: 996px;
  background-color: #FFFFFF;
  background-image: url(../../themes/images/background.gif);
  background-repeat: no-repeat;
  position: relative; 
  color: #737373;
  font-family: Tahoma;
}

.page h1
{
	position: absolute;
}

.page .navigation
{
  border-style: solid;
	border-color: #CECECE;
	border-width: 1px;	
	border-bottom: 0px;
}

.logo 
{
  float: left;
}

.content 
{
  height: 645px;
  min-height: 498px;
  padding: 0px 0px 0px 248px; /*Dit plaatst de tekst verder naar rechts, waardoor hij op een gegeven moment onder de introimage moet komen*/
}

.introimage 
{
  float: left;
  margin-left: -24px; /*Dit plaatst het introimage een stukje terug naar links*/
}

.innerContent
{
}

/*Nieuw Menu - hoofdnode*/
.navMenu
{
	position: absolute;
  top: 128;
  width: 223px;
  color: #737373;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

.navNode
{
  padding: 5px 19px 5px 24px;
  width: 100%;
  border-bottom: 1px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-style: solid;
  border-color: #CECECE;
}

.navigationChapter
{
  background-color: #FFFFFF;
}

/*Nieuw Menu - level1*/
.navNodeLevel1
{
  position: absolute;
	left: 224px;
}

.navNodeLevel2
{
  position: absolute;
	left: 448px;
}

#sub1nav356, #sub2nav11 { 
	top: 0px;
}

#sub1nav911, #sub2nav15, #sub2nav12 {
  top: 25px;
}

#sub1nav914, #sub2nav16, #sub2nav13 {
  top: 50px;
}

#sub1nav944, #sub2nav17, #sub2nav14, #sub2nav31 {
  top: 75px;
}

#sub1nav959, #sub2nav18, #sub2nav32 {
  top: 100px;
}

#sub1nav968, #sub2nav19 {
  top: 125px;
}

#sub1nav986, #sub2nav20 {
  top: 150px;
}

#sub1navCay, #sub2nav21 {
  top: 175px;
}

#sub1navGT, #sub2nav22 {
  top: 200px;
}

#sub2nav23 {
  top: 225px;
}

#sub2nav24 {
  top: 250px;
}

#sub2nav25 {
  top: 275px;
}

.navSubMenu
{
	visibility: hidden;
	width: 223px;
	color: #737373;
	filter: alpha(opacity=90);
}

.navigationChapterMore
{
  background-image: url(../../themes/images/arrow-gray.gif);
  background-repeat: no-repeat;
  background-position-x: 210px;
  background-position-y: 8px;
}

.navigationChapterMore:hover
{
  background-image: url("../../themes/images/arrow-red.gif");
}

.footer 
{
  font-size: 10px;
  text-align: right;
  padding-right: 3px;
}