@charset "utf-8";
/* CSS Document */

/* body */

#body {
	position:absolute;
	top:160px;
	left:0px !important;

	width:100%;
	height:460px;
	
	margin:0px 0px 0px 0px !important;
	padding:0px 0px 0px 0px !important;
	
	text-align:left;

	background-color:#ffffff;

	clear:left;
}

#bild_start {
	width:655px;
	height:388px;
	
	position:absolute;
	z-index:10;
	
	background: url("../images/zitrus.jpg");
}

#body_content_text h1 a{
	color: inherit !important;
	padding: 0px;
	text-decoration:none;
	
	background-color:#ffffff;
}

#body_content_text h1 a:hover{
	text-decoration: none;
}

#body_content_text h2{
	font-weight: normal !important;
	font-size:1.8em !important;
}

#content_container {
	width:50%;
	height:460px;
	
	float:left;
}

/*.color_systems {
	color:#00A6EB;
}

.color_design {
	color:#7ECD31;
}

.color_security {
	color:#FF2A0C;
}*/

#body_content_text h1 span.blue{
	color: #00A6EB;#
	
	font-weight:bold;
}

#body_content_text h1 span.gray{
	color: #000000;
	
	font-weight: normal !important;
}

#body_content_text {
	width: 100%;

	margin: 0px;
	padding: 40px 20px;
	
	text-align:left;
	font-size:1.2em;

	position: absolute;
	z-index:20;	
	left: 550px;
}

#body_content_text h1 {
	font-size:2.4em;
}

#body_content_text p {
	margin:20px 0px;
}

#body_content_text a {
	color:#ffffff;
	padding:5px;
	text-decoration:none;
	
	background-color:#00A6EB;
}

#body_content_text a:hover {
	text-decoration:underline;
}
