

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 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
	{
	}

div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(http://www.star24.com/content/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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;
}


  
  
  
  


/**************************************/
/* CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent;}
.neutralColorWhite {background-color: #ffffff;}
.neutralColorLight {background-color: #f0f0f0;}
.neutralColorMedium {background-color: #bbbbbb;}
.neutralColorStrong {background-color: #808080;}
.neutralColorBlack  {background-color: #404040;}
.secondColorStrong {background-color: #6C757A;}
.secondColorMedium {background-color: #A9C0CE;}
.secondColorLight {background-color: #EEF3F5;}
.primColorStrong {background-color: #E0691A;}
.primColorMedium {background-color: #FF9148;}
.primColorLight {background-color: #FFF0D7;}
.teaserColor {background-color: #f5f5f5;}

/**************************************/
/* default styles                        */
/**************************************/

* {
	margin: 0;
	font-size: 100%;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-size: 100.01%;
	min-height: 101%;
	behavior: url(http://www.star24.com/common/css/common/csshover.htc);
}
#body {
	background: url(http://www.star24.com/common/css/common/images/back.jpg);
	color: #000;
	text-align: left;
	position: relative;
}

select, input, textarea {
	font-size: 99%;
}

img {
	border: none;
	vertical-align: middle;
	behavior: url("http://www.star24.com/common/css/common/pngfix.htc");
}

a {
	color: #770000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#body h1, #body h2 {
	color: #E4DCC7;
	padding: 1px 6px;
	font-size: 1.0em;
}
#body h3 {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.8em;
}
#body h4 {
	color: #484340;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.8em;
}
h2 img {
	float: right;
}

ul, ol, dl {
	list-style-image: url(http://www.star24.com/common/css/common/images/bullet.gif);
	margin-left: 0.6em;
	padding-left: 0.6em;
}

dt {
	font-weight: bold;
}
dd {
	margin: 0 0 1em 2em;
}

blockquote, cite {
	margin: 0 0 1em 1.5em;
	font-size: 0.93em;
	width: auto;
}

hr {
	background-color: #9B937E;
	color: #9B937E;
	border: #9B937E;
	height: 1px;
	margin: 5px 0;
}

fieldset {
   border: solid 1px #47423F;
   padding: 0 20px 20px 20px;
   margin-top: 1.0em;
}
legend {
   font-size: 0.85em;
}
label {
   font-weight: bold;
}


/* layout
   ------ */

.form-error {
   color: #000000;
   padding: 2px 2px 3px 25px;
   border: solid 1px #666666;
   background: #FFFFE1 url(http://www.star24.com/common/css/common/images/info.gif) no-repeat 3px 3px;
}
.field-error {
   color: #000000;
   padding: 2px 2px 3px 25px;
   border: solid 1px #666666;
   background: #FFFFE1 url(http://www.star24.com/common/css/common/images/info.gif) no-repeat 3px 3px;
}
.field-help {
   font-size: 0.85em;
   color: #47423F;
   font-weight: normal;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.clear-both {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.hidden {
	display: none;
	visibility: hidden;
}


#imageviewer {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: url(http://www.star24.com/common/css/common/images/darken.png) repeat;
	z-index: 1000;
}
* html #imageviewer {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.star24.com/common/css/common/images/darken.png', sizingMethod='scale');
}
#imageobject {
	position: relative;
	background: url(http://www.star24.com/common/css/common/images/loader.gif) no-repeat center center;
	cursor: pointer;
}
#nav-viewer {
	background: url(http://www.star24.com/common/css/common/images/box_bg.jpg) repeat-x;
	font-size: 1.1em;
	font-weight: bold;
	color: #E4DCC7;
	padding: 2px 5px;
	border-bottom: 1px solid #E4DCC7;
}
#nav-viewer a {
	padding-left: 10px;
	padding-right: 20px;
}

#page, #header, #main, #footer {
	zoom: 1;
}

#page {
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	margin: 0 auto;
	width: 776px;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: left;
}
* html #page { height: 1%; }

#header { 
	height: 322px;
	background: url(http://www.star24.com/common/css/common/images/bg_top.jpg) no-repeat top left;
	color: #808080;
	position: relative;
}

#nav-top {
	color: #808080;
	position: absolute;
	top: 8px;
	right: 33px;
	overflow: hidden;
	font-size: 10px;
}

#nav-top img {
	margin-left: 2px;
}

#nav-main {
	width: 100%;
	float: left;
	position: absolute;
	top: 30px;
	left: 37px;
	z-index: 500;
}

#nav-main ul {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	width: 117px;
	float: left;
	text-align: center;
}

#nav-main a {
	display: block;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	color: #AFA999;
	text-decoration: none;
	padding-bottom: 3px;
	white-space: nowrap;
}

#nav-main a:hover {
	color: #C3BDAD;
}

#nav-main li {
	position: relative;
}

#nav-main ul ul {
	text-align: left;
	position: absolute;
	left: 0;
	z-index: 500;
	border: 1px solid #6D6251;
	background-color: #B0A8A0;
	display: none;
}

#nav-main ul ul a {
	color: #444444;
	padding: 1px 3px;
	font-weight: normal;
	font-size: 11px;
}
#nav-main ul ul a:hover {
	color: #444444;
	background-color: #C9C3BD;
}

#nav-main ul ul ul {
	width: auto;
	position: absolute;
	top: 2px;
	left: 99%;
}

div#nav-main ul li:hover ul ul,
div#nav-main ul ul li:hover ul ul {
	display: none;
}

div#nav-main ul li:hover ul,
div#nav-main ul ul li:hover ul,
div#nav-main ul ul ul li:hover ul {
	display: block;
}

