

* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

img {
	border: 0;
}

.fl_left {
	float: left;
}

.fl_right {
	float: right;
}

.clr {
	clear: both;
}

.clr_left {
	clear: left;
}

.clr_right {
	clear: right;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.ov_hidden {
	overflow: hidden;
}

body {
	cursor: default;
	font: normal 12px Arial, Helvetica, Garuda, sans-serif;
	color: #535353;
	background-color: #ffffff;
}

hr {
	height: 2px;
	color: #e6e6e6;
	background-color: #e6e6e6;
	border: none;
	margin: 10px 0;
}

hr.slim {
	height: 1px;
}

/* common colors */
.black {
	color: #000000;
}

.gray {
	color: #535353;
}

/* Form Elements */
	.edit_field,
	.news_filter input.search_field {
		border: 1px solid #ececea;
		height: 16px;
		width: 142px;
		padding: 3px 10px 7px;
		font-size: 12px;
		font-weight: 700;
		color: #666;
	}

	.submit_btn {
		border: 0;
		background-color: #333;
		color: #fff;
		font-weight: 700;
		font-style: italic;
		font-size: 12px;
		padding: 5px 12px 6px;
		cursor: pointer;
	}
/* END Form Elements */


.mt_20 {
	margin-top: 20px;
}

.mt_30 {
	margin-top: 30px;
}

.list_img_border,
.img_border {
	border: 1px solid #ccc;
}

.img_bord {
	border: 1px solid #ccc;
	margin: 25px 0 5px;
}

/* Links and Fonts */
	a {
		font: normal 12px Arial, Helvetica, Garuda, sans-serif;
		text-decoration: none;
		color: #000;
	}

	a:hover {
		text-decoration: underline;
	}

	.list_facts li div,
	.big_title,
	#main h1,
	#header h1,
	#header li a,
	.rightmainstage h1,
	.rightmainstage h2,
	#header .toolbarleft a,
	.quotes,
	.middle_title {
		font-family: LegacySansMedium, Tahoma, Geneva, sans-serif;
	}

	.imstrus_list dt  strong {
		font-family: LegacySansBook;
	}

	.rightmainstage h1 span,
	.rightmainstage h2 span,
	#header li a span {
		font-family: Arial, Helvetica, Garuda, sans-serif;
	}

/* END Links and Fonts */

/* Titles */
	#main h1 {
		/*font-weight: bold;*/
		font-weight: normal;
		font-size: 21px;
		color: #000000;
		margin-bottom: 20px;
		border-bottom: 2px solid #000000;
		padding: 0 10px 5px 0;
		position: relative;
		/*overflow: hidden;*/
	}

	#main h1 a.title {
		/*font-weight: bold;*/
		font-weight: normal;
		font-size: 21px;
		color: #000000;
		text-decoration: none;
		font-family: LegacySansMedium,Tahoma,Geneva,sans-serif;
	}

	.cont_title	span,
	.right_em {
		position: absolute;
		right: 0;
		bottom: 8px;
	}

	.right_em,
	.right_em a {
		color: #535353;
		font-style: italic;
		text-decoration: none;
		font-size: 11px;
	}

	.small_title {
		font-size: 12px;
		font-weight: 700;
		color: #999;
	}

	.teaser h3.big_title,
	.big_title {
		font-size: 28px;
		color: #1a171b;
		font-weight: 400;
		margin-bottom: 5px
	}
	.teaser h3.big_title {
		color: #535353;
	}

	.big_title span {
		font-size: 14px;
	}

	.cont_title	{
		font-size: 12px;
		color: #000;
		cursor: pointer;
		position: relative;
		padding-bottom: 12px;
		border-bottom: 2px solid #c3c3c3;
		margin-bottom: 15px;
	}

	.cont_title	span {
		background: url(../images/site_images/arrows.gif) no-repeat 0 -74px;
		width: 9px;
		height: 5px;
		right: 9px;
		top: 5px;
	}

	.mceContentBody strong.subtitle,
	.txt_cont strong.subtitle {
		color: #666;
		font-weight: 700;
	}

/* END Titles */

/* DropDown */
	select.hidden_component {
		position: absolute;
		left: -9999px;
	}

	.combo_box {
		height: 28px;
		padding: 0;
		background-color: #f6f6f4;
		text-align: left;
		overflow: visible;
	}

	.combo_box label {
		white-space: nowrap;
		display: block;
		height: 22px;
		line-height: 22px;
		padding: 1px 10px;
		cursor: default;
		overflow: hidden;
	}

	.dd_arrow {
		background: #beb8aa url(../images/site_images/arrows.gif) no-repeat 8px -47px;
		float: right;
		margin: 2px 2px 2px 1px;
		display: inline; /* IE6 Double float margin fix */
		height: 24px;
		width: 25px;
	}

	.combo_box label.combo_box_focus {
		border: 1px dotted #333;
		padding: 0 9px;
		height: 26px;
	}

	.wrap_outer {
		position: absolute !important;
		z-index: 10000;
		margin-top: 5px;
		/* simulate border */
		padding: 1px;
		background-color: #cccccc;
	}

		.wrap_inner {
			/* emulate padding for inner container over scrollbar */
			padding: 2px;
			background: #f6f6f4;
		}

	#dropdown_combobox,
	.dropdown_combobox {
		overflow: hidden;
		max-height: 140px;
		background-color: #f6f6f4;
	}

	#dropdown_combobox label,
	.dropdown_combobox label {
		display: block;
		/*padding: 0 10px;
		line-height: 17px;*/
		padding: 4px 10px;
		font-size: 11px;
		cursor: default;
	}

	.dropdown_combobox .scrolling label {
		margin-right: 28px;
	}

	#dropdown_combobox label.selected_index,
	.dropdown_combobox label.selected_index {
		background-color: #666;
		color: #fff;
	}

/* End DropDown */

