@charset "utf-8";

/** common **/
	* {
		margin: 0;
		padding: 0;
		font-size: 12px;
		font-family: verdana, arial, sans-serif;
		color: #000;
		}
	body {
		min-width: 980px;
		} 
	#wrap {
		margin: 0;
		text-align: center;
		}
	#middle {
		height: auto;
		width: 980px;
		margin: 0 auto;
		text-align: left;
		background: url("/images/design/middle.gif") 0 0 repeat-y;
	}
	.clearer {
		height:1px;
		overflow:hidden;
		margin-top:-1px;
		clear:both;
	}
	hr {
		background-color: #c2c2c2;
		border: 0;
		color: #c2c2c2;
		height: 2px;
		margin: 15px 0 15px 0;
	}
	* html hr
	{
		margin: 10px 0 10px 0;
	}
	a {
		color: #00009c;
		text-decoration: none;
	}
	a:hover {
		color: #00009c;
		text-decoration: underline;
	}
	h1 {
		font-size: 13px;
		margin-bottom: 12px;
	}
	h1.kop, .hkop {
		font-size: 13px;
		line-height: 14px;
		color: #fff;
		background: #636563;
		padding: 5px 12px;
	}
	.hkop strong {
		font-size: 13px;
		color: #fff;
	}
	h1.kop sup {
		font-size: 10px;
		line-height: 14px;
		color: #fff;
	}
	h2 {
		font-size: 12px;
		margin-bottom: 12px;
	}
	h3, h4, h5, h6 {
	}
	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: 183px;
		background: url("/images/design/header.gif") 0 0 no-repeat;
	}
	#left_column {
		float: left;
		width: 726px;
		padding-top: 1px;
	}
	#right_column {
		float: right;
		width: 248px;
		padding-top: 1px;
	}
	#content {
		float: right;
		width: 556px;
	}
	#footer {
		position: relative;
		background: url("/images/design/footer.gif") 0 0 no-repeat #fff;
		height: 60px;
	}
	#f1 {
		display: block;
		position: absolute;
		left: 180px;
		top: 13px;
		width: 120px;
		height: 27px;
		line-height: 27px;
		background: url("/images/design/to_top.gif") 0 0 no-repeat #fff;
		padding-left: 40px;
		color: #000;
		text-decoration: none;
	}
	 #f2 {
		display: block;
		position: absolute;
		left: 370px;
		top: 13px;
		width: 120px;
		height: 27px;
		line-height: 27px;
		background: url("/images/design/print.gif") 0 0 no-repeat #fff;
		padding-left: 40px;
		color: #000;
		text-decoration: none;
	}
	 #f3 {
		display: block;
		position: absolute;
		left: 550px;
		top: 13px;
		width: 120px;
		height: 27px;
		line-height: 27px;
		background: url("/images/design/email.gif") 0 0 no-repeat #fff;
		padding-left: 40px;
		color: #000;
		text-decoration: none;
	}
	#f1:hover, #f2:hover, #f3:hover {
		text-decoration: underline;
	}
	* html #f1, * html #f2, * html #f3 {
		width: 160px;
	}
/** horizontal menu **/
	.hmenu
	{
		position: absolute;
		top: 4px;
		left: 2px;
	}
	.hmenu, .hmenu ul li a
	{
		padding: 0;
		line-height: 12px;
	}
	.hmenu ul, .hmenu ul li
	{
		display: inline;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.hmenu ul li a
	{
		font-size: 11px;
		margin: 0 0 0 -1px;
		padding-left: 7px;
		padding-right: 7px;
		border-left: solid 1px #000;
		white-space: nowrap;
		color: #000000;
		background: white;
		text-decoration: none;
	}
	.hmenu ul li .fst
	{
		border-left: 0px;
	}
	.hmenu ul li a:hover, .hmenu ul .active a
	{
		color: #00009c;
		text-decoration: underline;
	}
	* html .hmenu ul li, * html .hmenu ul li a
	{
		width: 1%; /* IE/Mac needs this */
		display: inline-block;	/* IE/Mac needs this */
		/* \*/
			width: auto;
			display: inline; 
			position: relative;
		/* reset above hack */
	}
	* html .hmenu, * html .hmenu ul a
	{
		/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win. 
					 IE/Mac will ignore this rule. */
	}
	* html .HMENU
	{
		padding: 0;	
	}
/** breadcrumb **/
	#breadcrumb {
		position: absolute;
		left: 8px;
		top: 164px;
	}
	#breadcrumb a {
		color: #000;
	}

