@charset "utf-8";

/** common **/
	* {
		margin: 0;
		padding: 0;
		font-size: 12px;
		font-family: arial, helvetica, sans-serif;
		color: #000;
		}
	body {
		background: #ebebeb;
		min-width: 980px;
		} 
	#wrap {
		text-align: center;
		background: url("/images/design/wrap.gif") 0 100% repeat-x #fff;
		}
	#middle {
		width: 980px;
		margin: 0 auto;
		text-align: left;
		background: url("/images/design/middle.jpg") 0 151px no-repeat;
	}
	.clearer {
		height: 1px;
		overflow: hidden;
		margin-top: -1px;
		clear: both;
	}
	hr {
		background-color: #000;
		border: 0;
		color: #000;
		height: 1px;
		margin: 15px 0 15px 0;
	}
	* html hr
	{
		margin: 10px 0 10px 0;
	}
	a {
		color: #7d1774;
	}
	a:hover {
		color: #000;
	}
	h1 {
		font-size: 21px;
		line-height: 24px;
		margin-bottom: 18px;
		color: #7d1774;
	}
	h1 sup {
		font-size: 10px;
		color: #7d1774;
	}
	h2 {
		font-size: 14px;
		margin-bottom: 18px;
		color: #e40043;
	}
	h3, h4, h5, h6 {
		font-size: 12px;
	}
	ul {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	ol {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	li {
		margin-left: 24px;
	}
	blockquote {
		margin-left: 30px;
	}
	img {
		border: 0;
	}
	.hidden {
		display: none;
	}
	legend {
		display: none;
	}
/** site elements **/
	#header {
		position: relative;
		width: 980px;
		height: 151px;
		background: url("/images/design/header.jpg") 0 0 no-repeat;
	}
	#left_column {
		float: left;
		width: 755px;
		margin-bottom: 10px;
		min-height: 436px;
	}
	#right_column {
		float: right;
		width: 222px;
		margin-bottom: 10px;
		padding-top: 104px;
	}
	.vmenu {
		float: left;
	}
	#content {
		width: 475px;
		margin-left: 250px;
		padding-top: 105px;
	}
	* html #content {
		margin-left: 247px;
	}
	#footer {
		position: relative;
		width: 980px;
		height: 167px;
		background: url("/images/design/footer.jpg") 0 0 no-repeat;
		text-align: center;
		padding-top: 17px;
	}
/** horizontal menu **/
	.hmenu
	{
		position: absolute;
		left: 233px;
		top: 200px;
	}
	.hmenu, .hmenu ul li a
	{
		padding-top: 0px;
		line-height: 14px;
		padding-bottom: 0px;
	}
	.hmenu ul, .hmenu ul li
	{
		display: inline;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.hmenu ul li a
	{
		margin: 0 -1px 0 0;
		padding-left: 18px;
		padding-right: 18px;
		border-left: solid 1px #fff;
		white-space: nowrap;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}
	.hmenu ul .fst a
	{
		border-left: 0px;
	}
	.hmenu ul li a:hover, .hmenu ul .active a
	{
		color: #e40043;
	}
/** vertical menu **/
	.vmenu .top {
		width: 222px;
		height: 8px;
		background: url("/images/design/kader_top.png") 0 0 no-repeat;
		overflow: hidden;
	}
	* html .vmenu .top {
		background: url("/images/design/kader_top.gif") 0 0 no-repeat;
	}
	.vmenu .middle {
		width: 222px;
		background: url("/images/design/kader.png") 0 0 repeat-y;
	}
	* html .vmenu .middle {
		background: url("/images/design/kader.gif") 0 0 repeat-y;
	}
	.vmenu .bottom {
		width: 222px;
		height: 8px;
		background: url("/images/design/kader_bottom.png") 0 -1px no-repeat;
		overflow: hidden;
	}
	* html .vmenu .bottom {
		background: url("/images/design/kader_bottom.gif") 0 -1px no-repeat;
	}
	.vmenu ul, .vmenu ul li
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: block;
	}
	.vmenu ul
	{
		margin: 0 13px;
		padding: 15px 0;
		border-bottom-width: 0;
		background: url("/images/design/kader_inner.gif") 0 0 repeat-x #ebebeb;
	}
	.vmenu ul ul
	{
		margin: 0;
		padding: 10px 0;
		background: none;
	}
	.vmenu ul li
	{
	}
	.vmenu ul li a
	{
		display: block;
		text-decoration: none;
		padding: 8px 40px 8px 17px;
		color: #000000;
		background: url("/images/design/vmenu.gif") 17px 0 no-repeat;
		text-align: right;
		line-height: 18px;
		font-weight: bold;
	}
	.vmenu ul .fst a
	{
		background: url("/images/design/vmenu_fst.gif") 17px 0 no-repeat;
	}
	.vmenu ul .fst li a
	{
		background: none;
	}
	.vmenu ul li a:hover, .vmenu ul li .active 
	{
		color: #e40043;
	}
	.vmenu ul li li a
	{
		display: block;
		text-decoration: none;
		padding: 2px 40px 2px 17px;
		color: #000000;
		background: none;
		text-align: right;
		font-size: 11px;
		line-height: 12px;
		font-weight: normal;
	}
	* html .vmenu ul li a/* hide from IE5.0/Win & IE5/Mac */
	{
		height: 1%;
	}
	* html .vmenu ul
	{
		position: relative;	/* IE needs this to fix a rendering problem */
	}
