/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body
{
  font-family: Arial,Helvetica,sans-serif;
  margin: 0px;
  font-size: 12px;
  color: #17067B;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg
{
  padding:0px;
  background: #FCFBFF;
}
#leftcolumn,
#pathway,
#top,
#menu-top,
#maincolumn,
div#wrapper
{
  border: 0px dashed red;
}
div.center {
  text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
    width:840px;
}
div#logo {
  clear:both;
  width:99%;
  height:80px;
  text-align:right;
  padding-right:5px;
  padding-left:5px;
}
div#logo a
{
  float:left;
}
#top
{
  width:100%;
}
div#newsflash {
	width: auto;
	margin-left: 350px;
	margin-right: 30px;
	border: 1px solid #00f;
}

div#tabarea {
	background: #f7f7f7 url(../images/mw_header_b.png) 0 0 repeat-x;
	margin: 0 11px;

}

div#tabarea_l {
	background: url(../images/mw_header_l_b.png) 0 0 no-repeat;
	padding-left: 32px;
}

div#tabarea_r {
	height: 42px;
	background: url(../images/mw_header_r_b.png) 100% 0 no-repeat;
	padding-right: 1px;
}

div#footer_r {
	padding-top: 10px;
	height: 47px;
	overflow: hidden;
}

div#footer_r div {
	text-align: center;
	font-size: .90em;
	color: #aaa;
}

div#footer_r a:link, div#footer_r a:visited  {
	color: #999;
}

div#footerspacer {
	height: 10px;
}
#search {
	float:right;
	overflow:hidden;
	text-align:right;
}

form#searchForm input {
	vertical-align: middle;
}

form#searchForm table {
	border-collapse: collapse;
}

form#searchForm td {
	padding:0;
}

#mod_search_searchword {
	padding-left: 3px;
}

#area {
	padding: 0;
}

#whitebox {
	margin:0;
	background:#FEFEFC;
	width: auto;
}

#whitebox {
	text-align: left;
}

#whitebox_t {
	background: #fff url(../images/mw_content_t.png) 0 0 repeat-x;
}

#whitebox_tl {
	background: url(../images/mw_content_t_l.png) 0 0 no-repeat;
}

#whitebox_tr {
	height: 10px;
	overflow: hidden;
	background: url(../images/mw_content_t_r.png) 100% 0 no-repeat;
}

#whitebox_m {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: auto;
	min-height:300px;
	padding: 2px 8px;
}

#whitebox_b {
	margin-top: -5px;
	background: url(../images/mw_content_b.png) 0 100% repeat-x;
}

#whitebox_bl {
	background: url(../images/mw_content_b_l.png) 0 100% no-repeat;
}

#whitebox_br {
	height: 13px;
	background: url(../images/mw_content_b_r.png) 100% 100% no-repeat;
}

/* horizontal pill menu */
table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

td.pill_l {
  background: url(../images/mw_menu_cap_l.png) no-repeat;
  width:  20px;
  height: 32px;

}

td.pill_m {
  background: url(../images/mw_menu_normal_bg.png) repeat-x;
  padding: 0;
  margin: 0;
  width: auto;
}

td.pill_r {
  background: url(../images/mw_menu_cap_r.png) no-repeat;
  width:  19px;
  height: 32px;
}

#pillmenu {
  white-space: nowrap;
  height: 32px;
  float: left;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
	float: left;
	background: url(../images/mw_menu_separator.png) top right no-repeat;
	margin: 0;
	padding: 0;
}

#pillmenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  float:left;
  display:block;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  color: #17067B;
  text-decoration: none;
}

#pillmenu a#active_menu-nav {
	margin-top:2px;
	height: 21px;
	line-height: 21px;
	background-position: 0 0;
}

