@charset "UTF-8";
/**
*
* Screenlayout
*
* @copyright 	Copyright 2010 | MEN AT WORK
* @link 		http://www.men-at-work.de
*/

@media screen, projection
{

  * {
	margin:0;
	padding:0;
	border:0;
  }

  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, font, img, ins, kbd, q, s, samp,
  small, strike, sub, sup, tt, var,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
  }

  img, object {
	display:block;
	margin:0;
	padding:0;
	border:0;
  }

  :focus {
	outline: 0;
  }

  ol, ul {
	list-style: none;
  }

  html, body {
	height:100%;
  }
  
  body {
	background:#fff url(../images/bgr-body.jpg) no-repeat center top;
	font: normal 12px/1.5em Trebuchet MS, sans-serif;
	color:#000;
	text-align: left;
	overflow-y:scroll;
	position:relative;
  }

  a {
	color:#000;
	text-decoration:underline;
  }
  
  .information { color:#bc1d1a; }
  .erklaerung { color:#FF6600; }

  a:hover { text-decoration:none; }

  h1, h2, h3, h4, h5 {
	color:#000;
	margin:10px 0 5px;
	display:block;
  }

  h2 { font-size:16px; font-weight:bold; }
  h3 {  }

  input, textarea, select {
	font-family:Trebuchet MS, sans-serif;
	font-size:12px;
  }
  
  table td {
	vertical-align:top;
	padding-right:20px;
  }
  
  #main p { padding:8px 0; }

  .data ul {
	list-style:none;
	margin:7px 0;
  }
  
  .data li {
	width:100%;
	overflow:hidden;
	padding:1px 0;
  }
  
  .data li span {
	float:left;
	width:50px;
  }
  
 /*------------------------------------------------------------------------*/

  #wrapper {

  }
  
 /*------------------------------------------------------------------------*/

  #header {
	width:768px;
	margin:0 auto;
	background:transparent url(../images/bgr-header.jpg) no-repeat center top;
	padding:0 21px;
  }
  
  #header .inside{
	width:768px;
	padding:15px 0;
  }
 
  #header h1 {
	margin-top:0;
	width:123px;
	height:34px;
	float:left;
	margin:0 30px 0 0;
  }

  #header h1 a {
	background:#fff url(../images/HS3-Hotelsoftware-Logo.jpg) no-repeat left top;
	display:block;
	width:123px;
	height:34px;
	text-indent:-99999px;
  }
  
  #navHeader {
	width:390px;
	float:left;
	padding-top:18px;
  }
  
  #navHeader ul {
	width:100%;
	overflow:hidden;
  }

  #navHeader li {
	font-size:11px;
	float:left;
	margin-right:5px;
	padding-right:9px;
	background:#fff url(../images/seperator-header.gif) no-repeat right center;
  }
  
  #navHeader li.last {
	margin-right:0;
	padding-right:0;
	background-image:none;
  }
  
  #navHeader li a, #navHeader li span {
	color:#275fa8;
	text-decoration:none;
  }
  
  #searchform {
	float:right;
	margin-top:10px;
  }
  
  #searchform .formbody {
	position:relative;
	width:183px;
  }
  
  #searchform input.text {
	background-color:#f1f1f1;
	border:1px solid #f1f1f1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding:2px 33px 3px 5px;
	width:143px;
	font-size:11px;
	color:#717171;
  }
  
  #searchform .submit_container {
	position:absolute;
	right:4px;
	top:3px;
  }

  #navigation {
	width:100%;
	background-color:#eaeaea;
  }
  
  #navigation .inside {
	width:798px;
	margin:0 auto;
  }
  
  #nav ul {
	width:100%;
	overflow:hidden;
  }
  
  #nav li {
	float:left;
  }
  
  #nav li a,
  #nav li span {
	color:#000;
	text-decoration:none;
	display:block;
	padding:3px 12px;
	margin-right:1px;
  }
 
  #nav li a {
	background:transparent url(../images/bgr-nav.gif) repeat-x left bottom;
  }
  
  #nav li span {
	/* background:transparent url(../images/bgr-nav-active.gif) repeat-x left bottom; */
	background-color:#fff;
  }
  
  #nav li .demo {
	background:#c70800 url(../images/bgr-nav-demo.gif) repeat-x left bottom;
	color:#fff;
	text-transform:uppercase;
  }
  
  #nav li .offer {
	background:#004f9f url(../images/bgr-nav-offer.gif) repeat-x left bottom;
	color:#fff;
	text-transform:uppercase;
  }  
  
  #nav li.submenu ul {
	background-color:#EAEAEA;
	display:none;
	position:absolute;
	width:145px;
	z-index:100;
	padding:0;
	border:1px solid #eaeaea;
  }
  
  #nav li:hover ul, #nav li:hover ul li, 
  #nav li.submenu ul.hover {
	display:block;
  }
  
  #nav li.submenu ul li {
	float:none;
  }
  
  #nav li.submenu ul li a, 
  #nav li.submenu ul li span {
	padding:5px 5px 5px 10px;
	background-image:none;
	border-bottom:1px solid #fff;
	margin-right:0;
  }
  
  #nav li.submenu ul li span {
	border-bottom:1px solid #eaeaea;
  }
  
  #nav li.submenu ul li.last a, #nav li.submenu ul li.last span {
	border-bottom:none;
  }
  
  #navDemo {
	position:absolute;
	bottom:-24px;
	right:-10px;
	z-index:11;
  }  
  
  #navDemo li {
	float: left;
  }
  
  #navDemo li a.angebot {
	width:152px;
	height:34px;
	display:block;
	background:transparent url(../images/bt_angebot.png) no-repeat center center;
	text-indent:-99999px;
  }
  
  #navDemo li a.demo {
	width:121px;
	height:34px;
	display:block;
	background:transparent url(../images/bt_demo.png) no-repeat center center;
	text-indent:-99999px;
  }
  
 /*------------------------------------------------------------------------*/
 
  #container {
	width:100%;
  }
  
  #content-top {
	width:828px;
	margin:0 auto;
	height:32px;
	background:transparent url(../images/bgr-content-top.png) no-repeat center top;
  }
  
  #content {
	width:772px;
	margin:0 auto;
	padding:0 28px;
	background:transparent url(../images/bgr-content.png) repeat-y center top;
  }
  
  #main {
	width:625px;
  }
  
  .help #main {
	width:772px;
  }
  
 /*------------------------------------------------------------------------*/

  #main .ce_text.cufon h2, 
  #main h2.cufon {
	font-size:22px;
	color:#636363;
	text-align:right;
	line-height:1.1em;
	margin:5px 0 10px;
  }
  
  #main h2.cufon {
	text-align:left;
  }
  
  #main .ce_text.left h2 {
	text-align:left;
  }
 
 /*------------------------------------------------------------------------*/

  .cs-buttons a, .cs-title {
	display:none !important;
  }
  
  #cs-navigation-Slideshow {
	display:block !important;
	background:transparent url(../images/slider.png) no-repeat right top;
  }
  
  #cs-navigation-Slideshow a {
	width:23px !important;
	height:24px !important;
	padding:0 !important;
	opacity: 1 !important;
	display:block !important;
	text-indent:-99999px;
  }
  
  #cs-prev-Slideshow {
	left:606px !important;
	background-color:red;
	background:transparent url(../images/slider.png) no-repeat right top;
	top:124px !important;
	opacity: 1 !important;
  }
  
  #cs-next-Slideshow {
	top:148px !important;
	background:transparent url(../images/slider.png) no-repeat right bottom;
	opacity: 1 !important;
	right:-5px !important;
  }

  /* #cs-navigation-Slideshow {
	display:block !important;
	position:absolute;
	right:-5px;
	top:112px;
	width:23px;
	height:48px;
	background:transparent url(../images/slider.png) no-repeat;
	z-index:999;
  }

  #cs-navigation-Slideshow a {
	background-color:transparent;
	width:23px !important;
	height:24px !important;
	opacity: 1 !important;
	padding:0;
	position:relative !important;
	left:0 !important;
	top:0 !important;
	display:block !important;
	font-size: 0px !important;
	line-height: 0px !important;
  } */
 
  #startseite {
	margin-bottom:10px;
  }
  
  #startseite .subcl, 
  #startseite .subc {
	background:transparent url(../images/bgr-subcolumns-start.gif) repeat-y;
  }
  
  #startseite .subcl {
	background-position:200px top;
  }
  
  #startseite .subc {
	background-position:204px top;
  }
  
  #startseite .ce_text {
	text-align:center;
  }
 
  #startseite .ce_text p {
	padding-bottom:5px;
  }
  
  #Slideshow {
	background-image:url(../../images/startseite/01-de.jpg);
	width:624px;
	height:279px;
	margin-bottom:20px;
  }
  
  .js #Slideshow {
	background-image:none;
	width:auto;
	height:auto;
	margin-bottom:0;
  }
  
  #seite-an-seite {
	background-image:url(../../images/startseite/wir-helfen-ihnen-de.jpg);
	width:140px;
	height:93px;
  }
  
  .js #seite-an-seite {
	background-image:none;
	width:auto;
	height:auto;
  }
 
 /*------------------------------------------------------------------------*/
  
  .imprint #main .data {
	border-bottom:1px solid #cdcdcd;
	margin-bottom:20px;
	padding-bottom:20px;
  }
 
 /*------------------------------------------------------------------------*/
  
  .help #main .mod_article {
	position:relative;
  }
  
  .help #control {
	position:absolute;
	top:200px;
	left:100px;
	width:213px;
	height:39px;
  }
  .help #control.mac {
	  top: 250px;
  }
  
  .help #control a {
	width: 213px;
	height: 39px;
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -999999px;
  }
  .help #control.win a {
  	background-image: url(../images/buttons/Button_Fernwartung_Windows.png);
  }
  .help #control.mac a {
  	background-image: url(../images/buttons/Button_Fernwartung_Mac.png);
  }
  
  
  
 /*------------------------------------------------------------------------*/
 
  .company #main div.cufon {
	background:transparent url(../images/company.gif) no-repeat left top;
	padding:8px 0 8px 15px;
	overflow:hidden;
	margin:10px 0;
  }
  
  .company #main .cufon h2 {
	font-size:30px;
	color:#EF7B00;
	float:left;
	margin:5px 12px 0 0;
	display:block;
	text-align:left;
	line-height:0.7em;
  }
  
  .company #main div.cufon p {
	padding:0;
  }
  
 /*------------------------------------------------------------------------*/
 
  .faq #main .last div.cufon {
	background:transparent url(../images/company.gif) no-repeat left top;
	padding:8px 0 8px 15px;
	overflow:hidden;
	margin:10px 0;
  }
  
  .faq #main .last div.cufon h2 {
	font-size:30px;
	color:#EF7B00;
	float:left;
	margin:5px 12px 0 0;
	display:block;
	text-align:left;
	line-height:0.7em;
  }
  
  .faq #main .last div.cufon p {
	padding:0;
  }
  
  .faq #main .ce_accordion {
	width:357px;
	margin-left:3px;
	padding:10px 15px 10px 25px;
	border:1px solid #fff;
  }
  
  .faq #main .ce_accordion .toggler {
	background:transparent url(../images/icon-faq.png) no-repeat left 5px;
	padding-left:17px;
	cursor:pointer;
  }
  
  .faq #main .ce_accordion.open {
	background-color:#f3f3f3;
	border:1px solid #f3f3f3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
  }
  
  .faq #main .ce_accordion .accordion {
	padding-left:17px;
  }
  
  .disclaimer #main .hotline.ce_text {
	background-color:#f3f3f3;
	border:1px solid #f3f3f3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding:10px 15px;
	margin:10px 0 15px;
	width:255px;
  }
  
 /*------------------------------------------------------------------------*/

  .demo .toggler {
	background:transparent url(../images/company.gif) no-repeat left top;
	font-size:22px;
	color:#EF7B00;
	line-height:1.1em;
	padding:10px 0 10px 15px;
	margin-bottom:15px;
	cursor:pointer;
  }
  
  .download-thanks #main .ce_download a {
	text-indent:-99999px;
	background: transparent url(../images/buttons/download-starten-de.png) no-repeat top left;
	display:block;
	width: 239px;
	height: 44px;
  }
  
 /*------------------------------------------------------------------------*/

  .pros #main .cufon h2 {
	font-size:30px;
	color:#EF7B00;
	float:left;
	margin:5px 12px 0 0;
	display:block;
	text-align:left;
	line-height:0.7em;
  }
  
  .pros #main .subcolumns {
	background:transparent url(../images/bgr-benefit.jpg) no-repeat left bottom;
	padding-bottom:250px;
  }
  
  .pros #main .subcolumns img {
	margin:0 auto;
  }
  
  .pros #main div.cufon {
	background:transparent url(../images/benefits.gif) no-repeat left top;
	width:288px;
	margin-bottom:24px;
	padding:8px 0 8px 15px;
	overflow:hidden;
  }
  
  .pros #main div.cufon p {
	padding:0;
  }  
 
 /*------------------------------------------------------------------------*/
 
  .offer #main {
	background:transparent url(../images/bgr-offer.jpg) no-repeat left top;
  }
  
  .offer-thanks #main .inside {
	background:transparent url(../images/bgr-offer.jpg) no-repeat left bottom;
	padding-bottom:100px;
  }
  
 /*------------------------------------------------------------------------*/
 
  .edition .editionen.subcolumns {
	background:#fff url(../images/bgr-edition.png) no-repeat center bottom;
	padding-bottom:50px;
  }
  
  .edition .ce_text {
	background:transparent url(../images/benefits-big.png) no-repeat left top;
	padding:12px 10px 12px 15px;
	width:171px;
	margin:10px 0 10px;
  }
  
  .edition .ce_text p {
	padding:0 !important;
  }
  
  .edition .ce_hyperlink img {
	margin:0 auto;
  }
  
  .edition .ce_download a {
	display:block;
	width:403px;
	height:44px;
	background:transparent url(../images/buttons/editionen-de.png) no-repeat center top;
	margin:0 auto;
	text-indent:-99999px;
  }
 
 
 /*------------------------------------------------------------------------*/

  .modules .ce_hyperlink {
	font-size:18px;
	width:129px;
	height:129px;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
  }
  
  .modules .subcolumns .subcr {
	overflow:hidden;
  }
 
  .modules .ce_hyperlink.cufon a {
	font-size:18px;
	color:#636363;
	padding:55px 5px 0;
	display:block;
	width:119px;
	text-decoration:none;
	text-align:center;
	height:64px;
	background:transparent url(../images/bgr-modules.png) no-repeat left -138px;
  }
  
  .modules .ce_hyperlink.cufon.big a {
	padding:50px 5px 0;
	height:69px;
  }
  
  .modules .ce_hyperlink.cufon a:hover {
	color:#ffffff;
	background-position:left top;
  }
  
 /*------------------------------------------------------------------------*/

 .interface .ce_hyperlink {
	font-size:18px;
	width:129px;
	height:129px;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
  }
  
  .interface .subcolumns .subcr {
	overflow:hidden;
  }
 
  .interface .ce_hyperlink.cufon a {
	font-size:18px;
	color:#636363;
	padding:55px 5px 0;
	display:block;
	width:119px;
	text-decoration:none;
	text-align:center;
	height:64px;
	background:transparent url(../images/bgr-interface.png) no-repeat left -138px;
  }
  
  .interface .ce_hyperlink.cufon.big a {
	padding:50px 5px 0;
	height:69px;
  }
	
  .interface .ce_hyperlink.cufon.bigger a {
	padding:42px 5px 0;
	height:77px;
  }
  
  .interface .ce_hyperlink.cufon a:hover {
	color:#ffffff;
	background-position:left top;
  }
  
  .interfacedetails .ce_hyperlink, 
  .interfacedetails #telefonanlagen .ce_image {
	margin:5px 10px 5px 0;
	float:left;
  }

  .interfacedetails .ce_hyperlink img, 
  .interfacedetails #telefonanlagen .ce_image img {
	border:2px solid #f3f3f3;
  }

 
 /*------------------------------------------------------------------------*/
  
  .downloads #main .subcr {
	overflow:hidden;
  }
  
  .downloads #main .ce_hyperlink,
  .downloads #main .ce_download {
	clear:both;
	padding-top:10px;
	margin:0 0 0 175px;
  }
  
  .downloads #main .subcolumns .image_container {
	padding-top:7px;
	margin-right:28px;
  }
  
  .downloads #main .downloads-set .last .ce_text {
	float:left;
  }
  
  .downloads #main .dl-image p {
	font-size: 10px;
	padding-left:8px;
	line-height:1.5em;
  }
  
  .downloads #main .ce_download a {
	text-indent:-99999px;
	background: transparent url(../images/buttons/download-de.png) no-repeat top left;
	display:block;
	width: 208px;
	height: 44px;
	margin-right:28px;
  }
  
  #download-button {
	margin-left:75px;
  }
  
  #download-button a {
	text-indent:-99999px;
	background: transparent url(../images/buttons/download-starten-de.png) no-repeat top left;
	display:block;
	width: 239px;
	height: 44px;
  }
  
  .downloads #main .downloads-set .last  {
	padding-bottom:20px;
	border-bottom: 1px solid #a9a9a9;
  }
  
 /*------------------------------------------------------------------------*/

  .screenshots #main .subcolumns .subcr {
	overflow:hidden;
  }  
  
  .screenshots #main .subcolumns .ce_image {
	width:191px;
	float:left;
	padding-left:17px;
	margin-bottom:20px;
  }
  
  .screenshots #main .subcolumns .ce_image.exception {
	margin-top:22px;
  } 
   
  .screenshots #main .subcolumns .caption {
	text-align:center;
	padding-top:5px;
	height: 41px;
  }  
  
 /*------------------------------------------------------------------------*/

  .news #main .subcolumns {
	background-color:#f5f5f5;
	border:1px solid #f5f5f5;
	width:621px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding:10px 1px;
	background:#f5f5f5 url(../images/seperator-news.gif) repeat-y center top;
  }
  
  .news #main .subcolumns .news-cufon {
	border-bottom:3px double #c7c7c7;
  }
  
  .news #main .subcolumns .first .news-cufon {
	padding-left:10px;
  }
  
  .news #main .subcolumns .last .news-cufon {
	padding-right:10px;
  }
  
  .news #main .news-cufon h2 {
	float:left;
  }
  
  .news #main .news-cufon p {
	float:right;
	color:#636363;
	padding:12px 0 0;
  }
  
  .news #main .ce_hyperlink img {
	margin:0 auto;
  }
  
  .news #events, 
  .news #news {
	margin-bottom:20px;
  }
  
  .news #events .event, 
  .news #news .layout_latest {
	border-bottom:1px solid #c8c8c8;
	margin-top:20px;
	width:100%;
	overflow:hidden;
	padding-bottom:19px;
  }

  .news #events .event .image_container, 
  .news #news .layout_latest .image_container {
	float:left;
	width:69px;
	margin:6px 0 0 10px;
  }
 
  .news #events .event .content, 
  .news #news .layout_latest .content {
	width:200px;
	float:right;
  }
  
  .news #events .event .date, 
  .news #news .layout_latest .date {
	font-size:10px;
	padding:0;
  }
  
  .news #events .event h3, 
  .news #news .layout_latest h3 {
	font-size:12px;
	font-weight:bold;
	margin:0;
  }
  
  .news #events .event p, 
  .news #news .layout_latest p {
	padding-bottom:0;
  }
  
 /*------------------------------------------------------------------------*/
 
  .eventdetails #events, 
  .newsdetails #news {
	width:370px;
  }
  
  .eventdetails #events .event, 
  .newsdetails #news .layout_latest {
	border-bottom:1px solid #c8c8c8;
	width:100%;
	overflow:hidden;
	padding-bottom:19px;
	margin:10px 0 20px;
  }

  .eventdetails #events .event .image_container, 
  .newsdetails #news .layout_latest .image_container {
	float:left;
	width:69px;
	margin:6px 15px 0 10px;
  }
 
  .eventdetails #events .event .content, 
  .newsdetails #news .layout_latest .content {
	width:270px;
	float:left;
  }
  
  .eventdetails #events .event .date, 
  .newsdetails #news .layout_latest .date {
	font-size:10px;
	padding:0;
  }
  
  .eventdetails #events .event h3, 
  .newsdetails #news .layout_latest h3 {
	font-size:12px;
	font-weight:bold;
	margin:0;
  }
  
  .eventdetails #events .event p, 
  .newsdetails #news .layout_latest p {
	padding-bottom:0;
  }
 
 /*------------------------------------------------------------------------*/
   
  .links #main .link {
	margin:20px 0 20px 30px;
	width:560px;
	padding-bottom:20px;
	border-bottom:1px solid #ACACAC;
  } 

  .links #main h2.ce_headline {
	margin-left:217px;
  }
    
  .links #main .link .image_container {
	margin:2px 20px 0 0;
  }
  
  .links #main .link p {
	padding-top:0;
  }
   
 /*------------------------------------------------------------------------*/
    
  #attainment {
	background-color:#f8f8f8;
	width:573px;
	border:1px solid #f8f8f8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding:25px;
  } 
 
  #attainment table {
	width:100%;
	border-collapse:separate;
  }
  
  #attainment th {
	font-size:22px;
	color:#636363;
	border-bottom:3px double #6e6e6e;
	padding:10px 0 5px;
  }
  
  #attainment th.head_0 {
	width:305px;
	text-align:left;
  }
  
  #attainment th.head_1, 
  #attainment th.head_2 {
	width:135px;
  }
  #attainment th.head_1, 
  
  #attainment td.col_1, 
  #attainment td.foot_1 {
	background-color:#bababa;
	text-align:center;
  }  
  
  #attainment th.head_2, 
  #attainment td.col_2, 
  #attainment td.foot_2 {
	background-color:#d7b56a;
	text-align:center;
  }
  
  #attainment td {
	padding-right:0;
	border-bottom:1px solid #6e6e6e;
	padding:5px 0;
	vertical-align:middle;
  }
  
  #attainment td img {
	margin:0 auto;
  }
  
  /* 
  #attainment tr.row_last td {
	padding-right:0;
	border-bottom:3px double #6e6e6e;
  }
  
  #attainment tfoot td {
	border-bottom:none;
	padding:10px 0;
  } */
  
  #attainment tfoot td {
	border-bottom:none;
  }
  
 /*------------------------------------------------------------------------*/

  #aboutlist {
	padding-left:30px;
	width:565px;
	margin-bottom:20px;
  }
  
  #aboutlist .layout_simple {
	border-bottom:1px solid #a9a9a9;
  }
 
  #aboutlist .item {
	overflow:hidden;
	width:100%;
	margin:10px 0 30px 0;
  }
  
  #aboutlist h2.cufon {
	width:174px;
	text-align:right;
	float:left;
	margin-right:20px;
	margin-top:0;
  }
  
  #aboutlist .image_container {
	float:left;
	margin-right:20px;
  }
  
  #aboutlist .content{
	width:280px;
	position:relative;
	float:left;
  }
  
  #aboutlist .content p {
	padding-top:0;
  }
  
  #aboutlist .content p.info {
	position:absolute;
	right:0;
	bottom:0;
  }
  
  .hs3 #main .ce_text.cufon {
	width:580px;
	margin-bottom:30px;
  }
  
  .hs3 #main .ce_text.cufon h2 {
	text-align:right;
	margin-right:382px;
  }
  
  .hs3 #main .ce_text.cufon .image_container {
	float:left;
	margin:0 0 0 65px;
  }
  
  .hs3 #main .ce_text.cufon p {
	position:relative;
	width:355px;
	float:right;
  }  
  
  .hs3 #main .ce_text.cufon a.information {
	position:absolute;
	right:0;
	bottom:8px;
  }
  
  .hs3 #slider-outer {
	width:520px !important;
	overflow:hidden;
	margin:30px auto 20px;
	height:120px;
	position:relative;
  }
  
  .hs3 #slider-outer .slider_forward, 
  .hs3 #slider-outer .slider_back {
	width:15px;
	height:28px;
	display:block;
	background:#fff url(../images/bgr-pagination-slider.png) no-repeat;
	position:absolute;
	top:35px;
  }
  
  .hs3 #slider-outer .slider_back {
	background-position:left center;
	left:0;
  }
  
  .hs3 #slider-outer .slider_forward {
	background-position:right center;
	right:0;
  }
  
  .hs3 #slider-inner {
	margin:0 auto;
  }
  
  .hs3 #slider-items, 
  .hs3 #slider-inner {
	overflow:hidden;
  }
  
  .hs3 #slider-outer .ce_image {
	float:left;
	margin:0 27px 5px 0;
  }
  
  .hs3 #slider-outer .caption {
	text-align:center;
  }
  
 /*------------------------------------------------------------------------*/
 
  .edition2011 #main .image,
  .edition2011 #main .image-set {
	background: transparent url(../images/seperator-listing.gif) no-repeat left bottom;
  }
  
  .edition2011 #main .image-set {
	background-position: 28px bottom;
	padding-bottom:12px;
  }
  
  .edition2011 #main .image {
	width: 557px;
	padding-bottom:20px;
	margin-top:30px;
	margin-left:28px;
  }
  
  .edition2011 #main .image .image_container {
	float:left;
  }
  
  .edition2011 #main .image p, 
  .edition2011 #main .image ul {
	padding-top:0;
	float:right;
	width:367px;
  }
  
  .edition2011 #main .image li {
	padding-bottom:2px;
	list-style:disc;
	margin-left:20px;
  }
  
  .edition2011 #main .right {
	float:right;
  }
  
  .edition2011 #main .ce_gallery img {
	border: 1px solid #515151;
  }
  
  .edition2011 #main .ce_gallery li.col {
	float:left;
	margin: 0 4px 4px 0;
  }
  
  .edition2011 #main .ce_gallery li.row ul {
	width:100%;
	overflow:hidden;
  }
  
  .edition2011 #main .ce_gallery {
	margin-top: 8px;
  }

 /*------------------------------------------------------------------------*/
 
  .workshops #overview .ce_text {
	margin-bottom:10px;
	min-height:100px;
	width:295px;
	background-color:#fff;
	background-position:right top;
	background-repeat:no-repeat;
	cursor:pointer;
  }
  
  .workshops #overview .ce_text.ws1 { background-image:url(../images/workshops/bgr-workshop1.jpg); }
  .workshops #overview .ce_text.ws2 { background-image:url(../images/workshops/bgr-workshop2.jpg); }
  .workshops #overview .ce_text.ws3 { background-image:url(../images/workshops/bgr-workshop3.jpg); }
  .workshops #overview .ce_text.ws4 { background-image:url(../images/workshops/bgr-workshop4.jpg); }
  .workshops #overview .ce_text.ws5 { background-image:url(../images/workshops/bgr-zworkshop1.jpg); }
  .workshops #overview .ce_text.ws6 { background-image:url(../images/workshops/bgr-zworkshop2.jpg); }
  .workshops #overview .ce_text.ws7 { background-image:url(../images/workshops/bgr-zworkshop3.jpg); }
  .workshops #overview .ce_text.ws8 { background-image:url(../images/workshops/bgr-zworkshop4.jpg); }
  
  .workshops #overview h2 {
	font-size:22px;
	color:#636363;
	text-align:left;
	float:left;
	width:40px;
	margin:0;
  }

  .workshops #overview h2 span {
	display:block;
	font-size:60px;
  }

  .workshops #overview p {
	float:right;
	line-height:1.3em;
	width:235px;
  }
  
  .workshops #overview a {
	text-decoration:none;
  }
  
  .events #workshoplist {
	padding-left:30px;
	width:557px;
  }
 
  .events #workshoplist .item {
	border-bottom:1px solid #c8c8c8;
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
	padding-bottom:10px;
  }  
  
  .events #workshoplist h3 {
	font-size:22px;
	color:#636363;
	text-align:right;
	line-height:1.1em;
	float:left;
	margin:48px 20px 0 0;
	width:169px;
	text-transform:uppercase;
  }
  
  .events #workshoplist h3 a {
	color:#636363;
	text-decoration:none;
  } 
  
  .events #workshoplist .content {
	float:left;
	overflow:hidden;
	width:368px;
  }
  
  .events #workshoplist .content p {
	padding-top:0;
  }
  
  .events #workshoplist .download {
	float:right;
	clear:both;
	font-weight:bold;
  }
  
  .download-registration {
	margin-top:5px;
	float:right;
	clear:both;
  }
  
  .events #workshoplist .download a, 
  .download-registration a {
	display:block;
	width:207px;
	height:44px;
	text-indent:-999999px;
	background:transparent url(../images/buttons/jetzt-anmelden-de.png) no-repeat center center;
  }
  
  .events #workshoplist .ws {
	float:left;
	margin:0 17px 10px 0;
  }
  
  .events #workshoplist .ws.last {
	float:left;
	margin-right:0;
  }
  
  .events #workshoplist .ws a {
	display:block;
  }
  
  .events #workshoplist .ws img {
	display:block;
	margin-bottom:5px;
  }
	
 /*------------------------------------------------------------------------*/
  
  #swf_26_container {
	display:block;
	width:400px;
	height:425px;
	background:#fff url(../../images/partner-karte.jpg) no-repeat left top;
	text-indent:-99999px;
  }  
  
  #swf_27_container {
	display:block;
	width:400px;
	height:425px;
	background:#fff url(../../images/workshop-karte.jpg) no-repeat left top;
	text-indent:-99999px;
  }
  
  .partnerlist .item, 
  #referencelist .item, 
  #presslist .item {
	overflow:hidden;
	width:100%;
	margin:20px 0 40px 0;
	padding:0 0 5px 30px;
	background:#fff url(../images/seperator-listing.gif) no-repeat 30px bottom;
  }
  
  .partnerlist .image_container, 
  #referencelist .image_container, 
  #presslist .image_container {
	width:169px;
	float:left;
	margin:2px 20px 0 0;
  }
  
  .partnerlist .image_container {
	margin:18px 20px 0 0;
  }
  
  #referencelist .image_container ul {
	margin:4px 0;
  }
 
  #referencelist .image_container li {
	padding:0;
	font-size:10px;
	line-height:1.4em;
  }
  
  #referencelist .image_container li.first {
	padding-bottom:5px;
  }
  
  .partnerlist .content, 
  #referencelist .content, 
  #presslist .content {
	width:370px;
	float:left;
	overflow:hidden;
  }
  
  .partnerlist .content {
	width:400px;
	min-height:130px;
  }
  
  #referencelist .content {
	min-height:198px;
  }
  
  #presslist .content {
	min-height:178px;
  }
  
  #referencelist .content p.headline, 
  #presslist .content p.headline  {
	padding-top:0;
  }
  
  .partnerlist .address {
	width:195px;
	float:left;
  }
  
  .partnerlist .address a.nolink {
	text-decoration:none;
  }
  
  #premiumpartner .address p, 
  #premiumpartner  .contactperson p, 
  #standardpartner .address p, 
  #standardpartner  .contactperson p  {
	padding-top:0;
  }
  
  .partnerlist .contactperson {
	width:190px;
	float:right;
  }
  
  .partnerlist .contactperson ul {
	margin:0;
  }
  
  .partnerlist .skiplink {
	position:absolute;
	top: -32768px;
    left: -32768px; /* LTR */
  }
  
 /*------------------------------------------------------------------------*/

  .searchresult #main span.relevance {
	font-size:10px;
  }
 
 /*------------------------------------------------------------------------*/
  
  .pagination {
	margin:0 0 20px 219px;
  }
  
  .pagination ul {
	overflow:hidden;
	width:100%;
  }
  
  .pagination ul li {
	float:left;
	margin-right:10px;
  }
  
  .pagination ul li a, 
  .pagination ul li span {
	text-decoration:none;
	display:block;
	padding:3px 10px;
	border:1px solid #648ebb;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	background:transparent url(../images/bgr-pagination.gif) repeat-x left center;
	color:#fff;
  }
  
  .pagination ul li span {
	font-weight:bold;
  }
  
 /*------------------------------------------------------------------------*/
  
  .mod_sitemap ul {
	padding-left:20px;
	list-style:disc;
	padding-bottom:10px;
  }
  
  .mod_sitemap ul li {
	padding:1px 0;
  }
  
  .mod_sitemap ul.level_2, 
  .mod_sitemap ul.level_3 {
	margin:5px 0;
	padding-bottom:0;
  }
  
  .mod_sitemap ul li a {
	text-decoration:none;
  }
 
 /*------------------------------------------------------------------------*/
    
  #hs3-form, #hs3-form-cd {
	width:405px;
	overflow:hidden;
  }
  
  #hs3-form.request-offer {
	padding-bottom:30px;
  }
  
  #hs3-form.download {
	width:420px;
	margin-bottom:20px;
  } 
  
  #hs3-form fieldset {
	border-top:1px solid #c7c7c7;
	width:372px;
	position:relative;
	padding:10px 0 0;
	margin:10px 0 5px;
  }
  
  #hs3-form fieldset p {
	float:none;
  }
  
  #hs3-form fieldset p.additional {
	position:absolute;
	bottom:6px;
	left:0;
  }
  
  #hs3-form fieldset input.text {
	width:50px;
	float:right;
  }
  
  #hs3-form fieldset.rooms label {
	width:280px;
	text-align:right;
  }
  
  #hs3-form fieldset.notes {
	border-bottom:1px solid #c7c7c7;
	margin-bottom:13px;
	padding-bottom:10px;
  }
  
  #hs3-form fieldset.notes label {
	display:block;
	float:none;
	width:100%;
	margin-bottom:3px;
  }
  
  #hs3-form .entry, 
  #hs3-form-cd .entry {
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
  }
  
  #hs3-form div.disclaimer, 
  #hs3-form div.presentation, 
  #hs3-form div.newsletter, 
  #hs3-form-cd div.disclaimer, 
  #hs3-form-cd div.presentation, 
  #hs3-form-cd div.newsletter {
	margin-top:5px;
  }
  
  #hs3-form div.zip, 
  #hs3-form-cd div.zip {
	width:190px;
	float:left;
  }
  
  #hs3-form div.town, 
  #hs3-form-cd div.town {
	width:182px;
	float:left;
  }
  
  #hs3-form div.country, 
  #hs3-form-cd div.country {
	clear:both;
  }

  #hs3-form label, 
  #hs3-form-cd label {
	float:left;
	width:100px;
	padding-top:4px;
  }
  
  #hs3-form .radio_container, 
  #hs3-form-cd .radio_container {
	float:left;
	width:272px;
  }

  #hs3-form .radio_container span, 
  #hs3-form-cd .radio_container span {
	display:block;
	float:left;
	margin:1px 0 2px;
	overflow:hidden;
	width:90px;
  }

  #hs3-form .radio_container span label, 
  #hs3-form-cd .radio_container span label {
	padding-top:2px;
	width:65px;
  }

  #hs3-form .radio_container span input, 
  #hs3-form-cd .radio_container span input {
	float:left;
	margin:4px 5px 0 0;
  }
  
  #hs3-form .checkbox_container, 
  #hs3-form-cd .checkbox_container {
	width:360px;
	overflow:hidden;
  }
  
  #hs3-form .checkbox_container span, 
  #hs3-form-cd .checkbox_container span {
	display:block;
	float:left;
	margin:1px 0 2px;
	overflow:hidden;
	width:360px;
  }
  
  #hs3-form .checkbox_container span a, 
  #hs3-form-cd .checkbox_container span a {
	color:#b20000;
  }
  
  #hs3-form .checkbox_container span input, 
  #hs3-form-cd .checkbox_container span input {
	float:left;
	margin:5px 7px 0 0;
  }
  
  #hs3-form .checkbox_container span label, 
  #hs3-form-cd .checkbox_container span label {
	padding-top:3px;
	width:290px;
  }
  
  #hs3-form .checkbox_container.error,
  #hs3-form .radio_container.error {
	border-top:1px solid #b20000;
	padding:5px 0;
	border-bottom:1px solid #b20000;
  }
  
  #hs3-form span.mandatory, 
  #hs3-form-cd span.mandatory {
	color:#EF7B00;
  }
  
  #hs3-form input.text,
  #hs3-form input.captcha,
  #hs3-form select, 
  #hs3-form textarea, 
  #hs3-form-cd input.text, 
  #hs3-form-cd select, 
  #hs3-form-cd textarea {
	background:transparent url(../images/bgr-input-content.gif) repeat-x left top;
	border:1px solid #9b9b9b;
	width:260px;
	float:left;
	padding:3px 5px;
  }
  
   #hs3-form .captcha_text {
  display: block;
    clear: both;
    margin-left: 100px;
    }
  
  #hs3-form select, 
  #hs3-form-cd select {
	width:272px;
  }
  
  #hs3-form textarea, 
  #hs3-form-cd textarea {
	background-position:bottom left;
	background-color:#fff;
	width:360px;
  }
  
  #hs3-form .entry.message label {
	width:100%;
	margin-bottom:3px;
  }
  
  #hs3-form div.error input.error,
  #hs3-form-cd div.error input.error {
	border:1px solid #B20000;
  }
  
  #hs3-form input.zip, 
  #hs3-form-cd input.zip { 
	width:70px;
  }
  
  #hs3-form input.town, 
  #hs3-form-cd input.town { 
	width:170px;
  }
  
  #hs3-form .art, 
  #hs3-form-cd .art { 
	display:none;
  }  
  
  #hs3-form p.error, 
  #hs3-form-cd p.error { 
	display:none;
  }

  #hs3-form #haserror, 
  #hs3-form-cd #haserror {
	font-weight:bold;
	color:#B20000;
  }
  
  .request-offer #haserror {
	position:absolute;
	left:10px;
	top:253px;
	border:1px solid #B20000;
	width:150px;
	padding:12px 20px;
	background-color:#F8F8F8;
  }
  
  #hs3-form p.required { 
	float:right;
	margin-right:40px;
	margin-top:10px;
  }
  
  #hs3-form .submit_container { 
	margin-top:20px;
  }
  
  form.request-offer p.required { 
	margin-top:23px;
  }
  
  form.request-offer .submit_container { 
	margin-top:20px;
	float:left;
  }
  
  form.download p.required, 
  form.post p.required { 
	float:right !important;
	text-align:right;
	margin-top:5px;
  } 
  
  form.download .submit_container, 
  form.post .submit_container { 
	float:left;
	margin-top:10px !important;
  }
  

 /*------------------------------------------------------------------------*/
      
  #right {
	width:140px;
  }
  
  #button-questions {
	border-top:3px solid #cdcdcd;
	padding:10px;
	background:transparent url(../images/bgr-sidebar.gif) left top;
	position:relative;
	margin-bottom:8px;
  }
  
  #button-questions a {
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
  }
  
  #button-questions span {
	display:block;
	width:47px;
	height:40px;
	background:transparent url(../images/icon-question.png) no-repeat 0 0;
	position:absolute;
	right:-15px;
	top:0;
  }
  
  #questions .formbody, 
  #tell-a-friend .formbody {
	overflow:hidden;
  }
  
  #questions {
	position:absolute;
	z-index:111;
	display:none;
	right:0px;
	top:49px;
	width:140px;
	border-top:3px solid #cdcdcd;
	border-bottom:3px solid #cdcdcd;
  }
  
  #questions form {
	width:120px;
	background:transparent url(../images/bgr-sidebar.gif) left top;
	padding:10px;
  }
  
  #questions .entry {
	margin-bottom:10px;
  }
  
  #questions .art {
	display:none;
  }
  
  #questions p.error {
	display:none;
  }
  
  #questions label {
	display:block;
  }
  
  #questions input.text, #questions input.captcha, #questions textarea {
	border:1px solid #d8d8d8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding:3px 5px;
	width:107px;
	font-size:11px;
  }
  
  #questions .captcha_text {
	  display: block;
	  font-size: 11px;
  }
  
  #questions #haserror {
	display:none;
  }  
  
  #questions input.text.error, 
  #questions textarea.error {
	border:1px solid #C60800;
  }
  
  #questions .submit_container input {
	border:1px solid #d8d8d8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding:3px 10px;
	font-size:11px;
	cursor:pointer;
	float:left;
  }
  
  #questions .submit_container span,
  #tell-a-friend .submit_container span  {
	border:1px solid #d8d8d8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	float:right;
	text-transform:lowercase;
	display:block;
	padding:3px 5px;
	background-color:#F0F0F0;
	cursor:pointer;
  } 
  
  #right .mod_eventlist {
	border-top:3px solid #cdcdcd;
	border-bottom:3px solid #cdcdcd;
	padding:10px;
	background-color:#f7f7f7;
	margin-bottom:8px;
  }
  
  #right .mod_newslist {
	margin:8px 0;
	border-top:3px solid #cdcdcd;
  }
  
  #right .mod_newslist h3 {
	margin:0;
	background:transparent url(../images/bgr-sidebar.gif) left top;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	padding:10px 10px 0;
  }
  
  #right .layout_short {
	padding:5px 10px 10px;
	background:transparent url(../images/bgr-sidebar.gif) left top;
  }
  
  #right .mod_eventlist h6, 
  #right .layout_short p.headline {
	text-transform:uppercase;
	font-weight:bold;
	margin-top:0;
	font-size:12px;
	margin-bottom:3px;
  }
  
  #right .layout_short p {
	float:right;
	width:68px;
  }
  
  #right .layout_short .image_container {
	float:left;
	margin:4px 10px 0 0;
  }
  
  #right .mod_eventlist div {
	margin-bottom:10px;
  }
  
  #right .mod_eventlist div.last {
	margin-bottom:0;
  }
  
  #right .mod_eventlist p {
	line-height:1.4em;
	display:block;
	font-size:11px;
  }
  
  #right .layout_short p {
	line-height:1.4em;
	font-size:11px;
  }
  
  #right .layout_short p.more {
	float:right;
  }
  
  #right .mod_eventlist a {
	font-size:11px;
	text-decoration:underline;
  }
  
  #right .mod_eventlist a:hover {
	text-decoration:none;
  }
	
  #right .mod_eventlist a.more {
	color:#d90900;
	text-decoration:underline;
  }
  
  #right .layout_short span, 
  #right .mod_eventlist span {
	font-weight:bold;
	word-spacing:-.1em;
	font-size:11px;
  }
	
 /*------------------------------------------------------------------------*/
 
  #footer {
	width:828px;
	margin:0 auto;
	background:transparent url(../images/bgr-footer.png) no-repeat center top;
	padding:35px 0 60px;
  }   

  #footer .inside {
	width:770px;
	margin:0 auto;
  }
  
  #footer p, #navFooter {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
  }
  
  #footer p {
	font-size:9px;
	background-color:#e9e9e9;
	border:1px solid #e9e9e9;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	float:left;
	padding:2px 0 3px 10px;
	width:445px;
  }
  
  #footer .seo_text {
  	margin-bottom: 20px;
  	padding: 12px 10px;
  	background-color: #f7f7f7;
  	border-top: 3px solid #cdcdcd;
  	border-bottom: 3px solid #cdcdcd;
  }
  #footer .seo_text li {
  	margin-left: 15px;
  	padding-left: 12px;
	list-style: none;
	background: url(../images/dot.png) 0px 6px no-repeat;
  }
  
  #navFooter {
	background-color:#e9e9e9;
	border:1px solid #e9e9e9;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px; 
	width:178px;
	padding:2px 10px 3px 0;
	float:left;
  }
  
  #navFooter ul {
	width:100%;
	overflow:hidden;
  }
  
  #navFooter li {
	font-size:9px;
	float:left;
	padding-right:8px;
	margin-right:5px;
	background:#e9e9e9 url(../images/seperator-footer.gif) no-repeat right center;
  }
  
  #navFooter .last {
	margin-right:0;
	padding-right:0;
	background-image:none;
  }
  
  #navFooter li a {
	text-decoration:none;
  }
  
  #socialmedia {
	width:88px;
	float:right;
	padding-top:5px;
  }
  
  #socialmedia ul {
	width:100%;
	overflow:hidden;
  }
  
  #socialmedia li {
	float:left;
	margin-right:7px;
  }
  
  #socialmedia .last {
	margin-right:0;
  }
  
  #socialmedia a {
	width:15px;
	height:15px;
	display:block;
	background:transparent url(../images/icons-socialmedia.png) no-repeat;
	text-indent:-99999px;
  }
  
  #socialmedia .tell-a-friend a { background-position:left 2px; }
  #socialmedia .print a { background-position:left -19px; }
  #socialmedia .twitter a { background-position:left -43px; }
  #socialmedia .facebook a { background-position:left -68px; }
  
  #tell-a-friend {
	position:absolute;
	width:140px;
	height:290px;
	right:-1px;
	top:-310px;
	border-top:3px solid #cdcdcd;
	border-bottom:3px solid #cdcdcd;
	display:none;
  }
  
  #tell-a-friend .form {
	width:120px;
	background:transparent url(../images/bgr-sidebar.gif) left top;
	padding:10px;
  }
  
  #tell-a-friend .widget {
	margin-bottom:10px;
  }
  
  #tell-a-friend p.error {
	display:none;
  }
  
  #tell-a-friend label {
	display:block;
  }
  
  #tell-a-friend input.text {
	border:1px solid #d8d8d8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding:3px 5px;
	width:110px;
	font-size:11px;
  }
  
  #tell-a-friend input.text.error {
	border:1px solid #C60800;
  }
  
  #tell-a-friend .submit_container input {
	border:1px solid #d8d8d8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:3px 10px;
	font-size:11px;
	cursor:pointer;
  }  
 
 /*------------------------------------------------------------------------*/ 

  .clearfix:after {
	content: ".";
	display: block;
	font-size:0;
	height: 0;
	clear: both;
	visibility: hidden;
  }

  .clearfix { display: block; }

}

