/*****************************************************************************************************

	Cascading Style Sheet for the Zita Elze website pages.
	
*****************************************************************************************************/

html, body
{
	width : 100%;
	height : 100%;
	margin : 0px;
	padding : 0px;
	background : #FFFFFF;
	font-family : Arial;
	font-size : 10px;
	color : #555555;
}

a, a:hover
{
	font-family : Arial;
	font-size : 10px;
	color : #555555;
	text-decoration : none;
}

a:hover
{
	font-family : Arial;
	font-size : 10px;
	color : #555555;
	text-decoration : underline;
}

.content_window
{
	position : relative;
	left : 0px;
	top : 0px;
	width : 212px;
	height : 180px;
	text-align : center;
}

.content_splash
{
	position : relative;
	left : 0px;
	top : 0px;
	width : 220px;
	height : 270px;
	text-align : center;
}

.content_alternative
{
	position : absolute;
	display : none;
	left : 0px;
	top : 0px;
	text-align : left;
}
