/* content.css
------------------------------------------------------------------------
This stylesheet contains the CSS rules for bad vigaun contentsites

Author: elements.at 
--------------------------------------------------------------------- */

#content {
	background: #fff;
	width: 980px;
	position: relative;
	overflow: hidden;
}

#left{
	float: left;
	width: 805px;
	overflow: hidden;
}

#content_main {
	width: 805px;
	overflow: hidden;
	background: url(/static/img/subnav_back.jpg) no-repeat;
}

#content_text {
	float: left;
	width: 630px;
	padding: 23px 0 30px 0;
	overflow: hidden;
}


/* content types
--------------------------------------------------------------------- */

#content_text h2 {
	padding: 0 0 5px 0;
	overflow: hidden;
}

#content_text h3 {
	padding: 0 0 5px 0;
	overflow: hidden;
}

.standard {
	width: 100%;
	margin: 15px 0;
}

.standard td {
	border-bottom: 1px solid #e5e9ea;
	padding: 0 5px 3px 5px;
}	

.standard th {
	border-bottom: 1px solid #e5e9ea;
	padding: 0 5px 3px 5px;
}


#content_text ul {
	list-style-type: none;
	list-style-image: none;
	margin: 5px 0 5px 5px;
}

#content_text li {
	line-height: 18px;
	background: url(/static/img/listitem.gif) no-repeat scroll left 9px;
	padding: 0 0 0 10px;
}

#content_text li h2 {
	line-height: 18px;
}

#content_text .linkArrow {
	padding: 0 0 0 12px;
	background: url(/static/img/arrow_blue.gif) 5px 5px no-repeat;
}

#content_text .linkArrowTeam {
	padding: 0 0 0 7px;
	background: url(/static/img/arrow_blue.gif) 0 5px no-repeat;
}

.big_image {
	padding: 0 30px 15px 30px;
}


/*orange*/
#content_main.orange #content_text h1 {
	color: #f57900;
}

#content_main.orange #content_text h2 {
	color: #f57900;
}

#content_main.orange #content_text h3 {
	color: #f57900;
}

#content_main.orange #content_text li {
	background: url(/static/img/listitem_orange.gif) no-repeat scroll left 9px;
}

#content_main.orange #content_text a {
	color: #f57900;
}

#content_main.orange #content_text a:hover {
	color: #fcc200;
}

#content_main.orange #content_text a:visited {
	color: #f57900;
}

#content_main.orange #content_text .paging_block a:hover,
#content_main.orange #content_text .paging_block a.active {
	color: #fff;
	background: #f57900;
}

#content_main.orange #content_text .linkArrow {
	padding: 0 0 0 12px;
	background: url(/static/img/arrow_orange.gif) 5px 5px no-repeat;
}

#content_main.orange #content_text .linkArrowTeam {
	padding: 0 0 0 7px;
	background: url(/static/img/arrow_orange.gif) 0 5px no-repeat;
}


/*yellow*/
#content_main.yellow #content_text h1 {
	color: #efba00;
}

#content_main.yellow #content_text h2 {
	color: #efba00;
}

#content_main.yellow #content_text h3 {
	color: #efba00;
}

#content_main.yellow #content_text li {
	background: url(/static/img/listitem_yellow.gif) no-repeat scroll left 9px;
}

#content_main.yellow #content_text a {
	color: #efba00;
}

#content_main.yellow #content_text a:hover {
	color: #efba00;
}

#content_main.yellow #content_text a:visited {
	color: #efba00;
}

#content_main.yellow #content_text .paging_block a:hover,
#content_main.yellow #content_text .paging_block a.active {
	color: #fff;
	background: #efba00;
}

#content_main.yellow #content_text .linkArrow {
	padding: 0 0 0 12px;
	background: url(/static/img/arrow_yellow.gif) 5px 5px no-repeat;
}

#content_main.yellow #content_text .linkArrowTeam {
	padding: 0 0 0 7px;
	background: url(/static/img/arrow_yellow.gif) 0 5px no-repeat;
}


/*red*/
#content_main.red #content_text h1 {
	color: #c51a20;
}

#content_main.red #content_text h2 {
	color: #c51a20;
}

#content_main.red #content_text h3 {
	color: #c51a20;
}

#content_main.red #content_text li {
	background: url(/static/img/listitem_red.gif) no-repeat scroll left 9px;
}

