/*Styles fo secondary pages*/

/*Generals*/
html {
	min-height: 100%;
	height: auto;
}

/*Body for SPages*/

body#Page_2, body#Page_3, body#Page_4, body#Page_5, body#Page_About {
	margin:0px 0px 10px 0px;
	padding:0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}
body#Page_2 {
	background: #EEEEEE;
}
body#Page_3 {
	background: #EEE9E3;
}
body#Page_4 {
	background: #99A5B1;
}
body#Page_5 {
	background: #D7DDE1;
}
body#Page_About {
	background: #EEEEEE;
}
/*End Body for SPages*/

a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	padding:0px;
	margin:0px 0px;
	text-align:justify;
}
h1 {
	color: #939393;
	margin:0px 0px 0px 0px;
	padding:0px;
	font: bold 28px "Lucida Sans Unicode", Tahoma, "Times New Roman", "Courier New";
}
h2 {
	font-family: Tahoma, Arial, Helvetiva, Sans-serif;
	font-size: 25px;
	color: #939393;
	font-weight:normal;
	margin:15px 0px;
	padding:0px;
}
h4, h3 {	
	font-family: Arial, Helvetiva, Sans-serif;
	font-size: 16px;
	color: #CE761E;
	font-weight:bold;
	margin:0px 0px;
	padding:0px;
}
h5, h6 {
	font-family: Tahoma, Arial, Helvetiva, Sans-serif;
	font-size: 12px;
	color: #939393;
	font-weight:normal;
	margin:0px 0px;
	padding:0px;
}
ul {
	list-style:none;
	font-size:13px;
	color:black;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

input {
	margin:0px;
	border:1px solid #5C7388;
	text-align:left;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-left:2px;
}
form {
	margin:0px;
	padding:0px;
}
sup {
	color:#000000;
}
sup a {
	color:#FF0000;
	text-decoration:none;
}

sup a u{
	color:#000000 !important;
	text-decoration:none !important;
}

	/*Backgrounds*/
	
	#Page_2 #GeneralDiv, #Page_3 #GeneralDiv, #Page_4 #GeneralDiv, #Page_5 #GeneralDiv, #Page_About #GeneralDiv {
		width:1000px;
		margin:0px auto;
	}
	#Page_2 #GeneralDiv {
		background:url(../images/central_bg_sp.png) repeat-y;
	}
	#Page_3 #GeneralDiv {
		background:url(../images/central_bg_3.png) repeat-y;
	}
	#Page_4 #GeneralDiv {
		background:url(../images/central_bg_4.png) repeat-y;
	}
	#Page_5 #GeneralDiv {
		background:url(../images/central_bg_5.png) repeat-y;	
	}
	#Page_About #GeneralDiv {
		background:url(../images/central_bg_sp.png) repeat-y;
	}
	#Page_2 #GeneralTopBgDiv {
		background: url(../images/top_bg_sp.png) no-repeat top;
	}
	#Page_3 #GeneralTopBgDiv {
		background: url(../images/top_bg_3.png) no-repeat top;
	}
	#Page_4 #GeneralTopBgDiv {
		background: url(../images/top_bg_4.png) no-repeat top;
	}
	#Page_5 #GeneralTopBgDiv {
		background: url(../images/top_bg_5.png) no-repeat top;
	}
	#Page_About #GeneralTopBgDiv {
		background: url(../images/top_bg_sp.png) no-repeat top;
	}
	
	#Page_2 #GeneralBottomBgDiv, #Page_3 #GeneralBottomBgDiv, #Page_4 #GeneralBottomBgDiv, #Page_5 #GeneralBottomBgDiv, #Page_About #GeneralBottomBgDiv {
		padding-left:3px;
		padding-top:3px;
		padding-bottom:10px;
		text-align:left;
		
	}
	#Page_2 #GeneralBottomBgDiv {
		background: url(../images/bottom_bg_sp.png) no-repeat bottom;
	}
	#Page_3 #GeneralBottomBgDiv {
		background: url(../images/bottom_bg_3.png) no-repeat bottom;
	}
	#Page_4 #GeneralBottomBgDiv {
		background: url(../images/bottom_bg_4.png) no-repeat bottom;
	}
	#Page_5 #GeneralBottomBgDiv {
		background: url(../images/bottom_bg_5.png) no-repeat bottom;
	}
	#Page_About #GeneralBottomBgDiv {
		background: url(../images/bottom_bg_sp.png) no-repeat bottom;
	}

	/*End Backgrounds*/
	
#ContentContainer {
	width:991px;
	position:relative;
}



/*Top*/

