body {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 1%;
  margin-bottom: 1%;
  font-family: "arial","helvetica","verdana", sans-serif
}

.concept {

  background: #fff;
  clear: both;
  min-height: 500px;
}

.leftColumn {
    width: 20%;
    padding-left: 0px;
    padding-top: 50px;
    float: left;    
}

.mainColumn {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0px;    
    border-top: thin black inset;
    border-left: thin black inset;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 25px;    
    width: 50%;
    float: left;
}

.rightColumn {
    width: 20%;
    padding-top: 50px;    
    padding-left: 3%;
    float: left;
    border-left: thin black inset;
    border-top: thin black inset;    
}

.description {
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 0px;
  background: #fff;
  border: thin black inset;
}

.searchLeft {
    width: 20%;
    float: left;
}

.search {
    margin-left: -30px;
    padding-bottom: 10px;
}

.searchResults {
  padding: 3%;
  width: 70%;
  background: #fff;
  border-top: thin black inset;
  border-left: thin black inset;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 25px;
  float: left;
  clear: right;
}

.login {
  padding: 3%;
  background: #ffffee;
  border: thin black inset;
}

.paginator {
    clear:both;
    text-align:center;
}

ul.facetList {
    list-style-type:none;
}

a {
  text-decoration: none;
}

a:hover {
  color: red;
}
#map {
    width: 500px; 
    height: 300px;
    float: right;
    border : thin black inset;
}
ul.conceptSchemes li {
  display: inline;
}

ul.conceptSchemes li:after {
	content: "; ";
	}


ul.altLabel li {
  display: inline;
}
ul.altLabel li:after {
	content: "; ";
	}
		
ul.altLabel li.altLabelLast:after {
	content: ". ";
	}
#navMenuContainer {
    float: left;
    width: 40%;
}
#altFormatContainer {
    float: right;
    width: 40%;
}
ul.navMenu {
  margin-left:  30px;
}
ul.navMenu li {
  display: inline;
  border-left: thin solid black;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
}

ul.alternativeFormats {  
  float: right;
  width: 40%;
}

ul.alternativeFormats li {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}
