/*	
	-----------------------------------------------------------
	Section 1: Global page definitions
	-----------------------------------------------------------
*/

body {
	margin: 0;
	width: 100%;
	padding: 0;
	background-color: white;
}

img { border: none; }

a {
	color: #ff6600;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
}

html>body .moz-bug { clear:both  }

/*	
	-----------------------------------------------------------
	Section 2: Navigation
	-----------------------------------------------------------
*/

#start .start, #impressum .impressum, #buero .buero, #ingenieure .ingenieure, #standpunkt .standpunkt, #leistungen .leistungen, #kontakt .kontakt {
	color: #ff6600;
}

#navigation {
	float: right;
	margin: 58px 0 0 0;
	border-bottom: 1px solid #e0e0e0;
	width: 170px;
}
#navigation a {
	display: block;
	padding: 11px 0 10px 0;
	border-top: 1px solid #e0e0e0;
	font-size: 12px;
	font-weight: bold;
	color: #97a1a5;
	letter-spacing: 3px;
	text-decoration: none;
}
#navigation a:hover {
	color: #ff6600;
}

#industrie .industrie, #bruecken .bruecken, #hochbau .hochbau, #fassaden .fassaden, #expo .expo, #michel .michel, #schmidt .schmidt {
	color: #ff6600;
}

#navigation a.sub {
	border: none;
	padding: 0 0 0 14px;
}

/*	
	-----------------------------------------------------------
	Section 3: Main Divs
	-----------------------------------------------------------
*/

/*	outer containers */

#shadow {
	margin: 0 auto 50px auto;
	width: 875px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/system/tile_shadow.jpg);
	background-repeat: no-repeat;
}

#mainContainer {
	margin: 0 59px;
}


/*	page top */

#serviceTop {
	margin: 17px 0 4px 0;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #96a0a4;
}
#serviceTop a {
	color: #96a0a4;
	text-decoration: none;
}
#serviceTop a:hover {
	color: #ff6600;
}

#moodboard {
	margin: 0;
	padding: 0 0 2px 0;
	line-height: 0;
}


/*	content area */

#content {
	float: left;
	width: 510px;
}

#picBoard {
	margin: 0 0 62px 0;
	padding: 0;
	line-height: 0;
}

#whiteSpace {
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
	height: 58px;
}

#text {
	margin: 0 0 0 97px;
	color: #617177;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1px;
}

.textbox {
	float: left;
	width: 200px;
}

h1 {
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ff6600;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #ff6600;
}


/*	page bottom */

#serviceBottom {
	margin: 47px 0 0 0;
	border-top: 1px solid #e0e0e0;
	padding: 7px 0 0 0;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #96a0a4;
}
#serviceBottom a {
	color: #96a0a4;
	text-decoration: none;
}
#serviceBottom a:hover {
	color: #ff6600;
}


/*	specials for 'leistungen' */

.item {
	border-bottom: 1px solid #e0e0e0;
	padding: 19px 0 27px 0;
}

.item .pic {
	float: left;
	width: 130px;
}

.item .pic img {
	border-left: 3px solid #ff6600;
	padding: 0 0 0 2px;
}
.item .desc {
	float: right;
	width: 268px;
}

h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #617177;
}


/*	gallery specials	*/

.gallery {
	margin: 20px 0 0 0;
	border: 1px solid #e0e0e0;
	padding: 7px 0 7px 9px;
}
.gallery img {
	margin: 0 5px 0 0;
}

.hidden { display: none; }


/*	specials for 'ingenieure' */
td {
	padding: 5px 15px 0 0;
	vertical-align: top;
}#start #shadow #mainContainer #navigation .aktuell {
	color: #ff6600;
}

