body {
	padding: 0;
	margin: 0;
}

.gb-body {
	/*width: 140px;*/
	background: #e4e5e6;
	padding: 10px;
}

.gb-body-horisontal {
	background: #e4e5e6;
	padding: 10px 0px 36px 10px;
	position: relative;
}

.gb-item-vertical {
	position: relative;
	/*padding-bottom: 10px;*/
	height: 139px;
	overflow: hidden;
	word-wrap: break-word;
	margin-bottom: 10px;
	margin-top: 10px;
}

.gb-item-horisontal{
	position: relative;
	/*padding-bottom: 10px;*/
	height: 100%;
	width: 133px;
	overflow: hidden;
	word-wrap: break-word;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	float: left;
}

.gb-line-vertical {
	/*margin-top: 10px;
	margin-bottom: 10px;*/
	height: 1px;
	background:url("images/spacer_horisontal.jpg") repeat-x scroll 0 100% transparent;
}

.gb-line-horisontal {
	width: 1px;
	background:url("images/spacer_vertical.jpg") repeat-y scroll 0 100% transparent;
	display: inline-block;
	float:left;
	height: 100%;
}

.gb-titel-vertical {
	padding: 0;
	color: #000000;
	font: 17px/20px Georgia, serif;
    word-wrap: break-word;
	margin-top: 5px;
	overflow: hidden;
	max-height: 40px;
}

.gb-titel-horisontal {
	color: #000000;
	font: 17px/20px Georgia, serif;
    word-wrap: break-word;
	margin-top: 5px;
	overflow: hidden;
	max-height: 40px;
}

.gb-teaser-img {
	width: 50px;
	height: 36px;
	border: none;
}

.gb-teaser-vertical-long {
	line-height: 100px;
	overflow: hidden;
	font: 11px/14px Verdana,Geneva,sans-serif;
	word-wrap: break-word;
	height: 70px;
	margin-top: 5px;
}

.gb-teaser-vertical-short {
	line-height: 100px;
	overflow: hidden;
	font: 11px/14px Verdana,Geneva,sans-serif;
	word-wrap: break-word;
	height: 42px;
	margin-top: 5px;
}

.gb-teaser-horisontal {
	line-height: 100px;
	overflow: hidden;
	font: 11px/13px Verdana,Geneva,sans-serif;
	word-wrap: break-word;
	margin-top: 5px;
}

.gb-teaser-horisontal-short {
	line-height: 100px;
	overflow: hidden;
	font: 11px/13px Verdana,Geneva,sans-serif;
	word-wrap: break-word;
	height: 39px;
	margin-top: 5px;
}

.gb-date-vertical {
	color: #74787d;
    font: 9px/12px Verdana,Geneva,sans-serif;
	word-wrap: break-word;
	top: 0;
	left: 60px;
	position: absolute;
}

.gb-logo-img-vertical {
	height: 40px;
	width: 100%;
	background: url(images/logo_horisontal.jpg) no-repeat top center;
	margin-bottom: 10px;
}

.gb-logo-img-horisontal {
	width: 40px;
	height: 100%;
	background: url(images/logo_vertical.jpg) no-repeat center center;
	margin-right: 10px;
	display: inline-block;
	float: left;
}

.gb-readmore-vertical {
	color: #000000;
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

.gb-readmore-horisontal {
	color: #000000;
	height: 10px;
	clear: both;
	bottom: 20px;
	right: 10px;
	position: absolute;
	/*float: right;*/
}

a:link,
a:visited,
a:active,
a:hover {
	color: #000000;
	text-decoration:none;
}

a:hover {
	color: #9CAE01;
}

.gb-titel-vertical a:hover,
.gb-titel-horisontal a:hover,
.gb-teaser-horisontal a:hover,
.gb-teaser-vertical-short a:hover,
.gb-teaser-vertical-long a:hover {
	color: #000000;
}

.gb-arrow {
	vertical-align: bottom;
}