/* Top Toolbar */
	#toolbar {
		position: relative;
		background: #FFFFFF;
		overflow: hidden;
		height: 0px;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #ff8000;
	}

	#toolbar .searchbar_cnt form {
		/*padding: 40px 0 40px 160px;*/
		padding: 40px 19px;
		overflow: hidden;
	}

	.unican_cnt label,
	#toolbar .searchbar_cnt label {
		font-weight: 700;
		color: #000;
	}

	#toolbar .searchbar_cnt .combo_box {
		width: 304px;
		margin: 7px 0 0;
		padding-left: 1px;
	}

	.unican_cnt .left_side .combo_box label,
	#toolbar .searchbar_cnt .combo_box label {
		color: #333;
		line-height: 26px;
	}

	#toolbar .searchbar_cnt input.edit_field {
		margin-top: 20px;
		border: 2px solid #ececec;
		width: 280px;
		padding: 5px 10px;
	}

	.submit_btn_holder {
		float: left;
	}

	.searchbar_cnt .submit_btn {
		background-color: #666;
		margin-top: 20px;
		font-style: normal;
		font-size: 11px;
		padding: 6px 6px 7px;
		padding: 6px 0 7px;
		width: 110px;
	}

	#toolbar .unican_cnt,
	#toolbar .searchbar_cnt {
		/*display: none;*/
		position: absolute;
		left: 50%;
		top: 0;
		width: 950px;
		margin-left: -474px;
	}

	.common_left_container {
		float: left;
		height: 365px;
		position: relative;
		margin-bottom: 13px;
		margin-left: -30px;
		padding: 0 29px;
		/*border: 1px solid #f4f1ea;
		border-top: 0 none;*/
	}

	.unican_info {
		float: left;
		height: 360px; /* Höhe drop down impressum*/
		width: 951px;
		background-color: #FFFFFF;
		padding: 10px 20px 30px 40px;
		margin-left: 0px;
		padding: 20px 0 0 0;
		color: #FF;
		font-size: 11px;
		position: relative;
	}

	.unican_info p {
		margin-bottom: 15px;
	}


	.unican_info dfn {
		font-style: italic;
		color: #000;
	}

	.unican_form {
		clear: left;
		padding: 0 !important;
		position: absolute;
		bottom: 0;
	}

	.unican_cnt .right_side,
	.unican_cnt .left_side {
		float: left;
		width: 284px;
		padding: 30px 18px 40px 20px;
	}

	.unican_cnt .left_side fieldset {
		border: 0;
		margin-bottom: 5px;
	}

	.unican_cnt .left_side .combo_box {
		/*margin: 7px 0 10px -1px;*/
		margin: 5px 0 0;
		padding-left: 1px;
	}

	.unican_cnt .left_side .list_unican {
		/*margin-top: 20px;*/
		margin-top: 10px;
		margin-bottom: 0;
		margin-right: 2px;
		padding: 2px 0;
		background: #f6f6f4;
	}

	.unican_cnt .left_side .list_unican label {
		display: block;
		line-height: 28px;
		padding-left: 10px;
		border-bottom: 1px solid #e2e2e1;
		font-size: 11px;
	}

	.unican_cnt .left_side .list_unican ul {
		/*overflow-y: scroll;
		overflow-x: hidden;
		height: 111px;
		margin: 3px 0;
		*/
		padding: 0 10px 0;
		background-color: #f6f6f4;
	}

	.unican_cnt .left_side .list_unican li {
		padding: 3px 0;
		font-size: 11px;
	}

	.unican_cnt .left_side .list_unican li a {
		color: #666;
	}

	.unican_cnt .right_side {
		/*float: none;
		position: absolute;
		right: 0;*/
		float: right;
		padding: 0;
		width: 621px;
		height: 377px;
	}

	.unican_cnt .right_side label {
		margin-bottom: 7px;
		color: #333;
		display: block;
	}
/* END Top Toolbar */


/* Layout */
#container {
	width: 950px;
	margin: 0 auto;
}

/* Header */
	#header {
		height: 80px;
		margin-bottom: 2px;
	}

	#header .toolbar {
		float: left;
	}

	#header .toolbar a.active,
	#header .toolbar a {
		font-size: 11px;
		line-height: 20px;
		font-weight: 500;
		color: #888888;
		text-decoration: none;
/*		background: url(../images/site_images/arrows.gif) no-repeat 53px 3px;*/
		float: left;
		width: 80px;
		height: 20px;
		margin: 0 0 0 10px;
		padding-left: 5px;
		border: 0px solid #666666;
		margin-top: 0px; 
	}

	#header .toolbar a.active {
		color: #FF8000;
/*		background-position: 53px -86px;*/
		border: 0px solid #66666;
		background: url(../images/site_images/arrows.gif) no-repeat 65px -86px;
	}

	#header .toolbar a.inactive {
	}

	#header h1 {
		float: left;
		margin: 22px 0;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 1px;
		color: #333;
	}

	#header h1 img {
		margin: -4px 12px 0 0;
		vertical-align: middle;
	}


	/* Main Menu */
		#header ul {
			clear: both;
			float: left;
		}

		#header ul.mainmenu {
			min-width: 850px;
		}

		#header li {
			float: left;
			position: relative;
			margin: 0;
			z-index: 5;
		}

		#header li a {
			display: block;
			padding: 0 19px;
			font-size: 14px;
			line-height: 34px;
			color: #333;
			letter-spacing: 0.5px;
		}

		#header li.hover a,
		#header li:hover a,
		#header li a:hover,
		#header li a.active,
		#header li.active a {
			background-color: #edebe0;
			text-decoration: none;
		}

		/*#header li.item_1 a {
			padding-left: 0;
		}*/

		#header .submenu {
			float: left;
			position: absolute;
			top: 34px;
			left: 0;
			background-color: #edebe0;
			border-top: 10px solid #edebe0;
			width: 476px;
			padding: 3px 0 30px 15px;
			display: none;
		}

		#header .submenu.submenu_1 {
			width: 154px;
		}

		#header .submenu.submenu_2 {
			width: 308px;
		}

		#header .orchestra .submenu.submenu_2,
		#header .submenu.submenu_3 {
			width: 462px;
		}

		#header .orchestra .submenu.submenu_3,
		#header .submenu.submenu_4 {
			width: 616px;
		}

		#header .orchestra .submenu.submenu_4,
		#header .submenu.submenu_5 {
			width: 770px;
		}

		#header .orchestra .submenu.submenu_5,
		#header .submenu.submenu_6 {
			width: 924px;
		}

		#header .orchestra .submenu.submenu_6,
		#header .submenu.submenu_7 {
			width: 1078px;
		}

		#header li.hover .submenu,
		#header li:hover .submenu {
			display: block;
		}

		#header .creation .submenu_6 {
			left: -240px;
		}

		#header .creation .submenu_5 {
			left: -90px;
		}

		#header .aboutus .submenu_5 {
			left: -159px;
		}

		#header .careers .submenu_4 {
			left: -102px;
		}

		#header .submenu div {
			float: left;
			min-width: 139px;
			margin-right: 15px;
			overflow: hidden;
			position: relative;
		}

		#header .submenu div.orchestra_imstrus {
			width: 291px;
		}

		#header .submenu div.orchestra_imstrus ul {
			width: 304px;
		}

		#header .submenu div ul {
			overflow: hidden;
			margin-top: 2px;
			border-top: 2px solid #000;
			width: 139px;
			position: relative;
		}

		#header .submenu div ul li {
			border-bottom: 1px solid #e5e5e5;
			margin: 1px 0 -1px;
			width: 139px;
			height: 29px;
		}

		#header .submenu div.orchestra_imstrus ul li {
			margin-right: 13px;
		}

		#header .submenu div ul li a,
		#header .submenu div ul li a:hover {
			font: bold 11px/29px Arial, Helvetica, Garuda, sans-serif;
			color: #666;
			padding: 0;
			background-color: transparent;
			letter-spacing: 0;
		}

		#header .submenu div ul li.moreinfo a,
		#header .submenu div ul li.moreinfo a:hover {
			color: #333;
		}

		#header .submenu h2 a {
			color: #000;
			font-weight: 700;
			padding: 0;
			position: relative;
			height: 34px;
		}
	/* END Main Menu */

	#header .language_bar {
		float: right;
		padding-top: 10px;
		clear: right;
		#margin-top: 45px;
	}

	#header .language_bar a {
		font-weight: 700;
		color: #999;
		margin-left: 12px;
	}
