/* Cascading Style Sheets -- CMS 2010, Markus Kirchberg (February 2010) */

/* General Settings */

* {
  margin: 0em;
  padding: 0em;
}

a {
  color: #0066cc;

  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* Page Layout */

body {
  font-family: sans-serif;
  font-style: normal;
  font-size: 11pt;

  color: #303030;

  text-indent: 0px;
  text-align: left;
}

#pageContainer {
  margin: 1.5em 2.0em 1em 2.0em;
}

#header {
  position: relative;
  width: 100%;
  float: right;
}

#title {
  position: relative;
  color: #0000cc;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  line-height: 1.25em;
  text-align: center;
}

#subTitle {
  font-size: 1em;
  margin-top: 20px;
  text-align: right;
}

#mainBody {
  position: relative;
  left: 0px;
  width: 100%;
  padding-top: 10px;
}

#menu {
  float: left;
  width: 190px;
  padding: 1.5em;
  color: #0033cc;
  font-size: 10pt;
}

#content {
  margin-left: 210px;
  padding: 1.5em;
}

#copyright {
  position: relative;
  font-size: 0.9em;
  text-align: center;
  margin-bottom: 1.0em;
  border-top: dotted 1px #cacaca;
  padding: 1.5em;
}

/* Menu Settings */
#menu a {
  color: #0066cc;
}

#menu ul {
  margin-bottom: 1.5em;
  padding-left: 1em;
  line-height: 1.6em;
}

#menu h2,h3,h4,h5,h6 {
  padding-bottom: 0.2em;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: dotted 1px #cacaca;
}

/* Content Settings */
#content p {
  margin-bottom: 1em;
  line-height: 1.6em;
}

#content h2 {
  font-size: 1.5em;
}

#content h3 {
  font-size: 1.1em;
}

#content h1,h2,h3,h4,h5,h6 {
  padding-bottom: 0.2em;
  margin-bottom: 1.2em;
}

#content ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  line-height: 1.6em;
}

/* Headings and Fonts */
h1,h2,h3,h4,h5,h6 {
}

h2,h3 {
  padding-bottom: 5px;
  padding-top: 5px;
}

.fontSmall {
  font-size: 9pt;
}

.fontNormal {
  font-family: sans-serif;
  font-style: normal;
  font-size: 11pt;
  line-height: 1.6em;
}

/* Lines and Boxes */
hr {
  width: 100%;

  text-align: center;

  border-top-color: rgb(105,105,105);
  border-top-style: solid;

  margin-top: 15px;
  margin-bottom: 15px;
}

/* Tables */

tr,td.centered {
  text-align: center;   
  vertical-align: middle;
}

tr,td.top-left {
  text-align: left;   
  vertical-align: top;
}

/* Others */

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.clear
{
  clear: both;
}
