/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */


.node /* Node wrapper */ {
}

.preview .node /* Preview of the content before submitting new or updated content */ {
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

.node-promoted /* A node that has been promoted to the front page */ {
}

.node-sticky /* A sticky node (displayed before others in a list) */ {
}

.node-unpublished /* Unpublished nodes */ {
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished div.unpublished,
.comment-unpublished div.unpublished /* The word "Unpublished" displayed underneath the content. */ {
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
}

.node-by-viewer /* A node created by the current user */ {
}

.node-teaser /* A node displayed as teaser */ {
  background-color: #FFFFFF;
  height: 150px;
  margin-bottom: 9px;
  border: 1px solid #BABABA;
  color: black;
  font-size: 11px;
  overflow: hidden;
  padding: 2px;
  padding-left: 4px;
}

.view-frontpage .node-teaser{
height: 173px;
}

.node-teaser img{
/*
  float: left;
  margin-left: -21px;
  margin-right: 9px;
  width: 200px;
 display: block;
*/
}


/* All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-page /* Page content node */ {
}

.node-article /* Article content node */ {
}

h2.node-title /* Node title */ {
}

.node .user-picture /* The picture of the node author */ {
}

.node .submitted /* The "posted by" information */ {
}

.node .content /* Node's content wrapper */ {
  padding-left: 7px;
  padding-right: 7px;
  margin-left: -9px;
  margin-top: -10px;
}

.node.view-mode-full .content{
padding-left: 8px;

}


.node ul.links /* Node links. See also the ul.links declaration in the pages.css. */ {
  text-decoration: none;
  color: black;
}

.node_type a:link{
color: black;
font-size: 16px;
  font-weight: bold;
}

.node_type a:visited{
color: black;
}

.node_type a:hover{
color: #CC0066;
}


/* 
 *stellenangebote
 */

.node-stellenangebot .view-mode-full .last a:link{
color: black;
}

.node-stellenangebot{
color: black;
font-weight: normal;
font-size: 13px;
}

.node-type-stellenangebot #page-title{
margin-bottom: 10px;
}

.node-type-stellenangebot .field-items > .field-item{
margin-bottom: 5px;
}

.node-stellenangebot h4{
font-size: 13px;
}

.node-stellenangebot .date-display-single{
font-weight: normal;
font-size: 13px;
}

.node-stellenangebot .field-label{
margin-bottom: 10px;
}

/* 
 *stellengesuch
 */

.node-stellengesuch{
height: 50px;
}

.node-type-stellengesuch .title{
font-size: 14px;
margin-bottom: 15px;
}

.node-type-stellengesuch h4{
font-size: 13px;
}

.node-type-stellengesuch .last a:link{
color: black;
}

.node-type-stellengesuch .date-display-single{
font-size: 13px;
font-weight: normal;
}

.node-type-stellengesuch .field-item, .node-type-stellengesuch .content_header, .node-type-stellengesuch .content_line{
margin-bottom: 0;
}