/* END Header */
#main {
	float: left;
	width: 626px;
	overflow: hidden;
	margin-top: 30px;
}

#aside {
	float: right;
	width: 295px;
	padding-top: 5px;
	margin-top: 30px;
}
/* Layout Boxes */
	.w01{
		width: 150px;
	}

	#main .w01 {
		margin-right: 18px;
		float: left;
	}

	.quotation,
	.locations
	{
		width: 951px;  /* Breite locations*/ 
		height: 410px; /*Höhe locations pulldown Kontakt*/
		padding: 10px 20px 30px 40px;
		margin-left: 0px;
		padding: 20px 0 0 0;
		float: left;
		overflow: hidden;
	}

	.w23 {
		width: 626px;
	}

	.locations,
	.w23,
	.main_box,
	.quotation {
		margin-right: 18px;
		float: left;
	}

	.main_box {
		width: 626px;
		padding: 0 0 50px;
		overflow: hidden;
		float: none !important;
	}

	.main_box .left_cont,
	.main_box .video_holder {
		margin: 0 18px 18px 0;
		float: left;
	}

		/* Video Holder */
			.icon_holder,
			.video_holder {
				position: relative;
				display: block;
			}

			.icon_holder:hover,
			.video_holder:hover {
				text-decoration: none;
			}

			.icon_holder .play,
			.video_holder .play {
				position: absolute;
				width: 40px;
				height: 35px;
				display: block;
				left: 50%;
				top: 50%;
				margin: -17px 0 0 -20px;
				text-indent: -2000px;
				overflow: hidden;
				background: url(../images/site_images/btt_play.png) 0 0 no-repeat;
			}

			.video_holder .duration {
				position: absolute;
				bottom: 0;
				right: 0;
				padding: 1px 2px 2px 3px;
				font-size: 12px;
				font-weight: bold;
				color: #ffffff;
				background: #ffffff;
			}

		/* END Video Holder */


		/*Text Text Container */
			.mceContentBody p,
			.txt_cont p {
				padding-bottom: 5px;
				line-height: 16px;
			}

			.contact_teaser {
				width: 150px;
			}

			.contact_teaser p {
				padding-bottom: 1px;
			}


			.txt_cont ul,
			.mceContentBody ul {
				list-style: disc inside;
			}

			.txt_cont ol,
			.mceContentBody ol {
				list-style: decimal inside;
			}

			.user_nickname,
			.list_small strong,
			.mceContentBody p strong,
			.txt_cont p strong {
				font-weight: bold;
				/*color: #000;*/
			}

			.mceContentBody blockquote,
			.txt_cont blockquote {
				font-family: LegacySansMedium,Tahoma,Geneva,sans-serif;
				line-height: 29px;
				font-size: 26px;
				font-weight: 400;
				font-style: italic;
			}

			.txt_cont blockquote:before,
			.txt_cont .blockquote_before,
			.mceContentBody blockquote:before,
			.mceContentBody .blockquote_before {
				content: 'â€ž';
				font-size: 50px;
				color: #cccccc;
				position: relative;
				top: -5px;
			}

			.txt_cont blockquote:after,
			.txt_cont .blockquote_after,
			.mceContentBody blockquote:after,
			.mceContentBody .blockquote_after {
				content: 'â€œ';
				font-size: 50px;
				color: #cccccc;
				position: relative;
				top: 10px;
			}
		/* END Text Container */

		/* Stage */
			#mainstage {
				height: 450px;
				background-color: #FF0000;
                                /*border: 0px solid #FFFFFF;*/
				position: relative;
			}
			#mainframe {
				height: 550px;
				background-color: #000000;
                                /*border: 0px solid #FFFFFF;*/
				position: relative;
			}

			#mainstage.half_height {
				height: 225px;
			}

			.mainstage .mainstage_cnt {
				position: absolute;
				bottom: 25px;
				left: 655px;
			}

			.video_slider_holder {
				width: 950px;
				height: 450px;
				overflow: hidden;
				position: relative;
				background: #FFFFFF;
			}

			.half_height .video_slider_holder {
				height: 225px;
			}

			.player {
				width: 950px;
				height: 450px;
				top: 0;
				left: 0;
				position: absolute;
				background: #FFFFFF;
			}
			.half_height .player {
				height: 225px;
			}
			.media_prev, .media_next {
				z-index: 10;
				width: 56px;
				height: 450px;
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				background: url(../images/site_images/btn_spin_navi_opaq.png) 0 0 no-repeat;
				opacity: 0.66;
				filter: alpha(opacity=66);
			}
			.half_height .media_prev,
			.half_height .media_next {
				height: 225px;
			}
			#flowplayer {
				z-index: 9;
			}
			.media_next {
				left: auto;
				right: 0;
				background-position: -66px 0;
			}
			.half_height .media_prev {
				background-position: 0 -99px;
			}
			.half_height .media_next {
				background-position: -66px -99px;
			}

			.video_slider {
				top: 0;
				left: 0;
				height: 450px;
				position: absolute;
				background: #FFFFFF;
			}

			.half_height .video_slider {
				height: 225px;
			}

			.video_slider li {
				width: 950px;
				height: 450px;
				float: left;
				position: relative;
				text-align: center;
				background: #FFFFFF;
			}
			.half_height .video_slider li {
				height: 225px;
			}
			.video_slider li .play{
				position: absolute;
				display: block;
				width: 103px;
				height: 85px;
				top: 50%;
				left: 50%;
				overflow: hidden;
				text-indent: 10000px;
				margin: -52px 0 0 -42px;
				background: url(../images/site_images/btt_play_xl.png) no-repeat 0 0;
			}
			.overlay {
				position: fixed;
				top: 0;
				left: 0;
				width: 100%;
				background: #FFFFFF;
				opacity: 0.8;
				filter: alpha(opacity=80);
				z-index: 100;
			}

			.popUp {
				width: 927px;
				/*height: 450px;*/
				position: fixed;
				padding: 10px;
				top: 50%;
				left: 50%;
				margin: -288px 0 0 -474px;
				background: #fff;
				z-index: 101;
			}

				.popUp a {
					outline: none;
				}

				.popUp .title {
					font-weight: bold;	/* i guess i dont need this, but.. */
				}

				.popUp .close {
					float: right;
					margin-bottom: 8px;
					padding-left: 13px;
					font-style: italic;
					background: url(../images/site_images/close.gif) no-repeat left 5px;
					color: #808080;
					text-decoration: none;
					border-bottom: 1px solid #ffffff;
				}

				.popUp .close:hover {
					border-bottom: 1px solid #808080;
				}

				.popUp .view {
					margin-top: 10px;
					text-align: center;
				}

				.popUp .spin_holder {
					margin-top: 10px;
				}

					.popUp .spin_holder .left,
					.popUp .spin_holder .right {
						float: left;
						width: 84px;
						height: 60px;
						background: url(../images/site_images/popup_spin_left.gif) no-repeat center top;
					}

					.popUp .spin_holder .right {
						float: right;
						background-image: url(../images/site_images/popup_spin_right.gif);
					}

					.popUp .spin_holder .spin {
						float: left;
						position: relative;
						overflow: hidden;
						width: 758px;
						height: 60px;
					}

						.popUp .spin_holder .spin ul {
							position: absolute;
							left: 0;
							top: 0;
							width: 99999px;
						}

							.popUp .spin_holder .spin ul li {
								float: left;
								padding-right: 10px;
								position: relative;
							}

							.popUp .spin_holder .spin ul li span.active {
								position: absolute;
								display: block;
								left: 0;
								top: 0;
								width: 76px;
								height: 50px;
								background: transparent;
								border: 5px solid #000000;
								opacity: 0.25;
								filter: alpha(opacity=25);
							}

			.v2 {
			}

				.v2 {
				}

					.v2 .spin_holder {
						display: none;
					}

					.v2 .view_inner {
						position: relative;
					}

					.v2 .view_inner .left,
					.v2 .view_inner .right {
						position: absolute;
						top: 0;
						float: none;
						display: block;
						width: 50px;
						height: 100%;
						background: #000000 url('../images/site_images/btn_spin_navi_trans.png') no-repeat;
						/*opacity: 0.5;
						filter: alpha(opacity=50);*/
						opacity: 0;
						filter: alpha(opacity=0);
					}

					.v2 .view_inner .left {
						left: 0;
						background-position: 15px center;
					}

					.v2 .view_inner .right {
						right: 0;
						background-position: -55px center;
					}

			#playerInpopUp {
				position: relative;
				width: 728px;
				height: 450px;
				z-index: 102;
			}
			.rightmainstage {
				float: right;
				position: absolute;
				bottom: 0;
				right: 0;
				width: 272px;
				max-height: 325px;
				padding: 60px 25px 22px;
			}
			.rightmainstage h1 {
				font-size: 28px;
				color: #999;
				font-weight: 400;
				margin-bottom: 6px;
			}
			.rightmainstage h2, .middle_title {
				font-size: 26px;
				line-height: 26px;
				color: #000;
				margin-bottom: 11px;
				font-weight: 400;
			}
			.middle_title {
				line-height: normal;
			}
			.rightmainstage p {
				line-height: 17px;
				padding-left: 4px;
			}
			.awards, .atent {
				width: 85px;
				height: 85px;
				position: absolute;
				top: 0;
				right: 25px;
			}
			.atent {
				right: 0;
			}
		/* END Stage */
