/* version selon agglo, pour le titre*/

/* ------------------------------------------------------------------- 
	Link Styles - Admin.ch
---------------------------------------------------------------------- */
a.adminCHlink, a.adminCHlink:link, a.adminCHlink:active, a.adminCHlink:visited, a.adminCHlink:hover {
  color:#000;
  font-weight:bold;
  text-decoration:none;
  font-size:0.9em;
  line-height:1.2em;
}
/* ------------------------------------------------------------------- 
	Link Styles - Departement
---------------------------------------------------------------------- */
a.departementlink, a.departementlink:link, a.departementlink:active, a.departementlink:visited, a.departementlink:hover {
  color:#fff;
  font-weight:bold;
  text-decoration:none;
  font-size:0.9em;
  line-height:1.2em;
}

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

/* ------------------------------------------------------------------- 
   Lokalisation
---------------------------------------------------------------------- */
#lokalisationPortal {
  font-size:1.2em;
  font-weight:bold;
  color: #000;
  background-image:url(../gfx/layout/bakom.jpg);
  background-repeat:no-repeat;
  background-position:right;
  height: 34px;
}


#lokalisationAmt, #lokalisationDepartement {
  font-size:1.2em;
  font-weight:bold;
  color: #FFF;
}
#lokalisationPrint {
  font-size:1.2em;
  font-weight:bold;
  color: #000;
}

#kopfAmt {
/*  max-width: 960px;  */
  width: 100%; 
/*  width: expression((document.body.clientWidth > 960) ? "960px" : "100%");  */
  height:75px;
  background-image:url(../gfx/layout/bundeslogo250x75.png);
  background-position:left;
  background-repeat:no-repeat;
  border-bottom:1px solid #FFF;
  
}
#adminCH {
  background-image:url(../gfx/layout/bg_adminlink.jpg);
  background-repeat:no-repeat;
  background-position:right;
  text-align:right;
  text-valign: middle;
  height:20px;
  padding:0px 20px 0px 0;
  voice-family:"\"}\"";  /* Box Model Hack*/
  voice-family:inherit;
  height:20px;
}
#departement {
  background-image:url(../gfx/layout/BalkenBlau.jpg);
  background-repeat:no-repeat;
  background-position:right;
  text-align:right;
  text-valign: middle;
  height:20px;
  padding:0px 20px 0px 0;
  voice-family:"\"}\"";  /* Box Model Hack*/
  voice-family:inherit;
  height:20px;
}

#lokalisationPortal, #lokalisationDepartement, #lokalisationAmt {
  text-align:right;
  padding:10px 20px 0 0;

}

/* ------------------------------------------------------------------- 
	Sprachwahl
---------------------------------------------------------------------- */
#langSwitch {
  width:185px;
  padding-right:10px;
  float:right; /* was right */
  text-align:right;
 
}

/* ------------------------------------------------------------------- 
   Sprachwahl
---------------------------------------------------------------------- */
.lang, a.lang, a.lang:link, a.lang:active, a.lang:visited, a.lang:hover {
  font-weight:regular;
  color:#000;
  font-size:0.9em;
  line-height:1.2em;
  text-decoration:none;
}
.langActive, a.langActive, a.langActive:link, a.langActive:active, a.langActive:visited, a.langActive:hover {
  font-weight:bold;
  color:#000;
  font-size:0.9em;
  line-height:1.2em;
  text-decoration:none;
}

/* ------------------------------------------------------------------- 
   Servicenavigation
---------------------------------------------------------------------- */
#navServiceBackground {
  float:left;
  width:100%;
  background-color:#CCCCCC;
  text-align:left;
  border-bottom:1px solid #FFF;
  color:#000000;
}
#navService {
  text-align:left;
  color:#000;
  float:left;
  padding:0px 0px 0px 20px;
  height:19px;
}

/* ------------------------------------------------------------------- 
   Servicenavigation, Inhaltsnavigation
---------------------------------------------------------------------- */
navService, a.navService, a.navService:link, a.navService:active, a.navService:visited, a.navService:hover, contentNavigation, a.contentNavigation, a.contentNavigation:Link, a.contentNavigation:active, a.contentNavigation:visited, a.contentNavigation:hover, contentNavigationResultate, a.contentNavigationResultate, a.contentNavigationResultate:link, a.contentNavigationResultate:active, a.contentNavigationResultate:visited
 {
  color:#000;
  text-decoration:none;
  font-size:0.9em;
  line-height:1.2em;
}
navServiceActive, a.navServiceActive, a.navServiceActive:link, a.navServiceActive:active, a.navServiceActive:visited, a.navServiceActive:hover, contentNavigationResultateActive, a.contentNavigationResultateActive, a.contentNavigationResultateActive:link, a.contentNavigationResultateActive:active, a.contentNavigationResultateActive:visited
 {
  color:#000;
  text-decoration:none;
  font-size:0.9em;
  line-height:1.2em;
  font-weight:bold;
}

/* 
--------------------------------------------------------------------------------------------------------------------

ancienne version */


#loginform {
  position:absolute;
  right:5px;
  top:125px;
  font-size:0.9em;
}  

body, html {
  color: black;
  font-size:small;
  font-family:verdana, arial, sans-serif;
  background: #fff;
  padding:0;
  margin:0; 
}

body {
	background-color: white;
}

