/* Omya Geo database for group website *
 * Stand: 24.07.2008                   *
 * created by Martin Keudel            */
 
 
 /* common settings */
 html, body {
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:14px;
}
 h1 {
 	font-size: 22px;
	margin-top: 1px;
	color: RGB(0,114,189);
	text-align: left;
 }
 
 h2 {
 	font-size: 12px;
	color: RGB(0,91,162);
 	background-color: #FFFFFF;	
	margin: .8em 0 .8em 0;
	text-align: left;
 }
 
 h3 {
 	font-size: 100%;
	margin: .6em 0 .6em 0;
	text-align: left;
 }
  .clear{
	height: 0;
	clear: both;
	visibility: hidden;
 }
 * html .clear{
 	height: 0;
	clear: both;
	display: none;
 }
 .hidden {
 	display: none;
 }
 a:link, 
 a:visited {
 	text-decoration: none;
	color: RGB(0,91,162);
 }
 
 a:focus,
 a:hover,
 a:active {
	 text-decoration: underline;
 }
 form{
 	padding:0;
	margin:0;
 }
/* page settings */
#contentcontainer {
	position: relative;
	float: left;
	width: auto;
 }
 * html #contentcontainer{
	width: 805px;
 }
 #content {
	position: relative;
	float: left;
	top: 0px;
	width: 460px;
	padding-left: 30px;
	padding-top: 23px;
  }
  
  #sidebar {
  float: right;
 	background-color: RGB(221,228,241);
	width: 210px;
	margin: 65px 0px 0px 0px;
 }

/* map settings */ 
div.map {
	position:relative;
	margin: 0;
	padding: 0;
	line-height: 0;
} 
 .mapicon {
	display: block;
	position: absolute;
	border: none;	
	background-position: center;
	background-repeat: no-repeat;
}

* html .mapicon {
	margin: 7px 0 0 0;
}

.listicon {
	display: block;
	position: absolute;
	border: none;	
	background-position: top left;
	background-repeat: no-repeat;
}
  
  #content div#map a, 
  #content div#map a:link, 
  #content div#map a:visited, 
  #content div#map a:hover, 
  #content div#map a:active {
  	padding: 0;
	background-image: none;
  }
  
  .office {
	width: 8px;
	height: 8px;
	background-image: url("/C125728900693FEF/vwLookupImagesforLoad/_office.gif/$FILE/_office.gif");
	/*background-image: url("/C12572440043570D/vwLookupImagesforLoad/_office.gif/$FILE/_office.gif");*/
}
 
.plant {
	width: 8px;
	height: 8px;
	background-image: url("/C125728900693FEF/vwLookupImagesforLoad/_plant.gif/$FILE/_plant.gif");
	/*background-image: url("/C12572440043570D/vwLookupImagesforLoad/_plant.gif/$FILE/_plant.gif");*/
}

.plantoffice {
	width: 8px;
	height: 8px;
	background-image: url("/C125728900693FEF/vwLookupImagesforLoad/_plant_office.gif/$FILE/_plant_office.gif");
	/*background-image: url("/C12572440043570D/vwLookupImagesforLoad/_plant_office.gif/$FILE/_plant_office.gif");*/
}
.warehouseoffice {
	width: 8px;
	height: 8px;
	background-image: url("/C125728900693FEF/vwLookupImagesforLoad/_officewarehouse.gif/$FILE/_officewarehouse.gif");
	/*background-image: url("/C12572440043570D/vwLookupImagesforLoad/_officewarehouse.gif/$FILE/_officewarehouse.gif");*/
}
/* legend settings */
#legend{
 	position: relative;
	width: 450px;
 	margin-top: 40px;
	background-color: RGB(221,228,241);
 }
#legend h4{
 	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 5px 0px 0px 5px;
	padding: 0px;
 }

table.legend {
	width: 450px;
	font-size:11px;
	border-collapse:collapse;
}
table.legend td.icon	{
	width: 10px;
	line-height: 11px;
	vertical-align: top;
	padding-left: 5px;
}
table.legend td.name {
	padding-left: 0;
	font-size:11px;
	line-height: 11px;
	vertical-align: middle;
}
table.legend td	{
	padding-top: 2px;
}

/* Sidebar settings */
#sidebar h1.HeadlineRichText{
		background-color:#0072BD;
		color:#EAEFF8;
		font-family:Arial,Helvetica,sans-serif;
		font-size:13px;
		height:15px;
		margin:0px;
		padding:5px 5px 5px 5px;
	}
#sidebar h2.HeadlineRichText{
		background-color: RGB(221,228,241);
		color: RGB(0,91,162);
		font-family:Arial,Helvetica,sans-serif;
		font-size:13px;
		height:15px;
		margin:0px;
		padding:5px 5px 5px 5px;
	}
table.filter	{
	font-size:11px;
	margin-bottom:5px;
	width: 200px;
	padding-left: 5px;
}
table.filter td{
	height:20px;
}
table.filter td.first{
	width:80px;
}
table.filter select {
	width: 140px;
	font-size: 11px;
	color : #000000;
	border: 1px solid #A4A4A4;
	margin-top: 5px;
}
table.places	{
	font-size:12px;
	width: 200px;
	font-size: 11px;
	padding: 5px 0 5px 5px;
}
table.places td.first	{
	width:12px;
	vertical-align: top;
	padding-top: 5px;
}
table.places td	{
	padding-top: 2px;
	width: 170px;
}
div.column_countries	{
	float:left;
	width:60px;
	padding-left: 5px;
}
div.column_countries a:link,div.column_countries a:visited,div.column_countries a:active 	{
	display:block;
}
