

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print 
	{ 
	background-color:#fff; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchresult {
margin-bottom:20px;
}
.searchresult span.title {
display:block;
font-weight:bold;
}
.searchresult span.description {
display:block;
}
.searchresult span.linkpath {
display:block;
font-size:smaller;
line-height:1.3em;
} 

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSGraphic {
	background-color: #F8F8F8;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
}

div.ZMSGraphic.floatright {
	float:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
}

a.download img.download {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
}

a.superzoom img.superzoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}

/* -- OBJECT ---------------------------------------*/
#object {
  float:left;
  width:862px;
  min-height:400px;
  height:auto !important;
  height:400px;
  padding:6px 0 0 0;
  background:transparent url(http://www.suedboden.com/common/css/common/content3_HG.gif) top left no-repeat;
}
#object ul {
  float:left;
  width:400px;
  margin:0;
  padding:0;
}
#object li {
  float:left;
  margin:0;
  border-bottom:1px solid #cccccc;
  padding:5px 0;
}
#object li span.title {
  float:left;
  width:143px;
  color:#273250;
  text-align:right;
}
#object li span.desc {
  float:left;
  width:228px;
  padding:0 0 0 29px;
  color:#000000;
}
#immoImages {
  float:left;
  width:400px;
  padding:25px 0 0 21px;
}
.singleImage {
  float:left;
  position:relative;
  padding:0 27px 27px 0;
}
.singleImage img {
  margin:0;
  border:1px solid #273250;
}
.singleImage p {
  width:170px;
  margin:0px;
  padding:4px 0;
  color:#273250;
  font-size:10px;
  font-style:italic;
}
.imghires {
  cursor:pointer;
}
.imageZoom {
  display:none;
  position:absolute;
  top:0px;
  left:0px;
  width:173px;
  height:173px;
  background:transparent;
  cursor:pointer;
}
.imageZoom img {
  border:0;
  background:transparent;
}

#highResContainer {
  display:none;
  position:absolute;
  top:0;
  left:0;
  width:100%;
}
#highResWrapper {
  position:relative;
  margin:auto;
}

#highRes {
  float:left;
  border:1px solid #273250;
  padding:15px;
  background:white url(http://www.suedboden.com/common/css/common/schliessen_img.gif) top right no-repeat;
  cursor:pointer;
}/* -- CONTACT FORM --*/
#contact {
  float:left;
  width:350px;
}
#contact p {
  margin:5px 0 0 5px;
  color:#273250;
}
#contact .contactText {
  float:left;
  width:317px;
  margin:5px 0 0 0;
  padding:3px 5px 2px 6px;
  border:1px solid #34b4e5;
  background:#ffffff;
  vertical-align:top;
}
#contact .contactText input {
  font-size:11px;
}
#contact .contactText label {
  color:#273250;
  font-weight:bold;
}
#contact .contactText label.message {
  float:left;
  width:200px;

}
#contact .contactText textarea {
  width:316px;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size:11px;
  overflow:auto;
  scrollbar-track-color:#F4F4F6;
  scrollbar-face-color:#EFF0F2;
  scrollbar-arrow-color:#676F84;
  scrollbar-shadow-color:#EFF0F2;
  scrollbar-darkshadow-color:#DEE0E5;
  scrollbar-highlight-color:#EFF0F2;
  scrollbar-3dlight-color:#DEE0E5;
}
#contact .buttonWrapper {
  float:left;
  width:250px;
  padding:30px 0 0 80px;
}
#contact input.formbtn {
  float:left;
  width:122px;
  height:21px;
  margin:0 5px 0 0;
  background:#273250;
  color:#ffffff;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size:11px;
}

#contact input.formbtn2 {
  float:left;
  width:122px;
  height:21px;
  margin:0;
  background:#273250;
  color:#ffffff;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size:11px;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
  border: 2px dashed blue;
  background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
  border: 2px dashed red;
  background-color: #FFF0F0;
  color: red;
  text-decoration: line-through;
} 

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}


/****************************************************/

