body
{
	font-size: 14px;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
}

.wrapper
{
	margin: 0px;
	background-color: #e6f6ff;
	font: normal 1.3em/1.5 sans-serif;
	color: #444444;
}

.header
{
	background-image: url("/img/header.gif");
	background-repeat: repeat-x;
	height: 100px;
}

.header-logo
{
	background-image: url("/img/zsLogo.gif");
	background-repeat: no-repeat;
	background-position: right;
	height: 100px;
}

.menuWrapper
{
	float: right;
	width: 260px;
	margin: 0px;
}

.menu
{
	position: relative;
	padding: 0px;
}

.dataOuterWrapper
{
	width: auto;
	padding: 0px;
	margin: 0px 265px 0px 0px;
	min-width: 250px;
	background-color: #FFFFFF;
}

.dataInnerWrapper
{
	float: left;
	width: 100%;
}

.data
{
	position: relative;
}

.fix
{
	float: none;
	clear: both;
	visibility: hidden;
}

.content
 {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

#picture_text_border {
	float: right;
	font-size: 65%;
	text-align: center;
	border-width: thin;
	border-style: solid;
	padding-bottom: 1px;
}

#picture_border {
	float: right;
	border-width: thin;
	border-style: solid;
}

#picture {
	float: right;
	font-size: 65%;
	text-align: center;
}

.headline  {
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	border-top: 3px solid #505050;
	border-bottom: 1px solid #505050;
	padding: 5px;
}

h3  {
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	border-top: 3px solid #505050;
	border-bottom: 1px solid #505050;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin: 0px 0px 0px 0px;
}

.small-headline  {
	font-size: 110%;
	font-style: italic;
	color: #606060;
	font-weight: bold;
	padding: 2px;
}

.quote-author  {
	font-size: 105%;
	padding: 4px;
	font-style: italic;
	text-align: right;
}

a
{
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}

img {
	border: 0px;
}

@media screen and (max-width:1024px)
{
	body
	{
		font-size: 2.0ex;
		font-stretch: semi-expanded;
	}

	.menuWrapper
	{
	        float: none;
	        width: 100%;
		margin: 0px;
	}

	.menu
	{
		position: relative;
		padding: 0px;
	}
	
	.dataOuterWrapper
	{
		width: auto;
		padding: 0px;
		background-color: #FFFFFF;
		margin: 0px;
	}
	
	.dataInnerWrapper
	{
		width: 100%;
		float: none;
	}
	
	.data
	{
		position: relative;
	}
}