#leftcolumn
{
  padding:0;
  margin:0;
  margin-top:-18px;
  width:18%;
  float:left;
}
#header
{
  position: relative;
  height: 120px;
  font-weight:bold;
  font-size:.9em;
}
#header,
#maincolumn,
#maincolumn_full
{
  margin-left:20%;
  width:79%;
}
#menu-top
{
  padding-left:35px;
  margin-right:auto;
  height:26px;
}
#pathway
{
  margin-left:5px;
  padding-top:3px;
  text-align: left;
  color: #17067B;
  margin: 2px  0px 6px 0px;
  padding: 0px;
  height: 16px;
  text-indent: 10px;
  background-color: #FFFFE1;
  border-top: 1px solid #660099;
  border-bottom: 1px solid #FF8040;
}
/* IE 6 fix */
* html div#maincolumn {margin-left:0;}

#maincolumn_full {
	margin-left: 0;
	padding: 0;
	width: 100%;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td.middle_pad {
	width: 20px;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}
a.pathway:link, a.pathway:visited
{
  color: #17067B;
  font-size: 11px;
  text-decoration: none;
  font-weight:bold;
}
a.pathway:hover
{
  background-color: #FCA752;
  color: #17067B;
  text-decoration: underline;
  font-weight:bold;
}
/* headers */
div.componentheading {
  padding-left: 0px;
}

h1, h2, h3, h4
{
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  text-align:left;
  color: #17067B;
}

h1, h2, h3, h4
{
  padding:0;
  margin:0;
}

h1
{
  font-size:1.8em;
  margin-bottom:1em;
}
h2
{
  font-size:1.6em;
  margin-bottom:0.5em;
}
h3
{
  font-size:1.4em;
  margin-top:0.5em;
  margin-bottom:1em;
}
h4
{
  font-size:1.2em;
  margin-top:0.5em;
  margin-bottom:1em;
}


table.contentpaneopen h3 {
	margin-top: 25px;
}

.componentheading, table.moduletable th, legend {
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  padding-left: 0px;
  margin-bottom: 10px;
  text-align: left;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: auto;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable,
div.module
{
}
#leftcolumn div.module ul li
{
  float:right;
}
/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #17067B;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 25px;
}

#power_by{
	float:right;
	padding-right: 25px;
}

/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}

/*** Wohnungsladen CSS */

div.adresse_logo {
	width: 100%;
	margin-right: 50px;
	text-align: right;
    font-weight: bold;
}

span.adresse_z1_logo {
    font-size: 150%;
}
div#map-adr
{
  width:480px;
  text-align:center;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-weight:bold;
  padding:2px;
  margin:6px 2px 6px 7px;
  background-color:#E5E5E4;
}
div#map-emb
{
  padding-bottom:14px;
}
div#map
{
  width:480px;
  height:440px;
  margin-left:9px;
}
.map-knopf
{
  margin:7px 2px 2px 12px;
}
.map-knopf-zelle1
{
  width:130px;
}
.map-knopf-zelle2
{
  width:200px;
}
.map-knopf-zelle3
{
  width:150px;
}
.map-knopf a:link,
.map-knopf a:visited,
.map-knopf a:hover
{
  font-family:Verdana,Geneva;
  font-size:80%;
  font-weight:bold;
  color:#17067B;
  text-decoration:none;
  text-align:center;
  padding:3px;
  margin:2px;
  border:1px outset gray;
  display:block;
  width:80%;
}
.map-knopf a:hover
{
  border:1px inset black;
  background-color:#FCDC6D;
}

.zelle-gebiet-1,
.zelle-gebiet-0
{
  margin:0;
  vertical-align:top;
  padding:2px 5px 0 8px;
  border-width:0px;
  font-size:9pt;
}

.zelle-gebiet-0 a,
.zelle-gebiet-0 a:visited,
.zelle-gebiet-0 a:hover
{
  text-decoration: none;
  color: gray !important;
}

.zelle-gebiet-1 a,
.zelle-gebiet-1 a:visited
{
  text-decoration: underline;
  font-weight: bold;
  color: blue;
}
.zelle-gebiet-1 a:hover
{
  text-decoration: underline;
  font-weight: bold;
  color: red;
}

