/* + --------------------------------------------------------------------------
 * content.css
 * (c) 2008, mybonitos.com
 */
 
 
/* + --------------------------------------------------------------------------
 * link styles
 */
a,
a:link,
a:visited {
  color:#666;
  text-decoration:underline;
}
a:hover,
a:focus,
a:active {
  color:#000;
  text-decoration:underline;
}
#footer a,
#footer a:link,
#footer a:visited {
  color:#353535;
}
a img, a:link img, a:visited img, img,
div#logo a {
  border:none !important; 
  text-decoration:none !important;
}


/* + --------------------------------------------------------------------------
 * tabs
 */
.tabs {
  margin:10px 0 0 0;
  padding:0;
  float:left;
  position:relative;
  z-index:20;
}
.tabs ul {
  margin:0;
  padding:0;
  list-style:none;
}
.tabs li {
  float:left;
  display:inline;
  margin:0 3px 0 0;
  padding:0;
  cursor:pointer;
}
.tabs li a,
.tabs li a:link,
.tabs li a:visited {
  float:left;
  background:url(/images/backgrounds/tab_left.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 7px;
  text-decoration:none;
  font-size:100%;
  background-position:0% -42px;
}
.tabs li a span,
.tabs li a:link span,
.tabs li a:visited span {
  float:left;
  display:block;
  background:url(/images/backgrounds/tab_right.gif) no-repeat right top;
  padding:7px 12px 6px 4px;
  color:#fff;
  background-position:100% -42px;
  cursor:pointer;
}
.tabs li.active a,
.tabs li.active a:link,
.tabs li.active a:visited {
  float:left;
  background:url(/images/backgrounds/tab_left.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 7px;
  text-decoration:none;
  font-size:100%;
  background-position:0% 0%;
}
.tabs li.active a span,
.tabs li.active a:link span,
.tabs li.active a:visited span {
  float:left;
  display:block;
  background:url(/images/backgrounds/tab_right.gif) no-repeat right top;
  padding:7px 12px 7px 4px;
  color:#7FAF26;
}
.tabs li.active a:hover span {
  color:#7FAF26;
  background-position:100% 0%;
}
.tabs li.active a:hover {
  background-position:0% 0%;
}
.tabs li a:hover,
.tabs li a:focus,
.tabs li a:active {
  background-position:0% -42px;
  color:#353535;
}
.tabs li a:hover span,
.tabs li a:focus span,
.tabs li a:active span {
  background-position:100% -42px;
  color:#353535;
}
.tabBody {
  float:left;
  border-top:1px solid #353535;
  border-left:1px solid #353535;
  margin:-1px 0 0 0;
  width:640px;
  font-size:100%;
  color:#353535;
  padding:10px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:620px;
}
*+html .tabBody { float:none; }
*html .tabBody { float:none; }
.tabBodyWithoutLines {
  float:left;
  position:relative;
  z-index:10;
  width:647px;
}


/* + --------------------------------------------------------------------------
 * content table styles
 */
table.list {
  float:left;
  margin:0 0 0 1px;
  border-collapse:collapse;
  color:#353535;
  width:100%;
  clear:both;
}
div.tabBody table {
  border-collapse:collapse;
  color:#353535;
  width:100%;
}
table.list thead {
  background:transparent url(/images/boxes/light_top_big.gif) top left no-repeat;
}
table.list tbody {
  background:transparent url(/images/boxes/light_big.gif) bottom left no-repeat;
}
table.nolines {
  color:#353535;
  width:100%;
}
table.space { background-color:#fff; }
table.space td {
  padding:5px 5px 5px 0;
  background-color:#fff;
}
table.list thead th,
div.tabBody table th {
  text-align:left;
  line-height:28px;
  height:28px;
  font-size:100%;
  font-weight:normal;
  color:#666;
  border-bottom:1px solid #BEBEBE;
  background:none;
}
table.list tbody td,
div.tabBody td {
  color:#353535;
  font-size:100%;
  padding:7px 3px;
  border-top:1px dotted #BEBEBE;
  background:transparent none;
}
table.list tbody td h4, table.list tbody td p
{
  font-weight: inherit;
  margin: 0;
}
table.list thead th.last,
div.tabBody table th.last,
table.list tbody td.last,
div.tabBody td.last { 
  text-align:right; 
  white-space:nowrap; 
  padding-right:8px; 
}
table tr.newRow td {
  font-weight:bold;
}
table.list td.first, 
table.list th.first {
  padding-left:8px;
}
table.nolines td,
table.nolines th {
  border:0px;  
  padding:3px 0;
  font-size:100%;
}
.dotlinebottom {
  background:#fff url(/images/dots.gif) bottom left repeat-x;
  font-size:120% !important;
  color:#353535;
  width:100%;
  padding:0 0 6px 0;
  border:none;
}
.contentboxborder {
  border-top:1px solid #353535;
  border-left:1px solid #353535;
  clear:both;
  color:#353535;
  font-size:100%;
  padding:6px;
  width:100%;
}

table.nostyle {
  width:auto !important;
  background:transparent none !important;
}
table.nostyle td,
table.nostyle th {
  background:transparent none !important;
  border:none;
  padding:0;
}
table.space tr td.green,
table.space tr td.orange {
  background:#E2F668 none;
  padding:0;
  width:15px;
}
table.space tr td.label {
  padding-left:10px;
}
table.space tr td.orange {
  background:#FCC372 none;
}
/* IE 7 Hacks */
*+html table.list { background:transparent url(/images/boxes/light_big.gif) bottom left no-repeat; }
*+html table.list thead th { background:transparent url(/images/boxes/light_top_big.gif) 50% 0% no-repeat; }
*+html table.list thead th.first { background:transparent url(/images/boxes/light_top_big.gif) top left no-repeat; }
*+html table.list thead th.last { background:transparent url(/images/boxes/light_top_big.gif) top right no-repeat; }
*+html table.list { margin:-1px 0 0 0; }
/* IE 6- Hacks */
*html table.list { background:transparent url(/images/boxes/light_big.gif) bottom left no-repeat; }
*html table.list thead th { background:transparent url(/images/boxes/light_top_big.gif) 50% 0% no-repeat; }
*html table.list thead th.first { background:transparent url(/images/boxes/light_top_big.gif) top left no-repeat; }
*html table.list thead th.last { background:transparent url(/images/boxes/light_top_big.gif) top right no-repeat; }
*html table.list { margin:-1px 0 0 0; }



/* + --------------------------------------------------------------------------
 * font styles
 */
h1, h2, h3 {
  color:#0F0F0F;
  margin:0 0 10px 0;
  font-size:160%;
  line-height:120%;
  font-weight:normal;
}
h1 {
  padding:0 0 5px 0;
}
body#home h1 {
  font-size:190%;
}
h2 {
  font-size:120%;
  font-weight:bold;
}
h3 {
  font-size:110%;
  color:#353535;
  font-weight:bold;
}
h4
{
  font-size: 100%;
  color: #353535;
  font-weight: normal;
}

.text {
  font-size:100%;
}
.text a {
  color:#353535;  
}
h1 a,
h1 a:link,
h1 a:visited,
h2 a,
h2 a:link,
h2 a:visited,
h3 a,
h3 a:link,
h3 a:visited {
  color:#679920;
  text-decoration:none;
}
h1.left {
  float:left;
  display:inline;
  padding:0 0 0 10px;
}
div.headRight {
  float:right;
  display:inline;
  width:200px;
  text-align:right;
  padding:0 10px 0 0;
}

/* + --------------------------------------------------------------------------
 * special styles homepage
 */
body#home p.sendRec,
body#home p.createRec,
body#home p.findRec,
body#home p.createNetwork {
  padding:10px 0 10px 44px;
  margin:10px 0 0 0;
  color:#194A8D;
  font-size:120%;
  font-weight:bold;
  background:#fff url(/images/icons/home/anschauen.gif) center left no-repeat;
}
body#home p.createRec {
  background:#fff url(/images/icons/home/schreiben.gif) center left no-repeat;
}
body#home p.findRec {
  background:#fff url(/images/icons/home/finden.gif) center left no-repeat;
}
body#home p.createNetwork {
  background:#fff url(/images/icons/home/profil.gif) center left no-repeat;
}
p.home_margin {
  padding:0 0 0 44px;
  margin:0;
}



