@charset "utf-8";
/* CSS Document */
html {overflow-y:scroll}
body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	
	margin: 0;
	padding: 0;
	color: #4D4D4D;
}
p, ul { font-size:0.9em }

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	text-align: left;
}
h1 {font-size:1.6em}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 1024px;
	background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
	border:#4d4d4d 1px solid;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background:#fff;
	display: block;
	height: 90px;
	position: relative;
	z-index: 999;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	/* [disabled]padding: 10px 0; */
}

/* ~~ The footer ~~ */
.footer {
	height:61px;
	background: #515151;
	font-size:0.8em;
	display:block;
	clear:both
}
.footer p { color:#fff;text-align:center;line-height:30px	}

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


h1 {
	color:#0F2FBE;
	font-size:1.1em
}
div#maincontent{width:1024px;height:523px;background:url(images/home_globe_bg.jpg);}
div#maincontent p{font-size:13px;float:right; position:relative; right:50px; text-align:left; top:200px; color:#fff; font-weight:bold;line-height:1.4em; width:410px;}
div#maincontent pre{float:right; position:relative; right:50px; text-align:left; top:200px; color:#fff; font-weight:bold;line-height:1.4em; width:410px;}
div#maincontent a{color:#ffffff;}

div#home_globe { width:1024px;height:523px;background:url(images/home_globe_bg.jpg)
}
div#login {margin-left:30px }

div.text_module, div#login{ width:218px;margin-right:30px;margin-top:19px;margin-bottom:27px;display:block;float:left}
div.text_module h1, div#login h1 { font-size:1.0em;border-bottom:#cdd7e1 1px solid;margin:0;padding:0px;padding-bottom:3px }
div.text_module p { font-size:0.8em;margin:0;padding:0px;margin-top:15px}
.text_module span.arrow {font-size:.6em;line-height:0.8em}

div.text_module ul {list-style:none;font-size:0.8em;margin-top:20px}

div#login table {margin-top:5px} 
div#map_text {
	width:522px;
	position:relative;
	top:-700px;
	right:-50px;
	display:block;
	z-index:9;
}
div#map_text h1 {padding:0px;margin-bottom:3px}
div#map_text p {
	border-top:#5F5799 1px solid;
	color:#4D4D4D;
	font-size:0.9em;
	padding-top:15px;
	padding-left:0px
}
#bottomnav ul
{text-align:center;color: #fff; }
ul#bottomnavlist {padding-top:12px}
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
background:url(images/nav_bg.jpg);
border-bottom:#9c0100 3px solid;

}
div#navcontainer {position:relative;z-index:999;height:35px;overflow:hidden}
ul#navlist {
	font-size:15px;
	font-weight: normal;
	width:100%
	height:35px;
}
ul#menu-main-nav{
	font-size:15px;
	font-weight: normal;
	width:100%
	height:35px;
}

#navcontainer ul li, #bottomnav ul li { display: inline;}
#bottomnav ul li a {
	color:#fff;
text-decoration: none;
}
#navcontainer ul li a
{
	padding:0px;
	color:#fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #666;
	border-left: 1px solid #999;
	margin-left:1px;
	height:35px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	line-height:35px;
	font-size:10px;
}

#navcontainer ul li a:hover
{
background: #fefefe;
color: #4d4d4d;

}



td label {font-size:0.6em;}

div#login_button input {float:right}
div#login table tbody tr {height:50px}

input#ctl00_ContentPlaceHolder1_Password, input#ctl00_ContentPlaceHolder1_UserName { width:148px}

.datecolor {color:#FF0018;font-weight:bold}

#text_content {display:block;clear:both;margin:45px;float:left}

#text_content ul {margin-left:50px;margin-bottom:20px}

#text_content  h2 {
	font-size:1.3em;
	color:#0F2FBE
}

/* map css styling */

div#map { width:1024px;height:709px;display:block}

