/* general properties */
body,h1,h2,h3 {
	background-color:#414141;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#ffffff;
	margin:10px;
	text-align:left;
}


/* headings */
h1,h2,h3 {
	font-size:14pt;
	color:#ff6600;
	text-align:center;
}

h3 {
	color:#ffffff;
}


/* links */
a:link,a:active,a:visited  {
	color:#ff6600;
}

a:hover {
	color:#ca3406;
}


/* misc */
hr {
 color:#5D5D5D;
}

img,table {
	border:none
}


/* for-/backward subnavigation */
.forward,.backward {
	position:absolute;
	bottom:7px;
	vertical-align:middle;
}

.forward {
	right:7px;
}

.backward {
	left:7px
}


/* header and content area */
.header,.content,.smalltable,.timeline {
	float:left;
	border:2px solid;
	border-color:#303030;
	position:absolute;
}

.header {
	top:2px;
	border-bottom:0px;
	height:73px;
	width:761px;
}

.content {
	height:370px;
	bottom:2px;
	width:761px;
}


/* subnavigation */
.smalltable,.timeline {
	background-color:#5D5D5D;
	font-size:10pt;
}

.smalltable {
	float:right;
	position:relative;
}

.timeline {
	vertical-align:middle;
	bottom:7px;
}


/* tab-navigation in the header & header bg images*/
.header_img {
	width:740px;
	height:30px;
	position:absolute;
	top:43px;
	z-index:1;
}

.header_banner,.header_banner_image {
	width:700px;
	height:45px;
	position:absolute;
	top:0px;
	right:2px;
	z-index:0;
}

.header_banner_image {
	background-image:url(_images/img/logo.gif);
	background-repeat:no-repeat;
}

.header_txt {
	width:740px;
	height:30px;
	position:absolute;
	top:51px;
	z-index:4;
}

#tab {
	position:relative;
	width:110px;
	height:30px;
}
