body {
	background-image: url('images/backg_2px.png');
	background-repeat: repeat-x;
	background-color: #f2c124;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#content {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	border-bottom: 2px solid #565656;
}

a.selected {
	text-decoration: none;
	border-bottom: 2px solid #f6a800;
}

.header {
	position: absolute;
	top: 0px;
	width: 1000px;
	height: 168px;
}

.top_navi {
	position: absolute;
	top: 168px;
	width: 1000px;
	height: 46px;

	background-image: url('images/header/bogen.jpg');
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 136px;

	color: #565656;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;

	z-index: 10;
}

.header_navi {
	position: absolute;
	top: 0px;
	left: 300px;
}

.top_navi_a {
	color: #565656;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.top_navi_input {
	width: 90px;
	border: 0px;

	outline-color: #a0a4a7;
	outline-style: inset;
	padding: 1px;

	color: #565656;
	font-family: 'Trebuchet MS';
	font-size: 10px;
	letter-spacing: 0.1em;

	text-align: center;
}

.content {
	position: absolute;
	top: 214px;
	width: 1000px;
	height: 486px;

	background-image: url('images/background.png');
	background-repeat: no-repeat;
}

.content_divider {
	position: absolute;
	top: 10px;
	left: 326px;
	width: 2px;
	height: 466px;

	background-image: url('images/line.gif');
	background-repeat: repeat;
	z-index: 100;
}

.content_navi {
	position: absolute;
	top: 30px;
	left: 128px;
}

.content_navi_text {
	color: #565656;
	font-family: 'Trebuchet MS';
	font-size: 12px;
/*	line-height: 17px; */
}

.content_text_pos_1 {
	position: absolute;
	top: 30px;
	left: 350px;
	z-index: 10;
}

.content_text_pos_2 {
	position: absolute;
	top: 30px;
	left: 570px;
	z-index: 11;
}

.content_headline_referenzen_1 {
	position: absolute;
	top: 30px;
	left: 350px;
}

.content_headline_referenzen_2 {
	position: absolute;
	top: 30px;
	left: 725px;
}

.content_text_referenzen {
	position: absolute;
	top: 62px;
	left: 342px;
}

.content_text_w390 {
	position: absolute;
	top: 30px;
	left: 350px;
	width: 390px;
}

.content_bild_home {
	position: absolute;
	top: 140px;
	right: 0px;
}

.content_bild_lageplan {
	position: absolute;
	top: 30px;
	left: 350px;
}

.content_bild_map24 {
	position: absolute;
	top: 405px;
	left: 843px;
}

.content_bild_illustration_baukastenprinzip {
	position: absolute;
	bottom: 70px;
	right: 270px;
}

.content_bild_kompetenzen {
	position: absolute;
	top: 16px;
	right: 0px;
}

.content_bild_logo_projekte {
	position: absolute;
	top: 30px;
	right: 257px;
}

.content_bild_referenzen_logos {
	position: absolute;
	top: 80px;
	right: 0px;
}

.content_bild_ueber_uns {
	position: absolute;
	top: 0px;
	right: 0px;
}

.content_bild_pos_1 {
	position: absolute;
	top: 30px;
	left: 759px;
}

.content_bild_pos_2 {
	position: absolute;
	top: 187px;
	left: 759px;
}

.content_bild_pos_3 {
	position: absolute;
	top: 344px;
	left: 759px;
}

.content_bild_downlads_1 {
	position: absolute;
	top: 30px;
	left: 370px;
}

.content_bild_downlads_2 {
	position: absolute;
	top: 144px;
	left: 370px;
}

.content_bild_downlads_3 {
	position: absolute;
	top: 258px;
	left: 370px;
}

.content_bild_downlads_4 {
	position: absolute;
	top: 372px;
	left: 370px;
}

.head {
	color: #003882;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-weight: bold;
}

.subhead {
	color: #3399ff;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
}

.copy {
	color: #565656;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	line-height: 17px;
}

.light_blue {
	color: #3399ff;
}