/* START OF CSS FOR MAP */
dl.map.on {
	position:relative;
 width: 1024px;
  height: 709px;
	  background: url(images/world_map.gif) no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
	display:block;
	float:left
	
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:200px;
	padding:4px;
	border:#9C0100 2px solid;
	background:#fff;
/*	-moz-border-radius:8px;
	border-radius:8px;*/
	z-index:81;
	font-size:0.8em;
	color:#4d4d4d;
}
 
dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(images/point.png) no-repeat;
	width:17px;
	height:16px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location:hover {
	background:url(images/point-hover.png) no-repeat 0px 0px;
}


/* START OF CSS FOR MAP POINTS */
dl.map.on a#location01 {
	top:508px;
	left:319px;
}
dl.map.on a#location02 {
	top:369px;
	left:319px;
}
dl.map.on a#location03 {
	top:360px;
	left:250px;
}
dl.map.on a#location04 {
	top:339px;
	left:310px;
}
dl.map.on a#location05 {
	top:460px;
	left:310px;
}
dl.map.on a#location06 {
	top:435px;
	left:340px;
}
dl.map.on a#location07 {
	top:365px;
	left:307px;
}
dl.map.on a#location08 {
	top:243px;
	left:194px;
}
dl.map.on a#location09 {
	top:367px;
	left:276px;
}
dl.map.on a#location10 {
	top:503px;
	left:299px;
}

dl.map.on a#location11 {
	top:382px;
	left:264px;
}

dl.map.on a#location12 {
	left:293px;
	top:363px;
}

dl.map.on a#location13 {
	left:274px;
	top:427px;
}
dl.map.on a#location14 {
	left:252px;
	top:375px;
}
dl.map.on a#location15 {
	left:240px;
	top:374px;
}
dl.map.on a#location16 {
	left:326px;
	top:397px;
}
dl.map.on a#location17 {
	left:216px;
	top:356px;
}
dl.map.on a#location18 {
	left:273px;
	top:393px;
}
dl.map.on a#location19 {
	left:326px;
	top:468px;
}
dl.map.on a#location20 {
	left:284px;
	top:439px;
}
dl.map.on a#location21 {
	left:814px;
	top:382px;
}
dl.map.on a#location22 {
	left:175px;
	top:314px;
}
dl.map.on a#location23 {
	left:311px;
	top:389px;
}
dl.map.on a#location24 {
	left:654px;
	top:316px;
}
dl.map.on a#location25 {
	left:883px;
	top:495px;
}
dl.map.on a#location26 {
	left:613px;
	top:303px;
}
dl.map.on a#location27 {
	left:726px;
	top:348px;
}
dl.map.on a#location28 {
	left:792px;
	top:403px;
}
dl.map.on a#location29 {
	left:784px;
	top:320px;
}
dl.map.on a#location30 {
	left:960px;
	top:461px;
}
dl.map.on a#location31 {
	left:780px;
	top:346px;
}
dl.map.on a#location32 {
	left:695px;
	top:333px;
}
dl.map.on a#location33 {
	left:807px;
	top:418px;
}
dl.map.on a#location34 {
	left:853px;
	top:313px;
}
dl.map.on a#location35 {
	left:659px;
	top:270px;
}
dl.map.on a#location36 {
	left:766px;
	top:362px;
}
dl.map.on a#location37 {
	left:756px;
	top:399px;
}
dl.map.on a#location38 {
	left:678px;
	top:412px;
}
dl.map.on a#location39 {
	left:942px;
	top:532px;
}
dl.map.on a#location40 {
	left:682px;
	top:330px;
}
dl.map.on a#location41 {
	left:764px;
	top:411px;
}
dl.map.on a#location42 {
	left:822px;
	top:310px;
}
dl.map.on a#location43 {
	left:702px;
	top:392px;
}
dl.map.on a#location44 {
	left:807px;
	top:351px;
}
dl.map.on a#location45 {
	left:667px;
	top:305px;
}
dl.map.on a#location46 {
	left:753px;
	top:371px;
}dl.map.on a#location47 {
	left:988px;
	top:484px;
}
dl.map.on a#location48 {
	left:650px;
	top:294px;
}dl.map.on a#location49 {
	left:773px;
	top:382px;
}
dl.map.on a#location50 {
	left:523px;
	top:275px;
}dl.map.on a#location51 {
	left:499px;
	top:264px;
}
dl.map.on a#location52 {
	left:550px;
	top:287px;
}
dl.map.on a#location53 {
	left:528px;
	top:287px;
}
dl.map.on a#location54 {
	left:574px;
	top:320px;
}
dl.map.on a#location55 {
	left:518px;
	top:257px;
}
dl.map.on a#location56 {
	left:510px;
	top:245px;
}
dl.map.on a#location57 {
	left:548px;
	top:236px;
}
dl.map.on a#location58 {
	left:552px;
	top:219px;
}
dl.map.on a#location59 {
	left:489px;
	top:273px;
}
dl.map.on a#location60 {
	left:473px;
	top:314px;
}
dl.map.on a#location61 {
	left:546px;
	top:305px;
}
dl.map.on a#location62 {
	left:538px;
	top:284px;
}
dl.map.on a#location63 {
	left:458px;
	top:255px;
}
dl.map.on a#location64 {
	left:480px;
	top:256px;
}
dl.map.on a#location65 {
	left:518px;
	top:289px;
}
dl.map.on a#location66 {
	left:525px;
	top:309px;
}
dl.map.on a#location67 {
	left:535px;
	top:249px;
}dl.map.on a#location68 {
	left:463px;
	top:305px;
}dl.map.on a#location69 {
	left:730px;
	top:227px;
}
dl.map.on a#location70 {
	left:473px;
	top:299px;
}dl.map.on a#location71 {
	left:526px;
	top:230px;
	
}