a {color:#ff8800;}

img {border:0;}

hr {
  border:1px solid #CCCCCC;
}

.limitButton {border-left:1px solid #ddd;padding-left:3px;margin-left:3px;}

#ajaxErrorMessage {
/* This element is shown on Cartoclient errors when in AJAX mode  */
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
  padding: 5px;
  color: black;
  background-color: silver;
  border: 3px solid red;
}

#leftbar {
  position: absolute;
  top: 100px;
  left:5px;
  width: 250px;
  padding:4px;
  z-index: 3;
  background:white;
}

#logo {margin:5px;}

.folder p {text-align:center;margin:10px;}
.folder h4 {margin-bottom:-10px;}

#keymap {text-align:center;margin:10px;}
#keymap input {border:1px solid #eee;}

#content {
	/*position: absolute;
	top: 84px;
	left: 275px;*/
	top: 1000px;
	margin-left: 275px;
	z-index: 0;
	}

#loginlangs {
  position:absolute;
  top:0px;
  right:0px;
  z-index:3;
  font-size:0.9em;
  text-align:right;
  font-family:Arial,Helvetica,sans-serif;
  padding: 0px;
  margin: 0px;
}
#loginlangs a:link {
	text-decoration:none;
	color:blue;
}
#loginlangs a:visited {color:#06c;}
#loginlangs a:hover {color:#f00}
#loginlangs a img {
	border: none;
	padding: 0px;
	margin: 0px;
}

#loadbar {
  width:170px;
  padding:10px;
  background-color:white;
  border:1px solid #eee;
  font-weight:bold;
}
#loadbar img {border:0;margin-top:10px;}

pre {border: 1px #ccc dashed;padding:20px;margin-right:10px;}

.form_button {
  height:20px;
  border:1px solid #fff;
  border-bottom-color: #aaa;
  border-right-color: #aaa;
  background-color:#eee;
  color:black;
  font-size:0.8em;
  margin:2px;
}

#floatScale {
  position:relative;
/*  top: -15px;*/
  padding:0;
  margin:0;
}

#floatGeo {
  padding:0;
  margin:0;
}

#floatDistance {
  padding:0;
  margin: 0;
  display: none;
}

#floatSurface {
  padding:0;
  margin: 0;
  display: none;
}

#footer {
  height:25px;
  font-size:small;
}

#sep {
  color: #AAAAAA;
  margin-left: 1px;
  margin-right: 1px;		
}

#tableresults {
  cell-spacing: 3px;
}

#titleresults { 
  background-color: #ff8800;
  font-weight: bold;
  padding: 3px;
  color: #ffffff;
}

#cellresults {  
  background-color: #EEEEEE;
  padding: 3px;
}

#searchTitle {  
  font-size:1.1em;
  font-weight: bold;
}

#mainSearch {  
  margin: 10px;
}

#search {
  border:0;
  width:239px;
  padding-left: 3px;	
  height:0;
}

#searchservice{
  text-align: left;
}

#searchlist {
  padding-left:0;
}

#searchlist li {
  list-style-type:none;
}
.searchiframeOK{
	width:150px;
	height:350px;
}
.searchiframeKO{
	width:150px;
}
/* more table rules */
.maintableresult {
	/*border-collapse: collapse;*/
	text-align:left;
}
.center{
	text-align: center;
}
.tabhead {
    background-color:#ff9000;
    color:white;
    font-weight:bold;
    text-align:center;
}
.tabhead2 {
    background-color:#ff9000;
    color:white;
    font-weight:bold;
    text-align:center;
}

.tabdata, .tabdata2 {
    background-color:#eeeeee;
	text-align:left;
}
.tabdata2 {
	padding-left: 5px;
}
.tablebakom{
	border-collapse: separate;
	background-color:white;
	border: none;
	padding: 1px;
	margin: 1px;
}
.feedbacktable{
	background-color:white;
	border: none;
	padding: 1px;
	margin: 1px;
}
#logo{
	float:left;
	margin:0px;
	margin-left:10px;
	padding:0px;
	height:83px;
}
#banner {
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	vertical-align:bottom;
	margin: 0px;
	}

#banner h1 {text-align:center;margin:5px;padding:0;font-size:1.1em;}

#titlebanner{
	position: relative;
	margin:0px;
	margin-left:258px;
	height:54px;
	color:white;
	background-color:#d7d7d7;
}
#title{
	position:absolute;
	top: 50px;
  left:150px;
	font-size: 1em;
	font-weight: bolder;
}
#loginlangs {
	padding: 0px;
	margin: 0px;	
}
#loginlangs img {
	border: none;
	padding: 0px;
	margin: 0px;
}
#toolbar {
  margin-left:130px;
}
.shortcutcontainer{
	text-align:left;
}
.shortcutcontainer h4 {
	display:inline;
}
#scaleContainer{
	font-size: 10px;
	position: absolute;
	top:-15px;
	left: 5px;
	z-index:6;
}
#printcontainer {
	text-align: left;
}
/* class for exportPFD */
.pdfalign1 {
	width:75px;
	float: left;
	margin-top:5px;
}
.pdfalign2 {
	width:55px;
	float: left;
	margin-top:5px;
}
.maptxtbold { font-weight: bold; margin-top: 6px }
.pdfbutton {
	text-align: right;
}
.pdfinputsize {
	width: 230px;
	margin-top:5px;
}
.pdfinputsize2 {
	width: 70px;
	margin-top:5px;
}

.button_reset, .button_toolbar {
  border:none;
  cursor: pointer; 
}
.pubdate {float:right;}
