/* CSS Document for screen*/

/************
generic styles
************/
body {
	font-family: arial, Helvetica, sans-serif;
	font-size: 70%; /* initially set to percentage so that ems work without producing miniscule text in IE */
	text-align: left; /* needed to center the container in IE5.x because it doesn't like 'margin: 0 auto' */
	color: #000000;
	background: #ffffff; /* defines the colour as well as the background image so that an average colour is shown while the image loads */
	padding: 1em 0 0 1em;
	margin: 0;
}
a	{
	text-decoration: none;
	font-weight: bold;
	color:  #009966;
}
a:hover	{
	color: #006600;
}
a:visited	{
	/*--color: #666666;*/
	/*color: #009900;*/
	color: #A0A422;
}
a.black	{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
h1 {
	font-size: 3em;
	font-weight: bold;
	font-style: italic;
	text-align: justify;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
}
h4	{
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}
table	{
	padding: 1em;
	}
.imageleft	{
	float: left;
	border: none;
	padding: 1em;
	}
.imageright	{
	float: right;
	border: none;
	padding: 1em;
	}
.imagemiddle	{
	border: none;
	padding: 1em;
	vertical-align: middle;
	}
.mainpage	{
	padding: 1em 1em 1em 1em;
	}

/**************
styles for loginbuttons
**************/

.br {display:none;}  
.loginbutton {
	float: right;
	margin:10px 10px 0px 0px;
	padding: 3px;
	background: transparent url(graphics/login_button.gif);
	background-repeat: no-repeat;
	z-index: 100;
	height:20px;
	border:solid 0px #000;
	width:200px;
	color:#333;
	font:1.1em  arial, Helvetica, sans-serif ;
	text-align: center;
 }
.loginbutton a	{
 	color: #666;
	}
.loginbutton a:hover	{
 	color: #000;
	}

/************
two column layout for main part
************/
#wrapper {
	width: 60em;
	margin: 0 0;
	text-align: left;
	border-right: 1px none #666633;
	background-image: url(graphics/right_side.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#header {
	background-color: #009966;
	width: 99.9%;
	height: 9.7em;
	font-size: 0.8em;
	color: #666666;
	text-align: left;
}
#content {
	width: 100%;
	border: 1px none black;
	text-align: left;
	padding: 0 0 0 0;
	background: url('bg_trans.gif') top left;
	background-repeat: repeat;
	vertical-align: top;
	clear: both;
}
#sidebar {
	float: left;
	width: 20%;
	margin:0;
	padding:0;
	border-right: 1px none #666666;
}
#sidebar-content {
	margin:0;
	padding: 0.5em 1em;
	font-size: 1em;
	border: 1px none #000000;
}
#main {
	margin:0 0 0 20%;
	padding:0;
	margin: 0 0 0 20%;
	border-left: 1px solid #009966;
}
#main-content {
	margin: 1em;
	padding: 0.5em 4.5em 0.5em 0.5em;
	font-size: 1em;
	border: 1px none #000000;
	z-index: 200;
}
hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
}
#footer {
	clear: both;
	font-size: 0.8em;
	color: #666666;
	padding: 2em 0 0 0;
	border-bottom: 1px none #666633;
	background-image: url(graphics/right_side.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
}
#footer_mail a	{
	float: left;
	color: #009966;
	font-size: 10px;
	}
#bottomline	{
	clear: both;
	position: relative;
	}
.clearing {
	height: 0;
	clear: both;
	visibility: hidden;
}
#logo	{
	width: 31.5em;
	height: 9.7em;
	background-color: #ffffff;
 	background-image: url(graphics/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	vertical-align: middle;
}
#address	{
	width: 12.5em;
	height: 9em;
	float: left;
	background-color: #009966;
	padding: 0.5em 0 0 0.5em;
	}
#login	{
	width: 15em;
	height: 9em;
	float: left;
	background-color: #009966;
	padding: 1em 1em 0 0 ;
	}
/* the news box */
#news{
	width:120px;
	border:1px none #000;
	text-align: center;
	padding: 1.5em 0 0.5em 0;
}


/************
menu styles
************/