#Page_2 #GeneralTopDivSp, #Page_3 #GeneralTopDivSp, #Page_4 #GeneralTopDivSp, #Page_5 #GeneralTopDivSp, #Page_About #GeneralTopDivSp {
	width:991px;
	height:107px;
	text-align:center;
	position:relative;
	margin:1px 0px;
}
#Page_2 #GeneralTopDivSp {
	background-color:#FFFFFF;
}
#Page_3 #GeneralTopDivSp {
	background-color:#E2DAD7;
}
#Page_4 #GeneralTopDivSp {
	background-color:#D8DCDF;
	text-align:left;
}
#Page_5 #GeneralTopDivSp {
	background-color:#DADAD6;
}
#Page_About #GeneralTopDivSp {
	background-color:#FFFFFF;
} 

#Page_2 #GeneralTopDivSp img, #Page_3 #GeneralTopDivSp img, #Page_5 #GeneralTopDivSp img, #Page_About #GeneralTopDivSp img {
	padding-top:40px;
}
#Page_4 #GeneralTopDivSp img {
	padding-top:20px;
	padding-left:48px;
}
.TopLinksDiv {
	position:absolute;
	top:20px;
	right:20px;
}

#Page_2 #TopHeader, #Page_3 #TopHeader, #Page_4 #TopHeader, #Page_5 #TopHeader, #Page_About #TopHeader {
	height:30px;
	width:991px;
	margin-bottom:1px;
}

#Page_2 #TopHeader {
	background: #B9B9B1 url(../images/top_header_img.gif) no-repeat 690px;
}
#Page_3 #TopHeader {
	background: #897868 url(../images/top_header_img.gif) no-repeat 690px;
}
#Page_4 #TopHeader {
	background: #7A7A7A url(../images/top_header_img_4.gif) no-repeat 690px;
}
#Page_5 #TopHeader {
	background: #A4B3C1 url(../images/top_header_img_4.gif) no-repeat 690px;
}
#Page_About #TopHeader {
	background: #B9A899 url(../images/top_header_img.gif) no-repeat 690px;
}
#TopHeader span {
	display:none;
}


/*End Top*/

