/* CSS Document */

html {
	font-family: Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 1.0em;
	font-style: normal;
}

body.navigation {
	color: Black;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-color: rgb(189,212,246);
	font-size: 100.01%;
}

body.navigation h1 {
  font-size: 1.2em;
  color: rgb(31,79,152);
  font-weight: bold;
  text-align: center;
}

body.navigation div.bodytext {
  width: 200px;
  overflow: hidden;
  line-height: 20px;
  font-size: 0.74em;
  color: rgb(31,79,152);
  font-weight: normal;
  text-align: center;
}

.logo {
  margin-bottom: 30px;
}

.navikarte {
  width: 200px;
  display: block;
  text-align: center;
  margin-top: 20 px;
  margin-bottom: 50px;
}

body.content {
	color: Black;
	margin-top: 20px;
  margin-left: 20px;
	padding: 0px;
	background-color: rgb(227,238,254);
	font-size: 100.01%;
}

body.content h1 {
  font-size: 1.0em;
  font-weight: bold;
  color: rgb(31,79,152);
  font-weight: bold;
}

.clear {
	overflow: hidden;
	width: 100%;
}

.buttontext {
  display: block;
  float: left;
  font-size: 0.74em;
  height: 24px;
  line-height: 24px;
  color: rgb(51,51,51);
  font-weight: normal;
  padding-top: 0px;
  margin-right: 20px;
}

a.button {
   background: transparent url("/images/bg_button_a.gif") no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button span {
    background: transparent url("/images/bg_button_span.gif") no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}

div.notselouter {
   background: transparent url("/images/bg_button_a.gif") no-repeat scroll bottom right;
   color: #000;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
    outline: none;
}

div.notselouter span.notselinner {
    background: transparent url("/images/bg_button_span.gif") scroll no-repeat bottom left;
    display: block;
    color: #000;
    line-height: 24px;
    padding: 0px 0 0px 18px;
}
.copyright {
  font-size: 0.68em;
  color: rgb(51,51,51);
  font-weight: normal;
  padding-top: 0px;
}

.infotext {
  font-size: 0.74em;
  color: rgb(51,51,51);
  font-weight: normal;
  padding-top: 0px;
}

.content td {
  font-size: 0.68em;
  font-weight: normal;
  color: rgb(51,51,51);
  padding: 5px;
  margin-left: 10px;
}

.content td.links {
  background-color: rgb(160,189,233);
}

.content td.rechts {
  background-color: rgb(189,212,246);
}
