

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 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.togis.com/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}
div#GoogleMapLoading {
  margin:20px;
  padding-left:35px;
  line-height:28px;
  background: transparent url("http://www.togis.com/common/css/common/ajax-loader.gif") no-repeat;
}

.ref {float:left; width:510px; margin-bottom:5px; padding:5px 5px; border-top:1px dotted #CCCCCC; background:url(common/bgref.jpg) top left no-repeat; font-size:11px; line-height:14px;}
.ref div.pic {float:left; width:25px; margin-left:5px; margin-right:10px; padding-top:1px;}
.ref div.txt {float:left; width:470px;}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}

.teaserColor {background-color: #1E4552;}

.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight {background-color: #eee;}

.primColorStrong {background-color: #1E4552;}
.primColorMedium {background-color: #91AFCE;}
.primColorLight {background-color: #B5C9CF;}

/**************************************/
/* 2. CSS-Modul: LAYOUT (PAGEREGIONS) */
/**************************************/

body {
   margin:0;
   padding:0;
   border:0;
   background: url(http://www.togis.com/common/css/gradient_neutral.jpg) bottom left fixed repeat-x;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   position:relative;
   text-align:center;
}
/*-- wrapper for whole page region --*/
#PR {
   margin: 10px auto;
   padding: 0 10px;
   border: 0;
   width:950px;
   text-align:left;
}
/*-- wrapper for providing a full scale left background --*/
#LW1_BGleft { 
  float:left;
  width:100%;
   background: #fff url(http://www.togis.com/common/css/pageregionLeftBG.gif) repeat-y;
   border-bottom:1px solid #A8A8A8;
}
/*-- wrapper for providing a full scale right background --*/
#LW2_BGright {	
  float:left;
  width:100%;
   background: transparent url(http://www.togis.com/common/css/pageregionLeftBG.gif) repeat-y;
}
/*-- wrapper for positioning the right column --*/
#LW3_ContentAll  {
   float:left;
   margin-right: -200px;
   width: 100%;
   background: transparent url(http://www.togis.com/common/css/pageregionRightBG.gif) right repeat-y;
}
/*-- wrapper for left column and content column--*/
#LW4_ContentLeft {
   margin-right: 200px;
   background:transparent url(http://www.togis.com/common/css/pageregionLeftBG.gif) repeat-y left;
}
#content {
  float:left;
  width:530px;
   margin:0;
   padding:0px 19px 50px 20px;
   border:0;
   overflow:visible;
   text-align:justify;
}
#PRT {
   margin:0;
   padding:0;
}
#PRL {
   float:left;
   margin:0;
   padding:0 0 100px 1px;
   width:180px;
}
/* BG-color compensates BG-bug of IE */
#PRR {
   float:right;
   width:200px;
   margin:0;
   padding:0;
   background: transparent url(http://www.togis.com/common/css/pageregionRightBG.gif) repeat-y right; 
}
#PRB {
   float:left;
   width:930px;
   vertical-align:top;
   padding:10px;
   font-size:10px;
}
#metaSearch {
   float:left;
   width:200px;
   margin:0;
   padding:0;
   background:none;
}
#logo {
   width:950px;
   margin:0;
   padding:0;
   border-bottom:2px solid #FFF;
   background:#fff;
}
div#translate {
   margin:0;
   padding:3px 0px 5px 10px;
   width:940px;
   border-bottom:2px solid #FFF;
   font-family:georgia,serif;
   font-size:10px;
   color: #FFFFFF;
   background:#1e4552 url(http://www.togis.com/common/css/bg_teaser.gif);
   text-transform:uppercase;
}
div#translate a:link, div#Translate a:visited {
   color: #FFFFFF;
   background:none;
   font-family:georgia,serif;
   font-size:10px;
   text-decoration: none;
   text-transform:uppercase;
}
div#translate a:hover {
   text-decoration: underline;
}
#lp {
   font-size:10px;
   margin-top:200px;
   margin-left:10px;
}
#lp a {
   text-decoration:none;
}
#sitemap {
   margin:60px 0 50px 200px;
   padding:0px 20px 0px 0px;
   border:0;
}
#copy {
   color:#666;
   margin-bottom:10px;
} 
#copy a:link, #copy a:visited {
   color:#666;
   font-weight:normal;
   text-decoration:none;
}

