/* ------------------------------------------------- */
/* > Stylesheet for index.html --------------------- */
/* > GLOBAL, NAVIGATION, HEAD, CONTENT, BOTTOM ----- */
/* > Copyright 2010 TomB-Design.de ----------------- */
/* ------------------------------------------------- */


/* --------------------------- */
/* ---------- GLOBAL ----------*/
/* --------------------------- */

h1 {
	margin: 0px;
	padding: 95px 0px 0px 5px;
	width: 240px;
	height: 19px;
	text-indent: -10000px;
	display: block;
	background: transparent url(img/willkommenh1.png) bottom right no-repeat;
}

h2 {
	margin: 0px;
	padding: 26px 0px 0px 20px;
	width: 69px;
	height: 19px;
	text-indent: -10000px;
	display: block;
	background: transparent url(img/leistungh2.png) bottom right no-repeat;
}

h3 {
	margin: 0px 0px 26px 0px;
	padding: 0px 0px 30px 20px;
	width: 135px;
	height: 19px;
	text-indent: -10000px;
	display: block;
	background: transparent url(img/referenzh3.png) bottom right no-repeat;
}

h4 {
	margin: 10px 0px 0px 0px;
	font-weight: normal;
	font-size: 11px;
}

h5 {
	margin: 5px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
}

h6 {
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	display: inline;
}


/* --------------------------- */
/* -------- NAVIGATION ------- */
/* --------------------------- */

.startseite {
	width: 89px;
	height: 25px;
	background: url(img/active.png) 0px 0px;
	text-indent: -10000px;
	display: blocK;
}

.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/normal.png) 178px 0px;
	text-indent: -10000px;
	display: blocK;
}

.referenzen:hover {
	background: url(img/hover.png) 178px 0px;
}

.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 --------- */
/* --------------------------- */

#contentl {
	width: 495px;
	height: 438px;
	background-image: url(img/contentl.png);
	margin: 3px 0px 0px 5px;
	float: left;
}

#contento {
	height: 219px;
}

#contentu {
	height: 219px;
}

#contentr {
	width: 495px;
	height: 438px;
	background-image: url(img/contentr.png);
	margin: 3px 5px 0px 0px;
	float: right;
}

#leistung_text {
	width: 435px;
	margin: 20px 30px 20px 30px;
}

#newref {
	width: 495px;
	margin: 0px 0px 0px 71px;
}

#news {
	width: 475px;
	height: 390px;
	padding: 0px 10px 0px 10px;
}

#newstext {
	width: 435px;
	padding: 20px 20px 0px 20px;
	line-height: 20px;
}

.readmore {
	width: 71px;
	height: 19px;
	margin: 20px 0px 0px 350px;
	background: url(img/weiterlesen.png);
	display: blocK;
	text-indent: -10000px;
}

#visit {
	width: 149px;
	height: 32px;
	background-image: url(img/visit.png);
	padding: 16px 0px 0px 347px;
}