/** vertical menu **/
	.vmenu {
		float: left;
		width: 164px;
	}
	.vmenu ul
	{
		display: block;
		margin: 0 0 0 4px;
		padding: 0;
		list-style-type: none;
	}
	.vmenu ul ul
	{
		margin: 0 0 0 0;
	}
	.vmenu ul li
	{
		display: block;
		margin: 0;
		padding: 0;
		padding-bottom: 2px;
	}
	.vmenu ul li li
	{
		display: block;
		margin: 0;
		padding: 0;
		padding-bottom: 0px;
	}
	.vmenu ul li a
	{
		display: block;
		text-decoration: none;
		padding: 2px 8px;
		color: #fff;
		font-weight: bold;
		background-color: #9c9a9c;
		line-height: 16px;
	}
	.vmenu ul li ul li a
	{
		padding: 2px 8px 3px 18px;
		color: #000;
		font-weight: normal;
		background: url("/images/design/bullet.gif") 8px 7px no-repeat #fff;
		line-height: 14px;
	}
	.vmenu ul li a:hover, .vmenu ul .active a
	{
		background-color: #636563;
	}
	* html .vmenu ul li a:hover, * html .vmenu ul .active a
	{
		color: #fff;
		text-decoration: none;
	}
	* html .vmenu ul li ul li a:hover, * html .vmenu ul li ul .active a,
	* html .vmenu ul .active ul li a:hover, * html .vmenu ul .active ul li a
	{
		color: #000;
		text-decoration: underline;
	}
	* html .vmenu ul li ul .active a,
	* html .vmenu ul .active ul li a
	{
		color: #000;
		text-decoration: none;
	}
	.vmenu ul li ul li a:hover, .vmenu ul .active ul li a
	{
		background-color: #fff;
	}
	.vmenu ul li ul .active a
	{
		background-color: #fff;
		font-weight: bold;
	}
	.vmenu ul li ul li a:hover, .vmenu ul li ul .active a:hover
	{
		background-color: #fff;
		text-decoration: underline;
	}
	* 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 12px 12px 12px;
		line-height: 16px;
	}
	.DefaultPage {
		padding: 10px 12px 12px 12px;
		line-height: 16px;
	}
/** DefaultForm **/
	.DefaultForm {
	}
	.DefaultForm p {
		margin-left: 100px;
	}
	.DefaultForm fieldset {
		border-width: 1px;
		border-color: white;
		border-style: solid;
		padding: 10px 0;
	}
	.DefaultForm legend {
		font-weight: bold;
		border-left: 1px solid gray;
		border-right: 1px solid gray;
		background-color: white;	
	}
	.DefaultForm label {
		float: left;
		width: 100px;
		padding: 0 0 0 0;
		margin: 2px 0;
		clear: left;
		line-height: normal;
	}
	.DefaultForm input, 
	.DefaultForm select, 
	.DefaultForm textarea {
		margin: 2px 0;
	}
	.DefaultForm .submit {
		margin-top: 10px;
		padding: 4px;
	}
	/** javascript error-handling **/
	.DefaultForm input.error, 
	.DefaultForm select.error, 
	.DefaultForm input.error:focus, 
	.DefaultForm select.error:focus {
		padding-right: 16px; 
		border: 2px solid red; 
		background-image: url(/images/warning_obj.gif); 
		background-position: right; 
		background-repeat: no-repeat;
	}
/**  **/


	#right_column .kader {
		padding-bottom: 10px;
	}
	#right_column .kop {
		padding: 2px 8px;
		color: #fff;
		font-weight: bold;
		background: #636563;
		line-height: 16px;
	}
	#right_column .content {
		padding: 15px 8px;
		border: 1px solid #636563;
		line-height: 16px;
	}
	#right_column .images {
		padding: 5px 8px;
		border: 1px solid #636563;
		text-align: center;
	}
	#right_column .images img {
		margin: 5px 0;
	}
	#right_column a {
		color: #636563;
		text-decoration: underline;
	}
	#right_column a:hover {
		color: #333;
		text-decoration: underline;
	}

	.pn a {
		font-weight: bold;
	}
	.pn .active {
		color: #000;
		font-weight: normal;
	}


	#searchbox fieldset {
		border: 0;
	}
	#searchbox fieldset .input1 {
		position: absolute;
		left: 744px;
		top: 28px;
		width: 160px;
		border: 1px solid #000;
		padding: 2px;
	}
	#searchbox fieldset .input1_error {
		position: absolute;
		left: 744px;
		top: 28px;
		width: 160px;
		border: 1px solid red;
		padding: 2px;
	}
	* html #searchbox fieldset .input1, * html #searchbox fieldset .input1_error {
		height: 20px;
	}
	#searchbox fieldset .submit {
		position: absolute;
		left: 913px;
		top: 27px;
		width: 60px;
		cursor: pointer;
		color: #000;
	}
	* html #searchbox fieldset .submit {
		left: 910px;
		top: 27px;
	}
