@charset "UTF-8";

/* Specific pages */

/* dvd toolkit download positioning */



/* dvd toolkit download positioning */

tr  {font-size: 12px !important; }

td {border: 1px solid white;}

#home #textHolder {background-color:#9CCAE6; }

#climate #textHolder {background-color:#D1E26D; }

#trade #textHolder {background-color:#EEA9C7; }

#rights #textHolder {background-color:#F9B461; }

#flashHolder {position: relative; margin-left: -20px; z-index:0; }

* html  #flashHolder {position: absolute; margin-left:-41px;  }

#logoHolder {position: absolute;z-index:1; }

#glHomeLogo {margin-top: 40px; }

#menuHolder {margin-top: 100px;}

* html glMasterEU {margin-left: 20px;}


/* General page */

a {color: #0000FF; text-decoration: underline;}
a:hover {color:#FF0000; text-decoration: none;}
a:visited {color: #0000FF; text-decoration: underline;}



#dvd {position:relative; display: block; width: 100px; z-index:10; left: 666px; top: 310px; font-size: 11px; text-decoration:none; color: black; font-weight: bold;}



* html #dvd {position:relative; z-index:10; left: 666px; top: 296px; font-size: 11px; text-decoration:none; color: black}

html>body #dvd {position:relative; z-index:10; left: 666px; *top: 300px; font-size: 11px; text-decoration:none; color: black}

#dvd a {text-decoration:none; color: #333333; }

#dvd a:link {text-decoration:none; color: #333333; }
#dvd a:hover {text-decoration:none; color: red; }




.czech {margin-left: 0px !important; display: block;}

* html .czech {margin-left: 5px !important; display: block;}

.german {margin-left:3px; margin-top: 0px ; display: block; }

* html .german {margin-left: 7px !important; margin-top: 0px ;}

.english  {margin-left:-3px; margin-top: -20px ; }

* html .english  {margin-left:0px;  }

html>body .english  {margin-left:-1px;  }

.polish  {margin-left:0px; margin-top: -20px ; }

html>body .polish  {margin-left:0px; margin-top: 0px ; }

.slovak  {margin-left:-5px; margin-top: -20px ; }
* html .slovak  {margin-left:0px; margin-top: -20px ; }

html>body .slovak  {margin-left:0px; margin-top: -20px ; }

.thai  {margin-left:5px; margin-top: -20px ; }





#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0px 15px 0px;
	font-family:Arial, Helvetica, sans-serif;
	
	
}
#sidebar ul { margin-left: -40px; list-style:none; width: 200px;}

* html #sidebar ul {margin-left: 0px; list-style:none; width: 200px;}

html>body #sidebar ul {*margin-left: 0px; list-style:none; width:200px;}

#sidebar li {font-size: 14px; line-height: 28px !important; font-weight:bold;}

#sidebar li ul li {font-size: 12px; line-height: 30px !important;font-weight:normal; margin-left: 5px;}

#sidebar a {text-decoration: none;  height: 60px;  padding: 5px; color: #333E36;}

#sidebar li a:hover {color: #303031; background-image:url(../images/buttons/orange_button.gif); background-repeat:no-repeat; background-position:left; overflow:visible;}

#textHolder {position: relative; padding: 10px;  margin-bottom: 20px;  margin-left: 0px;margin-right: 0px;  }

* html #textHolder {position: relative ;padding: 10px;  margin-bottom: 20px; margin-top: 305px; margin-right: 18px;   }

#textHolder h2 {font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}

#textHolder p, #textHolder li {font-size:12px; font-family:Arial, Helvetica, sans-serif; line-height:16px; margin-bottom: 10px;}

.twoColFixLt #mainContent { 
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	
} 
*html .fltlft { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	position: relative;
}

*html .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	position: relative;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right; 
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#pageHeader {margin-left: 70px; margin-top: 40px;}

img {border: none !important}

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/general/tile.gif);
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #eeeeee;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 20px 20px 20px;
}

* html #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #eeeeee;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 0px 20px 20px;
}

/* Home */


#glHomeMenu li {
	float: left; 
	margin-right: 15px; 
	list-style:none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	font-weight: bold;
	text-decoration:none;}
	
	
#glHomeMenu li a {text-decoration:none; height: 50px;  padding: 3px;}	

#glHomeMenu li a {color: #303031;height: 50px;}
#glHomeMenu li a:link {color: #303031;}
#glHomeMenu li a: visited {color: #303031;}
#glHomeMenu li a:hover {color: #303031; background-image:url(../images/buttons/orange_button.gif); background-repeat:no-repeat; background-position:center; overflow:visible;}
#glHomeMenu li a:active {color: black;}	

#glHomeMenu { height: 30px; width: 100%; margin-left: 0px; margin-bottom: 20px;}

* html #glHomeMenu { height: 30px; width: 100%; margin-left:5px; margin-bottom: 20px;}

#glHomeLogoLinks img {margin: 16px;}

#glImages {margin-left: 20px;}

#glHomeLogoLinks {border-bottom: 1px solid gray; width: 780px;}

#glHomeEU  { margin: 10px 0px; padding: 0px; margin-bottom: 20px; width: 780px; }

#glHomeEU img {float: left; margin-bottom: 10px; margin-right: 10px; margin-left: 37px;}

#glHomeEU p {font-size: 9px}
 
#glMasterEU  { margin-left: 0px !important;}

#footerNav { margin:0; padding-left:20px; align: left;}


#footerNav li {float: left; font-size: 9px; list-style: none;}

#footerNav a {text-decoration:none; color:#000000;}