/*left menu*/
#button {
	width: 120px;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	background-color: ;
	color: #b0b0b0;
	font-size: 0.6em;
	overflow: hidden;
}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
}
#button li {
		border-top: 1px solid #666666;
		margin: 0;
}
#button li a {
		display: block;
		padding: 5px 5px 5px 5px;
		border-left: 5px solid #fff;
		border-right: 5px solid #fff;
		background-color: #fff;
		color: #666666;
		text-decoration: none;
		width: 100%;
}
html>body #button li a {
		width: auto;
}
#button li a:hover {
		border-left: 5px solid #009966;
		border-right: 5px solid #009966;
		background-color: #fff;
		color: #000;
}

/*styles for the top menu. edit with care*/
#nav	{
	clear: both;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: #000;
	font-size: 1em;
}
#nav a {
	text-decoration: none;
}
#nav li li a {
	display: block;
	font-weight: normal;
	color: #666;
	padding: 0.2em 10px;
}
#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #009966;
	border-width: 0 5px;
	color: #000;
}
li {
	float: left;
	position: relative;
	width: 14.8em;
	text-align: center;
	cursor: default;
	background-color: #009966;
	border-top: 0.2em solid #ffffff;
	border-right: 0.2em solid #ffffff;
}
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: url(graphics/ddbg3.gif) bottom left no-repeat;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #7d6340;
}
/*li>ul {
	top: auto;
	left: auto;
}*/
li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
li:hover ul, li.over ul {
	display: block;
}


#penguin_menu	{
	position: relative;
	background-image: url(graphics/penguin_off.jpg);
	height: 100px;
	width: 100%;
	background-repeat: no-repeat;
	float: right;
	border: 1px none #000000;
	background-position: right bottom;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	}
#images a {
  position: absolute;
  height: 100px;
  width: 160px;
  text-decoration: none;
  }
#images a i { visibility: hidden; }

a#penguin { 
	right: 0px;
	top: 0px;
	}
a#penguin:hover { 
	background-image: url(graphics/penguin_on.jpg);
	}	
a#penguin:hover	{
	border: none;
	}
	
#europe	{
	position: relative;
	background-image: url(graphics/europe_color.jpg);
	height: 120px;
	width: 120px;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	z-index: 1;
	padding: 0 0 1em 0;
	}
#mapimages a {
  position: absolute;
  height: 120px;
  width: 120px;
  text-decoration: none;
  }
#mapimages a i { visibility: hidden; }
a#map	{
	position: absolute;
	width: 120px;
	height: 120px;
	left: 0px;
	top: 0px;
	}
a#map:hover { 
	background-image: url(graphics/europe_faded.jpg);
	}
a#map:hover	{
	border: none;
	}
/*for all "components" pages*/
#components	{
	float: right;
	border: 1px solid #009966;
	width: 20em;
	padding: 1em;
	font-weight: normal;
	font-size: 0.8em;
	color: #666;
	margin: 5px;
	}
#components2	{
	float: left;
	border: 1px solid #009966;
	width: 20em;
	padding: 1em;
	font-weight: normal;
	font-size: 0.8em;
	color: #666;
	margin: 5px;
	}
#components3	{
	float: left;
	border: 1px solid #009966;
	width: 13em;
	padding: 1em;
	font-weight: normal;
	font-size: 0.8em;
	color: #666;
	margin: 5px;
	}	
	
.green, a.green	{
color: #708847;
}
.red, a.red	{
color: #eb2a24;
}
.blue, a.blue	{
color: #483f99;
}
.yellow, a.yellow	{
color: #ebfe12;
}
.small	{
font-size: 0.8em;
color: #666666;
}
.small_about	{
font-size: 0.8em;
color: #666666;
float: right;
padding: 1em;
}
.imagemap	{
	position: absolute;
	left: 100px;
	top: 0px;
	z-index: 100;	
		}
.frame	{
	position: absolute;
	left: 10px;
	top: 440px;
	z-index: 1;
	background-image: url(graphics/frame2.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 420px;
	height: 100px;
	border: 1px solid green;
	padding: 5px;
		}
img {
	padding: 1em;
}