/* END Layout Boxes */

/* Lists */
.list_mixed,
.list_mixed_bord,
.list_teaser {
	width: 660px;
	overflow: hidden;
	margin-bottom: -40px;
	list-style: none inside !important;
}

.list_teaser li {
	width: 305px;
	padding: 0 18px 38px 0;
	float: left;
}

.list_links {
	margin-bottom: 10px;
}

.list_small {
	margin-bottom: 0;
}
.list_small li {
	width: 143px;
	margin-bottom: 18px;
}

.list_teaserlist_teaser li p strong {
	color: #010000;
}

.list_teaser li img,
.list_teaser li .video_holder {
	margin: 0 0 7px;
}

.list_mixed_bord li .video_holder,
.list_mixed li .video_holder,
.list_teaser li .video_holder img {
	margin: 0;
}

.list_mixed li {
	float: left;
	margin: 0 18px 0 0;
	padding-bottom: 10px;	/* slightly better than margin on stupid iez */
	list-style: none outside none;
}

.list_mixed_bord li {
	float: left;
	margin: 0 15px 8px 0;
	border: 1px solid #e7e7e7;
}


.list_mixed_bord li a img,
.list_mixed li a img,
.list_mixed_bord li a,
.list_mixed li a {
	display: block;
}

.list_columns {
	width: 324px;
}
	.list_columns li {
		width: 143px;
		margin-right: 18px;
		float: left;
	}

.list_4 {
	width: auto;
	overflow: hidden;
}
	.list_4 li {
		width: 132px;
	}

.list_agents a,
.list_columns li a {
	font-style: italic;
	line-height: 24px;
	color: #666;
}

.list_branches {
	width: 644px;
	overflow: hidden;
}

.list_branches li {
	float: left;
	height: 180px;
	/*width: 282px;
	padding: 10px;
	margin: 0 18px 18px 0;*/
	margin: 0 18px 18px 0;
	font-size: 11px;
	/*background: url(../images/site_images/customer_logo.gif) no-repeat center center;
	border: 1px solid #d1d1d1;*/
	background: transparent;
}

/*.list_branches li * {
	display: none;
}*/

/*.list_branches li:hover {
	background: #ffed00 !important;
	border-color: #ffed00;
}

.list_branches li:hover * {
	display: block;
}*/

.list_branches li h2 {
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff;
	color: #000;
}

.list_branches li a {
	/*padding: 5px 10px;
	font-weight: 700;
	color: #000;*/
	display: block;
}

.list_branches li a:hover {
	background-color: #f6f6f4;
	text-decoration: none;
}

.list_branches li.item_small {
	width: 143px;
	height: 85px;
}

.list_branches li.item_small h2 {
	margin: 0;
	border: none;
}


.list_facts {
	margin-top: 20px;
}

.list_facts li {
	clear: both;
	height: 89px;
}

.list_facts li div {
	color: #000000;
	height: 89px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	display: block;
}
/*
.list_facts li div * {
	cursor: pointer;
}
*/

.list_facts li div:hover {
	background-color: #ffed00;
	border-color: #ffed00;
	text-decoration: none;
}

.list_facts li div .year {
	display: inline-block;
	font-size: 85px;
	height: 89px;
	width: 195px;
	padding-right: 60px;
	text-align: right;
	vertical-align: top;
}

.list_facts li div .year sup {
	letter-spacing: -1em;
	vertical-align: top;
}

.list_facts li div span.right_cnt {
	display: inline-block;
	width: 360px;
}

.list_facts li div span.right_cnt strong {
	display: block;
	font-size: 25px;
	margin-top: 10px;
}

.list_facts li div .txt_cont {
	font-size: 11px;
	line-height: 15px;
	font-weight: 700;
	font-family: Arial, Helvetica, Garuda, sans-serif;
}

.mceContentBody {
	font-size: 11px;
	line-height: 15px;
	font-family: Arial, Helvetica, Garuda, sans-serif;
}


.board_directors ul li,
.page_history .main_box ul li,
.list_commonation li {
	border-bottom: 1px solid #e4e4e4;
	overflow: hidden;
	line-height: 16px;
	margin-bottom: 17px;
}

.list_commonation li {
	list-style: none;
}

.list_commonation img {
	border: 1px solid #d1d1d1;
	float: left;
	margin: 0 17px 20px 0;
}

