body {
	margin:0;
	padding:0;
	background-color:#fff;
	font-family:Arial;
	font-size:11px;
	text-align:center;
}
td {
	vertical-align:top;
}
form {
	margin:0;
	padding:0;	
}
input, select, textarea {
	font-family:Arial;
	font-size:11px;
}
input {
	border:1px solid #dddddd;
	padding-left:5px;
}
input.submit,
input.submitleft {
	border:0;
	background:url(/images/bg_btn_left.gif) no-repeat;
	overflow:visible;
	width:auto;
	height:19px;
	padding:1px 5px 0 8px;
}
.btnend,
.btnendleft {
	float:right;
    width:4px;
    height:19px;
    background: url(/images/bg_btn_right.gif) no-repeat;
}
.btnendleft {
	float:left;
}
.printonly {
	display:none;
}
.hidden {
	display:none;
}

ul, li {
	margin:0;
	padding:0;
	list-style-type:none;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#007cc0;
}
.clearleft {
	clear:left; 
	height:1px;
	overflow:hidden;
}
.clearright {
	clear:right; 
	height:1px;
	overflow:hidden;
}
.clearall {
	clear:both; 
	height:1px;
	overflow:hidden;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.floatclearing {
	clear: both;
	height:1px;
	line-height:1px;
}
br.lineheight10 {
	line-height:10px;
}
.hide {
	display:none;
}
.messageError {	
	color: #ff0000;
}


.divspacer {
	clear: both;
	margin: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

div.link {
}

.separator {
	background-color:#d9ebf6;
	height:1px;
	line-height:1px;
	width:100%;
	margin:15px 0 10px 0;
}

.textImage {
	display: table;
	width: 100%;
}
.textImageText {
	float:none;
}
.textImageText p {
	margin:0 0 0 0;
}
.textImageText ol {
	margin-top:0;
	margin-bottom:0;
}
.textImageText ol li {
	padding:0 0 5px 0;
	margin-left:-12px;
	list-style-position:outside;
	list-style-type:decimal;
}
.textImageText ul {
	margin:0 0 0 12px;
}
.textImageText ul li {
	padding:0 0 5px 16px;
	background: url(/images/bg_contentlist.gif) no-repeat 0px 6px;
}
.textImageLeft {
	float: left;
	margin: 0px 10px 0px 0px;
}
.textImageRight {
	float: right;
	margin: 0px 0px 0px 10px;
}
.textImageText a {
	color:#007cc0;
}
.textImageText a:hover {
	text-decoration:underline;
}

/*tabelle*/
.tableContent {
	empty-cells: show !important;
	vertical-align: top !important;
	color: #000;
	font-size:11px;
	margin-top:10px;
}
.tableContent td.alignLeft{
	text-align: left; 
}
.tableContent td {
	vertical-align: top !important; 
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #99cbe6;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	border-collapse:collapse;
	padding:3px 5px 3px 5px;
}
.tableContent td p {
	margin:0 0 0 0;
}
.tableContent td ul {
	margin:0 0 0 12px;
}
.tableContent td ul li {
	padding:0 0 0 16px;
	margin-bottom:5px;
	background: url(/images/bg_contentlist.gif) no-repeat 0px 6px;
}
.tableContent ol {
	margin-top:0;
	margin-bottom:0;
}
.tableContent td ol li {
	padding:0 0 5px 0;
	margin-left:-12px;
	list-style-position:outside;
	list-style-type:decimal;
}
.tableContent td.columMarked {
}
.tableContent tr.rowMarked td{
}
.tableContent tr.rowMarked td.columMarkedDark{
}
.tableContent tr.rowSelected td{
	background-color: #d9ebf6;
}
.tableContent tr.rowSelected td.columMarkedDark{
	
}
.tableContent tr td.first {
	background:#99cbe6 url(/images/bg_table_roundcorners_dark_left.gif) no-repeat left bottom;
}
.tableContent tr.rowSelected td.first {
	background:#d9ebf6 url(/images/bg_table_roundcorners_left.gif) no-repeat left bottom;
}
.tableContent tr td.last {
	background:#99cbe6 url(/images/bg_table_roundcorners_dark_right.gif) no-repeat right bottom;
}
.tableContent tr.rowSelected td.last {
	background:#d9ebf6 url(/images/bg_table_roundcorners_right.gif) no-repeat right bottom;
}
.tableContent th {
	vertical-align: top !important; 
	font-weight: bold;
	color: #000;
	background-color: #d9ebf6;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	border-collapse:collapse;
	padding:1px 5px;
}
.tableContent td a {
	color: #007cc0;
}
.tableContent td a:hover {
	text-decoration:underline;
}

/*forms*/
#slot2 form {
	margin-top:10px;
}
div.formelementcontainer{
	width: 100%;
}
div.formelementcontainer input {
	border:0;
}
div.formelement {
	margin-top: 1px;
	padding:2px 0 0 0;
	margin-bottom:2px;
	font-size:11px;
}
div.formelement input,
div.formelement textarea {
	border-color:#99CBE6;
}
div.formelement input.radio {
	border:0;
}
div.formelement select {
	width:auto;
}
#slot2 div.formelement {
	padding:0;
}