/* + --------------------------------------------------------------------------
 * step tabs
 */
.steps {
  height:25px;
  margin:0 0 30px 0;
}
.steps .step1, .steps .step1_active,
.steps .step2, .steps .step2_active,
.steps .step3, .steps .step3_active,
.steps .step4, .steps .step4_active {
  float:left;
  height:25px;
  white-space:nowrap;
  font-size:90%;
  padding:10px 2px 0 35px;
  margin:0 20px 0 0;
  text-align:left;
}
.steps .step1 { background:#fff url(/images/icons/small/zahl1.gif) left no-repeat; }
.steps .step2 { background:#fff url(/images/icons/small/zahl2.gif) left no-repeat; }
.steps .step3 { background:#fff url(/images/icons/small/zahl3.gif) left no-repeat; }
.steps .step4 { background:#fff url(/images/icons/small/zahl4.gif) left no-repeat; }
.steps .step1_active { background:#fff url(/images/icons/small/zahl1_orange.gif) left no-repeat; }
.steps .step2_active { background:#fff url(/images/icons/small/zahl2_orange.gif) left no-repeat; }
.steps .step3_active { background:#fff url(/images/icons/small/zahl3_orange.gif) left no-repeat; }
.steps .step4_active { background:#fff url(/images/icons/small/zahl4_orange.gif) left no-repeat; }


/* + --------------------------------------------------------------------------
 * certifications
 */
div#certification {
  background:#fff none;
  border:1px solid #000;
  color:#000;
  margin:0 auto;
  padding:20px;
  text-align:left;
}
div#certification h1 {
  color:#000;
  text-align:center;
}
div#certification p.center {
  font-size:120%;
  text-align:center;
}
div#certification p {
  margin-bottom:20px;
  font-size:11px;
  line-height:140%;
}
div#certification table tr td {
  font-size:11px;
}
div#certification table tr td.dotted,
td.dotted {
  border-bottom:1px solid #999;
}


/* + --------------------------------------------------------------------------
 * boxes
 */
div.boxGreenHead, div.boxGrayHead, div.boxOrangeHead {
  font-weight:bold;
  background:transparent url(/images/boxes/green_top.gif) top left no-repeat;
  width:300px;
  margin:0;
  height:30px;
  line-height:30px;
  padding:0 10px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:280px;
}

div.boxGreen, div.boxGray, div.boxOrange
{
  background:#C0DB4F url(/images/boxes/green.gif) bottom left no-repeat;
  width:300px;
  margin:0 0 20px 0 !important;
  padding:10px !important;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:280px;
}
div.boxGray { background:#EDEDED url(/images/boxes/gray.gif) bottom left no-repeat; }
div.boxGrayHead { background:transparent url(/images/boxes/gray_top.gif) top left no-repeat; }
div.boxOrange { background:transparent url(/images/boxes/orange_bottom.gif) bottom left no-repeat; }
div.boxOrangeHead { background:transparent url(/images/boxes/orange_top.gif) top left no-repeat; }

div.boxGreen p, div.boxOrange p, div.boxGray { margin:0; padding:0; }

div.rightcontentBig div.boxGreenHead, div.rightcontentBig div.boxGrayHead {
  background:transparent url(/images/boxes/green_top_big.gif) top left no-repeat;
  width:380px;
  padding:0 10px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:360px;
}
div.rightcontentBig div.boxGrayHead { background:transparent url(/images/boxes/gray_top_big.gif) top left no-repeat; }
div.rightcontentBig div.boxGreen, div.rightcontentBig div.boxGray {
  background:#C0DB4F url(/images/boxes/green_big.gif) bottom left no-repeat;
  width:380px;
  padding:10px !important;
  voice-family: "\"}\"";
  voice-family:inherit;
  width:360px;
}
div.rightcontentBig div.boxGray { background:#EDEDED url(/images/boxes/gray_big.gif) bottom left no-repeat; }

div.boxWhite
{
  background: transparent url( /images/boxes/white_top.gif ) top left no-repeat;
  margin: 0 0 20px 0;
}

div.boxWhite div.boxWhiteInside
{
  padding: 10px;
  background: transparent url( /images/boxes/white_bottom.gif ) bottom left no-repeat;
}

div.boxWhite div div, div.boxWhiteSmall div div, div.boxWhite div p, div.boxWhiteSmall div p, div.leftcontentSmall div#image div p
{
  padding: 0;
  margin: 0;
}

div.boxWhiteSmall
{
  background: transparent url( /images/boxes/white_top_small.gif ) top left no-repeat;
  margin: 0 0 20px 0;
}

div.boxWhiteSmall div.boxWhiteInside
{
  background: transparent url( /images/boxes/white_bottom_small.gif ) bottom left no-repeat;
  padding: 10px;
}

div.rightcontentBig div.boxWhite
{
  background:transparent url(/images/boxes/white_top_big.gif) top left no-repeat;
}

div.rightcontentBig div.boxWhite div.boxWhiteInside
{
  background:transparent url( /images/boxes/white_bottom_big.gif ) bottom left no-repeat;
}

div.boxWhite p {
  margin:0;
  padding:0 0 10px 0;
}
div.boxGreen a,
div.boxGreen a:link,
div.boxGreen a:visited {
  color:#000;
}
div.boxGreen a:hover,
div.boxGreen a:focus,
div.boxGreen a:active,
div.boxGreen a.active {
  color:#fff;
}
div.boxGreen a.active {
  text-decoration:none;
}
div.boxWhite div.topRight, div.topRight
{
  background: transparent none !important;
  float:right;
  width:60px;
  font-weight:normal;
  padding:0;
  text-align:right;
}


/* + --------------------------------------------------------------------------
 * list images / text
 */
div.fImage, div.fText {
  float:left;
  display:inline;
  width:50px;
  padding:0 0 5px 0;
  margin:0 10px 5px 0;
  text-align:center;
}
div.fText {
  width:295px;
  background:transparent url(/images/dots.gif) bottom left repeat-x;
  text-align:left;
  margin:0 0 5px 0;
}
div.fLonelyText {
  width:295px;
  margin:0 0 0 60px;
}


/* + --------------------------------------------------------------------------
 * misc content elements
 */
div.businesscard {
  font-size:100%;
  margin:20px 0 20px 9.1em;
  padding:10px;
  border:solid #8A8A8A;
  float:left;
  border-width:1px 3px 3px 1px;
  width:20.5em;
}

td.smallspace a img.white_border,
img.white_border {
  border:2px solid #fff !important;
}
a:hover img.white_border,
a:focus img.white_border,
a.active img.white_border {
  border:2px solid #bbb;
}
td.smallspace a img.orange_border,
img.orange_border {
  border:2px solid #F67100 !important;
}
td { padding:2px 0; }
td.smallspace {
  font-size:0;
  height:5px;
  padding:0;
  margin:0;
  line-height:0;
  text-align:left;
}
div.text_inline {
  float:left;
  display:inline;
  margin-right:10px;
}
img.seperator {
  vertical-align:middle;
  margin:0 3px;
}
.white {
  color:#fff;
}
div#map {
  overflow:hidden;
}

div.category_icon_large
{
  text-align: center;
}

div.category_icon_small
{
  float: left;
  margin: 5px 10px 0 0;
}

div.image_medium, div.member_icon_large
{
  text-align: center;
}

div.image_thumbnail
{
  float: left;
  margin: 5px 10px 0 0;
}

div#imageveil
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=80);
  z-index: 1;
  display: none;
}

div#posterimageholder
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
}

body > div#posterimageholder
{
  position: fixed;
}

div#innerposterimageholder
{
  padding: 10px 0;
  margin: 25px auto;
  background-color: white;
}

div#innerposterimageholder a
{
  display: block;
}

div#innerposterimageholder a img
{
  display: block;
  border: 0;
}

div#innerposterimageholder a#imagelink
{
  margin: 0 10px;
}

div#innerposterimageholder a#closelink
{
  width: 20px;
  position: relative;
  right: 15px;
  float: right;
}

div#innerposterimageholder div#caption
{
  padding: 10px;
}

/* + --------------------------------------------------------------------------
 * comments, recommendations on public pages
 */
ul.comments
{
  margin-left: 0;
  padding-right: 0;
}

ul.comments li
{
  list-style-type: none;
  border-top: 1px black dotted;
  margin-bottom: 0.5em;
}

ul.comments li.first
{
  border-top: none;
}

ul.comments li div.image
{
  float: left;
  padding: 5px 5px 5px 0;
  margin-left: 0;
}

ul.comments li h3, ul.comments li div
{
  margin-left: 50px;
}

/* + --------------------------------------------------------------------------
 * start page teaser boxes, like "Freunde, die du vielleicht kennst" or "Empfehlungen zum entdecken"
 */
ul.featured
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.featured li
{
  min-height: 42px;
  height: auto !important;
  height: 42px;
  margin: 0 0 4px 0;
}

ul.featured li div.image
{
  float: left;
}

ul.featured li div.image img
{
  display: block;
  padding-top: 3px;
}

ul.featured li p
{
  margin-left: 45px;
}