#content_main.red #content_text a {
	color: #c51a20;
}

#content_main.red #content_text a:hover {
	color: #ec5900;
}

#content_main.red #content_text a:visited {
	color: #c51a20;
}

#content_main.red #content_text .paging_block a:hover,
#content_main.red #content_text .paging_block a.active {
	color: #fff;
	background: #c51a20;
}

#content_main.red #content_text .linkArrow {
	padding: 0 0 0 12px;
	background: url(/static/img/arrow_red.gif) 5px 5px no-repeat;
}

#content_main.red #content_text .linkArrowTeam {
	padding: 0 0 0 7px;
	background: url(/static/img/arrow_red.gif) 0 5px no-repeat;
}


/*green*/
#content_main.green #content_text h1 {
	color: #0f890f;
}

#content_main.green #content_text h2 {
	color: #0f890f;
}

#content_main.green #content_text h3 {
	color: #0f890f;
}

#content_main.green #content_text li {
	background: url(/static/img/listitem_green.gif) no-repeat scroll left 9px;
}

#content_main.green #content_text a {
	color: #0f890f;
}

#content_main.green #content_text a:hover {
	color: #00a500;
}

#content_main.green #content_text a:visited {
	color: #0f890f;
}

#content_main.green #content_text .paging_block a:hover,
#content_main.green #content_text .paging_block a.active {
	color: #fff;
	background: #0f890f;
}

#content_main.green #content_text .linkArrow {
	padding: 0 0 0 12px;
	background: url(/static/img/arrow_green.gif) 5px 5px no-repeat;
}

#content_main.green #content_text .linkArrow {
	padding: 0 0 0 7px;
	background: url(/static/img/arrow_green.gif) 0 5px no-repeat;
}


/* image gallery */
#content_text .img_gall {
	padding: 0 0 0 30px;
	overflow: hidden;
}

#content_text .img_gall a {
	margin: 15px 15px 0 0;
	float: left;
	display: block;
	width: 180px;
	height: 135px;
	position: relative;
	overflow: hidden;
}

#content_text .zoom {
	background: transparent url(/static/img/plus.gif) no-repeat scroll left top;
	cursor: pointer;
	display: block;
	height: 15px;
	width: 15px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 90;
}


/* contentblocks */
.contentblock {
	padding: 5px 30px;
	overflow: hidden;
}


/* team block */
.team_block {
	padding: 5px 0 5px 30px;
	overflow: hidden;
}

.team_entry {
	padding: 0 30px 15px 0;
	width: 570px;
	overflow: hidden;
	background: url(/static/img/teaser_shadow.jpg) no-repeat bottom;
}

.team_entry:hover {
	background: url(/static/img/teaser_shadow.jpg) #edf1f4 no-repeat bottom;
}

.te_pic {
	float: left;
	height: 160px;
	width: 107px;
	overflow: hidden;
	padding: 0 15px 0 0;
	cursor: pointer;
}

.te_content {
	float: left;
	height: 148px;
	width: 448px;
	overflow: hidden;
	padding: 12px 0 0 0;
}

.te_content p {
	width: 448px;
	overflow: hidden;
}

#content_text .te_content h2 {
	padding: 0;
	display: inline;
}

.te_job {
	color: #979797;
	font-size: 12px;
	padding: 0 0 0 5px;
}

.te_top1 {
	height: 77px;
	overflow: hidden;
	margin: 1px 0 16px 0;
}

.te_top2 {
	height: 63px;
	overflow: hidden;
	margin: 1px 0 16px 0;
}

.te_bottomleft {
	float: left;
}

.te_bottomright {
	float: right;
	text-align: right;
}

.te_bottomright img {
	padding: 0 5px 1px 0;
}


/* teasers block */
.teasers_block {
	padding: 5px 0 5px 30px;
	overflow: hidden;
}

.teasers_entry {
	padding: 0 30px 15px 0;
	width: 570px;
	overflow: hidden;
	cursor: pointer;
	background: url(/static/img/teaser_shadow.jpg) no-repeat bottom;
}

.teasers_entry:hover {
	background: url(/static/img/teaser_shadow.jpg) #edf1f4 no-repeat bottom;
}

.tsr_pic {
	float: left;
	height: 90px;
	width: 120px;
	overflow: hidden;
}

.tsr_content {
	float: left;
	height: 63px;
	width: 435px;
	overflow: hidden;
	padding: 12px 0 0 15px;
}