div.formbetweenelement {
	clear: both;
	padding-bottom:4px;
}

div.formelementdescription {
	color: #000;
}
div.formerror {
	color: #ff0000;
}
div.formtitle,
div.formtitlehidden {
	width: 152px;
	padding-right:5px;
	color: #f29400;
	float: left;
}
div.formelement .hide {
	width: 152px;
	padding-right:5px;
	visibility:hidden;	
	display:inline;
	float:left;
}
#slot2 div.formtitle {
	width:76px;
	display:inline;
	margin-left:10px;
	height:20px;
}
div.formtitle label,
div.formtitle strong {
	color: #000000;
}
div.formlefttitle {
	color: #000000;
	float: left;
}
div.formelementbody,
div.formelementbodyslot2 {
	color: #000000;
	float: left;
	width:242px;
}
div.formelementbody {
}
div.formelementbodyslot2 {
	width:94px;
}
div.formelementbodyslot2 select {
	width:91px;
}
.formelemtextbox,
.formelemdropdown,
.formelemfileslot2 {
	padding: 2px 0px 1px 0px;
	margin: 0px;
	border: 1px solid #A3A3A3;
	background-color:#fff;
}
div.formelementbody .buttons {
	width:240px;
}

/*Long is default*/
.formSlot1,
.formSlot1Long{
	width: 240px;
}
.formSlot1Middle{
	width: 125px;
}
.formSlot1Short{
	width: 75px;
}
.formSlot1VeryShort{
	width: 25px;
}
/*Long is default*/
.formSlot2,
.formSlot2Long,
.formSlot2Middle,
.formSlot2Short{
	width: 90px;
}
.formelemdropdown {
	overflow: visible; 
	clip: auto;
}
.formelemfileslot2 {
	width:100px;
}
.formelembutton {
	float:right;
	height:19px;
	width:auto;
	overflow:visible;
	background-color: #fff;
	background:url(/images/bg_btn_left.gif) no-repeat;
	padding:1px 5px 0 8px;
	margin-left:5px;
}

/*search*/

.search {
	margin-top:10px;
}
.searchrow {
	width: 100%;
	float:left;
}
.searchrowline {
	width: 100%;
	border-bottom: 1px solid #d9ebf6;
	float:left;
}
form .searchrowline {
	border-bottom:0;
}
.seachbuttonline {
	float:left;
	padding-top:5px;
}
.seachbuttonline input.formelembutton {
	border:0;
}
.searchlabel {
	float:left;
	width:150px;
	font-weight:bold;
}
.searchfield {
	float:left;
	padding: 1px 0px 1px 0px;
}
.searchfield select, .searchfield input{
	border:1px solid #99CBE6;
	float:left;
	width:246px;
}
.searchfield select {
	width:254px;
}
.searchline {
	background-color:#d9ebf6;
	width: 100%;
	float:left;
	margin-top:5px;
}
.searchbuttonline {
	width: 100%;
	float:left;
}
input.searchbutton {
	padding: 0px;
	margin: 1px 0px 15px 0px;
	color: #000000;
	border: 1px solid #A3A3A3;
	background-color: #EAEAEA;
	float:right;
}
.searchlinkright {
	margin-top:10px;
	width: 40%;
	text-align: left;
	height: 25px;
	float:left;
}
.searchlinkmiddle {
	margin-top:10px;
	width: 15%;
	text-align: center;
	height: 25px;
	float:left;
}
.searchlinkleft {
	margin-top:10px;
	width: 40%;
	text-align: right;
	height: 25px;
	float:left;
}
.searchlinkright a,
.searchlinkmiddle a,
.searchlinkleft a {
	color:#007cc0;	
}
.searchresultfield {
	float:left;
	width:auto !important;
	padding-right:10px;
}
.searchresultnum {
	float:left;
}
.searchentrycount {
	float:left;
	width: 20px;
	margin: 2px 0px 0px 0px;
	padding-left: 5px;
}
.searchentry {
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 35px;
}
.searchentry a {
	color:#007cc0;
}
.searchentry a:hover {
	text-decoration:underline;
}
.searchresultnum{
	font-weight: bold;/*
	text-align: center;*/
}
.searchresultfield{
	width: 200px;
	font-weight: bold;
}

