/* ENX colors ------------------------------------------------------------------

ENX blue (from the ENX logo in Stefan's header graphic enx_04.gif)
HTML = #3E75B9
RGB = 58, 117, 185

ENX blue dark gradient (from Stefan's header graphic enx_04.gif)
HTML = #417BBE
RGB = 65, 123, 190

ENX blue light gradient (from Stefan's header graphic enx_04.gif)
HTML = #789ADO
RGB = 120, 154, 208

ENX orange (from the box in Stefan's header, brighter)
HTML = #FF6600
RGB = 255, 102, 0

ENX orange (from the ENX logo in Stefan's header graphic enx_04.gif, darker)
HTML = #D27035
RGB = 210, 112, 53

ENX orange (from Stefan's Links)
HTML = #F29400
RGB = 204, 51, 0

old "ENX-Blue"
HTNL = #1F60A9

-- end of ENX colors -------------------------------------------------------- */





/* BODY --------------------------------------------------------------------- */

body {
	/* the text "Das Kommunikationsnetzwerk der europaeischen Automobil-
	industrie" begins 19px from the left margin of the graphic enx_04.gif */
	margin-top:0px;
	margin-bottom:0px;
	margin-left:19px;
	margin-right:0px;
	background-color:#FFFFFF;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:8pt; 	/* overwrite Stefan's px settings */
	text-align:justify;
}

/* end of BODY -------------------------------------------------------------- */



/* LINKS -------------------------------------------------------------------- */

/* general */
a:link {
	color:#F29400;
	text-decoration:none;
}

a:visited {
	color:#F29400;
	text-decoration:none;
}

a:hover {
	color:#3399CC;
	text-decoration:none;
}

a:active {
	color:#F29400;
	text-decoration:none;
}

/* other */
/* used for disabling the language links in the upper left corner */
.orange_link_disabled {
	color:#F29400;
}

/* don't show any link color changes with internal anchors */
a.internal_anchor_name:link,
a.internal_anchor_name:visited,
a.internal_anchor_name:hover,
a.internal_anchor_name:active {
	color:black;
}

/* end of LINKS ------------------------------------------------------------- */



/* TABLES ------------------------------------------------------------------- */

/* general */
table {
	border-collapse:collapse;
	border:0px;
    margin:0px;
}

table.td {
	padding:0px;
}

/* main navigation/header */
table.navigation {
	margin-left:-19px;
}

table.main_overview {
	margin-left:19px;
    margin-bottom:32pt;
}

table.main_overview td {
	padding-right:5px;
}

/* end of TABLES ------------------------------------------------------------ */





/* HEADLINES ---------------------------------------------------------------- */

/* registration */
h1 {
	margin-top:0px;
	margin-bottom:10pt;
    margin-left:19px;
	font-size:18pt;
	font-weight:bold;
	color:#888888; /* grey */
}

h2 {
	padding-left:19px; /* text-indent:19px; */
	margin:0px;
	margin-top:0pt;
	margin-bottom:16pt;
	font-size:12pt;
	font-weight:bold;
	color:#888888; /* grey */
    padding-bottom:1px;
	border-bottom:1px solid #888888;
}

h3 {
	padding-left:19px; /* text-indent:19px; */
	margin-top:0pt;
	margin-bottom:0pt;
	font-size:10pt;
	font-weight:bold;
	color:#888888;
    padding-bottom:1px;
	border-bottom:1px solid #888888;
}

/* end of HEADLINES --------------------------------------------------------- */




/* MISCELLANEOUS ------------------------------------------------------------ */

div.faq {
	width:718px;
    margin-left:-19px;
}

p {
	margin:0px;
    margin-left:19px;
}

p a:hover {
	text-decoration:underline;
}

p.single_chapter_overview {
	margin-bottom:32pt;
}

p.multi_chapter_overview {
	margin-bottom:8pt;
}

p.available_faq_translations {
	text-align:right;
	font-size:7pt;
	margin-bottom:8pt;
}

p.faq_answer {
	margin-bottom:8pt;
}

p.inner_faq_navigation {
	margin-bottom:32pt;
}

p.chapter_flipping {
	margin-bottom:24pt;
}

/* end of MISCELLANEOUS ----------------------------------------------------- */