.kartenlink-0 a,
.kartenlink-1 a
{
  font-size:16px;
  margin-left:10px;
  text-decoration: none;
  vertical-align:baseline;
}
.kartenlink-1 a:hover
{
  background-color:#FF8080;
}
.kartenlink-0 a
{
  visibility:hidden;
}
/*** Listen ***/
select#sort {
  float:right;
  margin:8px;
  color:#17067B;
  font-size:.9em;
  font-weight:bold;
}
.links  { float:left; }
.rechts { float:right; }
.li-eintrag
{
  clear:both;
  border:1px solid #FFCC66;
  background-color:#FCFBFF;
  margin-top:15px;
  width:99%;
  min-height:120px;
}
.li-titel
{
  clear:both;
  background-color:#FFCC66;
  font-weight:bold;
  padding:2px;
}
.li-titel a
{
  float:right;
  margin-left:10px;
  font-weight:bold;
}
.li-adr
{
  font-weight:bold;
  color:#4A0A07;
  vertical-align:middle;
}
.li-text-kost
{
  float:right;
  text-align:right;
  width:45%;
}
.li-kate
{
  padding-bottom:4px;
}
.li-text
{
  padding:0px 5px 4px 145px;
}
.li-text table
{
  width:53%;
}
.li-text td
{
  vertical-align:top;
}
.li-exp
{
  clear:right;
  padding-top:2px;
  padding-left:3px;
}
.li-bild
{
  float:left;
  padding:1px;
  width:136px;
  height:107px;
  text-align:center;
  vertical-align:middle;
}
.li-bild img
{
  border:1px solid gray;
}
.li-karte
{
  padding-left:5px;
}
.li-karte img
{
  padding-left:4px;
}
.blatt-navigation
{
  clear:both;
  width:99%;
  padding-top:15px;
}
.blatt-navigation ul
{
  list-style-type: none;
  margin:0;
  padding:4px 6px 6px 0;
  border:1px solid #535353;
  border-right:2px solid #535353;
  border-bottom:2px solid #535353;
  background-color:#F2F2F2;
  height:20px;
}
.blatt-vor,
.blatt-seiten,
.blatt-zurueck
{
  float:left;
  text-align:center;
}
.blatt-vor
{
  margin-left:1em;
}
.blatt-zurueck
{
  margin-left:.3em;
  margin-right:1em;
}
.blatt-limit
{
  float:right;
}
.blatt-limit span
{
  text-align:right;
  vertical-align:middle;
}
.blatt-limit select
{
  font-size:.9em;
  height:95%;
  margin-top:2px;
}
.blatt-vor span,
.blatt-seiten span,
.blatt-zurueck span,
.blatt-vor a,
.blatt-seiten a,
.blatt-zurueck a
{
  display:block;
  width:8em;
  padding:.2em 0;
  color:#FFF;
  background-color:#E0E0E0;
  border:1px solid #E0E0E0;
  border-right:2px solid #E0E0E0;
  border-bottom:2px solid #E0E0E0;
}
.blatt-vor a,
.blatt-seiten a,
.blatt-zurueck a
{
  border:1px solid #535353;
  border-right:2px solid #535353;
  border-bottom:2px solid #535353;
}
.blatt-seiten span,
.blatt-seiten a
{
  float:left;
  width:1.2em;
  margin-left:.2em;
  margin-right:.2em;
}
.blatt-vor a,
.blatt-seiten a,
.blatt-zurueck a
{
  background-color:#B2B2B2;
  text-decoration: underline;
}
.blatt-vor a:hover,
.blatt-seiten a:hover,
.blatt-zurueck a:hover
{
  background-color:#FF8040;
  text-decoration: underline;
  font-weight:bold;
}