/*download search result*/
.search .downloadButton {
	float:left;
	width:25px;
}

/*sitemap*/
.sitemapTable{
	display: table;
	width: 98%;
}
.sitemapRow{
	display: table-row;
}
.sitemapCell{
	padding: 0 0 5px 0;
	margin-right:0px;
	float:left;
}
.sitemapCell ul{
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
}
.sitemapCell a:link,
.sitemapCell a:visited,
.sitemapCell a:active{
	color : #007cc0;

}
.sitemapCell a:hover {
	text-decoration:underline;
}
ul.sitemapItem1 {
	font-weight: bold;
	margin:0 10px 5px 0;
}
ul.sitemapItem2 {
	font-weight: normal;
	margin:5px 0 0 0;
}
ul.sitemapItem2 li {
	padding:0 0 5px 12px;
	background: url(/images/bg_contentlist.gif) no-repeat 3px 5px;
}
ul.sitemapItem2 li li {
	padding-bottom:0;
}


a.link {
	color:#007cc0;
}
a:hover.link {
	text-decoration:underline;
}

#wrapper {
	width:992px;	
	margin-left: auto; 
	margin-right: auto;
	text-align:left;
	background:#fff url(/images/bg_contentwrapper.gif) repeat-y;	
}

#header {
	position:relative;
	height:132px;
	background:url(/images/header_visual.jpg);
	/*background:url(/images/header_visual_weihnachten_de.jpg);*/
	border-bottom:2px solid #fff;
}

#logo {
	float:left;
}

#langservicenavigationwrapper {
	float:right;
}

#langnavigation {
	float:left;
	width:100px;
}
#langnavigation ul {
	margin-top:3px;
}
#langnavigation ul li {
	float:left;
	margin-left:4px;
}
#langnavigation ul li a {
	font-size:11px;
	width:25px;
	height:17px;
	padding-top:3px;
	text-align:center;
	display:block;
	background:url(/images/bg_langnav.gif) no-repeat;
}
#langnavigation ul li.active a {
	background-image:url(/images/bg_langnav_act.gif);
}

#servicenavigation {
	float:left;
	width:157px;
	text-align:right;
	font-size:11px;
}
#servicenavigation ul {
	margin-top:5px;
}
#servicenavigation ul li {
	display:inline;
	border-right:1px solid #d9ebf6;
	padding:0 7px 0 10px;
}
#servicenavigation ul li a {
	font-size:11px;
}
#servicenavigation ul li.last {
	border-right:0;
	padding-right:2px;
}

#search {
	float:left;
	padding:3px 0 0 10px;
}
#search input {
	float:left;
	width:72px;
	height:13px;
	padding-top:2px;
	padding-left:4px;
	margin-right:4px;
	border:1px solid #c3c3c3;
}
#search input.submit {
	float:left;
	width:auto;
	background:url(/images/bg_btn_search.gif);
	border:0;
	width:25px;
	height:19px;
	padding-top:1px;
	padding-left:0;
	margin-right:0;
}