.list_management li {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.list_management li p {
	margin-bottom: 15px;
}

.board_directors ul img,
.page_history .main_box ul img {
	float: left;
	margin: 0 17px 13px 0;
}

.board_directors ul p,
.page_history .main_box ul p {
	margin-bottom: 15px;
}

.board_directors ul li,
.page_history .main_box ul li {
	border: 0;
}

.board_directors ul li h4 {
	color: #000000;
}

#main .multiple_galleries .main_box h1 {
	border: none;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#main .multiple_galleries .main_box h1.gray {
	color: #535353;
}

.multiple_galleries .list_mixed {
	border-bottom: 1px solid #d6d6d6;
}

/* Ð—Ð°Ð¼ÐµÑ‡Ð°Ñ‚ÐµÐ»ÑŒÐ½Ð¾! */
.multiple_galleries .main_box:last-of-type .list_mixed,
.multiple_galleries .main_box .list_mixed_last {
	border-bottom: none;
}

/* END Lists */


/* Footer */
#footer {
	color: #999999;
	clear: both;
	overflow: hidden;
}

	#footer .breadcrumb ,
	#footer .sharetools {
		margin-bottom: 20px;
		position: relative;
		height: 25px;
		padding: 15px 0 0;
		font-size: 11px;
		border-bottom: 2px solid #d0d0d0;
		overflow: hidden;
	}

	#footer .sharetools {
		height: 30px;
		padding: 10px 0 0;
		border-bottom: 2px solid #ffed00;
	}

	/*
	#footer .sharetools p strong {
		float: left;
	}
	*/

	#footer .sharetools .addthis_button_compact {
		padding: 0 2px 0 0 !important;
		text-indent: -20px !important;
		font-weight: bold !important;
		background: none !important;
		color: #999999 !important;
	}

		#footer .sharetools .addthis_button_compact span.at15t_compact {
			visibility: hidden !important;
		}

		#footer .sharetools a.at300b {
			padding: 0 !important;
		}

			#footer .sharetools a.at300b span.at300bs {
				visibility: hidden;
			}

	#footer .breadcrumb a {
		color: #999999;
		margin: 0 4px;
		font-size: 11px;
		text-decoration: none;
		font-style: italic;
	}

	#footer .breadcrumb strong {
		margin: 0 4px;
	}

	#footer .breadcrumb .right_em {
		color: #999999;
		top: 15px;
	}
/* site Map */
.site_map {
	overflow: hidden;
	color: #999999;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 20px;
}

.site_map div.big_cell {
	/*width: 300px;*/
	width: 193px;
	padding-right: 5px;
	margin: 0;
	float: left;
	color: #666666;
}

.site_map div {
	width: 92px;
	margin-left: 15px;
	float: left;
}

.site_map div p a {
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}

.site_map div li a {
	color: #999999;
	text-decoration: none;
	font-size: 11px;
}

.site_map div p a:hover,
.site_map div li a:hover {
	text-decoration: underline;
}

/* Footer Navigation */
	.footer_navigation {
		font-size: 11px;
		/*color: #333333;*/
		margin-bottom: 20px;
	}

	.footer_navigation a {
		color: #999999;
		text-decoration: none;
		font-size: 11px;
	}

	.footer_navigation a:hover {
		text-decoration: underline;
	}

	.footer_navigation span {
		margin: 0 5px;
		color: #999999;
	}
/* END Footer Navigation */

/* Share Icons AND Social Media Icons */
	.icon {
		position: absolute;
		top: 10px;
		right: 10px;
	}


	.icon_youtube,
	.icon_slideshare,
	.icon_facebook,
	.icon_twitter,
	.icon_delicious,
	.icon_stumbleupon,
	.icon_technorati,
	.social_media_teaser > li > a {
		display: inline;
		float: left;
		margin-left: 5px;
		width: 16px;
		height: 16px;
		background: url(../images/site_images/icons_sprite.png) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}

	.teaser ul.social_media_teaser li.twitter-active a,
	.teaser ul.social_media_teaser li.twitter.active a,
	.teaser ul.social_media_teaser li.twitter:hover a,
	.icon_twitter:hover {
		background-position: 0 -32px;
	}

	.teaser ul.social_media_teaser li.youtube a,
	.icon_youtube {
		background-position: 0 -64px;
	}

	.teaser ul.social_media_teaser li.youtube-active a,
	.teaser ul.social_media_teaser li.youtube.active a,
	.teaser ul.social_media_teaser li.youtube:hover a,
	.icon_youtube:hover {
		background-position: 0 -96px;
	}

	.teaser ul.social_media_teaser li.facebook a,
	.icon_facebook {
		background-position: 0 -192px;
	}

	.teaser ul.social_media_teaser li.facebook-active a,
	.teaser ul.social_media_teaser li.facebook.active a,
	.teaser ul.social_media_teaser li.facebook:hover a,
	.icon_facebook:hover {
		background-position: 0 -224px;
	}

	.teaser ul.social_media_teaser li.delicious a,
	.icon_delicious {
		background-position: 0 -128px;
	}

	.teaser ul.social_media_teaser li.delicious-active a,
	.teaser ul.social_media_teaser li.delicious.active a,
	.teaser ul.social_media_teaser li.delicious:hover a,
	.icon_delicious:hover {
		background-position: 0 -160px;
	}

	.teaser_cont a {
		font-style: italic;
		color: #535353;
	}

	.icon_stumbleupon {
		background-position: 0 -320px;
	}

	.icon_stumbleupon:hover {
		background-position: 0 -352px;
	}

	.icon_technorati {
		background-position: 0 -384px;
	}
	.icon_technorati:hover {
		background-position: 0 -416px;
	}


	.teaser ul.social_media_teaser li.slideshare a,
	.icon_slideshare {
		background-position: 0 -256px;
	}

	.teaser ul.social_media_teaser li.slideshare-active a,
	.teaser ul.social_media_teaser li.slideshare.active a,
	.teaser ul.social_media_teaser li.slideshare:hover a,
	.icon_slideshare:hover {
		background-position: 0 -288px;
	}

	/* Small Circle Yellow Logos (dimensions:56px/56px) */
		.icon_adc,
		.icon_adc_strong,
		.icon_euro_best,
		.icon_lion,
		.icon_mobius {
			background-image: url(../images/site_images/icons_yellow.png);
			background-repeat: no-repeat;
			width: 56px;
			height: 56px;
			position: absolute;
			top: 10px;
			right: 10px;
		}

		.icon_adc {
			background-position: 0 -214px;
		}

		.icon_adc_strong {
			background-position: 0 -143px;
		}

		.icon_euro_best {
			background-position: 0 -71px;
		}

		.icon_lion {
			background-position: 0 -285px;
		}
	/* END Small Circle Yellow Logos */
/* END Share Icons AND Social Media Icons */

