body
{
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Arial", "Helvetica", sans-serif;
  padding: 60px 20px;
  font-size: smaller;
}

#page
{
  width: 600px;
  height: 100%;
  margin: 0em auto;
}

#sidebar
{ 
  padding-top: 10px;
  padding-right: 20px;
  width: 175px;
  text-align: right;
  position: absolute;
}

#content
{
  width: 380px;
  position: absolute;
  border-left: 1px solid #f35a19;
  margin-left: 195px;
  padding-top: 21px;
  padding-left: 20px;
  padding-bottom: 20px;
}

#logo
{
  display: block;
  margin-bottom: 0px;
}

.language-selected
{
  border: #384d68 solid 1px;
}

.language-unselected
{
  border: none;
  margin: 1px; /* to compensate for lack of border */
}

.front-page #sidebar
{
  width: 241px;
}

.front-page #content
{ 
  width: 319px;
  margin-left: 261px;
}

hr /* pretty dotted orange hr */
{
   border: none 0;
   border-top: 1px dotted #ffbf7c; /*the border*/
   width: 50%;
   height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
   margin: 20px auto 20px auto;
   text-align: center;
}

h1, h2, h3, h4, h5, h6
{
  margin-top: 0.75em;
  line-height: 1em;
  margin-bottom: 0.4em;
  color: #831;
}

h2
{
  margin-top: 1.3em;
  font-size: 1.5em; /* this is the firefox default, the msie default is rather huge */
}

h3
{
  color: #8d5929;
  margin-top: 1.5em;
  font-size: 1.1em; /* this is the firefox default, the msie default is rather huge */
}

h4
{
  font-size: 1em; /* this is the firefox default */
  margin-top: 1.2em;
}

a
{
  color: #831;
  font-weight: bold;
  text-decoration: none;
}

a:hover
{
  color: #831;
  text-decoration: underline;
}

a:visited
{
  color: #831;
}

#sidebar a, #sidebar a:hover, #sidebar a:visited
{
  color: black;
}

#content a
{
  text-decoration: underline;
}

p, ul
{
  margin: 0em 0em 0.5em 0em;
}

ul
{
  padding: 0em 0em 0em 1.75em;
}

ul li
{
  /*list-style-image: url(../img/bullet_1.png);*/
}

ol li
{
  margin-bottom: 0.33em;
}

#sidebar .section
{
  background-image: url(../img/seperator.png);
  background-repeat: no-repeat;
  background-position: 100% 0%;
  padding-top: 15px;
  margin-bottom: 10px;
}

#sidebar .section-address
{
  background-image: url(../img/seperator.png);
}

#sidebar .section-navigation
{
  background-image: url(../img/seperator.png);
}

#sidebar ul
{
  list-style: none;
}

#sidebar ul li
{
  display: block;
  list-style-image: none;
}

#sidebar .vcard
{
  color: #831;
  font-size: smaller;
}

#sidebar .vcard .adr
{
  margin-bottom: 0.5em;
}

#content .page-title
{
  margin-top: 0em;
}

pre
{
	font-size: 1.3em;
}

#content .job
{
	margin-top: 3.5em;
	margin-bottom: 3.5em;
}