#firstlevelnavigation {
	position:absolute;
	bottom:0;
	left:182px;
}
#firstlevelnavigation ul li {
	float:left;
	display:block;
	width:204px;
	height:21px;
	text-align:center;
	margin-right:8px;
	padding-top:9px;
	background-repeat:no-repeat;
	background-image:url(/images/bg_firstlevel.gif);	
}
#firstlevelnavigation ul li.active {
	background-image:url(/images/bg_firstlevel_act.gif);	
}
#firstlevelnavigation ul li a {
	font-weight:bold;
}

#contentwrapper {	
	background:#fff url(/images/bg_contentwrapper.gif) repeat-y;	
}

#leftnavigationwrapper {
	float:left;
	width:182px;
}
#leftnavigationwrapper ul li {	
	padding:1px 0 0 0;
	background:#d9ebf6 url(/images/bg_leftnav_li.gif) no-repeat right bottom;	
	border-bottom:2px solid #fff;
	width:auto;
	line-height:15px;
}
#leftnavigationwrapper ul li a {
	font-size:11px;
	padding-left:15px;
	display:block;
	padding-bottom:2px;
}
#leftnavigationwrapper ul li a:hover {
	color:#007cc0;
}
#leftnavigationwrapper ul li.open a {/*
	color:#007cc0;*/
	font-weight:bold;
}
#leftnavigationwrapper ul li.open a:hover {
	color:#007cc0;
}
#leftnavigationwrapper ul li.active {
	background-image:none;
	background-color:#b2d7ec;
}
#leftnavigationwrapper ul li.active a {
	background:url(/images/bg_leftnav_li_act.gif) no-repeat 5px 5px;	/*
	color:#007cc0;*/
}
#leftnavigationwrapper ul li.active li a {
	background-image:none;
}
#leftnavigationwrapper ul li.open li {
	background-image:none;
	border-bottom:0;
	padding:3px 0 0 0;
	width:182px;
	line-height:12px;
}
#leftnavigationwrapper ul li.open li a {
	color:#000;
	font-weight:normal;	
	padding-left:30px;
}
#leftnavigationwrapper ul li.open li.open a {/*
	color:#007cc0;*/
	font-weight:bold;	
	background-image:none;
}
#leftnavigationwrapper ul li.open li.open a:hover {
	color:#007cc0;
}
#leftnavigationwrapper ul li.open li.active a {
	background:url(/images/bg_leftnav_li_act.gif) no-repeat 5px 3px;	
}
#leftnavigationwrapper ul li.open li.active li a {
	background-image:none;
}
#leftnavigationwrapper ul li.open li.open li a {
	color:#000;
	font-weight:normal;	
	padding-left:45px;
}
#leftnavigationwrapper ul li.open li.open li.open a {/*
	color:#007cc0;*/
	font-weight:bold;
}

#content {
	float:left;
	width:604px;
	padding:0 12px 0 12px;
}

#breadcrumb {
	font-size:11px;
	margin-bottom:10px;
}
#breadcrumb a {
	color:#007cc0;
}
#breadcrumb a:hover {
	text-decoration:underline;
}

#slot1 {
	float:left;
	width:404px;
	margin-top:10px;
}
#slot1 h1,
#slot1 h2 {
	font-size:13px;
	font-weight:normal;
	color:#f29400;
	padding:0;
	margin:7px 0 10px 0;
}
#slot1 h4 { 
	font-size:17px;
	padding:0; 
	margin:0 0 10px 0;
}
#slot2 {
	float:left;
	width:189px;
	margin:43px 0 0 11px;
	font-size:11px;	
	background:#d9ebf6 url(/images/bg_slot2.gif) no-repeat left bottom;
	overflow:hidden;
}
#slot2.empty {
	background-color:transparent;
	background-image:none;
}
#slot2 h2 {
	color:#000;
	font-weight:bold;
	font-size:11px;
	margin:7px 0 0 0;
	padding:0 10px;
}
#slot1 h2 a,
#slot2 h2 a {
	color:#f29400;
}
#slot1 h2 a:hover,
#slot2 h2 a:hover {
	color:#007cc0;
	text-decoration:underline;
}
#slot2 div.link {
	padding:0 0 0 10px;
}
#slot2 div.link a:hover {
	text-decoration:underline;	
}
#slot2 .textImageLeft,
#slot2 .textImageText {
	margin-left:10px;
}
#slot2 .textImageLeft {
	margin-top:3px;
}
#slot2 .textImageRight {
	margin:3px 10px 0 0;
}
#slot2 .separator {
	background-color:#fff;
	height:2px;
	width:100%;
	margin:7px 0 0 0;
}
#slot2 .roundcorners {
	padding-top:5px;
}