/* Teasers */
	/* Social Media Teaser */
		.social_media_sidebar div.teaser_cont {
			clear: both;
		}

		ul.social_media_teaser {
			position: relative;
		}

		ul.social_media_teaser > li {
			float: left;
			height: 21px;
			padding-top: 7px;
			overflow: hidden;
			margin-right: 10px;
		}

		ul.social_media_teaser li.active {
			padding: 7px 10px 0;
		}

		ul.social_media_teaser > li > a {
			overflow: hidden;
			text-indent: 23px;
			outline: none;
			margin: 0;
		}

		ul.social_media_teaser li.active > a {
			width: auto;
			font-weight: 700;
		}

		.social_media_sidebar div.teaser_cont {
			/*position: absolute;*/
			border-top: 5px solid #ffffff;
			left: 0;
			top: 28px;
			/*height: 300px;*/
			width: 100%;
			color: #535353;
		}

		ul.social_media_teaser li.twitter.active,
		ul.social_media_teaser li.twitter-active,
		div.social_media_sidebar div.twitter {
			background-color: #eaf2f2;
			border-color: #eaf2f2;
		}

		ul.social_media_teaser li.youtube.active,
		ul.social_media_teaser li.youtube-active,
		div.social_media_sidebar div.youtube {
			background-color: #ebe3e2;
			border-color: #ebe3e2;
		}

		ul.social_media_teaser li.delicious.active,
		ul.social_media_teaser li.delicious-active,
		div.social_media_sidebar div.delicious {
			background-color: #dde6ee;
			border-color: #dde6ee;
		}

		ul.social_media_teaser li.facebook.active,
		ul.social_media_teaser li.facebook-active,
		div.social_media_sidebar div.facebook {
			background-color: #eceff5;
			border-color: #eceff5;
		}

		ul.social_media_teaser li.slideshare.active,
		ul.social_media_teaser li.slideshare-active,
		div.social_media_sidebar div.slideshare {
			background-color: #e9f5ee;
			border-color: #e9f5ee;
		}

		div.social_media_sidebar div.teaser_cont {
			background: #ffffff;
		}

		div.social_media_sidebar ul.middle_list {
			margin-top: 0;
		}

		div.social_media_sidebar div.teaser_cont span.title {
			line-height: inherit;
		}
		div.social_media_sidebar div.teaser_cont span.title_gray {
			color: #535353;
		}
	/* END Social Media Teaser */

	.teaser {
		width: 295px;
	}

	.teaser a,
	.teaser {
		font-size: 11px;
	}

	.teaser a.link_user,
	.teaser a.link_email {
		color: #535353;
	}

	.teaser .content {
		overflow: hidden;
		padding: 0 0 30px;
	}

	.teaser .middle_list {
		margin: -10px 0 10px;
		overflow: hidden;
	}

	.teaser .middle_list li {
		padding: 5px 1px 10px;
		margin: 10px 0 -1px;
		overflow: hidden;
		border-bottom: 1px solid #d6d6d6;
	}

	.teaser h3,
	.teaser h3 a,
	.teaser .title {
		color: #535353;
		padding-bottom: 5px;
		font-weight: 700;
		font-size: 11px
	}

	.teaser .title {
		line-height: 20px;
	}

	.teaser .links {
		width: 300px;
		overflow: hidden;
	}

	.teaser .links li {
		width: 140px;
		margin: 3px 10px 3px 0;
		float: left;
	}

	.teaser .links li a {
		color: #535353;
	}

	.teaser h2 {
		line-height: 19px;
		*line-height: 20px;/* IE */
		overflow: hidden;
		font-weight: 400;
		font-size: 16px;
		margin-bottom: 8px;
		border-bottom: 2px solid #ccc;
		padding: 0 90px 5px 0;
		position: relative;
	}

	.teaser_title .right_em {
		top: 7px;
	}

	.teaser.quick_links h2 {
		padding-right: 0;
	}

	.teaser.quick_links h2 span {
		cursor: pointer;
		float: right;
		background: url(../images/site_images/arrows.gif) no-repeat 9px -63px #f0f0ef;
		width: 28px;
		height: 24px;
		margin-bottom: -9px;
	}

	.teaser.quick_links .middle_list {
		margin-top: -8px;
		display: none;
		background: #f9f9f9;
		position: absolute;
		width: 295px;
		z-index: 1;
	}

	.teaser.quick_links .middle_list li {
		margin: 0 8px;
		padding: 0;
	}

	.teaser.quick_links .middle_list li a {
		margin: 1px 0;
		padding: 6px 0;
		display: block;
		text-decoration: none;
		font-style: italic;
	}

	.teaser.quick_links .middle_list li a:hover {
		background: #eaeaea;
	}
/* END Teasers */


.thumb {
	border: 1px solid #ccc;
	margin: 0 10px 10px 0;
	float: left;
}

.big_thumb {
	display: block;
	margin: 7px 0 10px;
}

.al_left {
	float: left;
	margin-right: 10px;
}

.txt_right {
	text-align: right;
}

.rss_link {
	display: inline-block;
	padding: 2px 0 0 20px;
	background: url(../images/site_images/icons_sprite.png) no-repeat 0 -449px;
}

#main h1 .right_em a.rss_link {
	border-left: 1px solid #ccc;
	background-position: 10px -449px;
	padding-left: 30px;
	margin-left: 10px;
}

.apply_now {
	position: relative;
}

.apply_now .big_title, .apply_now p {
	padding-right: 100px;
}


/* Pagination */
	.pager {
		clear: both;
		padding: 15px 0;
		text-align: center;
		border-top: 1px solid #d2d2d2;
	}

	.commonations .pager {
		border-top: 0;
	}

	.pager a,
	.pager span {
		vertical-align: middle;
		padding: 0 5px;
		margin: 0 5px;
	}

	.pager a {
		font-weight: 700;
		font-style: italic;
		color: #535353;
	}

	.pager span {
		font-weight: 700;
		color: #ccc;
	}

	.pager .next,
	.pager .next_inactive,
	.pager .prev,
	.pager .prev_inactive {
		padding: 0;
		display: inline-block;
		width: 22px;
		height: 13px;
		text-indent: -10000px;
		overflow: hidden;
		background: url(../images/site_images/sprite_btnNav.gif) no-repeat;
	}

	.pager .next {
		background-position: -22px 0;
	}

	.pager .next_inactive {
		background-position: -22px -13px;
	}

	.pager .prev_inactive {
		background-position: 0 -13px;
	}
/* END Pagination */

.normal p strong {
	color: #535353;
}

.quote_left, .quote_right {
	font-size: 50px;
	color: #ccc;
	line-height: 0;
	position: relative;
	top: -5px;
}

.quote_right {
	top: 10px;
}