#expose
{
  vertical-align:top;
  max-width:640px
}
.rechtsbnd
{
  padding-right:0px;
  text-align:right;
  vertical-align:top;
}
.bezeichner,
.formatierung-1,
.formatierung-3
{  font-weight:bold;  }
.formatierung-2,
.formatierung-3
{  background-color:yellow;  }
.layout-5,
.layout-6
{  visibility: hidden; }
.exp-titel
{
  font-size:small;
  padding-bottom:5px;
}
div#exp-oben-r
{
  width:50%;
  float:right;
  padding-right:5px;
}
div#exp-obnr
{
  text-align:right;
  font-weight:bold;
  margin-left:5px;
}
div#exp-obnr span
{
  font-size:1.6em;
  background-color:yellow;
}
div#exp-karte-obj,
div#exp-karte-geb
{
  float:left;
}
div#exp-bs1
{
  text-align:right;
  font-weight:bold;
  color:red;
}
#exp-stdort
{
  width:48%;
}
#exp-stdort td
{
  vertical-align:top;
  padding-right:15px;
}
div#exp-bild
{
  clear:both;
  text-align:center;
  padding-top:5px;
}
div#exp-kost
{
  float:right;
  width:49%;
  vertical-align:top;
  padding-right:5px;
}
#exp-kost table
{
  float:right;
}
#exp-kost-copy
{
  text-align:right;
  font-size:.8em;
  padding-bottom:3px;
}
#exp-eck
{
  float:left;
  width:49%;
  vertical-align:top;
}
#exp-eck table
{
  width:100%;
}
#exp-eck-1
{
  padding-bottom:5px;
  font-weight:bold;
  text-decoration:underline;
}
div#exp-bes-1
{
  float:left;
  width:49%;
  vertical-align:top;
  padding-top:6px;
}
div#exp-bes-2
{
  float:right;
  width:49%;
  vertical-align:top;
  padding-top:6px;
}
div#exp-ans
{
  clear:both;
  width:99%;
  vertical-align:top;
  padding-top:6px;
}
#exp-ans table
{
  padding-left:16px;
}
#exp-ans-l
{
  float:left;
  font-weight:bold;
}
#exp-ans-l img
{
  padding:6px 0;
}
div#exp-discl
{
  clear:both;
  padding-top:10px;
  text-align:center;
  font-size:0.8em;
}
.karte-icon
{
  margin-bottom:-2px;
}
#leftcolumn div.module-menulinks
{
   height:130px;
   margin-bottom:25px;
}
#leftcolumn div.module-menupartner
{
   height:130px;
   margin-bottom:25px;
}
#leftcolumn h3
{
  width:150px;
  height:18px;
  line-height:18px;
  margin:0;
  padding:0;
  text-indent:10px;
  font-size:11px;
  font-weight:bold;
  color:white;
  background-color:#808080;
}
.module-wlcopyright
{
  font-size:.9em;
  font-weight:bold;
  background-color:#FFFFE1;
  padding:4px 0 4px 0;
  margin-top:50px;
  border:1px solid #CCCCCC;
}
.module-objektemail
{
  font-size: 0.9em;
  background-color:#FFFFE1;
  border:1px solid #CCCCCC;
  border-top:1px solid white;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-bottom:25px;
}
.module-objektemail table
{
  width:100%;
}
.module-objektemail td
{
  font-size:11px;
  padding-left:2px;
  padding-top:2px;
}
.module-objektemail input
{
  font-size:11px;
  width:90px;
}
.module-objektemail textarea
{
  font-size:11px;
  width:137px;
  margin-left:4px;
  overflow:auto;
}
input.objektanfragebutton
{
  margin:3px;
  width:8em;
}
.objektanfrage-msg
{
  font-weight:bold;
  margin:6px 0 5px 5px;
  color:green;
}
ul.menu-embedded
{
  list-style-type: none;
  margin:0;
  padding:1em 0 0 1em;
}
ul.menu-embedded li
{
  margin-bottom:1em;
  padding:0.5em;
  background-color:#FAF7CB;
}
ul.menu-embedded3 li
{
    width:15em;
}
ul.menu-embedded ul li
{
  display: inline;
  padding: 0em 0.6em;
  border: 0px none;
}
.menu-embedded a:link,
.menu-embedded a:visited
{
  text-decoration: underline;
  color:#17067B;
}
.menu-embedded a:hover { color:red; }
#preisliste-bild
{
  margin-left:-15px;
}
#such-dlg,
#su-obn-dlg
{
  border: 1px solid #FCDC6D;
  color:#17067B;
  background-color:#FBF5E3;
  font-size:1em;
  padding:4px;
}
#su-obn-dlg
{
  margin-top:3px;
  text-align:center;
}
#such-dlg select,
#ausverfeinern select,
#ausverfeinern input
{
  color:#17067B;
  font-size:.95em;
}
#su-tab1,
#su-tab2,
#su-tab3
{
  width:520px;
  padding:1px;
}
#su-tab1
{
  padding-bottom:2px;
}
#su-tab2
{
  width:310px;
}
#su-tab3
{
  padding-top:2px;
}
#su-tab1, #su-tab2, #su-tab3, #su-tab4
{
  padding-top:1px;
  margin-bottom:2px;
  text-align:right;
}
#su-tab4 { width:600px; }
#su-tab1 select, #su-tab2 select
{
  text-align:left;
}
#su-tab2 select,
#su-tab3 select
{
  width:5.5em;
  text-align:left;
  margin:0;
  padding:0;
}
#suche_ort_select
{
  width:110px;
}
.su-l1
{
  text-align:right;
  vertical-align:middle;
  padding-right:4px;
  padding-left:6px;
}
.su-l1a
{
  width:20px;
}
.su-l1c
{
  width:70px;
}
.su-l1d
{
  width:70px;
}
.su-l1e
{
  width:100px;
}
td.su-l2
{
  text-align:left;
  vertical-align:middle;
  width:5.5em;
}
.su-l3
{
  width:135px;
}
#su-ob
{
  font-size:.9em;
}
#suche_obnum
{
  margin-left:6px;
  font-size:.9em;
}
.su-rueck,
#bvfein
{
  clear:right;
  float:right;
  width:14em;
  font-size:.75em;
  text-align:center;

}
.su-rueck { margin-top:30px; }
#su-knopf
{
  float:right;
  width:9em;
  font-size:.9em;
  font-weight:bold;
}
.stgla { width:180px; }
#stg { width:155px; }
.su-pl { width:190px; }
#kat { width:20em; }

