#nodebox_loading {
	position:absolute;
	left:50%;
	top:50%;
	width:60px;
	height:60px;
	margin-left:-30px;
	margin-top:-30px;
	background:transparent url('images/loading.gif') no-repeat center center;
	display:none;
	z-index:998; 
}

#nodebox {
	position:absolute;
	left:50%;
	top:0;
	display:block;
	z-index:999;
	height:auto;
	width:600px;
	margin-left:-300px;
	font-size:12px;
}

#nodebox_content h2 {
line-height:28px;
background: url('../images/schwinge_mittel.png');
background-position:0 8px !important;
padding-bottom:20px;
}

#nodebox_content .field-name-field-tags {
	color:#454845;
	width:482px;
	background:#ebebeb;
	display: block;
	padding:10px 20px;
}

#nodebox_content .field-name-field-tags .field-item:first-child {
	padding-left:0px;
}

#nodebox_content .field-name-field-tags .field-item {
	display: inline-block;
}

#nodebox_content .field-name-field-tags .field-item a {
	padding:2px 5px;
}

#nodebox_content .field-name-field-tags .field-item a:hover {
	background:#53AF30;
	color:#fff;
}

#nodebox_content .description {
	color:#8b8b8b;
	width:502px;
	background:#ebebeb;
	display: block;
	padding:0 10px;
	position: relative;
	top:-8px;
}

#nodebox_content .newsdatum {
	margin-left:25px;
	position: relative;
	font-size:14px;
	color:#8e8e8e;
}

#nodebox_overlay {
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.7);
	z-index:998;
}

#nodebox_content {
	padding:40px;
	background:#f3f3f3;
}

#nodebox_content p {
	font-size:14px;
	line-height: 24px;
	color:#454845;
}

#nodebox_content h2 a {
	color:#454845;
}

#nodebox_nav a, #nodebox_nav span {
	display:inline-block;
	padding:7px 14px;
	color:#fff;
	background:#464845;
	margin-right:10px;
	text-transform: uppercase;
	font-weight: bold;
}

#nodebox_nav a:hover, #nodebox_nav .active {
	background:#53af30;
}

#nodebox_close {
	width:20px;
	height:20px;
	display:block;
	position:absolute;
	background:#dadada url('images/close.png') no-repeat center center;
	right:6px;
	cursor:pointer;
}

#nodebox_close:hover {
	background:#dadada url('images/close_hover.png') no-repeat center center;
}

#nodebox_content .news_large {
	padding:5px;
	border: solid 1px #dadada;
	width:510px;
	height:290px;
	margin-top:10px;
}

.news_thumbnails {
	width:522px;
	height: 100px;
	display: block;
}

.news_thumbnails img {
	display:inline-block;
	border:1px solid #d5d5d5;
	-webkit-box-shadow: 0px 0px 38px #dbdbdb;
	-moz-box-shadow: 0px 0px 38px #dbdbdb;
	box-shadow: 0px 0px 38px #dbdbdb;
	background:#F3F3F3;
	padding:5px !important;
	margin-right:5px !important;
	cursor: pointer;
	margin-bottom:5px;
}

.news_thumbnails img:hover {
	border:1px solid #53af30;
}