/* ------------------------------------------------- */
/* > Stylesheet for Referenzen.html ---------------- */
/* > HEAD, NAVIGATION, CONTENT --------------------- */
/* > Copyright 2010 TomB-Design.de ----------------- */
/* ------------------------------------------------- */

h1 {
	margin: 0px;
	padding: 66px 0px 0px 20px;
	color: #dc0b19;
	font-size: 14px;
}

/* --------------------------- */
/* -------- NAVIGATION ------- */
/* --------------------------- */

.startseite {
	width: 89px;
	height: 25px;
	background: url(img/normal.png) 0px 0px;
	text-indent: -10000px;
	display: blocK;
}

.startseite:hover {
	background: url(img/hover.png) 0px 0px;
}

.leistung {
	width: 89px;
	height: 25px;
	background: url(img/normal.png) 267px 0px;
	text-indent: -10000px;
	display: blocK;
}

.leistung:hover {
	background: url(img/hover.png) 267px 0px;
}

.referenzen {
	width: 89px;
	height: 25px;
	background: url(img/active.png) 178px 0px;
	text-indent: -10000px;
	display: blocK;
}

.kontakt {
	width: 89px;
	height: 25px;
	background: url(img/normal.png) 89px 0px;
	text-indent: -10000px;
	display: blocK;
}

.kontakt:hover {
	background: url(img/hover.png) 89px 0px;
}


/* --------------------------- */
/* --------- CONTENT ----------*/
/* --------------------------- */

#border { border-top: 2px solid #ffffff; }

#content {
	width: 1020px;
	height: 449px;
	margin: 0 auto;
	background-image: url(img/content.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#chooseref {
	width: 141px;
	height: 40px;
	display: block;
	background-image: url(img/chooseref.png);
	margin: 0px 0px 0px 20px;
}

#contentl {
	width: 990px;
	height: 438px;
	background-image: url(img/contentt.png);
	margin: 3px 0px 0px 5px;
	float: left;
}



#showrefs {
	width: 850px;
	height: 280px;
	margin: 20px 0px 6px 120px;
}
