@charset "UTF-8";

/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_fixed_seo"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_fixed_seo"
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */ /* import core styles | Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(yaml/navigation/nav_shinybuttons.css?ReadForm);

@import url(screen/basemod.css);

@import url(screen/basemod_3col_advanced.css?ReadForm);

@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(yaml/print/print_100_draft.css);

@import url(xpagethemeoverload.css);

.nav-box {
	background-color: #eeeeee;
	margin: 0px;
	padding: 0px;
	font-size: small;
	width: 240px;
	w\idth: 237px;
	display: block;
	position: relative;
	left: 0px;
}

/* IE 6 Hack */
* html #col2 .nav-box { /*left: -720px;*/
	
}

* html #col2.fullwidth .nav-box {
	left: -960px;
}

#werbebanner.nav-box {
	background: none;
	margin: 0px;
	padding: 0px;
}

.newsEntry,.bannerEntry {
	font-size: 0.8em;
	background-color: #f6f6f6;
	width: 100%;
	padding: 0px !important;
	margin: 0px !important;
}

.newsHeadline {
	font-size: 1.2em;
	padding: 0px !important;
}

img.banner {
	margin-bottom: 5px;
}

.nav-box ul {
	padding: 0px;
	padding-left: 4px;
	padding-right: 5px;
	list-style: none;
	font-size: inherit;
	font-weight: bold;
	width: 100%;
	margin: 0px;
	margin-right: -6px;
}

.nav-box li,.searchboxtext {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	width: 100%;
	vertical-align: top;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	list-style-type: none;
	font-size: 10px;
}

.searchfield {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9f9f9f;
	border-right-color: #9f9f9f;
	border-bottom-color: #9f9f9f;
	border-left-color: #9f9f9f;
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	width: 130px;
	margin-bottom: 5px;
	color: #666;
	font-size: 1em;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
}

.searchfield-large {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9f9f9f;
	border-right-color: #9f9f9f;
	border-bottom-color: #9f9f9f;
	border-left-color: #9f9f9f;
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	width: 90%;
	margin-bottom: 5px;
	color: #666;
	font-size: 1em;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
}

.separatorAfter {
	border-bottom: 1px solid #33b1e6;
}

.boxright,.rss_entry {
	background: #f8f8f8;
	color: #666;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 91.7%;
}

#col2_content .boxright {
	width: 103%;	
}

.boxright-headline,.rssTitle { /* background: #666; */
	background: #FFFFFF url(backgrounds.gif) repeat-x scroll 0 -545px !important;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 100%;
	width: 100%;
	border-bottom: 1px solid #cfcfcf;
	padding-left: 1px;
}

.boxright-headline span {
	font-family: Verdana, Arial, Helvetica, san-serif;
}

.boxed, .rss_entry {
	border: 1px solid #cfcfcf;
	overflow: hidden;
}

.boxedExpandableCollapse {
	background-image: url("./minus.png");
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;
}

.boxedExpandableExpand {
	background-image: url("./plus.png");
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;
}

.kachel {
	display: inline-block;
	position: relative;
	background-color: #f0f0f0;
	border: 1px solid #cfcfcf;
	font-size: 0.9em;
	vertical-align: middle;
	height: 50px !important;
	width: 120px !important;
	margin: 1px;
	padding: 1%;
	text-align: center !important;
}

.kachelwide {
	display: inline-block;
	position: relative;
	background-color: #f0f0f0;
	border: 1px solid #cfcfcf;
	overflow: hidden;
	font-size: 0.9em;
	vertical-align: middle;
	text-align: left;
	height: 40px !important;
	width: 95% !important;
	padding: 1%;
	margin: 1px;
}

a.kachel {
	
}

a.kachel:HOVER {
	background-color: #33b1e6;
	color: #ffffff;
}

.footerlogo {
	display: inline-block;
	position: relative;
	background-color: transparent;
	overflow: hidden;
	font-size: 0.9em;
	vertical-align: bottom;
	text-align: left !important;
	width: 280px !important;
	height: 60px;
	padding-bottom: 0px;
	margin: 0px;
}

/* IE 7 HACK */
*+html .footerlogo {
	float: left;
}

/* IE 6 HACK */
* html .footerlogo {
	float: left;
}

