/***********************************************/
/* Common Styles                 */
/***********************************************/
/* vorherige Linkfarbe als Referent: #607280 */

html, body {
  height: 100%;
}

body {   
  color: black; background-color: #f4f5f6;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 8pt;
  margin: 0;
  padding: 0;
  text-align: center;  /* Zentrierung im Internet Explorer */
}

#page {
  background-color: #ffffff;
  position: relative;
  text-align: left;  /* Seiteninhalt wieder links ausrichten */
  margin: 0 auto;    /* standardkonforme horizontale Zentrierung */
  width: 750px;
  padding: 0;
  border: 0px ridge silver;
  min-height: 100%;
}

* html #page { 
  height: 100%;
}


html>body div#page {
  border-color: gray;  /* Farbangleichung an den Internet Explorer  */
}

a:link, a:visited {
  color: #485660;
  text-decoration: none;
}

a:hover {
  color: #dd2122;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial,Helvetica,sans-serif;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-family: Helvetica,Arial,sans-serif;
  /* font-size: 120%; */
  font-size: 11pt;
  font-weight: bold;
  color: #343334;
}

h2 {
   font-family: Verdana,Helvetica,Arial,sans-serif;
  /* font-size: 116%; */
  font-size: 10pt;
  margin: 0 0 5px 0;
  color: #607280;
}

h3 {
   /* font-size: 104%; */
  font-size: 9pt;
  font-weight: bold;
  margin: 0 0 5px 0;
  color: #dd2122;
}

h3.bigger {
   font-size: 10pt;
}

h4 {
   /* font-size: 100%; */
  font-size: 8pt;
   font-weight: bold;
  text-decoration: underline;
  color: #607280;
}

/***********************************************/
/* Layout Divs                 */
/***********************************************/

#header {
  position: relative;
  background-color: #ffffff;
  background-image: url(../images/header_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 0;
  padding: 10px 25px 10px 25px;
  border-top: 8px solid #485660;
  border-bottom: 3px solid #485660;
  /* height: 220px; */
  color: #2b69b0;
  /* z-index: 0; */
}

#header {
  height: 240px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  height: 220px;
}

html>body #header {
  height: 220px;
}

#navigation {
  position: absolute;
  top: 0px;
  left: 21px;
  /* width: 176px; */
  width: 180px;
  /* margin: -745px 79% 0 15px; */
   margin: 0 79% 0 0; 
  padding: 20px 0 10px 0;
  background-color: #ffffff;
  /*
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  */
}

#subnavigation {
  position: absolute;
  top: 248px;
  left: 6px;
  width: 145px;
  height: 350px;
  margin: 0 79% 0 15px;
  padding: 27px 0 0 35px;
  background-color: #ffffff;
  /*
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  */
}

#content {
  background-color: #ffffff;
  background-image: url(../images/content_bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  /* float: right; */ /* auskommentiert => Probleme mit IE 6 
  /* margin: 0 0 0 200px; */
  padding: 2em 2em 1em 220px;
  height: 60%;
  margin-bottom: 2em;
}

#content table {
  font-size: 8pt;
}


/* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
/*
* html div#content {
  height: 1em;  
  margin-bottom: 0;
}
*/

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  /* width: 729px; */
  clear: both;
  background-color: #485660; 
  text-align: right;
  color: #ffffff;
  padding: 5px 20px 10px 0;
  margin: 0 0 0 0; 
}

#footer {
  width: 750px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  width: 730px;
}

html>body #footer {
  width: 730px;
}

/***********************************************/
/* Component Styles              */
/***********************************************/

#slogan {
  position: absolute;
  top: 45px;
  left: 410px;
}

#teaser {
  position: absolute;
  top: 140px;
  left: 490px;
  width: 240px;
}

#logo {
  font-family: Helvetica,Arial,ans-serif;
  font-size: 10pt;
  font-weight: bold;
  font-style: italic;
  color: #343334;
  text-align: center;
  margin: 0 0 45px 0;
}

#languages { 
  /* TEMPORARILY DEACTIVATED */
  visibility: visible;   
  
  text-align: right;
}

#siteFeatures {
  /* TEMPORARILY DEACTIVATED */
  visibility: hidden;
  
  position: absolute;
  bottom: 10px;
  right: 20px;
  
  text-align: right;
  margin: 15px 0 30px 0;
  padding: 0 0 0 0;
}

/*********** #navigation link styles ***********/
#navigation ul a:link, #navigation ul a:visited { 
  /* display: block; */
  /* font-weight: bold; */
  color: #485660;
  text-decoration: none;
}

#navigation ul li a:hover {
  color: #dd2122;
  text-decoration: underline;
}

#navigation ul { 
  list-style-image: url(../images/nav_anchor.gif); 
  margin: 0 0 0 35px; 
  line-height: 1.7em;
  padding: 0; 
}

#navigation li.actual {
  /* font-weight: bold; */
  color: #dd2122;
}

#navigation li.actual a:link, #navigation li.actual a:visited {
  /* font-weight: bold; */
  color: #dd2122;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navigation li { border-bottom: 1px solid #EEE; }

/* fix for browsers that don't need the hack */
html>body #navigation li { border-bottom: none; }

/*********** #subnavigation link styles ***********/
#subnavigation ul a:link, #navigation ul a:visited { 
  /* display: block; */
  /* font-weight: bold; */
  color: #485660;
  text-decoration: none;
}

#subnavigation ul a:hover {
  color: #dd2122;
  text-decoration: underline;
}

#subnavigation ul { 
  list-style: none; 
  margin: 0; 
  line-height: 1.5em;
  padding: 0; 
}

#subnavigation li.actual {
  /* font-weight: bold; */
  color: #dd2122;
}

#subnavigation li.actual a:link, #subnavigation li.actual a:visited {
  /* font-weight: bold; */
  color: #dd2122;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#subnavigation li { border-bottom: 1px solid #EEE; }

/* fix for browsers that don't need the hack */
html>body #subnavigation li { border-bottom: none; }

/*********** #footer link styles ***********/
#footer a:link, #footer a:visited {
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

/*********** #content styles ***********/
#content .bottomline {
  border-bottom: 2px solid #edcdcf;
}


/*********** global classes ***********/
.floatLeft {
  float: left;
  margin-right: 8px;
  margin-bottom: 5px;
}

.floatRight {
  float: right;
  margin-left: 8px;
  margin-bottom: 5px;
}

.infobox {
  /* border: 1px dotted #607280; */
  background-color: #f7f7fb;
  margin: 10px 0px 10px 0px;
  padding: 6px;
  /* Hides from IE5-mac \*/
  height: 1%;
  /* End hide from IE5-mac */ 
}

.infobox ul { 
  list-style-type: square; 
  margin: 3px 0 0 0; 
  padding: 0 0 0 16px; 
  line-height: 1.2em;
}

.illustration_right {
  text-align: right;
}

.grey {
  /* heller */
  /*color: #485660; */
  /* dunkler */
  color: #607280;
}

table.phone {
  margin: 0 0 0 -3px;
  padding: 0 0 0 0;
  line-height: 0.9em;
}

table.contact {
  /* border: 1px solid #000000; */
  width: 85%;
  margin: 0 0 0 -3px;
  padding: 0 0 0 0;
  line-height: 0.9em;
}

table.contact a:link, table.contact a:visited {
  /* color: #607280; */
  text-decoration: underline;
}

table.contact a:hover {
  text-decoration: underline;
}