/****************************************************/
/*    1.  CSS-Modul: COLORS                         */
/****************************************************/
.neutralColorTrans { background-color:transparent; } 
.neutralColorBlack { background-color:#000000; }
.neutralColorWhite { background-color:#FFFFFF; }

.primColorStrong { background-color:#273250; }
.primColorMedium { background-color:#34B4E5; } 
.primColorLight { background-color:#F0F5FB; }

.secondColorMedium { background-color:#9398A8; }
.secondColorLight { background-color:#CCCCCC; } 

/****************************************************/
/*    2.  CSS-Modul: LAYOUT (PAGE REGIONS)          */
/****************************************************/

* {
  margin:0;
  border:0;
  padding:0;
}
body#root {
  position:relative;
  background: #A1A5B1 url(http://www.suedboden.com/common/css/common/body_HG.jpg) top left fixed repeat-y;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:11px;
  line-height:15px;
  color:#000000;
}
#pageregion {
  position:relative;
  float:left;
  width:862px;
  padding-left:38px;
}
#pageregionTop {
  float:left;
  width:862px;
}
#pageregionContent {
  position:relative;
  float:left;
  width:862px;
  background:#f0f5fb url(http://www.suedboden.com/common/css/common/content_HG.gif) top right repeat-y;
}
#Content {
  position:relative;
  float:left;
  width:737px;
  padding:30px 75px 50px 50px;
} 
#Content3 {
  position:relative;
  float:left;
  width:862px;
  padding:0;
} 
#pageregionBottom {
  float:left;
  width:862px;
  height:40px;
  background:transparent url(http://www.suedboden.com/common/css/common/footer_HG.gif) top left repeat-x;
}
#copyright {
  float:right;
  width:150px;
  height:33px;
  padding:6px 24px 0 0;
  background:transparent url(http://www.suedboden.com/common/css/common/copyright_spacer.gif) top right no-repeat;
  text-align:right;
}
#copyright a, #copyright a:link, #copyright a:visited {
  display:inline;
  float:right;
  height:15px;
  margin-left:5px;
  padding:4px 10px;
  background:transparent;
  color:#273250;
  font-size:10px;
}
#copyright a:hover, #copyright a:active {
  background:#f0f5fb;
  text-decoration:none;
}
#logo {
  float:left;
  width:776px;
  height:86px;
  padding:52px 0 0 50px;
}
/*-- FLOATING ---------------------------------------*/
.clearing {
  clear:both;
  height:0;
  border:0;
  margin:0;
  padding:0;
  font-size:1px;
  line-height:0;
}
.floatRight {
  float:right;
}
.floatLeft {
  float:left;
}
img.imgNoborder {
  border:0px;
}
/****************************************************/
/*    3.  CSS-Modul: LAYOUT (PAGE ELEMENTS)         */
/****************************************************/

/* -- SITEMAP --------------------------------------*/

td.sitemapTitle0 {
  background-color: #DDDDDD;
  border-right: 1px solid white;
}

td.sitemapTitle1 {
  background-color: #DDDDDD;
  border-right: 1px solid white;
}

a.sitemapTitle0:link, a.sitemapTitle0:visited ,
a.sitemapTitle0:hover, a.sitemapTitle0:active {
  font-weight: bold;
  color: #444444;
  text-decoration: none;
}

a.sitemapTitle1:link, a.sitemapTitle1:visited,
a.sitemapTitle1:hover, a.sitemapTitle1:active {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

a.sitemapElement0:link, a.sitemapElement0:visited,
a.sitemapElement0:hover, a.sitemapElement0:active {
  color: #444444;
  text-decoration: none;
}

a.sitemapElement1:link, a.sitemapElement1:visited,
a.sitemapElement1:hover, a.sitemapElement1:active {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
/****************************************************/
/*    4.  CSS-Modul: NAVIGATION                     */
/****************************************************/

/* -- MACRONAVIGATION ------------------------------*/
#macronavWrapper {
  position:relative;
  float:left;
  width:862px;
  background:transparent url(http://www.suedboden.com/common/css/common/macronav_HG.gif) top left repeat-x;
}
#macronav {
  position:relative;
  float:left;
  width:834px;
  min-height:61px;
  height:auto !important;
  height:61px;
  padding:0 0 0 28px;
  background:transparent url(http://www.suedboden.com/common/css/common/macronav_spacer.gif) top right no-repeat;
}
#macronav ul {
  position:relative;
  margin:0;
  padding:0;
  list-style:none;
}
#macronav li {
  display:inline;
  position:relative;
  float:left;
  margin:0;
  padding:4px 3px 0 2px;
  background:transparent url(http://www.suedboden.com/common/css/common/level1_spacer.gif) top right no-repeat;
  list-style:none;
}
#macronav li a, #macronav li a:link, #macronav li a:visited  {
  float:left;
  height:15px;
  border:none;
  padding:4px 20px 4px 20px;
  color:#273250;
  text-decoration:none;
  text-transform:uppercase;
  font-size:11px;
  font-weight:bold;
}
#macronav li a:hover, #macronav li a:active {
  background:#f0f5fb;
  text-decoration:none;
}
#macronav .path {
  background:#f0f5fb;
}
#macronav li a.current, #macronav li a.current:link, #macronav li a.current:visited {
  background:#f0f5fb;
}

