body {
	background: #8A1622;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Univers, Zurich BT;
	font-size: 12px;
	font-weight: normal;
}

#internet_web_consulting {
	position: relative;
	background: orange;
	background: #fff;
	width: 860px;
	heigth: auto;
	min-height: 690px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: left;
	border: 1px solid white ;
}
#bytefabrik_kontakt {
	position: relatvie;
	margin: 1px;
	color: #fff;
}


/* bytefabrik logo */

#bytefabrik {
	position: absolute;
	background-color: #fff;
	background-image: url(../webdesign/bytefabrik.jpg);
	background-repeat:no-repeat;
	background-position: center bottom;
	top: 0px;
	left: 0px;
	width: 110px;
	height: 350px;
}


/* bild */


#webdesign_bielefeld {
	position: absolute;
	background-color: #fff;
	background: url(../webdesign/technologiezentrum_bielefeld.jpg) no-repeat;
	top: 0px;
	left: 110px;
	height: 350px;
	width: 750px;
}

/* trennlinie */


#webdesign {
	position: absolute;
	background-color: #fff;
	background: url(../styles/webdesign.jpg) no-repeat;
	top: 351px;
	left: 0px;
	height: 5px;
	width: 860px;
}



/* auswahl */

#bytefabrik_websolutions {
	position: absolute;
	width: 270px;
	left: 0px;
	top: 357px;
	margin-top: 10px;
	 /*background: green; */
	/* border: 1px solid blue; */
}

div#bytefabrik_websolutions ul {
	font-weight: normal;
	font-size: 16px;
	/* list-style-image: url(../styles/bytefabrik_webdesign.gif); */
}


/* inhalte */

#bytefabrik_content {
	position: relative;
	background-image: url(../styles/bytefabrik_webdesign.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 357px;
	margin-left: 270px;
	width: 588px;
	background-color: #DFE2E6;
	border: 1px solid #DFE2E6;
}

#content {
	position: relative;
	margin: 20px 10px 40px 100px;
}
div#content h1 {
	font-size: 20px;
}

div#content li {
	font-size: 12px;
}

