/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Inhaltsverzeichnis:
| - ==layout          Layout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==layout */
  
#logo-print {
	display: none;
}
  
  
  
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==layout */
  
#content {
	margin: 15px 0 80px 0;
}
  
#copyright {
	color: #636363;
	font-size: .6875em; line-height: 1.364em;
}

#copyright a {
	text-decoration: none;
}

#copyright .cynapsis {
	color: #636363;
}

#copyright .interactive {
	color: #EB6909;
}
  
#logo a {
  background: url(../images/logo.png) no-repeat;
  display: block;
  position: absolute; right: 0; top: 0;
  text-indent: -9999px;
  width: 69px; height: 261px;
}
  
#page {
  margin: 12px 0 12px 30px;
  text-align: left;
  width: 862px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==navigation ===navigation_main */
  
#navigation-main ul {
	overflow: hidden;
}
  
#navigation-main li {
  background: url(../images/divider_a.png) no-repeat right center;
  float: left;
  font-size: .6875em; line-height: 1.364em;
  margin-right: 10px; padding-right: 10px;
}

#navigation-main li.last {
  background: none;
  margin-left: 0; padding-left: 0;
}

#navigation-main li a {
	color: #636363;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

#navigation-main li a:hover,
#navigation-main li.active a:hover  {
  color: #000;
}

#navigation-main li.active a {
  color: #EB6909;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==navigation ===navigation_service */
  
#navigation-service li {
  background: url(../images/divider_b.png) no-repeat right center;
  float: left;
  font-size: .6875em; line-height: 1.364em;
  margin-right: 10px; padding-right: 10px;
}

#navigation-service li a {
  color: #636363;
  text-decoration: none;
}
