/*** Referenzen auf //SEIBERT/MEDIA Portal ***/

/* Zeilenhoehe Content */
div.content_box {
	line-height: 16px;
}

/* Kundenlist rechts */
#blog_content .referenz {
	padding: 2px 0px;
	border-bottom: 1px solid #BDC3BD;
}
#blog_content .referenz a:hover {
	background-color: #C3CD2D;
}
#blog_content .referenz a.current {
	font-weight: bold;
}
/*#blog_content #morecustomer {
	display: none;
}*/

/* Navi durch Jahre */
#timeline {
	height: 16px;
	margin-bottom: 10px;
	background: url(/images/Reiter_Linie.gif) repeat-x;
}
#timeline div {
	float: left;
	width: 54px;
	height: 16px;
  margin-right: 3px;
	text-align: center;
	background: url(/images/Reiter.gif) no-repeat;
}
/* aktuelles Jahr (Container) */
#timeline .current {
	background: url(/images/Reiter_Auswahl.gif) no-repeat;
}
#timeline #customers {
  width: 75px;
  margin-right: 24px;
	background-image: url(/images/Reiter_Kunden.gif);
}
#timeline #customers.current {
	background-image: url(/images/Reiter_Kunden_Auswahl.gif);
}
#timeline #actual {
	width: 113px;
	background-image: url(/images/Reiter_Aktuell_Auswahl.gif);
}
#timeline #actual.current {
	background-image: url(/images/Reiter_Aktuell.gif);
}
#timeline div a {
	color: #7C7C7C;
	text-decoration: none;
}
/* aktuelles Jahr (Link)*/
#timeline div.current a {
	font-weight: bold;
}

/* Filter der Kompetenzbereiche */
#filter {
	color: #7C7C7C;
	font-size: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #7C7C7C;
}
#filter div {
	float: left;
	margin-right: 18px;
}
#filter div#consulting {
	width: 150px;
}
#filter div#design {
	width: 150px;
}
#filter div#technologies {
	width: 138px;
}
#filter div#systems {
	width: 100px;
	margin-right: 0px;
}
#filter h4 {
	font-size: 10px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #7C7C7C;
}
#filter a {
	color: #7C7C7C;
	display: block;
	line-height: 11px;
	padding-left: 12px;
	padding-bottom: 5px;
	background: url(/images/Check_off.gif) no-repeat 0px 3px;
}
#filter a.current {
	background-image: url(/images/Check_on.gif);
}
#filter span.hidden {
	display: none;
}

/* Logo-Parade */
.logo_parade {
}
.logo_parade div {
  float: left;
  width: 141px;
  height: 100px;
  overflow: hidden;
  position: relative;
  margin-right: 13px;
}
.logo_parade_last div {
  border-bottom: 1px solid #D7D7D7;
}
.logo_parade div.last {
  margin-right: 0px;
}
.logo_parade div img {
  border-top: 1px solid #D7D7D7;
}
.logo_parade div p {
  left: 0px;
  top: 100px;
  width: 125px;
  height: 86px;
  color: #FFFFFF;
  line-height: 15px;
  position: absolute;
  padding: 4px 7px 10px;
  background: url(/images/references/logos/graue_infobox_nolink.gif) no-repeat 0px 0px;
}
.logo_parade div p.has_link {
  cursor: pointer;
  background-image: url(/images/references/logos/graue_infobox.gif);
}
.logo_parade b {
  display: block;
  margin: 2px 0px 12px;
}
.logo_parade_footer {
  margin-top: 20px;
}
.logo_parade_footer a {
  text-decoration: underline;
}
.logo_parade_footer a:hover {
  text-decoration: none;
}

/* Kundenstimmen (rechte Spalte) */
#customer_voice {
  margin: 30px 0px;
}
.voice,
.customer {
  padding: 25px 0px 10px 10px;
  background: url(/images/references/logos/kundenstimme_oben.gif) no-repeat 0px 0px;
}
.voice {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  font-family: "Times New Roman";
}
.customer {
  color: #7C7C7C;
  text-align: right;
  padding-top: 20px;
  margin-bottom: 20px;
  background-image: url(/images/references/logos/kundenstimme_unten.gif);
}

/* Container fuer Kunde */
div.client {
	float: left;
	padding: 9px 0px;
}
div.client div {
	float: left;
	margin-right: 10px;
}
div.client div div {
	margin-right: 0px;
}
div.client div.client_name, div.client div.client_desc, div.client div.client_link {
	width: 180px;
	border-top: 1px solid #BDC3BD;
}
div.client div.client_desc {
	width: 160px;
}
div.client div.client_link {
	width: 102px;
	margin-right: 0px;
}
div.client div.client_spacer {
	padding: 8px;
}
/* mehr-Link */
a.client {
	font-size: 10px;
	font-weight: bold;
}
a.client img {
	margin-bottom: -1px
}

#no_projects {
	display: none;
}

.project_image img {
	margin-bottom: 4px;
}

.project_example {
	float: left;
  width: 340px;
	margin-right: 20px;
}
.project_example div.image a {
	display: block;
}
.project_example div a:hover {
	background-color: transparent !important;
}
.project_example div.image a:hover {
	filter: alpha(opacity=5);
	-moz-opacity: 0.05;
  opacity: 0.05;
	background-color: #000000 !important;
	cursor: url(/images/lupe.gif), pointer;
}
.project_example div.image a img {
	visibility: hidden;
}

.project_desc {
	float: left;
}
.project_desc_small {
  width: 245px;
}