/*-- FLOATING ---------------*/
.clearing {
   clear:both;
   height:0px;
   border:0px;
   margin:0px;
   padding:0px;
   font-size:1px;
   line-height:0px;
}
.floatRight {
   float:right;
}
.floatLeft {
   float:left;
}
img.imgNoborder {
   border:0px;
}

/**************************************/
/* 3. CSS-Modul: NAVIGATION           */
/**************************************/

/*-- Channel Menu ---------------------------*/

div#menu {
   height:27px;
   margin:0;
   padding:0 0 0 181px;
   border-bottom: 1px solid #999;
   background:#aaa url(http://www.togis.com/common/css/menu_bg.gif) repeat-x;
   white-space:nowrap;
}
div#menu ul {
   margin:0;
   padding:0;
   border-left: 1px solid #999;
   height:27px;
}
div#menu ul li {
   line-height: 200%;
   display: inline;
   padding:0px;
   margin:0px;
}
div#menu ul li a {
   float:left;
   padding:2px 15px;
   border-right: 1px solid #999;
   border-left: 1px solid #ccc;
   background: #aaa url(http://www.togis.com/common/css/menu_bg.gif) repeat-x;
   color: #fff;
   font-weight:normal;
   text-decoration:none;
}
div#menu ul li a:hover,
div#menu ul li a.current,
div#menu ul li a.active {
   color:#1e4552;
   background:#aaa;
}
div#menu ul li a.home, 
div#menu ul li a:hover {
   color:#1e4552;
   font-weight:normal;
}

/* -- MICRONAVIGATION -----------------*/

#micronav {
   padding:15px 0px;
   color: #1e4552;
}
#micronav a:link, 
#micronav a:visited {
   color: #999;
   font-weight:normal;
   text-decoration:none;
   background:none;
}
#micronav a:hover {
   color: #1e4552;
   text-decoration:none;
}

/* -- MACRONAVIGATION -----------------*/

#macronav {
   margin:60px 0 0 0;
   padding:0;
   width:180px;
   border-bottom:1px solid #aaa;
   white-space:nowrap;
}
#macronav .title  {
   display: block;
   padding:0;
   border-bottom:1px solid #ccc;
   background:url(http://www.togis.com/common/css/pfeil_right.gif) left center no-repeat;
   font-family:georgia,serif;
   font-weight:normal;
   color:#e8e8e8;
   text-decoration:none;
   text-transform:uppercase;
}
#macronav ul {
   margin:0;
   padding:0;
   list-style:none;
}
#macronav li {
   margin:0;
   padding:0;
   border-top: 1px solid #aaa;
   background:#ccc url(http://www.togis.com/common/css/icon_ia.gif) 17px 12px no-repeat;
   white-space:nowrap;
}
#macronav li.current {
   background:#ccc url(http://www.togis.com/common/css/icon_ao.gif) 15px 10px no-repeat;
}
#macronav li a:link, #macronav li a:visited {
   display:block;
   margin:0;
   padding:6px 0 6px 28px;
   width:152px;
   border-top: 1px solid #fff;
   color: #333;
   background:transparent url(/misc_/zms/spacer.gif);
   font-weight:normal;
   text-decoration:none;
}
#macronav li a:hover {
   color:#1e4552;
   background:#BBB url(http://www.togis.com/common/css/icon_ao.gif) 15px 9px no-repeat;
   text-decoration:none;
}
#macronav li li {
   margin:0;
   padding:0;
   background:#e8e8e8 url(http://www.togis.com/common/css/icon_ia.gif) 17px 12px no-repeat;
}
#macronav li li.current {
   background:#e8e8e8 url(http://www.togis.com/common/css/icon_ao.gif) 15px 10px no-repeat;
}
#macronav li li a:link, #macronav li li a:visited {
   display:block;
   margin:0;
   padding:6px 0 6px 28px;
   width:152px;
   border-top: 1px solid #fff;
   color: #333;
   background:transparent url(/misc_/zms/spacer.gif);
   font-weight:normal;
   text-decoration:none;
}
#macronav li li a:hover {
   color:#1e4552;
   background:#E0E0E0 url(http://www.togis.com/common/css/icon_ao.gif) 15px 9px no-repeat;
   text-decoration:none;
}
#macronav li li li {
   margin:0;
   padding:0;
   background:#fff url(http://www.togis.com/common/css/icon_ia.gif) 17px 12px no-repeat;
}
#macronav li li li.current {
   background:#fff url(http://www.togis.com/common/css/icon_ao.gif) 15px 10px no-repeat;
}
#macronav li li li a:link, #macronav li li a:visited {
   display:block;
   margin:0;
   padding:6px 0 6px 28px;
   width:152px;
   border-top: 1px solid #fff;
   color: #333;
   background:transparent url(/misc_/zms/spacer.gif);
   font-weight:normal;
   text-decoration:none;
}
#macronav li li li a:hover {
   color:#1e4552;
   background:#FFFFFF url(http://www.togis.com/common/css/icon_ao.gif) 15px 9px no-repeat;
   text-decoration:none;
}