/*CentralPart*/


	/* Content Left Part*/
	
	/* Content Left Part Page_2 */
		#ContentLeftDivSp {
			width:302px;
		}
		#ContentLeftDivSp h2 {
			height:24px;
			background: #FFFFFF url(../images/header_arrow_sp.gif) no-repeat 10px 10px;
			color: #605448;
			margin:0px;
			padding:8px 0px 0px 30px;
		}
		#ContentLeftDivSp h2 a {
			font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
			color: #605448;
			margin:0px;
		}
		#ContentLeftDivSp h2 a:hover {
			text-decoration:none;
			color:#8B7A69;
		}
		#ContentLeftDivSp ul {
			margin:5px 20px 0px 15px;
			padding:0px;
		}
		#ContentLeftDivSp ul li {
			margin:0px 0px 0px 0px;
			line-height:17px;
	
		}
		#ContentLeftDivSp ul li ul{
			margin:0px;
			padding:0px;
		}
	
		#ContentLeftDivSp ul li ul li {
			background: none;
			margin:0px 0px 0px 0px;
			line-height:17px
		}
	
		#ContentLeftDivSp ul li a {
			font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
			color: #897867;
			text-decoration: none;
			padding-left:11px;
			background: url(../images/bullet_sp.gif) no-repeat left 4px;

		}
		#ContentLeftDivSp ul li ul li a {
			font-size: 10px;
			background:none;
		}
		#ContentLeftDivSp ul li ul li a:hover {
			background:none;
		}
		#ContentLeftDivSp ul li a:hover {
			color: #B9B9B1;
			background: url(../images/bullet_over.gif) no-repeat left 4px;
		}
		#ContentLeftDivSp ul li a.currentlink_3 {
			color: #513D3E;
			font-weight:bold;
			background: url(../images/bullet_3_over.gif) no-repeat left 4px;
		}
		/* End Content Left Part Page_2 */
		
		/* Content Left Part Page_3 */
		
		#ContentLeftDivSp_3 {
			width:302px;
		}
		#ContentLeftDivSp_3 img {
			margin-left:30px;
			margin-top:21px;
			border:1px solid #E2DAD7;
			padding:3px;	
		}
		#ContentLeftDivSp_3 ul {
			margin:5px 20px 0px 35px;
			padding:0px;
		}
		#ContentLeftDivSp_3 ul li {
			margin:0px 0px 0px 0px;
			line-height:17px;
		}
		#ContentLeftDivSp_3 ul li a {
			font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
			color: #897867;
			text-decoration: none;
			padding-left:15px;
			background: url(../images/bullet_3.gif) no-repeat left 4px;
		}
		#ContentLeftDivSp_3 ul li a:hover {
			color: #513D3E;
			font-weight:normal;
			background: url(../images/bullet_3_over.gif) no-repeat left 4px;
		}
		#ContentLeftDivSp_3 ul li a.currentlink_3, #ContentLeftDivSp_3_1 ul li a.currentlink_3 {
			color: #513D3E;
			font-weight:bold;
			background: url(../images/bullet_3_over.gif) no-repeat left 4px;
		}

		/* End Content Left Part Page_3 */
		
				/* Content Left Part Page_3_1*/
		
		#ContentLeftDivSp_3_1 {
			width:302px;
			margin-top:95px;
		}
		#ContentLeftDivSp_3_1 img {
			margin-left:30px;
			margin-top:21px;
			border:1px solid #E2DAD7;
			padding:3px;	
		}
		#ContentLeftDivSp_3_1 ul {
			margin:5px 20px 0px 35px;
			padding:0px;
		}
		#ContentLeftDivSp_3_1 ul li {
			margin:0px 0px 0px 0px;
			line-height:17px;
		}
		#ContentLeftDivSp_3_1 ul li a {
			font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
			color: #7A7A7A;
			text-decoration: none;
			padding-left:15px;
			background: url(../images/bullet_3.gif) no-repeat left 4px;
		}
		#ContentLeftDivSp_3_1 ul li a:hover {
			color: #3C4C5B;
			font-weight:normal;
			background: url(../images/bullet_3_over.gif) no-repeat left 4px;
		}
		#ContentLeftDivSp_3_1 ul li a#currentlink_4 {
			color: #3C4C5B;
			font-weight:bold;
			background: url(../images/bullet_3_over.gif) no-repeat left 4px;
		}
		#ContentLeftDivSp_3_1 ul li ul{
			margin:0px;
			padding:0px;
		}
	
		#ContentLeftDivSp_3_1 ul li ul li {
			background: none;
			margin:0px 0px 0px 5px;
			line-height:17px
		}
	
		#ContentLeftDivSp_3_1 ul li ul li a {
			font-size: 11px;
			background:none;
		}
		#ContentLeftDivSp_3_1 ul li ul li a:hover {
			background:none;
		}
		
		#ContentLeftDivSp_3_1 ul li ul li a.currentlink_3_1 {
			color: #513D3E;
			font-weight:bold;
		}
		/* End Content Left Part Page_3_1*/
	
		/* Content Left Part Page_4 */

		#ContentLeftDivSp_4 {
			width:302px;
		}
		#ContentLeftDivSp_4 img {
			margin-left:30px;
			margin-top:21px;
			border:1px solid #E2DAD7;
			padding:3px;	
		}
		#ContentLeftDivSp_4 ul {
			margin:5px 20px 0px 35px;
			padding:0px;
		}
		#ContentLeftDivSp_4 ul li {
			margin:0px 0px 0px 0px;
			line-height:17px;
		}
		#ContentLeftDivSp_4 ul li a {
			font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
			color: #7A7A7A;
			text-decoration: none;
			padding-left:15px;
			background: url(../images/bullet_4.gif) no-repeat left 4px;
		}
		#ContentLeftDivSp_4 ul li a:hover {
			color: #3C4C5B;
			font-weight:normal;
			background: url(../images/bullet_4_over.gif) no-repeat left 4px;
		}
		#ContentLeftDivSp_4 ul li a#currentlink_4 {
			color: #3C4C5B;
			font-weight:bold;
			background: url(../images/bullet_4_over.gif) no-repeat left 4px;
		}
		#ContentLeftDivSp_4 ul li ul li a#currentlink_4_1 {
			color: #3C4C5B;
			font-weight:normal;
		}

		/* End Content Left Part Page_4 */
	
		/* Content Left Part Page_4_1*/

		
		#ContentLeftDivSp_4_1 {
			width:302px;
			margin-top:95px;
		}
		#ContentLeftDivSp_4_1 img {
			margin-left:30px;
			margin-top:21px;
			border:1px solid #E2DAD7;
			padding:3px;	
		}
		#ContentLeftDivSp_4_1 ul {
			margin:5px 20px 0px 35px;
			padding:0px;
		}
		#ContentLeftDivSp_4_1 ul li {
			margin:0px 0px 0px 0px;
			line-height:17px;
		}
		#ContentLeftDivSp_4_1 ul li a {
			font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
			color: #7A7A7A;
			text-decoration: none;
			padding-left:15px;
			background: url(../images/bullet_4.gif) no-repeat left 4px;
		}
		#ContentLeftDivSp_4_1 ul li a:hover {
			color: #3C4C5B;
			font-weight:normal;
			background: url(../images/bullet_4_over.gif) no-repeat left 4px;
		}
		#ContentLeftDivSp_4_1 ul li a#currentlink_4 {
			color: #3C4C5B;
			font-weight:bold;
			background: url(../images/bullet_4_over.gif) no-repeat left 4px;
		}
		#ContentLeftDivSp_4_1 ul li ul{
			margin:0px;
			padding:0px;
		}
	
		#ContentLeftDivSp_4_1 ul li ul li {
			background: none;
			margin:0px 0px 0px 5px;
			line-height:17px
		}
	
		#ContentLeftDivSp_4_1 ul li ul li a {
			font-size: 11px;
			background:none;
		}
		#ContentLeftDivSp_4_1 ul li ul li a:hover {
			background:none;
		}
		#ContentLeftDivSp_4_1 ul li ul li a#currentlink_4_1 {
			color: #3C4C5B;
			font-weight:normal;
		}
		
		/* End Content Left Part Page_4_1 */
		
		/* Content Left Part Page_5 */
		
		#ContentLeftDivSp_5 {
			width:302px;
		}
		#ContentLeftDivSp_5 img {
			margin-left:30px;
			margin-top:21px;
			border:1px solid #E2DAD7;
			padding:3px;	
		}
		#ContentLeftDivSp_5 ul {
			margin:5px 20px 0px 35px;
			padding:0px;
		}
		#ContentLeftDivSp_5 ul li {
			margin:0px 0px 0px 0px;
			line-height:17px;
		}
		#ContentLeftDivSp_5 ul li a {
			font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
			color: #336699;
			text-decoration: none;
			padding-left:15px;
			background: url(../images/bullet_4.gif) no-repeat left 4px;
		}
		#ContentLeftDivSp_5 ul li a:hover {
			color: #7B93A8;
			background: url(../images/bullet_4_over.gif) no-repeat left 4px;
		}

		/* End Content Left Part Page_5 */
		
		/* Content Left Part Page_6 */
		
		#ContentLeftDivSp_5_1 {
			width:302px;
			margin-top:95px;
		}
		#ContentLeftDivSp_5_1 img {
			margin-left:30px;
			margin-top:21px;
			border:1px solid #E2DAD7;
			padding:3px;	
		}
		#ContentLeftDivSp_5_1 ul {
			margin:5px 20px 0px 35px;
			padding:0px;
		}
		#ContentLeftDivSp_5_1 ul li {
			margin:0px 0px 0px 0px;
			line-height:17px;
		}
		#ContentLeftDivSp_5_1 ul li a {
			font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
			color: #969692;
			text-decoration: none;
			padding-left:15px;
			background: url(../images/bullet_6.gif) no-repeat left 4px;
		}
		#ContentLeftDivSp_5_1 ul li a:hover {
			color: #7C7C78;
			background: url(../images/bullet_6_over.gif) no-repeat left 4px;
		}
		#ContentLeftDivSp_5_1 ul li a#currentlink_5_1 {
			color: #969692;
			font-weight:bold;
			background: url(../images/bullet_6_over.gif) no-repeat left 4px;
		}
		/* End Content Left Part Page_6 */
		
		
		/* Content Left Part Page_About */
		#ContentLeftDivSpAbout {
			width:302px;
			margin-top:95px;
		}
		#ContentLeftDivSpAbout img {
			margin-left:30px;
			margin-top:21px;
			border:1px solid #E2DAD7;
			padding:3px;	
		}
		#ContentLeftDivSpAbout ul {
			margin:5px 20px 0px 35px;
			padding:0px;
		}
		#ContentLeftDivSpAbout ul li {
			margin:0px 0px 0px 0px;
			line-height:17px;
		}
		#ContentLeftDivSpAbout ul li a {
			font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
			color: #7A7A7A;
			text-decoration: none;
			padding-left:15px;
			background: url(../images/bullet_3.gif) no-repeat left 4px;
		}
		#ContentLeftDivSpAbout ul li a:hover {
			color: #3C4C5B;
			font-weight:normal;
			background: url(../images/bullet_3_over.gif) no-repeat left 4px;
		}
		#ContentLeftDivSpAbout ul li a#currentlink_4 {
			color: #3C4C5B;
			font-weight:bold;
			background: url(../images/bullet_3_over.gif) no-repeat left 4px;
		}
		#ContentLeftDivSpAbout ul li ul{
			margin:0px;
			padding:0px;
		}
	
		#ContentLeftDivSpAbout ul li ul li {
			background: none;
			margin:0px 0px 0px 0px;
			line-height:17px
		}
	
		#ContentLeftDivSpAbout ul li ul li a {
			font-size: 10px;
			background:none;
		}
		#ContentLeftDivSpAbout ul li ul li a:hover {
			background:none;
		}
		
		#ContentLeftDivSpAbout ul li ul li a.currentlink_3_1 {
			color: #513D3E;
			font-weight:bold;
		}
		
		#ContentLeftDivSpAbout ul li a.currentlink_3 {
			color: #513D3E;
			font-weight:bold;
			background: url(../images/bullet_3_over.gif) no-repeat left 4px;
		}
		/* End Content Left Part Page_About */
		
		
		
		
		
		
		
	/*Content Right Part*/
		#ContetntRightDivSp {
			width:689px;	
		}
		#ContetntRightDivSp_5_1 {
			width:689px;	
		}
			
	/*Right Part Menu Page_2 Page_3*/
	
	#Page_2  #GeneralRightMenuDiv {
		height:20px;
		background-color:#605448;
		width:100%;
	}
	#Page_3 #GeneralRightMenuDiv {
		height:20px;
		background-color:#513D3E;
		width:100%;
	}

	div#GeneralRightMenuDiv ul {
		text-align: center;
		margin-left: 16px;
	}

	div#GeneralRightMenuDiv ul li {
		display: block;
		float:left;
		height:20px;
	}
	#Page_2 div#GeneralRightMenuDiv ul li.BulletLi {
		background: url(../images/menu_bullet.gif) no-repeat;
	}
	#Page_3 div#GeneralRightMenuDiv ul li.BulletLi {
		background: url(../images/menu_bullet_3.gif) no-repeat;
	}

	div#GeneralRightMenuDiv ul li a {
		padding: 2px 9px 4px 13px;
		color: white;
		text-decoration: none;
		font: 12px Tahoma, Arial, Helvetica, sans-serif;
		display:block;
	}

	div#GeneralRightMenuDiv ul li a:hover {
		color: #B9B9B1;
	}
	#GeneralRightMenuDiv a#current {
		background-color:#BBB0A6;
		font-weight:bold;
		color:#FFFFFF;
	}
	#Page_2 #GeneralRightMenuDiv a#current {
		width:177px;
	}

		/* End Right Part Menu Page_2 Page_3*/
		
		/* Right Part Menu Page_4 */
		
	#GeneralRightMenuDiv_4 {
		height:20px;
		background-color:#3C4C5B;
		width:100%;
	}
	div#GeneralRightMenuDiv_4 ul {
		text-align: center;
		margin-left: 16px;
	}

	div#GeneralRightMenuDiv_4 ul li {
		display: block;
		float:left;
		height:20px;
	}
		div#GeneralRightMenuDiv_4 ul li.BulletLi {
		background: url(../images/menu_bullet_4.gif) no-repeat;
	}

	div#GeneralRightMenuDiv_4 ul li a {
		padding: 2px 9px 4px 13px;
		color: white;
		text-decoration: none;
		font: 12px Tahoma, Arial, Helvetica, sans-serif;
		display:block;
	}

	div#GeneralRightMenuDiv_4 ul li a:hover {
	color: #B9B9B1;
	}

	#GeneralRightMenuDiv_4 a#current {
		background-color:#69839C;
		font-weight:bold;
		color:#FFFFFF;
	}
	
	/* End Right Part Menu Page_4 */

	/* Right Part Menu Page_5 */
	
	#GeneralRightMenuDiv_5 {
		height:20px;
		background-color:#5B7288;
		width:100%;
	}
	div#GeneralRightMenuDiv_5 ul {
		text-align: center;
		margin-left: 16px;
	}

	div#GeneralRightMenuDiv_5 ul li {
		display: block;
		float:left;
		height:20px;
	}
	div#GeneralRightMenuDiv_5 ul li.BulletLi {
		background: url(../images/menu_bullet_5.gif) no-repeat;
	}


	div#GeneralRightMenuDiv_5 ul li a {
		padding: 2px 9px 4px 13px;
		color: white;
		text-decoration: none;
		font: 12px Tahoma, Arial, Helvetica, sans-serif;
		display:block;
	}

	div#GeneralRightMenuDiv_5 ul li a:hover {
		color: #EDEDEB;
	}

	#GeneralRightMenuDiv_5 li#FirstPunkt {
		background:none;
	}
	#GeneralRightMenuDiv_5 a#current {
		background-color:#ADB9C3;
		font-weight:bold;
		color:#FFFFFF;
	}
	
	/* End Right Part Menu Page_5 */

	/*Page About*/
	
	#Page_About  #GeneralRightMenuDiv {
		height:20px;
		background-color:#81897F;
		width:100%;
	}
	#Page_About div#GeneralRightMenuDiv ul li.BulletLi {
		background: url(../images/menu_bullet_6.gif) no-repeat;
	}
	#Page_About div#GeneralRightMenuDiv ul li a:hover {
		color:#EFEFEF;
	}
	
	
	/*End Page About*/








	/*Search Page_2*/
	
	.SearchHeader {
		height:24px;
		background: #A89F98 url(../images/header_arrow.gif) no-repeat 10px 7px;
		color: #FFFFFF;
		padding:3px 0px 0px 30px;
		width:200px;
		margin:22px 0px 2px 27px;
		font: bold 16px Tahoma, Arial, Helvetica, sans-serif;
	}
	
	/*Search*/
	
		#SearchDiv {
			height:70px;
			border:1px solid #B9B9B1;
			width:640px;
			margin-left:27px;
			margin-bottom:10px;			
		}
		#SearchDiv form {
			margin:5px 20px 5px 25px;
		}
		.SearchText {
			width:300px;
			height:16px;
		}
		.SelectText {
			height:18px;
			width:200px;		
		}
		#SearchDiv .Submit { 
			border:none;
			width:81px;
			height:22px;
			margin-left:5px;
			margin-top:2px;
			color:#FFFFFF;
		}
		#SearchDiv select {
			width:200px;
			border:1px solid #5C7388;
			margin-left:5px;
		
		}
		.DataInput {
			width:15px;
			margin-left:2px;
		}
		.YearInput {
			width:35px;	
			margin-left:2px;
		}
		#SearchTable {
			text-align:left;
			vertical-align:top;
		}
		#SearchTable span {
			font: 11px Tahoma, Arial, Helvetica, sans-serif;
			color: #000000;
		}
		
		
	
	/*End Search Page_2*/

		.LifeDocContentDiv {
			margin:0px 0px 0px 0px;
			width:614px;
			padding-left:10px;
			padding-right:50px;
			padding-bottom:25px;			
		}
		.LifeDocContentDiv h5 {
			font-weight:bold;
			color:#000000;
			padding-top:27px;
			padding-bottom:12px;
		}
		.LifeDocContentDiv ul {
			margin:5px 10px 0px 10px;
			padding:0px;
		}
		.LifeDocContentDiv ul li {
			margin:0px 0px 0px 0px;
			line-height:17px;
			background: url(../images/bullet_sp.gif) no-repeat left 5px;
			padding-left:10px;
		}
		.LifeDocContentDiv ul li a {
			font: bold 12px Arial, Helvetica, sans-serif;
			color: #513D3E;
			text-decoration: none;
			padding:0px;
		}
		.LifeDocContentDiv ul li a:hover {
			color: #6D5253;
		}
		
		/*PhotoArhive Styles*/
		
	#AlmanahPage .photobox {
 		border:0px solid #0000ff;
 		width:295px;
 		margin:0px;
 		margin-right:10px;
 		margin-bottom:15px; 
 		float:left;
 		overflow:hidden;	
	} 
	.phototext {
		font-family:Arial;
		font-size:12px; 
		color:#000000; 
		text-decoration:none;
	}
	/* Обрамление для фотографий */