.ppinputfield {
	width: 91%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.inputFullWidth {
	position: relative;
	width: 95%;
	margin: 0px;
	padding: 0px;
}

.inputSmall {
	position: relative;
	width: 50px;
	margin: 0px;
	padding: 0px;
}

.input20 {
	position: relative;
	width: 20%;
	margin: 0px;
	padding: 0px;
}

.input50 {
	position: relative;
	width: 50%;
	margin: 0px;
	padding: 0px;
}

.input75 {
	position: relative;
	width: 75%;
	margin: 0px;
	padding: 0px;
}

/* TextArea mit 2 Zeilen Höhe */
.inputTextArea2 {
	position: relative;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

.formLine {
	position: relative;
	max-height: 50px;
	min-height: 30px;
	border-bottom: 1px dotted #cfcfcf;
	padding: 0px;
	padding-bottom: 2px;
	padding-top: 5px;
	margin: 0px;
	vertical-align: bottom;
	line-height: 1.2em;
	width: 100%;
	display: block;
}

.formLineDoubleHeight {
	position: relative;
	height: 50px;
	border-bottom: 1px dotted #cfcfcf;
	padding: 0px;
	padding-bottom: 2px;
	padding-top: 5px;
	margin: 0px;
	vertical-align: bottom;
	line-height: 1em;
	width: 100%;
	display: block;
}

.formLineQuadHeight {
	position: relative;
	height: 100px;
	border-bottom: 1px dotted #cfcfcf;
	padding: 0px;
	padding-bottom: 2px;
	padding-top: 5px;
	margin: 0px;
	vertical-align: bottom;
	line-height: 1em;
	width: 100%;
	display: block;
}

.formLine span,.formLineDoubleHeight span {
	line-height: 1.3em;
}

.formLineRead {
	position: relative;
	padding: 0px;
	padding-bottom: 2px;
	padding-top: 5px;
	margin: 0px;
	vertical-align: bottom;
	line-height: 1.25em;
	width: 100%;
	display: block;
	border-bottom: 1px dotted #cfcfcf;
	overflow: hidden;
}

.formLineWrite {
	position: relative;
	padding: 0px;
	padding-bottom: 2px;
	padding-top: 5px;
	margin: 0px;
	vertical-align: bottom;
	line-height: 1.5em;
	width: 100%;
	display: block;
	border-bottom: 1px dotted #cfcfcf;
	overflow: hidden;
}

.formhead {
	background-color: #f0f0f0;
	font-weight: bold;
	font-size: 0.9em;
	height: 15px !important;
	min-height: 15px !important;
	max-height: 15px !important;
}

/* Hides Head and Foot from a View */
.hideHeaderAndFooter td.xspDataTableViewPanelHeaderStart,.hideHeaderAndFooter td.xspDataTableViewPanelHeaderMiddle,.hideHeaderAndFooter td.xspDataTableViewPanelHeaderEnd,.hideHeaderAndFooter td.xspDataTableViewPanelFooterStart,.hideHeaderAndFooter td.xspDataTableViewPanelFooterMiddle,.hideHeaderAndFooter td.xspDataTableViewPanelFooterEnd
	{
	display: none;
}

.isLoggedIn {
	display: none;
}

.cmsDynaEditBox {
	border: 1px dotted #cfcfcf;
}

.cmsDynaEditBox:HOVER {
	background-color: #f0f0f0;
}

.cmsSelector {
	display: block;
}

.cmsSelectorEditIcon {
	display: none;
	text-align: right;
}

.imageUploadPreview {
	max-height: 50px;
	max-width: 100px;
	float: left;
}

.imageBoxedRight { /* max-height:100px; */
	max-width: 155px;
}

.downloader {
	width: 100%;
}

.scrollableNews {
	overflow: hidden;
	position: relative;
	width: 100%;
	/* height: 80px; */
}

.noBackgroundImage {
	background: none !important;
}

.preview-image,.thumbnail {
	float: left;
	margin: 2px;
	max-width: 80px;
	max-height: 60px;
	border: none;
	cursor: pointer;
}

.MenuItem {
	display: block;
	border: 1px solid transparent;
	margin: 0px;
	padding: 0px;
	padding-left: 1px;
}

.MenuItem:hover {
	background-color: #cfcfcf;
	border: 1px solid #888888;
}

.immobilienEintrag {
	border-top: 1px solid #E8E8E9;
	font-size: 0.9em;
	font-weight: normal;
	vertical-align: top;
}

.whiteBody {
	background-color: #ffffff;
	background-image: none;
	text-align: left;
}

.annotation {
	font-size: 0.8em;
	font-weight: normal;
	color: #999999;
}

.mainMenuRight {
	width: auto;
	margin-left: 124px !important; /* Firefox overwritten for IE */
	border: none;
}

/* IE 7 HACK */
*+html .mainMenuRight {
	margin-left: 116px !important;
}

/* IE 6 HACK */
* html .mainMenuRight {
	margin-left: 116px !important;
}

.mainMenuRight a {
	color: #666666 !important;
	font-weight: normal !important;
}

.mainMenuLeft {
	width: auto;
	margin-left: 0px !important;
	border: none;
}

.wfbtntooltip {
	max-width: 200px;
	text-align: left;
}

.smallLogon {
	width: 90%;
}

.maintButton {
	margin: 0px;
	padding: 0px;
}

.dojoxFisheyeListItemLabel {
	position: relative;
	top: 64px;
	display: block;
}

.dojoxFisheyeListItemLabel.dojoxFishSelected {
	
}

.dojoxFisheyeListItemImage {
	border: 0px;
	position: absolute;
}

.dojoxFisheyeListItem {
	position: absolute;
	z-index: 2;
}

.dojoxFisheyeListBar {
	position: relative;
}

.dojoxFisheyeListBar {
	margin: 0 auto;
	text-align: center;
}

.outerbar {
	background: none;
	text-align: center;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
}

.doubleSelect {
	border: 1px solid #cfcfcf;
	width: 150px;
	font-size: 8pt;
}