/* -- level 2 -- */
#macronav ul ul {
  position:absolute;
  top:30px;
  left:0px;
  width:400px;
}
#macronav li li {
  padding:2px 3px 0 2px;
  background:transparent;
}
#macronav li li a, #macronav li li a:link, #macronav li li a:visited {
  color:#273250;
}
#macronav li li a:hover, #macronav li li a:active {
  background:#f0f5fb;
  text-decoration:none;
}
#macronav li li a.current, #macronav li li a.current:link, #macronav li li a.current:visited {
  background:#f0f5fb;
}
/* -- level 3 -- */
#submenu {
  float:left;
  width:862px;
  background:#f0f5fb url(http://www.suedboden.com/common/css/common/content_HG.gif) top right repeat-y;
}
#submenu ul {
  position:relative;
  float:left;
  width:797px;
  margin:0;
  padding:02px 30px 8px 35px;
  background:transparent url(http://www.suedboden.com/common/css/common/macronav3_HG.gif) bottom right no-repeat;
  list-style:none;
}
#submenu li {
  display:inline;
  position:relative;
  float:left;
  margin:0;
  padding:0;
}
#submenu li a, #submenu li a:link, #submenu li a:visited  {
  float:left;
  width:169px;
  height:15px;
  border:none;
  padding:3px 8px 3px 15px;
  background:transparent url(http://www.suedboden.com/common/css/common/macronav3_pfeil.gif) 8px 8px no-repeat;
  color:#273250;
  text-decoration:none;
  font-size:10px;
  overflow:hidden;
}
#submenu li a:hover, #submenu li a:active {
  background:transparent url(http://www.suedboden.com/common/css/common/macronav3_pfeil_current.gif) 8px 8px no-repeat;
  color:#9398a8;
  text-decoration:none;
}

#submenu li a.current, #submenu li a.current:link, #submenu li a.current:visited {
  background:transparent url(http://www.suedboden.com/common/css/common/macronav3_pfeil_current.gif) 8px 8px no-repeat;
  color:#9398a8;
}

/****************************************************/
/*    5.  CSS-Modul: TEXT                           */
/****************************************************/
	
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 10px;
  color:#273250;
  text-transform:uppercase;
}
	
h1 {
  margin-top: 0.0em;
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 20px;
}
#Content3 h1 {
  margin:0;
  padding:68px 0 19px 50px;
  background:#ffffff url(http://www.suedboden.com/common/css/common/headline_pfeil.gif) 38px 74px no-repeat;
}
h2 {
  margin-top: 1.5em;
  font-size: 14px; 
} 

h3 {
  margin-top: 1.5em;
  font-size: 12px;
  font-weight:bold;
} 
p, li, th, td, blockquote {
  font-size: 11px;        
}

p {
  width:330px;
  line-height: 15px;
  margin-top: 0;
  margin-bottom: 1em;
}

p.description	{
  font-weight:bold;
}
p.caption {
  font-style:italic;
}
a, a:link, a:visited {
  color:#34b4e5;
  text-decoration: none;
}

a:hover, a:active {
  color:#34b4e5;
  text-decoration: underline;
}

blockquote {
  background-color:#E2E3DE;
  border: 1px solid #666666;
  padding:10px;
}

ol, ul {
  margin: .5em 0;
  padding-left: 10px;
  margin-left: 10px;
  list-style-type:none;
}
li {
  padding:0 0 0 5px;
  margin:0 0 0 5px;
}

p.creator, p.smalltext {
  font-size: 10px;  
}	

/****************************************************/
/*    6.  CSS-Modul: ZMS-DEFAULTS                   */
/****************************************************/

/* -- ZMS GRAPHIC ----------------------------------*/

div.ZMSGraphic {margin-bottom:10px; background-color:transparent; overflow:hidden;}
div.ZMSGraphic p {width:100%; margin:0; font-size:10px; color:#273250;}
div.ZMSGraphic div.graphic {border:1px solid #273250;}

a.zoom, a.superzoom, a.download {display:block; margin-top: -171px;}
a.zoom img.zoom {width: 171px; height: 171px; background:transparent;}

div.ZMSGraphic.left {text-align:left;}
div.ZMSGraphic.right {text-align:right;}
div.ZMSGraphic.center {text-align:center;}
div.ZMSGraphic.floatleft {float:left; margin:0; padding:0 27px 15px 0;}
div.ZMSGraphic.floatright {float:right; margin-left:10px; margin-right:0;}
div.ZMSGraphic.center {text-align:center;}

div.graphic.alignleft {float:left; text-align:left; margin-right:7px;}
div.graphic.alignright {float:right; text-align:right; margin-left:7px;}

div.ZMSGraphic div.text {padding:4px 0; font-style:italic;}

/* -- ZMS TEASER -----------------------------------*/

.teaserElement {
  border-spacing: 0pt 0pt;
  border-collapse: collapse;
  border-style: none;
  width: 175px;
  text-align:left;
}

.teaserTitle {
  line-height : 15px;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left:3px;
  margin-right:3px;
}
.teaserTitle p {
  padding: 0px;
  background-image:url(common/spacer.gif); 
}

.teaserText p {
  font-weight : normal;
  text-decoration : none;
  color : #000;
  line-height: 16px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left:3px;
  margin-right:3px;
}

a.teaserTitle:link, a.teaserTitle:visited, a.teaserTitle:hover, a.teaserTitle:active {
  font-weight: bold;
  text-decoration: none;
  color:#334565;
}

#teaser .teaserText a, a.teaserText:link, a.teaserText:visited, a.teaserText:hover, a.teaserText:active {
  text-decoration: none;
  color:#334565;
}

/****************************************************/
/*    7.  ZMI Management Interface                  */
/****************************************************/

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }

div.ZMSTable table th { background-color:#DDEFFC; }
div.ZMSTable table td  { background-color:#EEEEEE; }

.form-submit { font-size:13px; }
