@charset "UTF-8";
/* CSS Document */

/* ----------Eric Meyer Reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* --------end Eric Meyer reset */

/* --------begin CEP specific content */
html {height:100%;}	
body {
	background: #BBB;
	background-image:url(/images/cep_back.png);
	background-position: left;
	background-repeat: repeat-y;
	color: #000000;
	text-align : left;
	height:100%;
	}
#body {
	/*padding:10px;*/
	padding-bottom:50px;   /* Height of the footer */
	}
#container {
	position : relative;
	float:left;
	min-height:100%;
	margin : 0 auto 0 50px;
	text-align : left;
	width : 500px;
	}
#top {
	width:500px;
	height: 60px;
	padding: 0 11px 0 11px;
	margin-left:auto;
	margin-right:auto;
	background-color:#222;
	}
#top h1 a {
	width:125px;
	height:75px;
	display:block;
	background:url(../images/cep_topLogo.png) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	left:10px;
	}
#content_main {
	width : 460px;
	min-height: 50%;
	/*min-height:100%;*/
	float: left;
	padding: 30px 30px 60px 30px;
	font-family: inherit;	/*background-color:#FFFFFF;*/
	/*border-right:1px #000 solid;
	border-left:1px #000 solid;*/
	}
#content_sub {
	width : 200px;
	position:fixed;
	top:25px;
	left:600px;
	padding: 36px 10px 36px 10px;
	}
* html div#content_sub  {
	width: 200px;
	top: 38px;
	left:600px;
	position:absolute;
	padding: 36px 10px 36px 10px;
	}
#footer {
	width:760px;
	height: 50px;
	float: left;
	background-color:#000;
	position:absolute;
	bottom:0;
	}

/* Typography styles */
body { font-size : 12px; font-family: Arial, Helvetica, sans-serif; line-height : 18px; } 

/* Headings */
h1 { font-size : 30px; line-height : 36px; padding : 0 0 18px 0; font-weight : normal; text-transform : uppercase; }
h2 { font-size : 16px;	line-height : 18px;	padding : 2px 0 0 5px;	margin-left:-5px;	font-weight : bold;	text-transform : uppercase;	background-color:#666;	color:#FFFFFF;}
h3 { font-size : 14px; line-height : 18px; font-weight : bold; margin-top:18px; }
h4 { font-size : 12px; font-weight : bold; font-weight : normal; text-transform : uppercase; }
h5 { font-size : 12px; font-weight : bold; font-weight : normal; text-transform : uppercase; }
h6 { font-size : 12px; font-weight : normal; line-height : 18px; padding : 2px 0 0 5px; background-color:#999999; color:#FFFFFF; border-bottom:#000000 solid 1px; border-top:#000000 solid 1px;}
h7 { font-size : 14px; line-height : 18px; font-weight : normal; margin-top:18px; text-transform : uppercase; color:#FFFFFF; }

/* Paragraphs */
p {
	margin : 0 0 9px 0;
	text-align: left;
	font-family: inherit;
}
.caption {
	text-align: left;
	font-size : 0.75em;
	line-height : 1em;
	/*margin-left: 150px;*/
	margin-bottom:18px;
	margin-top:-9px;
	padding: 5px;
	background:#333;
	color:#FFF;
	}
.tight {
	float:left;
	margin: 0 18px 0 0;
	padding: 0;
	border:0;
	}
.tight_right {
	float:right;
	margin: 0 0 0 18px;
	padding:0;
	border:0;
	}
.inlineEmp {
	font-weight:bold;
	}

h1 + p { font-weight : bold;}
/*h1 + h2 {margin-top:-18px;}*/
h2 + p { margin-top: 18px;}
p + h2 { margin-top: 36px;}
h3 + p { margin-top: 9px;}
h3 + h4 {margin-top: 0;}
h3 + ul {margin-top: 9px;}
#content_sub p { /*font-size : .8333em; line-height : 1.44em;*/ margin-bottom:0; color:#333333;}
#content_sub h2 { font-size : .9em; line-height : 1.44em; margin-bottom:18px;}
#content_sub p + h2 { margin-top: 9px;}
#content_sub h2 + p { margin-bottom: 0px;}
#content_sub ul { margin-bottom: 36px;}
#content_main ol { 	margin: 9px 0 0 0; padding: 0;	}
#content_main ol li {  text-align:left; margin-left:1.5em; margin-bottom:9px; list-style-type:decimal;}
#content_main ul { 	margin: 9px 0 0 0; padding: 0;	}
#content_main ul li {  text-align:left; margin-left:1.5em; margin-bottom:9px; list-style-type: square;}

/* Links */
a, a:visited { color : #666; font-weight : bold; text-decoration:none;}
a:hover, a:active, a:focus {
	/*background-color : #C00;*/
	color : #CC0000;
	text-decoration : none;
} 
#content_sub a:active, a:focus, a:visited {
	color : #666;
	text-decoration : none;
	}
#content_sub a:hover{
	color : #000;
	text-decoration : none;
	}
#footer p{
	color:#FFFFFF;
	font-weight:normal;
	margin: 9px 20px 0 20px;
	}
#footer h6 + p {margin-top:4px}

/* selectors */
/*a[href*=".pdf"]:after {
	content: url(/pdficonTiny.png);
	position: relative;
	top: 2px;
	left: 5px;
	}*/
#footer a[rel="self"] {
	display : block;
	float:right;
	width : 40px;
	height : 40px;
	position: relative;
	top : -20px; right : -20px;
	background : url("/images/cep_footerLogo.png") no-repeat;
	text-indent : -9999px;
	}

