@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

html {
	height:100%;
	background-image:url(/cms/templates/zwst/gfx/bg_frame.gif);
	background-repeat:repeat;
}
body {
	height:100%;
	margin:0%;
	padding:0%;
	background-image:url(/cms/templates/zwst/gfx/bg_frame.gif);
	background-repeat:repeat;
}

#wrap {
	position: relative;
	width: 800px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	background-image:url(/cms/templates/zwst/gfx/wrapbg.gif);
	background-position: top left;
	background-repeat:repeat-y;
}

#header {
	width: 770px;
	position: relative;
	height: 160px;
	background-color: #ffffff;
	margin-left: 15px;
}

#realcontent {
	min-height: 100%;
	position: relative;
}

#leftcontent {
	position: relative;
	width: 180px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	padding:0;
}

#rightcontent {
	font-family: Verdana, Arial, Times, serif;
	font-weight: normal;
	font-size:11px;
	line-height: 19px;
	color: #5d5d5d;
	padding-top: 5px;
	position: relative;
	width: 575px;
	float: left;
	background-color:#ffffff;
}