.exp-gallery
{
  list-style:none;
  background-color:#E1E1E1;
  margin:6px 0;
  padding:0;
  padding-left:20px;
}
.exp-gallery li
{
  display:block;
  width:80px;
  height:60px;
  overflow:hidden;
  float:left;
  margin:1px 2px 1px 2px;
}
div.galleria_wrapper
{
  height:370px;
  width:640px;
}
span.caption
{
  font-weight:bold;
}
ul.exp-gallery-hidden,
li.exp-gallery-hidden
{
  visibility:hidden;
  height:1px;
  margin:0;
  padding:0;
}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li img.thumb
{
  cursor:pointer;
  top:auto;
  left:auto;
  display:block;
  width:auto;
  height:auto
}
.galleria li
{
  border: 1px solid white;
}
.galleria li.active
{
  display:block;
  border: 2px solid red;
  margin:0px 1px 0px 1px;
}
#exp-bild-anz img
{
}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:500px} /* MSIE bug */

@media print
{
  div#wrapper, div#wrapper_r, div#header, div#top, div#area,
  div#maincolumn, div#maincolumn_full, div#whitebox
    {width:640px;margin:0;padding:0;}
  #leftcolumn, #pathway, #menu-top, .blatt-navigation,
  #whitebox_tr, #whitebox_bl, #sort
    {display: none}
  .exp-gallery  {display: none}
  div#top, div#header {height:80px;width:640px;}
  #whitebox {height:100%;width:100%;}
  #whitebox_m {border:0 none;}
  #page_bg {background: white;}
}

