/* ------------------------------------------------- */
/* > Global Stylesheet ----------------------------- */
/* > Index, Leistung, Referenzen, Kontakt ---------- */
/* > Copyright 2010 TomB-Design.de ----------------- */
/* ------------------------------------------------- */


/* ------------------------------------------------- */
/* ---------------- GLOBAL SETTINGS ---------------- */
/* ------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

a, a:active, a:visited {
	text-decoration: none;
	color: #ff6534;
}

a:hover {
	text-decoration: none;
	color: #777777;
}

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(img/body.png) no-repeat top center;
	font: normal 11px trebuchet ms, arial, sans-serif;
	color: #4d463a;
}

img {
	border: none;
}


/* ------------------------------------------------- */
/* ------------------- STRUCTURE ------------------- */
/* ------------------------------------------------- */


/* -------------------------- */
/* ---------- HEAD ---------- */
/* -------------------------- */

#head {
	width: 1020px;
	height: 87px;
	margin: 0 auto;
	padding: 131px 0px 0px 0px;
}

#headl {
	width: 405px;
	height: 87px;
	float: left;
}

#headr {
	width: 421px;
	float: left;
	padding: 24px 0px 0px 179px;
}

#logo {
	width: 405px;
	height: 87px;
	background-image: url(img/logo.png);
	display: block;
	text-indent: -10000px;
}


/* -------------------------- */
/* -------- NAVIGATION ------ */
/* -------------------------- */

.navigation {
	list-style: none;
	display: inline;
	width: 356px;
}

.navigation li {
	float: left;
	display: inline;
}


/* -------------------------- */
/* --------- CONTENT -------- */
/* -------------------------- */

#border {
	border-top: 2px solid #ffffff;
	width: 1000px;
	margin: 0 auto;
}

#content {
	width: 1020px;
	height: 449px;
	margin: 0 auto;
	clear: both;
}

#dev {
	width: 32px;
	height: 21px;
	background: url(img/links.png) 188px 0px;
	display: block;
	margin-right: 28px;
	text-indent: -10000px;
	float: left;
}

#dev:hover {
	background: url(img/links.png) 156px 0px;
}

#shvt {
	width: 62px;
	height: 21px;
	background: url(img/links.png) 124px 0px;
	display: block;
	text-indent: -10000px;
	float: left;
}

#shvt:hover {
	background: url(img/links.png) 62px 0px;
}