/* 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 = #CC3300
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:#CC3300;
	text-decoration:none;
}

a:visited {
	color:#CC3300;
	text-decoration:none;
}

a:hover {
	color:#3399CC;
	text-decoration:none;
}

a:active {
	color:#CC3300;
	text-decoration:none;
}

/* other */
/* used for disabling the language links in the upper left corner */
.orange_link_disabled {
	color:#CC3300;
}

/* 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;
}

/* borderless */
table.borderless {
	border:0px;
	border-collapse:collapse;
    margin-left:19px;
	width:960px;
}

table.borderless th {
	text-align:left;
	font-size:8pt;
	font-weight:bold;
	color:white;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	padding-left:4px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	background-image:url(../../registration/img/th_background.png);
	background-repeat:repeat;
}

table.borderless td {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:4px;
	padding-left:4px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	background-color:#FFFFFF;
}

table.borderless td a:link {
	color:black;
	text-decoration:none;
}

table.borderless td a:visited {
	color:black;
	text-decoration:none;
}

table.borderless td a:hover {
	color:#3399CC;
	text-decoration:none;
}

table.borderless td a:active {
	color:black;
	text-decoration:none;
}




/* end of TABLES ------------------------------------------------------------ */





/* HEADLINES ---------------------------------------------------------------- */

/* registration */
h1 {
	margin-top:0px;
	margin-bottom:10pt;
    margin-left:0px;
	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:8pt;
	font-size:10pt;
	font-weight:bold;
	color:#888888;
    padding-bottom:1px;
	border-bottom:1px solid #888888;
}

/* end of HEADLINES --------------------------------------------------------- */




/* MISCELLANEOUS ------------------------------------------------------------ */

div.yp {
	width:979px;
    margin-left:-19px;
}

div.misc,
div.intro_text {
	width:712px;
    margin-left:-19px;
}

p {
	margin:0px;
	margin-left:19px;
}

p.intro_text {
    margin-bottom:16pt;
}

span.search_result_highlight {
	font-weight:bold;
}

span.search_result,
span.no_search_result,
span.invalid_search_value {
	font-style:italic;
    color:#FF6600;
}


/* end of MISCELLANEOUS ----------------------------------------------------- */
