/* Grundeinstellungen */

* {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border: 0;
  border-spacing: 0;
}

/* Ende Grundeinstellungen */

body, table {
  font-family: Trebuchet MS,arial, sans-serif;  
}

body {
  font-size: 1.0em;  
  width: 1024px;
  background-image: url(/resources/images/background.png);
  background-repeat: no-repeat;
}

input, select, textarea {
  border: 0.1em solid #ddd;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -opera-border-radius:4px;
  -khtml-border-radius:4px;
  border-radius:4px;
}

a {
  color: #10346b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 1.2em;
  color: #10346b;
}

p, .content > ul, .content > ol, .content table {
  font-family: arial, helvetica, sans-serif;
}

p, .content > ul, .content > ol {
  font-size: 0.8em;
}

.content p {
  text-align: justify;
}

.header {
  /* border: 1px solid #f00; */
  height: 103px;
}

.generalInfo {
  position: absolute;
  left: 745px;
  font-size: 0.65em;
}

.generalInfo ul {
  margin: 0px;
  padding: 0px;
}

.generalInfo li, .changeFont li, .sitePath li {
  display: inline;
  margin-right: 0.2em;
  margin-left: 0.2em;
}

.generalInfo a {
  text-decoration: none;
  color: #666;
}

.generalInfo a:hover, .changeFont a:hover {
  text-decoration: underline;
}

.changeFont {
  position: absolute;
  left: 740px;
  top: 63px;
  color: #fff;
  font-size: 0.7em;
}

.changeFont a {
  text-decoration: none;
  font: italic;
  color: #fff;
}

.decreaseFont {
  font-size: 1.5em;
}

.standardFont {
  font-size: 1em;
}

.increaseFont {
  font-size: 1.5em;
}

/* page layout */

.layout > {
  width: 100%;
}

.layout > table {
  margin-top: 1em;
  width: 100%;
  /* border: 1px solid #000; */
}

.layout td {
  /* border: 1px solid #f00; */
  vertical-align: top;
}

.layout .leftBar {
  width: 220px;
  padding-top: 50px;
}

.layout .rightBar {
  width: 200px;  
}

.layout .content {
}

/* sitePath */

.sitePath {
  font-size: 0.7em;
}

.sitePath a:hover {
  text-decoration: underline;
}

.sitePath ul {
  padding: 0.3em 0em;
  background-color: #e2e3e4;
  margin-left: 221px;
  padding-left: 1em;
  border-bottom: 1px dotted #666;
}

.sitePath li.withLink {
  background-image: url(/resources/images/pointer_right.gif);
  background-repeat: no-repeat;
}

.sitePath a {
  margin-left: 2em;
}

/* left bar */

/* left bar tree */

#tree {
  font-size: 0.75em;
  margin-top: 0em;
  margin-left: 1em;
  margin-right: 1em;
}

#tree a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

#tree a:hover {
  background-color: #59769c;
}

#tree ul, #tree li {
  list-style: none;
}

#tree ul a {
  line-height: 1.3em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.7em;
}

#tree #current_node, #tree a:hover {
  color: #fff;
}

#tree ul.level_1 a {
}

#tree ul.level_2 a {
  padding-left: 1.4em;
}

#tree #current_node {
  background-color: #10346b;
}

/* end left bar tree */

.leftBar .goToFmh {
  margin-top: 3em;
  font-size: 0.8em;
  text-align: center;
}

.leftBar .goToFmh a:hover {
  text-decoration: underline;
}

/* end left bar */

/* content */

.content h1 {
  margin: 0.2em 1em 0.7em;
}

.content h2 {
  margin: 0.8em 1.2em 0.4em;
  color: #666;
  font-size: 1em;
  font-variant: small-caps;
}

.content h3 {
  margin: 0.4em 2em;
  color: #234875;
  font-size: 0.9em;
}

.content p {
  margin: 0.5em 1.5em;
}
.content table, .content .frame {
  margin: 1em 2em;
}

.content table {
  font-size: 0.75em;
}

.content table ul {
  margin: 0;
  padding:0;
}

.content iframe {
  margin-left: 1em;
}

.content > ul, .content > ol {
  margin: 0.8em 5em;
  line-height: 1.5em;
}

.content table ul,
.content table ol {
  margin: 0em 1em;
}

.content li.separator {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #aaa;
  margin-bottom: 0.5em;
}

.content .frame {
  border: 0.2em solid #eee;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -opera-border-radius:4px;
  -khtml-border-radius:4px;
  border-radius:4px;
}

.content .holder {
  border: 0px solid #ddd;
  height: 180px;
  width: 510px;
}


.content table td {
  padding: 0.5em 0.5em;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

/* rightBar */

.sieWollenWissen h2 {
  background-color: #10346b;
  color: #fff;
  font-size: 0.9em;
  padding: 0.2em 0.5em;
}

.sieWollenWissen div {
  font-size: 0.85em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

.sieWollenWissen .alt0 {
  background-color: #c5d5ec;
}

.sieWollenWissen .alt1 {
  background-color: #d5e0f1;
}

.sieWollenWissen p {
  padding: 0.4em 0.5em;
}

.sieWollenWissen a {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  background-color: #5e7dab;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.sieWollenWissen a:hover {
  color: #10346b;
  background-color: #fff;
}

/* contact_mailer */

#contact_mailer ul {
  font-size: 0.75em;
  margin: 1em 1.2em;
  border: 0.2em solid #eee;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -opera-border-radius:4px;
  -khtml-border-radius:4px;
  border-radius:4px;
}

#contact_mailer li {
  margin-left: 2em;
}

#contact_mailer table,
#mail_confirmation table {
  margin-left: 1.5em;
  width: 93%;
}

/* end contact mailer */

/* sitemap */

#sitemap {
  padding: 1em;
  margin: 1em 1.2em;
  border: 0.2em solid #eee;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -opera-border-radius:4px;
  -khtml-border-radius:4px;
  border-radius:4px;
}

#sitemap .topic a {
  text-decoration: none;
}

#sitemap .topic a:hover {
  text-decoration: underline;
}

#sitemap .topic {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  font-size: 0.75em;
}

#sitemap .level_0, #sitemap .level_1 {
  margin-left: 1em;  
}

#sitemap .level_2 {
  margin-left: 4em;  
}

#sitemap .level_3 {
  margin-left: 7em;  
}

#sitemap .article {
  margin-left: 3em;
}

/* end sitemap */

/* begin studien */

#studien table {
  width: 90%;
}

#studien td {
  border: none;
  
}

#studien td.number {
  font-weight:bold;
  align: right;
}

#studien td.icon a {
  display:block;
  border: 0.2em solid #ddd;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -opera-border-radius:4px;
  -khtml-border-radius:4px;
  border-radius:4px;  
}

#studien td.icon a:hover {
  border: 0.2em solid #aaa;
}

#studien td.icon {
  text-align: center;
}

/* end studien */

/* external content */
.externalContent {
  margin-top: 1em;
  font-size: 0.75em;
  margin-left:1.5em;
}

/* end external content */

/* footer */

.footer {
  margin-left: 230px;
}

.footer p {
  display: block; /* this sucks: for ie set display:block otherwise it doesn't display top border of p */
  border-top: 1px solid #ddd;
  width: 580px;
  padding-top: 1em;
  text-align:center;
  margin: 1em 0.8em;
}