.tsr_content p {
	width: 435px;
	overflow: hidden;
}

#content_text .tsr_content h2 {
	padding: 0;
	display: inline;
}

.tsr_date {
	color: #979797;
	font-size: 12px;
	padding: 0 0 0 5px;
}


/* presspics block */
.presspics_block {
	padding: 5px 0 5px 30px;
	overflow: hidden;
}

.presspics_entry {
	width: 180px;
	height: 180px;
	overflow: hidden;
	margin: 0 15px 15px 0;
	cursor: pointer;
	float: left;
	background: #edf1f4;
}

.pp_image {
	height: 135px;
	width: 180px;
	position: relative;
	overflow: hidden;
}

.pp_content {
	height: 28px;
	overflow: hidden;
	padding: 7px 10px 0 10px;
}	


/* presstexts block */
.presstexts_block {
	padding: 5px 0;
	overflow: hidden;
}

.presstexts_entry {
	width: 570px;
	height: 45px;
	padding: 12px 30px 15px 30px;	
	overflow: hidden;
	cursor: pointer;
}

.presstexts_entry:hover {
	background: #edf1f4;
}

.pt_content {
	height: 47px;
	width: 570px;
	overflow: hidden;
}

.presstexts_entry h2 {
	padding: 0;
	display: inline;
}

.pt_date {
	color: #979797;
	font-size: 12px;
	padding: 0 0 0 5px;
}

.presstexts_entry p {
	width: 570px;
	overflow: hidden;
}

.pt_dateDetail {
	color: #979797;
	font-size: 12px;
}


/* search block */
.search_block {
	height: 20px;
	margin: 0 28px;
	padding: 0 0 14px 0;
	overflow: hidden;
	border-bottom: 1px solid #e5e9ea;
}

.search_block label {
	float: left;
	padding: 2px 5px 0 0;
	display: block;
}

.search_block .submit {
	float: left;
}


/* search results block */
.searchresults_block {
	padding: 5px 0;
	overflow: hidden;
}

.searchresults_entry {
	width: 570px;
	height: 60px;
	padding: 12px 30px 15px 30px;	
	overflow: hidden;
	cursor: pointer;
}

.searchresults_entry:hover {
	background: #edf1f4;
}

.sr_content {
	height: 47px;
	width: 570px;
	overflow: hidden;
}

.searchresults_entry h2 {
	padding: 0;
	display: inline;
}

.sr_link {
	color: #979797;
	padding: 5px 0 0 0;
}

.searchresults_entry p {
	width: 570px;
	overflow: hidden;
}


/* form block */
.form_block {
	padding: 5px 30px;
	overflow: hidden;
}

.form_block .form_item {
	width: 570px;
	padding: 0 0 3px 0;
	overflow: hidden;
	clear: both;
}

.form_block label {
	float: left;
	width: 110px;
	padding: 2px 0 3px 0;
	border: none;
}

.form_block input {
	float: left;
	width: 210px;
	padding: 2px 6px;
	border: 1px solid #ccd3d6;
}

.form_block input.required {
	width: 207px;
	border-left: none;
}

.form_block input.requirederror {
	width: 207px;
	border-left: none;
	border-color: #c51a20;
}

.form_block label.required {
	width: 110px;
	border-right: 4px solid #0082c7;
}


.form_block label.requirederror {
	width: 110px;
	border-right: 4px solid #c51a20;
	color: #c51a20;
}

.form_block label.required_city {
	width: 2px;
	border-right: 4px solid #0082c7;
}


.form_block label.required_cityerror {
	width: 2px;
	border-right: 4px solid #c51a20;
	color: #c51a20;
}

.form_block .zip_required {
	width: 40px;
	border-left: none;
}

.form_block .city_required {
	width: 148px;
	border-left: none;
}

.form_block .zip_requirederror {
	width: 40px;
	border-left: none;
	border-color: #c51a20;
}

.form_block .city_requirederror {
	width: 148px;
	border-left: none;
	border-color: #c51a20;
}

.form_block .date_required {
	width: 184px;
	border-left: none;
	border-right: none;
}

.form_block .date_requirederror {
	width: 184px;
	border-left: none;
	border-right: none;
	border-color: #c51a20;
}

.form_block select.required {
	width: 220px;
	border-left: none;
}