/** DefaultPage **/
	#DefaultPage {
		padding: 0 0 20px 0;
		line-height: 20px;
	}
/** Kader **/
	.kader {
		padding-bottom: 15px;
	}
	.kader .top {
		width: 222px;
		height: 8px;
		background: url("/images/design/kader_top.png") 0 0 no-repeat;
		overflow: hidden;
	}
	* html .kader .top {
		background: url("/images/design/kader_top.gif") 0 0 no-repeat;
	}
	.kader .middle {
		width: 222px;
		background: url("/images/design/kader.png") 0 0 repeat-y;
	}
	* html .kader .middle {
		background: url("/images/design/kader.gif") 0 0 repeat-y;
	}
	.kader .middle .content {
		margin: 0 13px;
		padding: 15px 7px;
		background: url("/images/design/kader_inner.gif") 0 100% repeat-x #fff;
		font-size: 10px;
	}
	.kader .middle .content * {
		font-size: 10px;
	}
	.kader .middle .content .image {
		text-align: center;
	}
	.kader .middle .content h2 {
		font-size: 12px;
		color: #7d1774;
		margin-bottom: 8px;
	}
	.kader .middle .content .text {
		padding-top: 8px;
	}
	.kader .bottom {
		width: 222px;
		height: 8px;
		background: url("/images/design/kader_bottom.png") 0 -1px no-repeat;
		overflow: hidden;
	}
	* html .kader .bottom {
		background: url("/images/design/kader_bottom.gif") 0 -1px no-repeat;
	}
/** Kader2 **/
	.kader2 {
		padding-bottom: 15px;
	}
	.kader2 .top {
		width: 222px;
		height: 8px;
		background: url("/images/design/kader2_top.png") 0 0 no-repeat;
		overflow: hidden;
	}
	* html .kader2 .top {
		background: url("/images/design/kader2_top.gif") 0 0 no-repeat;
	}
	.kader2 .middle {
		width: 222px;
		background: url("/images/design/kader2.png") 0 0 repeat-y;
	}
	* html .kader2 .middle {
		background: url("/images/design/kader2.gif") 0 0 repeat-y;
	}
	.kader2 .middle .content {
		margin: 0 13px;
		padding: 15px 7px;
		color: #fff;
	}
	.kader2 .middle .content * {
		color: #fff;
	}
	.kader2 .bottom {
		width: 222px;
		height: 8px;
		background: url("/images/design/kader2_bottom.png") 0 -1px no-repeat;
		overflow: hidden;
	}
	* html .kader2 .bottom {
		background: url("/images/design/kader2_bottom.gif") 0 -1px no-repeat;
	}

