#header {
  background: url(../images/logo.jpg) no-repeat left bottom;
  height: 40px;
}

#header h1 {
	display: none;
	padding-left: 8px;
	font-family: Arial Black, sans-serif;
	font-size: 17pt;
}

h2 {
	margin-bottom: 10px;
}

#navigation {
	background: url(../images/navigation_default.png);
	height: 55px;
	position: absolute;
	top: 45px;
	width: 970px;
}

#navigation li {
	float: left;
	height: 9px;
	list-style: none;
	padding: 17px 0;
	text-align: center;
	width: 120px;
}

#navigation li.active {
	background: url(../images/navigation_active.png);
}

#navigation li a {
	color: #f4f4f4;
	font-weight: bold;
}

#page {
	background: #fff;
	border: 1px #555 solid;
	margin: auto;
	width: 970px;
}

#main {
	margin-top: 54px;
	padding-left: 80px;
	padding-top: 20px;
  background: url(../images/border2.png);
  background-position: left;
  background-repeat: repeat-y;
  min-height: 500px;
}

#main_overview {
	margin-top: 54px;
	padding-left: 80px;
	padding-top: 20px;
  background: url(../images/border_only.png);
  background-position: left;
  background-repeat: repeat-y;
  min-height: 500px;
}

#page form[action$="login"] {
  margin-top: 34px;
  padding-left: 350px;
  padding-top: 100px;
  background: url(../images/border_only.png);
  background-position: left;
  background-repeat: repeat-y;
  min-height: 500px;
}

#subnavigation {
	float: left;
	margin-top: 10px;
	text-align: right;
	width: 321px;
	height: 450px;
	overflow: hidden;
}

#subnavigation li {
	float: none;
	list-style: none;
	margin-bottom: 10px;
	padding-right: 20px;
}

#subnavigation li.active {
  background: url(../images/circle.png) right no-repeat;
  font-weight: bold;
}

#subnavigation li#scroll_subnavigation_down {
  position: absolute;
  margin-left: 289px;
  margin-top: 450px;
}

#subnavigation li#scroll_subnavigation_up {
  position: absolute;
  margin-left: 289px;
  margin-top:-20px;
}

#contentframe {
	border-color: #444444;
	border-style: solid;
	border-width: 0 1px;
	margin: -15px 20px 20px 340px;
	padding: 0;
}

#login_link {
  text-align:right;
  padding-top:340px;
}

#login_link a {
  color: #aaa;
  font-size: 7pt;
}

#content_lower_border {
	background: url(../images/lower_contentbox.png) bottom no-repeat;
	height: 16px;
	margin-left: -1px;
	position: absolute;
	width: 530px;
}

.content {
	margin: 0 8px;
	min-height: 55px;
}

img.fullsize_image {
  display: block;
  width: 528px;
}
	
#edge_lower_left_corner {
  position:absolute;
  margin-top:-67px;
  margin-left: 80px;
}

#edge_upper_left_corner {
  height: 40px;
  width: 80px;
  background: #4a4949 url(../images/corner_ul.png) right no-repeat;
  position: absolute;
  top: 100px;
}

#footer_separator {
  height: 25px;
  background: #4a4949;
}

#footer li {
	float: left;
	width: 242px;
	list-style: none;
	text-align: center;
	margin: 2px 0;
}

span.prm /* Mailadressen gespiegelt ausgeben */ {
	direction: rtl;
	unicode-bidi: bidi-override;
}

#sf_guard_auth_form form input {
  display: block;
}

#creator, #creator a {
  width: 970px;
  margin:auto;
  text-align: right;
  margin-top: 6px;
  color: #a8a8a8;
  font-size: 6pt;
}

div.bubble .corner_ul {
  background-image: url(../images/edge_ul.png);
}


/*
 * Bubble-Einzelformate
 */

div.bubble.bubble_0 {
  width: 120px;
}
div.bubble.bubble_0 .bubble_frame {
	background-image: url(../images/bubble120px.png);
	position:absolute;
	height: 90px;
  width: 120px;
}
div.bubble.bubble_0 .bubble_image img {
  height: 90px;
	width: 120px;
}

div.bubble.bubble_1 {
  width: 120px;
}
div.bubble.bubble_1 .bubble_image img {
  width: 118px;
}

div.bubble.bubble_2 {
  width: 120px;
}
div.bubble.bubble_2 .bubble_image img {
  width: 118px;
}


div.bubble .bubble_image a img {
  opacity: 0.15;
}

div.bubble:hover .bubble_image a img {
  opacity: 1;
}

.bubble_frame {
	cursor: pointer;
}

#contentframe ul {
  padding-left: 20px;
}

/**
 * Referenzliste
 */
#contentframe div.active_item {
  z-index: 10;
}

#contentframe div.inactive_item {
}

td.vita_time {
  text-align: right;
  border-right: dotted black 1px;
  padding-right: 5px;
}