.form_block .zip {
	width: 40px;
	margin: 0 2px 0 0;
}

.form_block .city {
	width: 154px;
}

.form_block select {
	float: left;
	width: 224px;
	padding: 1px 1px 1px 3px;
	border: 1px solid #ccd3d6;
}

.form_block textarea {
	float: left;
	padding: 2px 6px;
	border: 1px solid #ccd3d6;
	overflow: auto;
}

.form_block .form_item .calendar_icon {
	background: url(/static/img/cal.gif) left top no-repeat;
	display: block;
	border: 1px solid #ccd3d6;
	border-left: none;
	width: 23px;
	height: 17px;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left;
}

.form_block .form_item .calendar_iconerror {
	background: url(/static/img/cal.gif) left top no-repeat;
	display: block;
	border: 1px solid #c51a20;
	border-left: none;
	width: 23px;
	height: 17px;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left;
}

.form_block .form_bottom {
	width: 460px;
	padding: 5px 0 0 110px;
	overflow: hidden;
}

.form_bottom .form_item {
	width: 555px;
	padding: 0 0 0 15px;
	border-left: 4px solid #0082c7;
}

.form_block #newsletter {
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 1px 5px 0 0;
	border: none;
	overflow: hidden;
}

.form_block .catalogs {
	padding: 2px 0 10px 110px;
}

.form_block .catalogs_entry {
	background: url(/static/img/infomaterial_shadow.jpg) 20px bottom no-repeat;
	padding: 1px 0 10px 0;
	overflow: hidden;
	float:left;
	width: 460px;
}

.form_block .catalogs input {
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 0 5px 0 0;
	border: none;
	overflow: hidden;
}

.form_block .ctl_pic {
	float:left;
	width: 60px;
	overflow: hidden;
}

.form_block .ctl_content {
	float: left;
	width: 139px;
	overflow: hidden;
	padding: 0 0 0 7px;
}


.form_block .submit {
	width: auto;
	padding: 2px 6px 2px 15px;
	margin: 20px 0;
	color: #fff;
	background: #0082c7 url(/static/img/arrow_white.gif) 8px 8px no-repeat;
	cursor: pointer;
	border: none;
	clear: both;
	overflow: visible;
}

.form_block .submit.nomarg {
	margin: 0 0 20px 0;
}

.form_block .captcha_container {
	margin: 20px 0 5px 0;
}

.form_block .captcha_container input {
	width: 30px;
	float: none;
}

.form_block .captcha_container label {
	width: auto;
	padding: 2px 10px 3px 2px;
	font-weight: bold;
}

.form_block .captcha_container label.required {
	width: auto;
}


.form_block .form_errorNote {
	font-weight: bold;
	color: #c51a20;
	padding: 0 0 8px 0;
}

.form_block .form_errorNoteCatalogs {
	font-weight: bold;
	color: #c51a20;
	padding: 5px 0 3px 0;
}


/* offers block */
#offers_block {
	padding: 5px 0 5px 30px;
	overflow: hidden;
}

.offers_entry {
	background: url(/static/img/teaser_shadow.jpg) left bottom no-repeat;
	padding: 0 30px 15px 0;
	width: 570px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	
	height: 72px;
}

.offers_entry:hover {
	background: url(/static/img/teaser_shadow.jpg) #edf1f4 no-repeat bottom;
}

.offers_entry .icontest {
	background: url(/static/img/arrow_down.gif) left top no-repeat;
	width: 9px;
	height: 5px;
	overflow: hidden;
	position: absolute;
	left: 550px;
	top: 17px;
	z-index: 10;
}

.offers_entry.open .icontest {
	background: url(/static/img/arrow_up.gif) left top no-repeat;
}


.offers_entry.open {
	background: #edf1f4 url(/static/img/teaser_shadow.jpg) left bottom no-repeat !important;
}

.offers_price {
	float: left;
	height: 51px;
	width: 120px;
	padding: 21px 0 0 0;
	text-align: center;
	font-size: 13px;
	color: #fff;
	overflow: hidden;
	background: url(/static/img/offer_back.jpg) left top no-repeat;
}

.offers_image {
	float: left;
	height: 72px;
	width: 120px;
	padding: 0;
	overflow: hidden;
}

.price {
	font-size: 19px;
	text-align: center;
	color: #fff;
	padding: 0 0 6px 0;
}

