/***********************************************/
/* 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: 90;
	margin-top: 5px;
	overflow: auto;
}


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;}


/************ BananAlbum styles **************/

#BananAlbum {
	width:99%;
	height:99%;
	position:absolute;
	z-index:4;
	top: 30px;
	overflow: hidden;
}