/*germany*/
dl.map.on a#location72 {
	left:507px;
	top:265px;
}
dl.map.on a#location73 {
	left:554px;
	top:253px;
}
dl.map.on a#location74 {
	left:600px;
	top:295px;
}
dl.map.on a#location75 {
	left:433px;
	top:209px;
}
dl.map.on a#location76 {
	left:565px;
	top:279px;
}
dl.map.on a#location77 {
	left:501px;
	top:288px;
}
dl.map.on a#location78 {
	left:510px;
	top:226px;
}
dl.map.on a#location79 {
	left:508px;
	top:279px;
}
dl.map.on a#location80 {
	left:567px;
	top:306px;
}dl.map.on a#location81 {
	left:496px;
	top:334px;
}
dl.map.on a#location82 {
	left:527px;
	top:444px;
}
dl.map.on a#location83 {
	left:627px;
	top:347px;
}
dl.map.on a#location84 {
	left:548px;
	top:462px;
}
dl.map.on a#location85 {
	left:521px;
	top:414px;
}
dl.map.on a#location86 {
	left:477px;
	top:390px;
}
dl.map.on a#location87 {
	left:557px;
	top:331px;}
	
	dl.map.on a#location999 {
	left:560px;
	top:262px;
	
}dl.map.on a#location88 {
	left:589px;
	top:369px;
}dl.map.on a#location89 {
	left:573px;
	top:332px;
}
dl.map.on a#location90 {
	left:587px;
	top:408px;
}dl.map.on a#location91 {
	left:611px;
	top:334px;
}dl.map.on a#location92 {
	left:559px;
	top:495px;
}
dl.map.on a#location93 {
	left:608px;
	top:466px;
}dl.map.on a#location94 {
	left:584px;
	top:449px;
}
dl.map.on a#location95 {
	left:631px;
	top:472px;
}dl.map.on a#location96 {
	left:465px;
	top:329px;
}dl.map.on a#location97 {
	left:530px;
	top:475px;
}dl.map.on a#location98 {
	left:505px;
	top:394px;
}dl.map.on a#location99 {
	left:630px;
	top:365px;
}dl.map.on a#location100 {
	left:602px;
	top:344px;
}dl.map.on a#location101 {
	left:450px;
	top:359px;
}dl.map.on a#location102 {
	left:633px;
	top:427px;
}