#shadow {
  z-index:1;
  margin:0px;
  padding:0px;
  padding-top:0px;
  padding-left:0px;
  border: 0px solid #ff0000; 
  background-position: 
  right bottom; 
}

#ramka {
  position:relative;
  left:-6px;
  top:-6px;
  z-index:2;
  margin:0px;
  margin-top:0px;
  margin-left:0px;
  padding:3px;
  border: 1px solid #8A7766;
}

#fpreview {
  z-index:3;
  cursor:pointer;
}
		
		/*End PhotoArhive Styles*/
	
	/*Almanah Page_5*/
	
		#AlmanahPage {
			margin:0px 0px 30px 29px;
			width:615px;
			text-align:left;
			font: normal 12px Arial, Helvetica, sans-serif;
			line-height:17px;
		}
		#AlmanahPage h1 {
			color:#513D3D;
			font: bold 12px Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			margin:0px 0px 15px 0px;
		}
		#AlmanahPage h5 {
			font-weight:bold;
			color:#000000;
			padding-top:22px;
			padding-bottom:12px;
			font: bold 14px Arial, Helvetica, sans-serif;
		}
		#AlmanahPage h5 p {
			text-indent:0px;
		}
		#AlmanahPage h4 {
			margin:0px 0px 0px 0px;
			font: bold 14px/17px Arial, Helvetica, sans-serif;
			color: #000000;
			text-align:left;
		}
		#AlmanahPage p {
			margin-bottom: 0px;
			text-align:left;
			text-indent:25px;
		}
		#AlmanahPage dt {
		       text-indent:25px;
		}
		#AlmanahPage a {
			font: normal 12px Arial, Helvetica, sans-serif;
			color: #336699;
			text-decoration: none;
			padding:0px;
		}
		
				
		#AlmanahPage ul {
			margin:5px 10px 0px 0px;
			padding:0px;
		}
		#AlmanahPage ul li {
			margin:0px 0px 8px 0px;
			line-height:17px;
			background: url(../images/bullet_sp.gif) no-repeat left 5px;
			padding-left:10px;
		}
		#AlmanahPage ul li a, #AlmanahPage ul li a p {
			font: bold 12px Arial, Helvetica, sans-serif;
			color: #336699;
			text-decoration: none;
			padding:0px;
			margin:0px;
		}
		#AlmanahPage ul li a:hover, #AlmanahPage ul li a p:hover {
			color: #699BCD;
		}
		#AlmanahPage ul li p {
			margin:11px 0px 22px 0px;
			font: 11px/17px Arial, Helvetica, sans-serif;
			color: #000000;
		}
		#AlmanahPage ul li a p {
			text-indent:0px;
		}
		#AlmanahPage ul.OtherUl {
			padding:0px;
			margin:0px;
			margin-top:30px;
			margin-bottom:10px;	
		}
		#AlmanahPage ul.OtherUl li {
			background:none;
			padding-left:0px;
			font-weight:normal;
			font: 12px Arial, Helvetica, sans-serif;
			margin-bottom:3px;		
		}
		#AlmanahPage ul.OtherUl li a {
			padding-left:0px;
			font: 13px Arial, Helvetica, sans-serif;
			margin-bottom:3px;		
		}
		#AlmanahPage ul.OtherUl li a:hover {
			color:#000000;		
		}
	
		#AlmanahPage ol {
			margin:5px 10px 0px 27px;
      *margin:5px 10px 0 30pt !important;
			padding:0px;
		}
		#AlmanahPage ol li {
			margin:0px 0px 0px 0px;
			line-height:17px;
			padding-left:0px;
		}
		#AlmanahPage ol li a {
			font:normal 12px Arial, Helvetica, sans-serif;
			color: #336699;
			text-decoration: none;
			padding:0px;
		}
		#AlmanahPage ol li a:hover {
			color: #000000;
		}
		#AlmanahPage ol li p {
			margin:11px 0px 22px 0px;
			font: 12px/17px Tahoma, Arial, Helvetica, sans-serif;
			color: #000000;
		}
		#AlmanahPage h5 a, #AlmanahPage h4 a {
			color:#336699;
			text-decoration:none;
			font: bold 14px Arial, Helvetica, sans-serif;	
		}
		
		#AlmanahPage h5 a:hover {
			color:#000000;
			text-decoration:none;
			font: bold 14px Arial, Helvetica, sans-serif;	
		}
		#AlmanahPage sup a, #AlmanahPage h4 a sup, #AlmanahPage p a sup {
			color:red;
			text-decoration:none;
			font: normal 11px Arial, Helvetica, sans-serif;
		}
		
		#AlmanahPage table td {
			vertical-align:top;	
		}
		
		#AlmanahPage table td a {
			cursor: pointer;
		}
		
		#AlmanahPage #captchaImage {
			cursor: pointer;
		}
		
		#AlmanahPage table td img {
			border:none;
			padding:2px;	
		}

		#AlmanahPage table td h6 {
			vertical-align:top;
			font: bold 12px Arial, Helvetica, sans-serif;
			color: #000000;
			margin-bottom:15px;
			margin-top:10px;
		}
		#AlmanahPage table td h6 a {
			vertical-align:top;
			font: bold 12px Arial, Helvetica, sans-serif;
			color: #000000;
			margin-bottom:15px;
			text-decoration:none;
		}
		#AlmanahPage table td h6 a:hover {			
			color: #000000;
		}
		#AlmanahPage table b {
			color:#000000;
		}
		#AlmanahPage .ContentCronicsDiv {
			margin-bottom:30px;
			font: normal 12px Arial, Helvetica, sans-serif;
			line-height:17px;
		}
		.ItemDescription {
			font-weight:normal;
			font: 13px Arial, Helvetica, sans-serif;
		}
		#AlmanahPage .ContentCronicsDiv a {
			font: normal 12px Arial, Helvetica, sans-serif;
			color: #7B92A8;
			text-decoration:none;
		}
		#AlmanahPage .ContentCronicsDiv a:hover {			
			color: #7B92A8;
		}
		#AlmanahPage .DisplaySpan {
			display:none;	
		}
		#AlmanahPage .VolumedDiv {
			margin-top:15px;	
		}
		#AlmanahPage .VolumedDiv a {
			font: bold 13px Arial, Helvetica, sans-serif;
			color: #000000;
			text-decoration:none;
		}
		#AlmanahPage .VolumedDiv a:hover {
			color: #000000;
		}
		#AlmanahPage .BookComment {
			margin-top:10px;
			text-indent:0px;
		}
		#AlmanahPage .VolumedDiv {
			margin-top:10px;
		}
		#AlmanahPage .BiografyBookTable td p {
			text-indent:0px;
		}		
		#AlmanahPage .PhotoBoxTableTd a {
			color:#705C5C;
			font: bold 12px Arial, Helvetica, sans-serif;
			vertical-align:bottom;
		}
		#AlmanahPage .PhotoBoxTableTd a:hover {
			color:#000000;
		}
		div.indent {
			text-indent:25px;	
		}
		
		
		
		
		
		/*Start Almanah SubPage*/
				
		#ContentLeftDivSp_5_1 hr, #ContentLeftDivSp_3_1 hr {
			width:200px;
			color:#DADAD6;
			background-color:#DADAD6;
			border: none;
			margin-top:10px;
			margin-left:35px;
			height:1px;
		}
		.AlfabetLetterDiv a {
			font-size:14px;
			color:#336699;
			text-decoration:none;	
		}
		.AlfabetLetterDiv a:hover{
			font-weight:normal;
			color:black;	
		}
		.DocumentContentDiv a {
			color:#336699;
			font: normal 12px Arial, Helvetica, sans-serif;
		}
		.DocumentContentDiv a:hover {
			color:#336699;
		}
		.DocumentContentDiv p {
			text-indent:25px;
		}
		/*End Almanah SubPage*/
	/*End Almanah Page_5*/
	
	/*About*/
	
		
		#SiteMap a {
			color: #000000;
		}
		#SiteMap ul li {
			line-height:17px;
			padding-left:0px;
			background-image:none;
			list-style:disc;
			margin:0px 0px 0px 56px;	
		}
		
		#SiteMap ol {
			margin-top:15px;
			margin-left:17px;
      *margin-left: 24px !important;
		}
		#SiteMap ol li a {
			font: bold 12px  Arial, Helvetica, sans-serif;
			color: #000000;
			text-decoration: none;
			background: none;
			background-image:none;
		}
		#SiteMap ol li ul {
			margin:0px;
			margin-left:40px;
			padding:0px;		
		}
		#SiteMap ol li ul li {
			line-height:16px;
			padding-left:0px;
			background-image:none;
			list-style:disc;
			margin:0px;		
		}
		#SiteMap ol li ul a, #SiteMap ul li a {
			font: normal 12px  Arial, Helvetica, sans-serif;
			color: #000000;
			text-decoration: none;
			padding-left:0px;
			background: none;
		}
		#SiteMap ol li ul li ul {
			margin-left:35px;
		}
		#SiteMap ul li a:hover {
			color:#000000;	
		}
		
	
	/*End About*/

	