/* -- METANAVIGATION ------------------------*/

#metanav {
   float:right;
   width:40px;
   margin:5px 10px;
}
#metanav a {
   padding:0px 1px;
   color: #666;
   font-weight:normal;
   text-decoration:none;
   background:none;
}

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

td.sitemapTitle0 {
    background-color: #ddd;
    padding: 0px;
    border: 0px;
    margin: 0px;
}
td.sitemapTitle1 {
    background-color: #ddd;
    padding: 3px;
    border: 0px;
    margin: 0px;
}
a.sitemapTitle0:link, a.sitemapTitle0:visited ,
a.sitemapTitle0:hover, a.sitemapTitle0:active {
	font-weight: bold;
	color: #444;
	text-decoration: none;
}

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

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

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

/* -- SEARCH ------------------------*/

.searchLabel, .searchLabel, .searchElement, .searchText {
   font-size:10px;
}
#search {
   float:right;
   width:130px;
   margin:4px 0;
   padding:0;
   border:0;
}
#search form {
   margin:0;
   border:0;
   padding:0;
}
#search input#raw {
   font-family:Courier;
   font-size:11px;
   padding:0;
   margin:0;
   height:18px;
   width:100px;
   border:1px solid #999;
   background:#e8e8e8;
   vertical-align:middle;
}
#search input#btnSearch {
   vertical-align:middle;
}
#search table {
   margin:10px 10px 0px 10px;
   color:#666;
   text-align:left;
}

/**************************************/
/* 4. CSS-Modul: TEXT                 */
/**************************************/

h1, .heading1, h2, .heading2, h3, h4, h5 {
   color: #1e4552;
}
p, ol, ul, li, em, sup, sub, table, tr, th, td, .form {
   font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
   color:#333333;
   font-size:11px;
}
h1, .heading1, h1.title {
   font-family:georgia,serif;
   font-size:20px;
   font-weight:normal;
   line-height:26px;
   margin-top:10px; 
}
h2,.heading2 {
   margin:0;
   font-size:12px;
   line-height:15px 
}
h3,.heading3 {
   font-size:12px;
   line-height:15px 
}
h4,.heading4 {
   font-size:12px;
   line-height:15px 
}
h5,.heading5 {
   font-size:12px;
   line-height:15px 
}
p {
   line-height:15px;
}
ol {
   line-height:15px;
}
ul {
   margin:0;
   padding-left:20px;
   line-height:15px;
   list-style-type:square;
}
li {
   padding:5px 0;
}
p.caption {
   font-style: italic;
   padding-top:0px;
   margin-top:0px;
   color:#000;
}
p.emphasis {
   margin-left: 20px;
   margin-right: 30px;
   background-color:#91afce;
   line-height: 16px;
}
p.description {
   font-weight:bold;
   color:#999;
   line-height: 16px;
}
p.creator  {
}
p.small {
   font-size: 10px;
}
p.smalltext {
	font-size: 10px !important; font-size: xx-small;
}
a:link, a:visited {
   padding-bottom:2px;
   color: #333333;
   font-weight:bold;
   text-decoration:none;
   background: transparent url(http://www.togis.com/common/css/bg_link.gif) bottom repeat-x;
}
a:hover, a:active {
   padding-bottom:2px;
   text-decoration:none;
   color: #1e4552;
   background: #E8ECED url(http://www.togis.com/common/css/bg_link_active.gif) bottom repeat-x;
}
code {
}

/**************************************/
/* 5. CSS-Modul: TABLES               */
/**************************************/

table.ZMSTable {
   border:0;
   margin:0;
   padding:0;
   width:100%;
   background:#fff;
}
table.ZMSTable p, div.ZMSTable p {
   margin:0;
   padding:5px;
   line-height:14px;
}
table.ZMSTable th {
   margin:0;
   padding:0;
   background:#b5c9cf;
}
table.ZMSTable tr.even td {
   border-top:1px solid #FFF;
   border-left:1px solid #FFF;
   border-bottom:1px solid #9BB7BF;
   border-right:1px solid #9BB7BF;
   margin:0;
   padding:0;
}
table.ZMSTable tr.odd td {
   border-top:1px solid #FFF;
   border-left:1px solid #FFF;
   border-bottom:1px solid #9BB7BF;
   border-right:1px solid #9BB7BF;
   margin:0;
   padding:0;
}
table tr td  {
   font-size:10px;
}
body.print table.ZMSTable th, 
body.print table.ZMSTable td { 
   background-color:transparent; 
}	

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

div.ZMSGraphic { 
   background-color:transparent; 
}
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;
}
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);
}

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