.offers_content {
	float: left;
	height: 49px;
	width: 435px;
	overflow: hidden;
	padding: 12px 0 0 15px;
}

.offers_content p {
	width: 435px;
	overflow: hidden;
}

#content_text .offers_content h2 {
	padding: 0;
	display: inline;
}

.offers_info {
	color: #979797;
	font-size: 12px;
	padding: 0 0 0 5px;
}

.offers_details {
	width: 435px;
	padding: 15px 0 12px 135px;
	clear: both;
	overflow: hidden;
}

.price_detail {
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #d4dbe0;
}

#content_text .price_detail table {
	width: 100%;
	margin: 0;
}

#content_text .price_detail table td {
	border-bottom: none;
	padding: 0 5px 3px 0;
}	

#content_text .price_detail table th {
	border-bottom: none;
	padding: 0 5px 3px 0;
}


/* paging block */
.paging_block {
	margin: 0 30px;
	padding: 14px 0 0 0;
	overflow: hidden;
	border-top: 1px solid #e5e9ea;
}

.paging_block label {
	float: left;
	padding: 1px 10px 0 0;
}

#content_main #content_text .paging_block a {
	width: 17px;
	height: 17px;
	display: block;
	float: left;
	padding: 1px 0 0 0;
	margin: 0 3px 0 0;
	text-align: center;
	overflow: hidden;
	color: #939da2;
	background: #edf1f4;
}

#content_main #content_text .paging_block a:hover,
#content_main #content_text .paging_block a.active {
	color: #fff;
	background: #0082c8;
}

/* results block */
.results_block {
	margin: 0 30px;
	padding: 8px 0;
	overflow: hidden;
}


/* submenu level 1
--------------------------------------------------------------------- */

#content_submenu {
	width: 175px;
	overflow: hidden;
	float: left;
}

#content_main #color {
	background: #0f7aab url(/static/img/subnav_blue.jpg) no-repeat;
	width: 135px;
	padding: 23px 15px 7px 25px;
	overflow: hidden;
}

#color h3 {
	width: 130px;
	overflow: hidden;	
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
}

#content_submenu ul {
	list-style: none;
	width: 150px;
	padding: 10px 10px 10px 15px;
	overflow: hidden;
}

#content_submenu ul li {
	width: 150px;
	padding: 0;
	list-style: none;
	line-height: 18px;
	overflow: hidden;
}

#content_submenu ul li a {
	padding: 0 0 0 10px;
	display: block;
	width: 140px;
}

#content_submenu ul li a:link {
	color: #585858;
}

#content_submenu ul li a:visited {
	color: #585858;
}

#content_main #content_submenu ul li a:hover {
	color: #0082c7;
	background: url(/static/img/arrow_blue.gif) 0 7px no-repeat;
}

#content_main #content_submenu ul li a.active {
	color: #0082c7;
	background: url(/static/img/arrow_blue.gif) 0 7px no-repeat;
}

/* submenu level 2
--------------------------------------------------------------------- */

#content_submenu ul li ul {
	list-style: none;
	width: 140px;
	padding: 0 10px 5px 10px;
	overflow: hidden;
}

#content_submenu ul li ul li {
	width: 140px;
	padding: 0;
	list-style: none;
	line-height: 18px;
	overflow: hidden;
}

#content_submenu ul li ul li a {
	padding: 0 0 0 10px;
	display: block;
	width: 130px;
}


/*orange*/
#content_main.orange #content_submenu #color {
	background: #f3b702 url(/static/img/subnav_orange.jpg) no-repeat;
}

#content_main.orange #content_submenu ul li a:hover {
	color: #f57900;
	background: url(/static/img/arrow_orange.gif) 0 7px no-repeat;
}

#content_main.orange #content_submenu ul li a.active {
	color: #f57900;
	background: url(/static/img/arrow_orange.gif) 0 7px no-repeat;
}


/*yellow*/
#content_main.yellow #content_submenu #color {
	background: #971195 url(/static/img/subnav_yellow.jpg) no-repeat;
}

#content_main.yellow #content_submenu ul li a:hover {
	color: #efba00;
	background: url(/static/img/arrow_yellow.gif) 0 7px no-repeat;
}

#content_main.yellow #content_submenu ul li a.active {
	color: #efba00;
	background: url(/static/img/arrow_yellow.gif) 0 7px no-repeat;
}