/*Other styles*/
#AlmanahPage .Paginator {
	margin:10px 0px 10px 0px;
	padding:0px;
	font: normal 12px Arial, Helvetica, sans-serif;	
}
#AlmanahPage .Paginator span{
	font: normal 12px Arial, Helvetica, sans-serif;	
}
#AlmanahPage .Paginator a {
	color:#336699;
	text-decoration:none;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.Data {
	font-style:italic;
	display:block;
	margin-bottom:8px	
}
.DocumentNumber {
	display:block;
	margin:5px 0px;
}
.photo_table p {
	font: normal 13px Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	text-indent:0px;
}
.photo_cell {
	text-align:center;
	vertical-align:top;
	padding-bottom:13px;
}
.photo_cell img {
	border:1px solid #A9A9A9;	
}
#AlmanahPage .img-shadow a img {
	border:1px solid #A9A9A9;
	

}


	


/*Bottom*/

	
	#Page_2 #GeneralBottomDiv, #Page_3 #GeneralBottomDiv, #Page_4 #GeneralBottomDiv, #Page_5 #GeneralBottomDiv, #Page_About #GeneralBottomDiv {
		height:41px;
		width:991px;
		clear:both;
		float:none;
	}
	#Page_2 #GeneralBottomDiv {
		background-color:#B9B9B1;
	}
	#Page_3 #GeneralBottomDiv {
		background-color:#897868;
	}
	#Page_4 #GeneralBottomDiv {
		background-color:#3C4C5B;
	}
	#Page_5 #GeneralBottomDiv {
		background-color:#5B7288;
	}
	#Page_5 #GeneralBottomDiv {
		background-color:#5B7288;
	}
	#Page_About #GeneralBottomDiv {
		background-color:#B9A899;
	}
	#CopyRightsDiv {
		padding:14px 0px 0px 22px;
		font: 11px Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		width:97%;
	}
	
	#CopyRightsDiv span {
		padding-left:575px;
	}
	#CopyRightsDiv span a {
		font: 11px Arial, Helvetica, sans-serif;
		color: #FFFFFF;
	}

.DocumentContentDiv tr td p {
    text-indent: 0px !important;
}
#AlmanahPage table tr td p {
    text-indent: 0px !important;
}

#ContentLeftDivSp ul ul {
    margin-top: 0px;
}