/*  Accordion */
	.list_accord_hold {
		height: 320px;
	}

	.list_accord dt {
		background: transparent url(../images/site_images/arrows.gif) no-repeat 10px -12px;
		line-height: 27px;
		padding-left: 22px;
		margin-bottom: 1px;
		font-size: 12px;
		color: #000;
		cursor: pointer;
	}

	.list_accord .visible h2 {
		background-color: #f0f0ef;
		background-position: 9px -30px;
	}

	.list_accord li {
		border-bottom: 1px solid #e5e5e5;
		overflow: hidden;
	}

	.list_accord .visible {
		padding-bottom: 15px;
	}

	.list_accord li li {
		border-bottom: none;
		overflow: auto;
	}

	.list_accord .accordion_content {
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #E5E5E5;
		overflow: hidden;
		font-size: 11px;
		line-height: 16px;
		color: #333;
	}

	.list_accord .accordion_content > div {
		padding: 8px 0;
		overflow: hidden;
	}

	.list_accord li h3 {
		margin: 8px 0 12px;
		font-size: 12px;
		color: #333;
	}

	.list_accord .al_left {
		margin-right: 15px;
	}

	.list_accord .accordion_content h4 {
		font-size: 11px;
		color: #999;
	}

	.list_accord .accordion_content a {
		font-size: 11px;
		color: #666;
	}

/*  END Accordion */


.awards_hold p {
	font-size: 11px;
	color: #666;
	float: left;
	padding-right: 20px;
	height: 70px;
	overflow: hidden;
}

.awards_hold p img {
	float: left;
	margin-right: 10px;
}

.awards_hold p strong {
	color: #333;
	display: inline-block;
	padding-top: 7px;
}

.list_teaser .icon_holder img.icon {
	position: absolute;
	top: 10px;
	right: 10px;
}

/* Top combobox filter */
	.combo_box_holder {
		height: 48px;
	}

	.combo_box_holder p {
		line-height: 24px;
	}

	.combo_box_holder .fl_right .combo_box {
		width: 224px;
	}
/* EMD Top combobox filter */

/* News Filter */
	.news_filter label {
		width: 70px;
		color: #000;
		line-height: 25px;
		font-weight: 700;
		float: left;
	}

	.news_filter .edit_field_info {
		line-height: 13px;
		font-size: 11px;
	}

	.news_filter label.dateTo {
		width: 54px;
		text-align: center;
	}

	#popupDateTo,
	#popupDateFrom {
		width: 167px;
	}

	.searchbar_cnt input.edit_field,
	.news_filter input.search_field,
	.news_filter input.edit_field {
		border-width: 2px 0 0 2px;
		background-color: #f6f6f4;
		vertical-align: top;
	}

	.link_calendar {
		background: url(../images/site_images/icons_sprite.png) no-repeat left -481px;
		width: 16px;
		height: 15px;
		position: relative;
		left: -23px;
		margin-top: 6px;
		display: inline-block;
		margin-right: -19px;
	}

	.news_filter input.search_field {
		width: 363px;
		clear: right;
		margin-right: 12px;
	}

	.categories {
		height: 30px;
	}

	.categories a {
		display: inline-block;
		float: left;
		padding: 0 10px;
		height: 28px;
		line-height: 28px;
		background-color: #e0e0e0;
		margin-right: 15px;
		font-size: 12px;
		font-weight: 700;
		color: #666;
	}

	.categories a:hover {
		text-decoration: none;
	}

	.categories a.active {
		background-color: #ffed00;
	}

	.news_filter .combo_box {
		width: 385px;
	}

	.news_filter .combo_box label {
		width: auto;
		float: none;
		color: #666;
	}

	.news_filter .submit_btn {
		margin: 15px 0 0 70px;
	}
/* END News Filter */


/* Calenadar */
	div.calendar{
		font-size: smaller;
		color: #000;
	}

	div.calendar.popup {
		margin-top: 30px;
	}

	div.calendar table {
		background-color: #eee;
		border: 1px solid #aaa;
		border-collapse: collapse;
	}

	div.calendar thead {
		background-color: #fff;
	}

	div.calendar td,
	div.calendar th {
		padding: 3px;
		text-align: center;
	}

	div.calendar td.title {
		font-weight: 700;
	}

	div.calendar th {
		background: #ddd;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;
		font-weight: 700;
		color: #555;
	}

	div.calendar tr.days td {
		width: 2em;
		color: #555;
		text-align: center;
		cursor: pointer;
	}

	div.calendar tr.days td:hover,
	div.calendar td.button:hover {
		background-color: #34ABFA;
		cursor: pointer;
	}

	div.calendar tr.days td:active
	div.calendar td.button:active {
		background-color: #cde;
	}

	div.calendar tr.days td.selected {
		font-weight: 700;
		background-color: #fff;
		color: #000;
	}

	div.calendar tr.days td.today {
		font-weight: 700;
		color: #D50000;
	}

	div.calendar tr.days td.otherDay {
		color: #bbb;
	}
/* Calenadar */

.img_subtitle {
	color: #666;
	padding-bottom: 30px;
}

.aboutus .img_bord {
	margin: 0 0 12px;
}

/* Page History */
	#main.page_history h1 {
		margin-bottom: 15px;
	}

	.page_awards .combo_box_holder p,
	.page_vacancies .combo_box_holder p,
	.page_history .combo_box_holder p {
		float: left;
		font-weight: 700;
		margin-right: 20px;
	}

	.page_history .combo_box {
		float: right;
		width: 144px;
	}

	.page_vacancies .combo_box_holder,
	.page_history .combo_box_holder {
		height: 43px;
		margin-bottom: 15px;
		border-bottom: 1px solid #e4e4e4;
	}
/* END Page History */