#promotionwrapper {
	position:relative;
	float:left;
	width:182px;
	font-size:11px;
}
#promotionwrapper h2 {
	color:#f29400;
	font-size:11px;
	font-weight:normal;
	margin:0 0 10px 20px;
	padding-top:1px;
}
#promotionwrapper .form {/*
	float:left;*/
	width:155px;
	margin:0 0 0 10px;
	padding-bottom:3px;
	text-align:right;
}
#promotionwrapper label,
#slot2 label {
	float:left;
	width:69px;
	margin-top:2px;
}
#promotionwrapper input {
	float:left;
	width:73px;
	margin:0 0 5px 5px;
}
#promotionwrapper input.submit {
	float:right;
	width:auto;
}
#promotionwrapper .divspacer {
	margin-bottom:0px;
	border-bottom:2px solid #fff;
}
#promotionwrapper .textImageLeft {
	margin-right:0px;
}
#promotionwrapper .textImage h2 {
	display:none;
}

#geschaeftsstellensuche {
	position:relative;
	background:#d9ebf6 url(/images/bg_geschaeftsstellensuche.gif) no-repeat left bottom;
}
#geschaeftsstellensuche h2 {
	margin-left:0px;
	padding-left:20px;
	padding-bottom:3px;
	background:#d9ebf6 url(/images/bg_geschaeftsstellensuche_top.gif) no-repeat left top;
}
#geschaeftsstellensuche p {	
	margin:0 0 5px 20px;
	text-align:left;
}

#praemienrechner {
	position:relative;
	background:#d9ebf6 url(/images/bg_geschaeftsstellensuche.gif) no-repeat left bottom;
}
#praemienrechner h2 {
	margin-left:0px;
	padding-left:20px;
	padding-bottom:3px;
	color:#fff;
	background:#d9ebf6 url(/images/bg_praemienrechner.gif) no-repeat left top;	
}
#praemienrechner select {
	width:140px;
}
#praemienrechner select.city {
	display:none;
	margin-bottom:3px;
}
#praemienrechner .form p {
	margin:0 0 2px 0;
	padding-left:12px;
	text-align:left;
}
#praemienrechner div.city {
	float:left;
	padding:2px 0 5px 11px;
	text-align:left;
}
#praemienrechner p.formerror {
	font-size:10px;
	color: #ff0000;
}
#praemienrechner #calculationwrapper {
	margin:0 0 5px 10px;
	width:155px;
	/*display:none;*/
	background:#fff url(/images/bg_calculationwrapper.gif) repeat-y left bottom;
}
#praemienrechner .calculation {
	padding:2px 0px;/*
	background-color:#fff;*/
	font-size:11px;
	margin-bottom:2px;
}
#praemienrechner #calculationwrapper .separator {
	margin:0;
	height:2px;
}
#praemienrechner .calculation .title {
	padding-left:10px;
}
#praemienrechner .calculation .description {
	float:left;
	margin:0 0 0 0px;
	padding-left:15px;
	width:90px;
	background:url(/images/bg_calculator_line.gif) no-repeat;
	cursor:pointer;
	line-height:12px;
}
#praemienrechner .calculation .total,
#praemienrechner .calculation .discount {
	float:left;
	width:95px;
	padding-left:10px;
}
#praemienrechner .calculation .cost {
	float:left;
	text-align:right;
	width:40px;
}
#praemienrechner .calculation .rate {
	float:left;
	width:90px;
	color:#f29400;
}
#praemienrechner .calculation .ratecost {
	float:left;
	text-align:right;
	width:40px;
	color:#f29400;
}
#praemienrechner .close {
	float:left;
	padding:3px 0 0 20px;
	color:#007cc0;
}
#praemienrechner .close:hover {
	text-decoration:underline;
}
#praemienrechner .buttons {
	height:24px;
	width:165px;
}
#praemienrechner .flyout {
	display:none;
	position:absolute;
	left:-208px;
	top:0;/*
	width:373px;*/
	background-color:#fff;
}
#praemienrechner .flyout h3 {
	position:absolute;
	width:358px;
	left:0px;
	font-size:11px;
	margin:0 0 0 0;
	padding:0 0 0 15px;
	background:transparent url(/images/bg_calculator_h3.gif) no-repeat left top;
	line-height:12px;
}
#praemienrechner .hmo,
#praemienrechner .spital {
	display:none;
}
#praemienrechner .flyout p {
	border-top:12px solid #fff;
	margin:0 0 0 6px;
	padding:8px 10px 10px 9px;
	width:171px;
	background-color:#F29400;	
	background:#F29400 url(/images/bg_flyout_ul.gif) no-repeat left bottom;
}
#praemienrechner .flyout ul {
	border-top:12px solid #fff;
	margin:0 0 0 6px;
	padding:8px 0 10px 5px;
	width:185px;
	background:#F29400 url(/images/bg_flyout_ul.gif) no-repeat left bottom;
}
#praemienrechner .flyout ul ul {
	border-top:0;
	margin:0 0 0 0px;
	padding:0 0 0 5px;
	width:160px;
	background:none;
}
#praemienrechner .flyout ul li {
	padding:0 5px 8px 12px;
	background: url(/images/bg_flyoutlist.gif) no-repeat 6px 6px;
}
#praemienrechner .flyout ul li li {
	padding:0 5px 0px 12px;
}