div#teaser {
   display:block;
   float:left;
   width:200px;
   margin:60px 0 0;
   border-top:1px solid #fff;
   font-size:10px;
}
div.ZMSTeaserContainer {
   margin-bottom:10px;
   padding:0;
}
div.ZMSTeaserElement {
   display:block;
   width:200px;
   padding:0;
   border-bottom:1px solid #fff;
   background:url(http://www.togis.com/common/css/bg_teaser.gif);
}
div.ZMSTeaserElement img.title {
   display:block;
   margin:0;
   padding:0;
   border:0;
   background:#e8e8e8;
}
div.ZMSTeaserElement div.title {
   display: block;
   padding: 8px 12px;
   border-bottom:1px solid #ccc;
   background:url(http://www.togis.com/common/css/pfeil_right.gif) left center no-repeat;
   font-family:georgia,serif;
   font-weight:normal;
   color:#e8e8e8;
   text-decoration:none;
   text-transform:uppercase;
}
div.ZMSTeaserElement div.title a:link, div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title a:hover, div.ZMSTeaserElement div.title a:active {
   margin:0px;
   padding:0px;
   font-weight:normal;
   color:#e8e8e8;
   text-decoration:none;
   text-transform:uppercase;
}
div.ZMSTeaserElement div.text {
   padding:10px 12px 15px 12px;
   border-bottom:1px solid #ccc;
   line-height:1.3em
}

/*--------- ZMS LINK --------------*/

div#pageelement_Links {
   float:left;
   width:200px;
   font-size: 10px;
}
div.ZMSLinkElement {
   display: block;
   padding:0;
   margin:0;
   width:200px;
   border-bottom:1px solid #fff;
   background-image:url(http://www.togis.com/common/css/bg_teaser.gif);
}
div.ZMSLinkElement div.title {
   display: block;
   padding: 8px 12px;
   border-bottom:1px solid #ccc;
   background: transparent url(http://www.togis.com/common/css/pfeil_right.gif) left center no-repeat;
   font-family:georgia,serif;
   font-weight:normal;
   color: #e8e8e8;
   text-decoration:none;
   text-transform:uppercase;
}
div.ZMSLinkElement div.text {
   padding:12px;
   background:#e8e8e8;
   border-bottom:1px solid #ccc;
   font-size:10px;
}
div.ZMSLinkElement div.text ul {
   margin:0;
   padding:0;
   list-style-position:inside;
}
div.ZMSLinkElement div.text li {
   font-size:10px;
}
ul.LinkElementExternal {
   margin:0;
   padding:0;
}
li.LinkElementExternal {
   margin:0;
   padding-bottom:10px;
   list-style-image:url(http://www.togis.com/common/css/external_link.gif);
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
   margin:0;
   padding-bottom:10px;
   list-style-image:url(http://www.togis.com/common/css/external_link.gif);
}
li.LinkElementInternalClient {
   margin:0;
   padding-bottom:10px;
   list-style-image:url(http://www.togis.com/common/css/external_link.gif);
}
li.LinkElementFile {
   margin:0;
   padding-bottom:10px;
   list-style:none;
}
li.LinkElementFile img {
   border:0;
   vertical-align:middle;
}
li.LinkElementMailto {
   margin:0;
   padding-bottom:10px;
   list-style-image:url(http://www.togis.com/common/css/mail_link.gif);
}
.form {
   color: #000;
   border: 1px solid #666;
   padding: 1px;
   margin: 0;
   font-size: 10px !important; font-size: xx-small;
   voice-family: "\"}\"";
   voice-family: inherit;
   font-size: x-small;
}
   html>.form {
   font-size: x-small;
} 
.form-button {
   color: #000;
   background-color: #fff;
   border: 1px solid #666;
   font-weight: bold;
   padding-left: 1px;
   padding-right: 1px;
   margin: 0;
   font-size: 10px !important; font-size: xx-small;
}

/**************************************/
/* 7. CSS-Modul: SPECIAL OBJECTS      */
/**************************************/

/*------- InfoBox ------------------------------*/

div#infobox  {
   margin:60px 0 0 0;
   padding:0;
   width:180px;
   font-size:10px;
   background-image:url(http://www.togis.com/common/css/bg_teaser.gif);
}
#infobox .title  {
   display: block;
   padding: 8px 12px;
   border-bottom:1px solid #ccc;
   background:url(http://www.togis.com/common/css/pfeil_right.gif) left center no-repeat;
   font-family:georgia,serif;
   font-weight:normal;
   color:#e8e8e8;
   text-decoration:none;
   text-transform:uppercase;
}
#infobox .text {
   background:#ccc;
   border-bottom:1px solid #aaa;
}

#infobox a:link, #infobox a:visited {
   display:block;
   margin:0;
   padding:6px 12px;
   width:auto;
   border-top: 1px solid #fff;
   color: #333;
   background:transparent url(/misc_/zms/spacer.gif);
   font-weight:normal;
   text-decoration:none;
}

#infobox a:hover {
   background:#BBB url(/misc_/zms/spacer.gif);
}

/**************************************/
/* 8. CSS-Modul: TOC LISTS            */
/**************************************/

#pageregionLeft #Newsindex {
    padding: 0px 20px 0px 10px;
    margin:0;
}
#pageregionLeft #Newsindex h2 {
    padding:0;
    margin:0;
}
#pageregionLeft #Newsindex p {
    padding: 0px;
    margin: 0px 0px 10px 0px;
}


/**************************************/
/* 9. CSS-Modul: PRINT                */
/**************************************/
body.print {
  background:none;
  width:530px;
  text-align:left;
  color:#000;
}
h1, h2, h3, h4, h5, h6 {
} 
h1.title {
}
p, li, blockquote {
}
ol, ul {
}
p.description {
}
p.caption {
}
p.creator  {
}
p.smalltext {
}
code {
}
a:link, a:visited {
   font-weight:bold;
   text-decoration:none;
   background: none;
}
a:hover, a:active {
   text-decoration:none;
   background: none;
}
/**************************************/
/* 10. 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:11px; }

body.zmi {
	text-align:left;
}
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:14px;
	line-height:20px;

} 
body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
} 

.showcaseWraper
{
	background-image: url(http://www.togis.com/common/css/detailsGridBg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.lblError
{
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #f60;
	font-weight: bold;
}

.form TD
{
	padding: 4px 0px 4px 16px;
	font-size: 11px;
}
.formsText
{
	padding: 16px;
}

.formHeader TD, .formHeader
{
	color: #7b7b7b;
	font-size: 11px;
	font-weight: bold;
	height: 60px;
	vertical-align: bottom;
	background-image: none;
	background-color: transparent;
}
.support_ButtonAttach
{
	border:0px;
	width:81px;
	height:27px;
	text-align:center;
	background-image:url(http://www.togis.com/common/css/buttonAttach.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#333333;
	vertical-align:middle;
	background-repeat:no-repeat;
}

.forms_footerOne {
	background-image:url(http://www.togis.com/common/css/footer.gif);
	height:53px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding-bottom:6px;
	padding-right:20px;
}
.forms_Header {
	border-left: 1px solid #EBEBEB;
	background-image:url(http://www.togis.com/common/css/headerBg.gif);
	background-repeat: repeat-x;
	border-bottom: none;
}
.forms_Title {
	background-image:url(http://www.togis.com/common/css/titleSeparator.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	padding-bottom: 8px;
	width: 540px;
	margin-bottom: 10px;
	font-size:20px;
	color:#7B7B7B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.forms_LastItemOneRow {
	border-left: 1px solid #EBEBEB;
	border-top: 1px solid white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	height:40px;
	padding-left:28px;
	background-image:url(http://www.togis.com/common/css/lastItemBg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	border-right:3px solid #E0E0E0;
}
.forms_LastItemOneRow A {
	color:#333333;
}
.forms_LastItemOneRow A:hover {
	color:black;
	background-color: #E7E7E7;
}
.forms_LastItemLeft {
	border-left: 1px solid #EBEBEB;
	border-right:none;
	border-top: 1px solid white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	height:40px;
	padding-left:28px;
	background-image:url(http://www.togis.com/common/css/lastItemBg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
}
.forms_LastItemRight {
	border-right:3px solid #E0E0E0;
	border-top: 1px solid white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	height:40px;
	padding-left:2px;
	background-image:url(http://www.togis.com/common/css/lastItemBg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
}
.forms_LastItemOneRow {
	border-left: 1px solid #EBEBEB;
	border-right:3px solid #E0E0E0;
	border-top: 1px solid white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	height:40px;
	padding-left:28px;
	background-image:url(http://www.togis.com/common/css/lastItemBg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
}
.forms_LastItemOneRow A{
	color:#333333;
}
.forms_FooterLeft {
	border-top: 1px solid white;
	border-left: 1px solid #E9E9E9;
	background-color: white;
	height:46px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}
.forms_FooterRight {
	border-top: 1px solid white;
	border-right:3px solid #E0E0E0;
	background-image:url(http://www.togis.com/common/css/corner.gif);
	background-color: white;
	height:46px;
	padding-left:2px;
	background-repeat:no-repeat;
	background-position:right bottom;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
.forms_FooterRight A {
	color:#333333;
}
.forms_FooterRight A:hover {
	color:#333333;
	background-color: #E7E7E7;
}
.forms_Dropdown {
	width:198px;
	height:21px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.forms_TextField {
	width:198px;
	height:24px;
	border:0px;
	background-image: url(http://www.togis.com/common/css/textfield.gif);
	background-repeat:no-repeat;
	padding-left:6px;
	padding-top:4px;
	margin-top: 2px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
	background-attachment:fixed;
}

html>body .forms_TextField
{
	background-attachment: scroll;
}

.forms_Validation {
	color:#FF6600;
	font-size:12px;
	font-weight: bold;
	padding-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.forms_ItemOneRow {
	border: 1px solid #EBEBEB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	height:50px;
	padding:5px 15px 5px 28px;
	border-right:3px solid #E0E0E0;
	border-top: 1px solid white;
}
.forms_ItemOneRow A {
	color:#333333;
}
.forms_ItemOneRow A:hover {
	color:black;
	background-color: #E7E7E7;
}
.forms_Text {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:17px;
	width:540px;
}
.forms_Text A {
	color:#333333;
}
.forms_Text A:hover {
	color:#333333;
	background-color: #E7E7E7;
}
.forms_ItemLeft {
	border: 1px solid #EBEBEB;
	border-right:none;
	border-top: 1px solid white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	height:40px;
	padding-left:28px;
}
.forms_ItemRight {
	border-bottom: 1px solid #EBEBEB;
	border-right:3px solid #E0E0E0;
	border-top: 1px solid white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	height:40px;
	padding-left:2px;
}
.forms_Button
{
	border: none;
	width:113px;
	line-height:32px;
	height:32px;
	text-align:left;
	padding-left:15px;
	background:url(http://www.togis.com/common/css/buttonBg.gif) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	vertical-align: middle;
}
.forms_TextArea {
	width:197px;
	height:84px;
	border:0px;
	background-color:#E9E9E9;
	background-image:url(http://www.togis.com/common/css/textarea.gif);
	background-repeat:no-repeat;
	background-attachment: fixed; 
	padding-left:6px;
	padding-top:4px;
	padding-bottom:3px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 13px;
	margin: 5px 0px 5px 0px;
}
.forms_SmallTextBox 
{
	border: solid 1px #dddddd;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 22px;
	color: #666666;
	padding-top: 2px;
	padding-left: 4px;	
}