/* Page Vacancies */
	#main.page_vacancies h1 {
		margin-bottom: 10px;
	}

	.page_vacancies .combo_box_holder {
		margin-top: 15px;
		width: 650px;
	}

	.page_awards .combo_box_holder .combo_box label,
	.page_vacancies .combo_box_holder .combo_box label {
		font-weight: 700;
		color: #666;
	}

	.page_vacancies .combo_box_holder p {
		width: 67px;
	}

	.page_vacancies .combo_box_holder div.field {
		float: left;
		width: 170px;
		margin-right: 15px;
	}

	.page_vacancies ul {
		color: #494949;
	}

	.page_vacancies ul li {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #d2d2d2;
	}

	.page_vacancies ul h2 {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.page_vacancies ul p {
		margin-bottom: 15px;
	}

	.page_vacancies .pager {
		margin-top: -15px;
		border-top-width: 0;
	}
/* END Page Vacancies */

/* Page Vacancies Detail */
	.page_vacancies_detail h2 {
		font-size: 12px;
		color: #494949;
		margin-bottom: 15px;
	}

	.page_vacancies_detail h2 em {
		color: #666;
	}

	.page_vacancies_detail h3 {
		font-size: 12px;
		font-weight: 400;
		color: #333;
		border-bottom: 1px solid #d2d2d2;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.page_vacancies_detail h4 {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.page_vacancies_detail .txt_cont {
		margin-bottom: 20px;
	}

	.page_vacancies_detail .main_box ul {
		list-style: disc inside none;
		margin-bottom: 20px;
	}
/* END Page Vacancies Detail */

/* Page Practise */
	.page_practise .quotation {
		margin-bottom: 10px;
	}

	.page_practise .txt_cont p {
		margin-bottom: 15px;
		padding-bottom: 0;
	}

	.page_practise h2.small_title {
		color: #000;
		margin: 20px 0 10px;
	}

	.page_practise .recent_practics p {
		color: #494949;
		margin-bottom: 15px;
	}

	.page_practise .recent_practics p strong {
		display: block;
	}
/* END Page Practise */

/* Page General Manager */
	.page_general_manager form {
		border-bottom: 1px solid #ccc;
		margin-bottom: 15px;
	}

	.page_general_manager form .w01 {
		font-weight: 700;
		line-height: 25px;
		color: #000;
	}

/* Page Partners */
	.partners .list_teaser,
	.page_general_manager .list_teaser {
		margin-top: -15px;
	}

	.partners .list_teaser li,
	.page_general_manager .list_teaser li {
		padding-bottom: 15px;
		margin: 15px 0 -1px;
		border-bottom: 1px solid #ccc;
	}

	.partners .list_teaser .list_cnt,
	.page_general_manager .list_teaser .list_cnt {
		height: 80px;
		margin-top: 5px;
	}

/* END Page Partners AND Page General Manager */

/* Page Search */
	#main .search_results h1 {
		margin-bottom: 12px;
	}

	#main .search_results h3 {
		color: #000000;
		font-size: 12px;
		padding-bottom: 12px;
		margin-bottom: 12px;
		border-bottom: 1px solid #D2D2D2;
	}

	.search_results ul h2 {
		color: #000000;
		font-size: 12px;
		margin-bottom: 10px;
	}

	#main .search_results em {
		font-weight: bold;
		font-style: italic;
		color: #000000;
	}

	#main a.more {
		font-style: italic;
		color: #535353;
	}

	.gray_links a {
		color: #535353;
		font-style: italic;
	}

	#main .search_results a.more {
		font-style: italic;
	}

	.search_results ul li {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #d2d2d2;
	}

	.search_results .pager {
		margin-top: -15px;
		border-top-width: 0;
	}

	.search_results .new_search {
		margin-top: 20px;
	}

	.search_results .new_search form {
		background: #FFED00;
		padding: 30px 18px;
		overflow: hidden;
	}

	.search_results .new_search form label {
		display: block;
		font-weight: bold;
		margin-bottom: 7px;
	}

	.search_results .new_search form .search_in,
	.search_results .new_search form .search_what {
		float: left;
		width: 200px;
	}

	.search_results .new_search form .search_in {
		margin-right: 30px;
	}

	.search_results .new_search form .search_what {
		margin-right: 15px;
	}

	.search_results .new_search form .search_what input {
		width: 90%;
	}

	.search_results .new_search form .submit_btn {
		float: right;
		/* IE7 hack capability mode */
		*padding-left: 0;
		*padding-right: 0;
	}

/* END Page Search */

/* Page commonations Defail */
.commonation div.left {
	float: left;
	width: 141px;
	border: 1px solid #d1d1d1;
	background: #ffffff;
}

	.commonation div.left div.sub {
		padding: 10px 10px 5px;
		background: #d1d1d1;
	}

.commonation div.right {
	float: right;
	width: 465px;
}

#agency_info_response {
	width: 100%;
	height: 100%;
	text-align: right;
	/*overflow: hidden;
	background: #ffffff;*/
}

	#agency_info_response a {
		color: #535353;
		font-style: italic;
		text-decoration: underline;
		font-size: 11px;
	}

#search_q_choices {
	z-index: 1000;
	background: #ffffff;
}

	#search_q_choices ul {
	}

		#search_q_choices ul li {
			padding: 5px 10px;
			font-weight: bold;
		}

		#search_q_choices ul li.selected {
			background: #f0f0f0;
		}



/* FIlter */
.filter .combo_box {
	width: 200px;
	float: left;
	margin-right: 20px;
}

.filter .combo_box.last {
	margin-right: 0;
}

.filter p {
	float: left;
	font-weight: 700;
	margin-right: 20px;
}

.filter p.middle {
}



/* misc hacks */
.padd_b_0 {
	padding-bottom: 0;
}


/* calendar styles */
div.calendar {
	font-size: smaller;
	color: #000000;
}

div.calendar.popup {
	margin: 0;
}

div.calendar table {
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
}

div.calendar thead {
	background-color: white;
}

div.calendar td,
div.calendar th {
	padding: 3px;
	text-align: center;
}

div.calendar td.title {
	font-weight: bold;
}

div.calendar th {
	background: #dddddd;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font-weight: bold;
	color: #555555;
}

div.calendar tr.days td {
	width: 2em;
	color: #555555;
	text-align: center;
	cursor: pointer;
}

div.calendar tr.days td:hover,
div.calendar td.button:hover {
	background-color: #34abfa;
	cursor: pointer;
}

div.calendar tr.days td:active,
div.calendar td.button:active {
	background-color: #ccddee;
}

div.calendar td.selected {
	font-weight: bold;
	background-color: #888888;
	color: #dddddd;
}

div.calendar td.today {
	font-weight: bold;
	color: #d50000;
}

div.calendar td.otherDay {
	color: #bbbbbb;
}

div.calendar td select.hours,
div.calendar td select.minutes {
	width: 34%;
}

.imstrus_list {
	width: 626px;
}

.imstrus_list dt {
	cursor: pointer;
	height: 38px;
}

.imstrus_list dt div {
	padding: 0 8px;
	background: url(../images/site_images/bgr_accord_toggle.png) 0 -25px no-repeat;
	height: 38px;
}

.imstrus_list dt  strong {
	display: inline-block;
	width: 215px;
	font-size: 14px;
    line-height: 25px;
}

.imstrus_list dt em {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.imstrus_list dt.accordion_toggle_active {
	cursor: default;
}

.imstrus_list dt.accordion_toggle_active div {
	background: url(../images/site_images/bgr_accord_toggle.png) 0 0 no-repeat;
	height: 25px;
}

.imstrus_list .accordion_content > div {
	padding: 0 8px 26px;
	font-size: 11px;
	line-height: 17px;
}

.imstrus_list .accordion_content > div a {
	font-size: 11px;
}


.imstrus_list li.visible .accordion_content > div {
	padding: 13px 8px 26px;
}

.imstrus_list .accordion_content {
	margin-left: 6px;
	overflow: hidden;
	background: url(../images/site_images/bgr_accord_shadow.png) 100% 100% no-repeat;
}

/* scrollbar - common code */
.scrollbar_container {
	position: relative;
}
	.scrollbar_track {
		position: absolute;
		top: 0;
		right: 0;
		width: 26px;
		height: 100%;
		background-color: transparent;
		cursor: move;
	}
		.scrollbar_handle {
			width: 24px;
			min-height: 24px;
			background-color: #beb8aa;
			cursor: move;
			/*border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;*/
		}
	.scrollbar_content {
		overflow: hidden;
	}

.dropdown_combobox .scrollbar_content {
	max-height: 140px;	
}

.dropdown_combobox .scrollbar_track {
	width: 25px;
}


#scrollbar_impressum_container {
	height: 140px;
}
	#scrollbar_content_unican {
		width: 284px;
		height: 140px;
	}


#unican_form {
	margin-bottom: 13px;
}