/** DefaultForm **/
	.DefaultForm {
		width: 475px;
	}
	.DefaultForm fieldset {
		border: 0;
		padding: 10px 0;
	}
	.DefaultForm label {
		float: left;
		width: 120px;
		padding: 0 0 0 0;
		margin: 4px 0 2px 0;
		clear: left;
		line-height: normal;
	}
	.DefaultForm input, 
	.DefaultForm select, 
	.DefaultForm textarea {
		margin: 2px 0;
	}
	.DefaultForm .input1 {
		width: 300px;
		border: 1px solid #333;
		padding: 1px;
	}
	.DefaultForm .submit {
		border: 1px solid #333;
		padding: 0px 5px;
		cursor: pointer;
		margin-top: 10px;
		margin-left: 120px;
	}
	/** javascript error-handling **/
	.DefaultForm input.error, 
	.DefaultForm select.error, 
	.DefaultForm textarea.error, 
	.DefaultForm input.error:focus, 
	.DefaultForm select.error:focus,
	.DefaultForm textarea.error:focus {
		width: 285px;
		padding: 1px;
		padding-right: 16px; 
		border: 1px solid #e40043; 
		background-image: url("/images/warning_obj.gif"); 
		background-position: right; 
		background-repeat: no-repeat;
	}
	* html .DefaultForm input.error, 
	* html .DefaultForm select.error, 
	* html .DefaultForm input.error:focus, 
	* html .DefaultForm select.error:focus {
		width: 300px;
	}
	.login_error {
		color: red;
		margin-bottom: 12px;
	}
/** FORM FOOTER **/
	.form_footer {
		text-align: right;
		padding-top: 5px;
	}

/** footer menu **/
	.footermenu
	{
		padding-left: 38px;
		text-align: center;
	}
	* html .footermenu
	{
		padding-left: 34px;
	}
	.footermenu, .footermenu ul li a, .footermenu ul li a span
	{
		line-height: 27px;
	}
	.footermenu ul, .footermenu ul li
	{
		display: inline;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.footermenu ul li a
	{
		display: block;
		float: left;
		margin: 0 4px 0 4px;
		color: #791570;
		text-decoration: none;
		font-weight: bold;
		background: url("/images/design/footer_menu_left.gif") 0 0 no-repeat;
	}
	.footermenu ul li a span
	{
		display: block;
		margin-left: 3px;
		padding-left: 8px;
		padding-right: 11px;
		white-space: nowrap;
		color: #791570;
		text-decoration: none;
		font-weight: bold;
		background: url("/images/design/footer_menu_right.gif") 100% 0 no-repeat;
	}
	.footermenu ul li a:hover, .footermenu ul .active a
	{
		background: url("/images/design/footer_menu_left_active.gif") 0 0 no-repeat #e40043;
		color: #fff;
	}
	.footermenu ul li a:hover span, .footermenu ul .active a span
	{
		background: url("/images/design/footer_menu_right_active.gif") 100% 0 no-repeat #e40043;
		color: #fff;
	}


/** searchbox **/
	#searchbox {
		position: absolute;
		right: 19px;
		top: 197px;
		width: 300px;
	}
	#searchbox fieldset {
		border: 0;
	}
	#searchbox label {
		position: absolute;
		left: 49px;
		top: 0px;
		display: block;
		font-weight: bold;
		color: #fff;
		line-height: 21px;
	}
	#searchbox .input1 {
		position: absolute;
		left: 97px;
		top: 1px;
		width: 165px;
		border: 1px solid #909090;
		padding: 1px;
	}
	#searchbox .submit {
		position: absolute;
		left: 270px;
		top: 0px;
	}
	/** javascript error-handling **/
	#searchbox input.error, 
	#searchbox input.error:focus {
		position: absolute;
		left: 97px;
		top: 1px;
		width: 150px;
		padding: 1px;
		padding-right: 16px; 
		border: 1px solid #e40043; 
		background-image: url("/images/warning_obj.gif"); 
		background-position: right; 
		background-repeat: no-repeat;
	}
	* html #searchbox input.error, 
	* html #searchbox input.error:focus {
		width: 165px;
	}


/** breadcrumb **/
	#breadcrumb {
		color: #7e7e7e;
		padding-bottom: 25px;
	}
	#breadcrumb * {
		color: #7e7e7e;
	}


