
/* -------------------------------------------------------------
	obbelode.de - Stylesheet
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Autor:		i.A. MWa
	Release:	1.0
	-------------------------------------------------------------	*/

	/* -------------------------------------------------------------
	Default settings
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	.header {
		border-bottom-color: #D9A34B;
		background: #fef5d6;
	}

	.content {
		background: #fef5d6;
	}

	.footer {
		border-top: 1px solid #fff;
		background: #fef5d6;
	}

	.header-logo-link img {
		background: transparent;
	}

	body {
		background: #BCB09C;
	}

	h1,
	h2,
	.list-object h2 a {
		color: #31A131;
	}

	.button,
	.objlist-sortby input,
	.objlist-jumpbox a,
	.footer-nav a,
	.list-object-linkdetails {
		background: #31A131;
	}

	.content li {
		background: url(../images/template/80316-li-bullet.png) no-repeat 0 8px;
	}

	.object-frame-header {
		border-bottom-color: #fff;
	}

	.list-object {
		border-bottom-color: #fff;
	}

	.object-details p.back {
		border-top-color: #fff;
	}

	.object-largeimages img {
		border-color: #fff;
	}

	.object-details-img-loading,
	.object-largeimages {
		background: url(../images/template/80316-loading.gif) center 35px no-repeat;
	}
