/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 0;
	padding: 0px;
	background: #000000;
	font-size: 16px;
	width: 99%;
	height: 99%;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	overflow: auto;
}
.Seitenbeschreibung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	text-transform: lowercase;
	color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	position: relative;
	height: 15%;
	width: 100%;
}
.seitenschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
}
.google_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #09F;
}
.google_red {
	color: #F00;
}


/************* globalNav styles ****************/


#globalLink{
	height: 30px;
	padding: 0px;
	z-index: 100;
	overflow: auto;
	margin-top: 5px;
}


a.glink, a.glink:visited{
	font-size: 16px;
	color: #CCCCCC;
	margin: 0px;
	padding: 4px 15px 4px 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

a.glink:hover{
	text-decoration: none;
	color: #FF9900;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	visibility: visible;
	color: #FF9900;
	z-index: 100;
	overflow: auto;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 14px;
	color: #A6CAF0;
	text-decoration: none;
	font-weight: bold;
}

.subglobalNav a:hover{
	color: #FF9900;
	text-decoration: none;
}

/************ BananAlbum styles **************/

#BananAlbum {
	width:99%;
	height:99%;
	position:absolute;
	z-index:auto;
	left:0px;
	top:auto;
	overflow: hidden;
	visibility: visible;
}
