/***********************************************/
/* styles.css		    */
/* Use with template layout.html for typo3 website       */
/***********************************************/
/***********************************************/
/* HTML tag styles	              */
/***********************************************/ 

html, body {
	height: 100%;
	margin: 0%;
	padding: 0%;
	color: black;	
	font-family: Tahoma, sans-serif;
	text-align: center;
	font-size: 0.82em;
	background-image: url(../images/bg.gif);
}

#intro_image {
	margin-top: 15px;
	width: 594px;
	height: 550px;
	position: relative; 
	z-index: 1;
}
#intro_menu {
	position: absolute;
	z-index: 2;	
	top: 16px;
	left: 6px;
	width: 220px;
	height:280px;
	text-align: left;
}

#spot {
	position:absolute; 
	top:527px;
	left: 8px;
	width:577px;
	height:16px; 
	color: black;
	background-color:transparent;
	layer-background-color:transparent; 
	overflow:hidden; 
	clear:both;
}

#ticker {
	position:relative;
	top:0px;
	color: black;
	height:14px; 
	margin-left:5px; 
	margin-right:5px; 
	cursor:default;
	z-index:10;
}
#ticker a:link, 
#ticker a:visited {
	color: black; 	
	text-decoration: none;
}
#ticker a:hover {
	color: black; 
}

#intro_menu .menu_no a {
	color: #3e453d;
}
#intro_menu .menu_no {
	list-style-image: url(../images/intro_menu_no.gif);
}