/*make the top menu*/
/*English menu*/
#top_menu {
	width: 350px; height: 25px;
	background-color:#00CC33;
	background: url(/images/cep_topButtons.png);
	margin: 25px 0 0 0; padding: 0;
	position: relative;
	float:right;
	}
#top_menu li { margin: 0; padding: 0; list-style: none;	position: absolute; top: 0;}
#top_menu li, #top_menu a { height: 25px; display: block;}

#panel1b {left: 0; width: 60px; /*background-color:#0000FF;*/}
#panel2b {left: 60px; width: 64px; /*background-color:#0033FF;*/}
#panel3b {left: 124px; width: 100px; /*background-color:#0066FF;*/}
#panel4b {left: 224px; width: 126px; /*background-color:#0099FF;*/}

#panel1b a:hover {background: transparent url(/images/cep_topButtons.png) 0 -25px no-repeat;}
#panel2b a:hover {background: transparent url(/images/cep_topButtons.png) -60px -25px no-repeat;}
#panel3b a:hover {background: transparent url(/images/cep_topButtons.png) -124px -25px no-repeat;}
#panel4b a:hover {background: transparent url(/images/cep_topButtons.png) -224px -25px no-repeat;}

#panel1b a:active {background: transparent url(/images/cep_topButtons.png) 0 -50px no-repeat;}
#panel2b a:active {background: transparent url(/images/cep_topButtons.png) -60px -50px no-repeat;}
#panel3b a:active {background: transparent url(/images/cep_topButtons.png) -124px -50px no-repeat;}
#panel4b a:active {background: transparent url(/images/cep_topButtons.png) -224px -50px no-repeat;}

#panel1b a.selected {background: transparent url(/images/cep_topButtons.png) 0 -75px no-repeat;}
#panel2b a.selected {background: transparent url(/images/cep_topButtons.png) -60px -75px no-repeat;}
#panel3b a.selected {background: transparent url(/images/cep_topButtons.png) -124px -75px no-repeat;}
#panel4b a.selected {background: transparent url(/images/cep_topButtons.png) -224px -75px no-repeat;}

#top_menu li a {overflow:hidden; text-indent:-9999px;}

/*German menu*/
#top_menu_D {
	width: 350px; height: 25px;
	background-color:#00CC33;
	background: url(/images/cep_topButtons_D.png);
	margin: 25px 0 0 0; padding: 0;
	position: relative;
	float:right;
	}
#top_menu_D li { margin: 0; padding: 0; list-style: none;	position: absolute; top: 0;}
#top_menu_D li, #top_menu_D a { height: 25px; display: block;}

#panel1b_D {left: 0; width: 56px; /*background-color:#0000FF;*/}
#panel2b_D {left: 56px; width: 77px; /*background-color:#0033FF;*/}
#panel3b_D {left: 133px; width: 96px; /*background-color:#0066FF;*/}
#panel4b_D {left: 229px; width: 126px; /*background-color:#0099FF;*/}

#panel1b_D a:hover {background: transparent url(/images/cep_topButtons_D.png) 0 -25px no-repeat;}
#panel2b_D a:hover {background: transparent url(/images/cep_topButtons_D.png) -56px -25px no-repeat;}
#panel3b_D a:hover {background: transparent url(/images/cep_topButtons_D.png) -133px -25px no-repeat;}
#panel4b_D a:hover {background: transparent url(/images/cep_topButtons_D.png) -229px -25px no-repeat;}

#panel1b_D a:active {background: transparent url(/images/cep_topButtons_D.png) 0 -50px no-repeat;}
#panel2b_D a:active {background: transparent url(/images/cep_topButtons_D.png) -56px -50px no-repeat;}
#panel3b_D a:active {background: transparent url(/images/cep_topButtons_D.png) -133px -50px no-repeat;}
#panel4b_D a:active {background: transparent url(/images/cep_topButtons_D.png) -229px -50px no-repeat;}

#panel1b_D a.selected {background: transparent url(/images/cep_topButtons_D.png) 0 -75px no-repeat;}
#panel2b_D a.selected {background: transparent url(/images/cep_topButtons_D.png) -56px -75px no-repeat;}
#panel3b_D a.selected {background: transparent url(/images/cep_topButtons_D.png) -133px -75px no-repeat;}
#panel4b_D a.selected {background: transparent url(/images/cep_topButtons_D.png) -229px -75px no-repeat;}

#top_menu_D li a {overflow:hidden; text-indent:-9999px;}

