
.front h1#page-title,
.front .node p 
	{
	text-align:center;
	}
body .node-unpublished
	{
	color:#393939;
	background-color:rgba(255,255,255,0.40);
	}
	
.node-fields
	{
	width:43%;
	float:left;
	}

.node-fields .field 
	{
	clear:both;
	height:auto;
	overflow:hidden;
	}

.node-fields  .field-name-field-bild 
	{
	line-height:0;
	}

.node-body
	{
    float: right;
    padding: 0 0 20px 20px;
    width: 50%;
	}

.node-body p 
	{
	font-size:16px; 
	line-height:21px;
	font-weight:300;
	}

#images-by-node
	{
	background-color: #fff;
    color: #000;
    padding: 10px;
	
	}
	
#images-by-node h3
	{
  	font-family: 'Oxygen',sans-serif;
    font-size:16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  	margin-bottom:7px;
	}
	
.field-name-field-content-bilder .field-item
	{
	float:left;
	margin-right:5px;
	width: 87px;
	}

.field-name-body ul
	{
	margin-bottom:20px;
	}

.field-name-body ul,
.field-name-body ul li
	{
	margin-left:20px;
	list-style-type:circle;
	font-weight:bold;
	}

.node a
	{
	color:#cf2f31;
	text-decoration:none;

	}