/*webcode*/
#webcodeDiv {
  position:relative;
  background:#d9ebf6 url(/images/bg_geschaeftsstellensuche.gif) no-repeat left bottom;
}
#webcodeDiv h2 {
  margin-left:0px;
  padding-left:20px;
  padding-bottom:3px;
  color:#fff;
  background:#d9ebf6 url(/images/bg_praemienrechner.gif) no-repeat left top;  
}
#webcodeDiv .form p {
  margin:0 0 2px 0;
  padding-left:12px;
  text-align:left;
}
#webcodeDiv .buttons {
  height:24px;
  width:165px;
}

#geschaeftsstellensuche .roundcorners,
#praemienrechner .roundcorners,
#webcodeDiv .roundcorners {
	position:absolute;
	bottom:0;
	left:0;
}

/*franchisenrechner*/
.franchisenrechner {/*
	position:relative;*/
	font-size:11px;	
}
.franchisenrechner label {
	font-weight: bold;
	float:left;
	width:272px;
	margin-top:2px;
	font-size:11px;
	display:inline;
}
.franchisenrechner input {
	width:121px;
}
.franchisenrechner select {
	width:132px;
}
.franchisenrechner input {
	border-color:#99CBE6;
}
.franchisenrechner input.submit {
	float:right;
	width:auto;
	border:0;
}
.franchisenrechner .buttons {
	margin:5px 3px 0  0;
	height:15px;
}
.franchisenrechner #descriptionbubble {
	display:none;
	position:absolute;
	/*top:-85px;*/
	left:0;
	width:288px;/*
	height:95px;*/
	color:#000;/*
	padding:5px 5px 10px 8px;*/
	font-size:11px;
	background:transparent url(/images/bg_franchisenrechnerbubble_top.gif) no-repeat left top;
}
.franchisenrechner #descriptionbubble p {
	padding:0;
	margin:0;
}
.franchisenrechner #descriptionbubble .praemie,
.franchisenrechner #descriptionbubble .gesamtkosten,
.franchisenrechner #descriptionbubble .mehrkosten,
.franchisenrechner #descriptionbubble .einsparungen {
	display:none;
	padding:0px 5px 0 8px;
	margin:5px 0 0 0;
	background-color:#99cbe6;
}
.franchisenrechner .tableContent th a {
	cursor:pointer;
}
.franchisenrechner .tableContent .selected {/*
	background-color:#F29400;
	color:#fff;*/
	font-weight:bold;
}
.franchisenrechner .tableContent .selected.first {
	/*background:#F29400 url('images/bg_table_roundcorners_sel_left.gif') no-repeat left bottom !important;*/
}
.franchisenrechner .tableContent .selected.last {
	/*background:#F29400 url('images/bg_table_roundcorners_sel_right.gif') no-repeat right bottom !important;*/
}
.franchisenrechner .textImageText li {
	padding-bottom:0;
}
.optimalefranchise {
	margin-right:10px;
}
.optimalefranchise h3 {
	font-size:15px;
	color:#F29400;
	padding-top:6px;
	height:22px;
	background-color:#fff;
	margin:5px 0 10px 10px;
	text-align:center;
}
.optimalefranchise input.submit {
	float:right;
	width:auto;
	border:0;
}
.optimalefranchise input.submitleft {
	float:left;
	width:auto;
	border:0;
}