/*red*/
#content_main.red #content_submenu #color {
	background: #c51a20 url(/static/img/subnav_red.jpg) no-repeat;
}

#content_main.red #content_submenu ul li a:hover {
	color: #c51a20;
	background: url(/static/img/arrow_red.gif) 0 7px no-repeat;
}

#content_main.red #content_submenu ul li a.active {
	color: #c51a20;
	background: url(/static/img/arrow_red.gif) 0 7px no-repeat;
}


/*green*/
#content_main.green #content_submenu #color {
	background: #0f7d0e url(/static/img/subnav_green.jpg) no-repeat;
}

#content_main.green #content_submenu ul li a:hover {
	color: #0f890f;
	background: url(/static/img/arrow_green.gif) 0 7px no-repeat;
}

#content_main.green #content_submenu ul li a.active {
	color: #0f890f;
	background: url(/static/img/arrow_green.gif) 0 7px no-repeat;
}


/* header
--------------------------------------------------------------------- */

#content_header {
	width: 805px;
	height: 325px;
	overflow: hidden;
	position: relative;
}

#content_header .headerimage {
	width: 805px;
	height: 325px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#content_top {
	width: 805px;
	height: 120px;
	overflow: visible;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}


/* sidebar
--------------------------------------------------------------------- */

#sidebar {
	background: url(/static/img/right_back.jpg) 0 100px no-repeat;
	width: 175px;
	overflow: hidden;
	float: left;
}

#sidebar .teaser_vid {
	background: url(/static/img/vid_icon.gif) 14px 10px no-repeat;
	width: 65px;
	padding: 9px 30px 13px 80px;
	border-bottom: 1px solid #e5e9ea;
	cursor: pointer;
}

#sidebar .teaser {
	width: 145px;
	padding: 12px 15px 13px 15px;
	border-bottom: 1px solid #e5e9ea;
	cursor: pointer;
}

#sidebar h3 {
	font-size: 12px;
	padding: 0 0 5px 0;
}

#sidebar img.arrow {
	padding: 0 0 1px 0;
}

#sidebar .teaser:hover {
	background: #edf1f4;
}

#sidebar .teaser_company {
	width: 145px;
	padding: 12px 15px 13px 15px;
	text-align: center;
}

#sidebar .teaser_company img {
	padding: 10px 0 0 0;
}

#sidebar .teaser .image {
	float: left;
	padding: 4px 10px 10px 0;
}

#sidebar .teaser .image img {
	behavior: url(/static/js/iepngfix.htc);
}

#sidebar .teaser .price {
	text-align: right;
	padding: 6px 0 0 0;
}

#sidebar .linkArrow {
	background: url(/static/img/arrow_blue.gif) 0 5px no-repeat;
}


/* team detailsite
--------------------------------------------------------------------- */

.team_details {
	padding: 5px 30px 5px 30px;
	overflow: hidden;
}

.td_content {
	margin: 0 0 0 122px; 
}

.td_pic {
	float: left;
	height: 160px;
	width: 107px;
	padding: 0 15px 0 0;
}

.td_job {
	color: #979797;
	font-size: 12px;
}

.td_bottomleft {
	float: left;
}

.td_bottomright {
	float: right;
	text-align: right;
}

.td_bottomright img {
	padding: 0 5px 1px 0;
}


/* google maps api
--------------------------------------------------------------------- */

.map_block {
	padding: 5px 30px;
	overflow: hidden;
}

.googlemap {
	width: 570px;
	height: 350px;
}

.routenplaner {
	padding: 10px 0 10px 0;
}

.map_block .submit {
	width: auto;
	padding: 2px 6px 2px 15px;
	color: #fff;
	background: #0082c7 url(/static/img/arrow_white.gif) 8px 8px no-repeat;
	cursor: pointer;
	border: none;
	overflow: visible;
	float:right;
}

.map_block .formbottom {
	margin: 5px 0;
	line-height: 19px;
}

.map_block input {
	padding: 2px 6px;
	border: 1px solid #ccd3d6;
}

.map_block select {
	width: 140px;
	padding: 1px 1px 1px 3px;
	border: 1px solid #ccd3d6;
}

.map_block .street {
	width: 187px;
}

.map_block .zip {
	width: 40px;
	margin: 0 0 0 7px;
}

.map_block .city {
	width: 138px;
	margin: 0 7px 0 0;
}