* html #nav-main ul li {
	float: left;
	width: 100%;
}
* html #nav-main ul li a {
	height: 1%;
}


#title-image {
	position: absolute;
	bottom: 22px;
	right: 37px;
}

#awards {
	position: absolute;
	bottom: 32px;
	left: 50px;
}

#logo {
	position: absolute;
	top: 80px;
	left: 280px;
}

#slogan {
	font-size: 10px;
	color: #999999;
	position: absolute;
	top: 118px;
	left: 295px;
}

#description {
	width: 200px;
	font-size: 11px;
	color: #72665D;
	position: absolute;
	top: 155px;
	left: 280px;
}

#main {
	clear: both;
	width: 100%;
	background: url(http://www.star24.com/common/css/common/images/bg_center1.jpg) repeat-y top left;
	float: left;
	padding-bottom: 5px;
}

#main-inner {
	width: auto;
	min-height: 293px;
	background: url(http://www.star24.com/common/css/common/images/bg_center2.jpg) no-repeat top left;
	padding: 5px 39px 0 39px;
}
* html #main-inner {
	height: 293px;
}

#dedication_result {
	background-color: #E4DCC7;
	border: 1px solid #9B937E;
	height: 250px;
	padding: 5px;
	overflow: auto;
}

#geocode_result {
	background-color: #E4DCC7;
	border: 1px solid #9B937E;
	height: 250px;
	padding: 5px;
	overflow: auto;
}
#geocode_result th {
	text-align: left;
}
#geocode_result td {
	border-top: 1px solid #9B937E;
	font-size: 0.9em;
}


/* left side
   --------- */

#content {
	float: left;
	border: 1px solid #9B937E;
	background: #E4DCC7 url(http://www.star24.com/common/css/common/images/box_bg.jpg) repeat-x;
}
* html #content {
	overflow: visible;
}

#content-inner {
	border: 1px solid #E4DCC7;
	float: left;
	padding: 1px 1px 0 1px;
}

.content-section {
	background-color: #DCCEB4;
	border: 1px solid #9B937E;
	margin: 1px 0;
	padding: 10px;
	text-align: justify;
	float: left;
	width: 495px;
}

#content div.ZMSGraphic {
	background: transparent;
	margin: 0;
	border: 1px solid #DCCEB4;
}
#content div.ZMSGraphic .img {
}
#content div.ZMSGraphic div.graphic {
}
#content div.ZMSGraphic div.text {
	padding: 0;
}

#teaser-inner {
	width: 160px;
	float: right;
	margin-left: 10px;
	border-left: 2px solid #9B937E;
	padding-left: 5px;
}
* html #teaser-inner {
	overflow: visible;
}

#teaser-inner h2 {
	color: #484340;
	font-size: 0.9em;
	font-weight: bold;
	border-top: 1px solid #9B937E;
	border-bottom: 1px solid #9B937E;
	margin-top: 5px;
	padding-left: 2px;
}

#teaser-inner .content {
	border: none;
	font-size: 0.85em;
	padding: 5px;
	text-align: left;
}

#index li {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
	

/* right side
   ---------- */

#teaser-outer {
	width: 170px;
	float: right;
}
* html #teaser-outer {
	overflow: visible;
}

#teaser-outer .element {
	border: 1px solid #9B937E;
	background: #E4DCC7 url(http://www.star24.com/common/css/common/images/box_bg.jpg) repeat-x;
}
* html #teaser-outer .element {
	overflow: visible;
}

#teaser-outer .element-inner {
	border: 1px solid #E4DCC7;
}

#teaser-outer .element .content {
	font-size: 0.85em;
	margin: 1px;
	background-color: #DCCEB4;
	border: 1px solid #9B937E;
	padding: 5px;
}

#link li {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

#teaser-box .content {
	background: #f5f5f5;
	color: #404040;
	padding: 2px 5px;
	border-right: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
	border-left: solid 1px #f0f0f0;
}

/* footer
   ------ */

#footer { 
	clear: both;
	height: 51px;
	font-size: 10px;
	text-align: right;
	background: url(http://www.star24.com/common/css/common/images/bg_bottom.jpg) no-repeat top left;
	position: relative;
}

#nav-bottom {
	font-size: 10px;
	color: #BBB7AF;
	position: absolute;
	top: -2px;
	right: 43px;
}
#nav-bottom a {
	color: #BBB7AF;
	text-decoration: none;
}

#copyright {
	font-size: 10px;
	color: #8C847F;
	position: absolute;
	bottom: -1px;
	right: 10px;
}
#copyright a {
	color: #8C847F;
	text-decoration: none;
}

#takeover {
	font-size: 10px;
	color: #8C847F;
	position: absolute;
	bottom: -1px;
	left: 10px;
}

#print {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 11pt;
	margin: 10px;
	color: #000;
}
#print #content, #print #content-inner {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	background: none;
	float: none;
}
#print .content-section {
	width: auto;
}
#print h1 {
	font-size: 14pt;
	color: #000;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #9B937E;
}
#print #copyright {
	clear: both;
	width: auto;
	position: static;
	padding: 5px;
	color: #000;
	text-align: right;
}

@media print {
* {
	color: #000;
}
#header, #teaser-outer, #footer {
	display: none;
	visibility: hidden;
}
#body, #main, #main-inner {
	background-image: none;
	margin: 0;
	padding: 0;
}
#content {
	margin: 1.0em;
	padding: 0;
	border: 0;
}
#content, #content-inner, .content-section {
	width: auto;
}
.bold {
	display: none;
}
}

/**************************************/
/* 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; }

.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}

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

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, 
body.zmi h5, body.zmi h6  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:19px;
	color: #000;
	border: none;
	background: transparent;
} 
body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
}