/*resultatliste*/
table.listwborder {/*
	margin-top:20px;*/
}
table.listwborder tr th {
	font-weight:bold;
	border-bottom: 1px solid #d9ebf6;	
}
table.listwborder tr td {
	border-bottom: 1px solid #d9ebf6;	
}
table.listwborder tr td a {
	color:#007cc0;
}
table.listwborder tr td a:hover {
	text-decoration:underline;
}

#footer {
	width:182px;
	background:#fff url(/images/bg_contentwrapper.gif) repeat-y;
}
#footer ul {
	width:182px;
}
#footer ul li {
	padding:1px 0 2px 0;
	background:#d9ebf6 url(/images/bg_footer_li.gif) no-repeat right 12px;	
	border-bottom:2px solid #fff;
}
#footer ul li.fontsize {
	background-image:url(/images/bg_fontsize_li.gif);
	background-position:right 2px;
}
#footer ul li.smaller {
	background-image:url(/images/bg_fontsize_li_sm.gif);
}
#footer ul li a {
	font-size:11px;
	padding-left:40px;
}

/*nur bei druck*/
#adresse {
	display:none;
}

/*styles für home*/
.home .textImageLeft {
	margin-right:10px;
}
.home .textImage h2 {
	margin-top:0;
}

.home #breadcrumb {
	margin-bottom:13px;
}

.home #slot1 .divspacer,
.home #slot2 .divspacer {
	/*margin-bottom:-3px;*/
}
.home #slot1, 
.home #slot2 {
	width:296px;
	overflow:hidden;
}
.home #slot1 {
	margin-top:0;
	margin-right:12px;
	font-size:11px;
}
.home #slot1 h2,
.home #slot2 h2 {
	font-size:14px;
	font-weight:normal;
	color:#f29400;
	padding:0;
	margin:17px 0 3px 0;
}

.home #slot1 .textImage h2,
.home #slot2 .textImage h2 {
	margin-top:0;
}
.home #slot2 .textImageLeft,
.home #slot2 .textImageText {
	margin-left:0px;
}
.home #slot1 .textImageText,
.home #slot2 .textImageText {
	line-height:15px;
}
.home #slot2 .textImageLeft {
	margin-top:0px;
}
.home #slot2 {
	margin:0;
	width:296px;
	background-color:#fff;
	background-image:none;
	font-size:11px;
}
.home #slot2 div.link {
	padding:0;
}
.home #slot1 div.link a,
.home #slot2 div.link a {
	font-size:11px;
	color:#007cc0;
	text-decoration:none;
}
.home #slot1 div.link a,
.home #slot2 div.link a {
	color:#007cc0;
}
.home #slot1 div.link a:hover,
.home #slot2 div.link a:hover {
	color:#007cc0;
	text-decoration:underline;
}
.home #slot2 .separator {
	background-color:#d9ebf6;
	height:1px;
	line-height:1px;
	width:100%;
	margin:15px 0 10px 0;
}

.home #promotionwrapper .divspacer {
	margin:0;
	border-bottom:2px solid #fff;
}

/* bug fix for sup in ie */
sup { 
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  bottom: 1ex;
}


.kantonheader {
  padding: 10px 0px 15px 0px;
  font-weight: bold;
}

.focusSpezialistName, .focusSpezialistOrt {
	width: 200px;
}

div.focusSpezialistFachgebiet select {
    width: 202px;
}