body{
  background-color: white;
  font-family: 'Verdana CE', Verdana, 'Arial CE', Arial, 'Helvetica CE', Helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: normal;
  color: black;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}

table,tr,td{
	font-size: 100%;
}

img {
  border: none;
}

a {
  color: #2977B5;
  font-weight: bold;
}

a:hover {
  color: #E81412;
  font-weight: bold;
}

h1 {
  font-size: 120%;
  margin: 0px;
}

h2 {
  font-size: 110%;
  margin: 0px;
}

h3 {
  font-size: 100%;
  margin: 0px;
}

.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}

#page {
  position: relative;
  width: 780px;
  margin: 10px;
  text-align: left;
  background-repeat: repeat-y;
  background-position: top left;
}

/* ************************* */
/* definition of left column */
/* ************************* */

#columnLeft {
  width: 155px;
  padding-top: 150px;
  float: left;
  display:none;
  visibility:hidden;
}
#printlogoSovy{
  font-size: 130%;
  font-weight: bold;
  color: #D89400;
}

#logoSovy {
  position: absolute;
  top: -27px;
  left: -15px;
  display:block;
  visibility:visible;
}

#columnLeft .wideLine {
  height: 5px;
  color: silver;
  border: solid 1px white;
  border-left: none;
  border-right: none;
}

#menuLeft {
  list-style: square;
  margin: 0px 0px 0px 22px;
  padding: 0px;
  color: white;
}

#menuLeft li {
  margin-bottom: 5px;
}

#menuLeft li a {
  text-decoration: none;
  color: white;
}

#searchBox {
  margin: 10px 0px 10px 0px;
  padding: 0px;
  border-top: solid 1px white;
}

#searchBox .formContent {
  margin: 5px;
}

#searchBox .textField {
  width: 100px;
  border: solid 1px black;
  margin-right: 5px;
}

#searchBox .buttonSubmit {
  border: solid 1px black;
  font-size: 10px;
  padding: 1px;
}

#volumesBox {
  margin-bottom: 10px;
  border: solid 1px white;
  border-left: none;
  border-right: none;
  background-color: #F0AB0D;
}

#volumesBox ul {
  list-style: square;
  margin: 5px 0px 0px 22px;
  padding: 0px;  
  color: green;
}

#volumesBox ul li {
  margin-bottom: 5px;
}

#volumesBox ul li a {
  text-decoration: none;
  color: green;
}

#languagesBox {
  border-bottom: solid 1px white;
  margin-bottom: 20px;
}

#languagesBox ul {
  list-style: square;
  margin: 5px 0px 10px 22px;
  color: #2977B5;
}

#languagesBox li a {
  text-decoration: none;
}

#webtechnology {
  text-align: center;
  padding-bottom: 20px;
}

#webtechnology .apollo {
  display: block;
  font-size: 90%;
  color: white;
  text-decoration: none;
}

/* ************************* */
/* definition of main column */
/* ************************* */

#columnMain {
  width: 625px;
  float: left;
}

#menuTop {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display:none;
  visibility:hidden;  
}

#menuTop li {
  float: left;
  width: 75px;
}

#menuTop li .text {
  display: block;
  height: 2.5em;
  font-size: 90%;
  text-decoration: none;
  text-align: center;
  padding: 2px;
  color: white;
  border-left: white 1px solid;
  background-color: #E81412;
}

#mainContent {
  margin: 0px 0px 10px 0px;
  clear: both;
  width: 97%;
}

#sectionTitle {
  border-bottom: solid 1px green;
  height: 1em;
  padding: 5px 0px 2px 0px;
}

#sectionTitle .ApolloAreaName {
  float: left;
  color: green;
  font-size: 100%;
}

#sectionTitle .ApolloPlaceName {
  float: right;
  color: #D89400;
  font-size: 100%;
}


#sectionContent .ApolloArticlePublishDate{display:block;margin-top:10px;color:gray;font-size:80%;}
#sectionContent .ApolloArticleTitle{display:block;font-weight:bold;}
#sectionContent .ApolloArticleDescription{display:block;text-align:justify;}
#sectionContent .ApolloArticleDescription a {font-weight: normal;}
#sectionContent .ApolloArticleListItem{border-bottom: dotted 1px silver;padding-bottom:5px;}
#sectionContent .ApolloNavigation{text-align:center; margin: 10px;color:gray;}

#articleContent .ApolloArticlePublishDate{display:block;margin-top:10px;color:gray;font-size:80%;}
#articleContent .ApolloArticleTitle{display:block;font-weight:bold;}
#articleContent .ApolloArticleDescription{display:block; text-align:justify; padding-bottom:5px;font-style: italic;}
#articleContent {text-align:justify;}

#mainContent h1 {
  margin: 0px 0px 5px 0px;
  font-size: 130%;
}

/* **************************** */
/* definition of bottom section */
/* **************************** */

#sectionBottom {
  display:none;
  visibility:hidden;
  clear: both;
  width: 780px;
  margin: auto;
  text-align: center;
  border-top: solid 1px silver;
  margin-top: 10px;
  padding-top: 5px;
}

#menuBottom {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#menuBottom li {
  display: inline;
  line-height: 1.5em;
  color: gray;
}

#menuBottom li a {
  white-space:nowrap;
  font-weight: normal;
  text-decoration: none;
  border-top: none;
  border-bottom: none;
  color: gray;
}

.LinksLevel1{
	font-weight:bold;
	margin-left:10px;
	}
.LinksLevel2{
	margin-left:20px;
	}  
.LinksLevel3{
	margin-left:30px;
	}    
  