dl.map.on a#location103 {
	left:538px;
	top:497px;
}
dl.map.on a#location104 {
	left:572px;
	top:374px;
}
dl.map.on a#location105 {
	left:562px;
	top:474px;
}
dl.map.on a#location106 {
	left:585px;
	top:432px;
}
dl.map.on a#location107 {
	left:513px;
	top:314px;
}
dl.map.on a#location108 {
	left:570px;
	top:405px;
}
dl.map.on a#location109 {
	left:561px;
	top:451px;
}
dl.map.on a#location110 {
	left:561px;
	top:463px;
}

dl.map.on ul {list-style:none;padding:10px;padding-top:5px}
dl.map.on dd {padding-top:10px}
dl.map.on span {text-decoration:underline;font-weight:bold;padding-left:10px;padding-top:10px}
.content {display:block;clear:both}
h3{font-style:italic}
ul#mediacontact {list-style:none;padding:0;margin:15px;margin-bottom:30px}
#tagline {
	float:left;
	display:block;
	clear:right;
	margin-left:50px;
	position:relative;
	bottom:28px;
	color:#09198A;
}
#divisiontext {
	color:#9C0100;
	font-size:9pt;
	display:block;
	float:left;
	clear:left;
	margin-left:115px;
	font-style:italic
}





ul.menu {list-style:none; margin:0; padding:0;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
background:url(images/nav_bg.jpg);
border-bottom:#9c0100 3px solid;
position:relative;
z-index:99}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#fff; text-decoration:none;
}
ul.menu a:hover {color:#000; text-decoration:none}

ul.menu li {position:relative; float:left; margin-right:0px}
ul.menu ul {position:absolute; top:26px; left:0; background:#d1d1d1; display:none; list-style:none}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:auto; margin:0}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#d1d1d1}
ul.menu ul li a:hover {background-color:#c5c5c5}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {	padding:0px;
	color:#fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #666;
	border-left: 1px solid #999;
	margin-left:1px;
	height:35px;
	padding-left:9px;
	padding-right:9px;
	text-align:center;
	line-height:35px;
	font-size:0.7em;width:auto}
ul.menu .menulink:hover, ul.menu .menuhover {background-color:white;color:#000}
ul.menu .sub {background:#d1d1d1 url(images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}

.article2pdf_link{background-image:url(http://tarifica.com/images/reader_sm.png no-repeat);}

#text_content { min-height: 550px; font-size: 13px; line-height: 150%; float: left !important; position: relative; width: 670px; padding: 20px; margin: 10px 0 !important; border-right: 1px solid #e2e2e2;}
  #text_content h2 { font-size: 17px; padding: 0 !important; margin: 0 !important; padding-bottom: 15px !important;}
  #text_content p { padding: 0 !important; margin: 0 !important; padding-bottom: 5px !important; }
  #text_content .contentpost { border-bottom: 1px solid #e2e2e2; padding-bottom: 15px; margin-bottom: 15px;}
  #sidebar { position: relative; margin: 10px 0 !important; width: 280px; padding: 15px; float: right;}
 	#sidebar h2 { padding: 5px !important; margin: 0 !important; color: #000; font-size: 17px; background: #e2e2e2;}
  #sidebar ul { padding: 0; margin: 0; list-style: none;}
  #sidebar ul li { padding: 6px 0; margin-bottom: 15px; border-bottom: 1px solid #e2e2e2;}
  #sidebar ul li ul li { padding: 0; border-bottom: 1px dotted #e2e2e2;}
  .sidebar { padding: 0 !important; margin: 0 !important;}
  #sidebar a { text-decoration: none;}
  #searchform { border: 0; margin-top:15px !important; margin-bottom:15px !important;}
  .screen-reader-text { font-size: 12px;}
  #s { padding: 5px !important; border: 1px solid #000 !important; width: 180px !important; }
  
  
  table { border: 1px solid #c5c5c5;  padding: 10px; background: #e2e2e2; font-size: 12px;}
table td { border: 0;  padding: 5px 10px; vertical-align: middle !important; text-align: left; }
table td h3 { display: table-cell; vertical-align: middle !important; color:#000;}
table td strong {color:#000;}
.oddtr { background: #EFF1F1; }
.eventr {	background: #F8F8F8; }
#headertable { background: #595959; color: #fff;}