/* Map */
.hs3-partner-map-wrapper,
.hs3-workshop-map-wrapper {
	position: relative;
	width: 380px;
	height: 420px;
}

.partner-position {
	width: 34px;
	height: 34px;
	position: absolute;
	display: none;

	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 34px;
	color: #636363;
	
	cursor: pointer;
}
.partner-position-title {
	font-weight: normal;
	text-align: left;
	line-height: 16px;
	padding-left: 30px;
	padding-right: 0px;
	height: 34px;
/* 				width: 200px; */
	position: absolute;
	left: 14px;
	top: 0px;
	font-size: 11px;
	display: none;
	color: white;
}
.partner-position-background {
	width: 34px;
	height: 34px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.legend {
	position: absolute;
	right: 0px;
	bottom: 10px;
}
.legend td {
	font-size: 9px;
	line-height: 14px;
	padding-left: 18px;
	padding-right: 10px;
}
.legend td.legend-red {
	background: url(../images/map/legend_red.gif) left center no-repeat;
}
.legend td.legend-blue {
	background: url(../images/map/legend_blue.gif) left center no-repeat;
}

.legend td span {
	line-height: 14px;
}
.workshop {
	background-image: url(../images/map/workshop_marker_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0px;
	text-align: center;
	height: 34px;
	width: 22px;
	float: right;
	line-height: 50px;
}
