@charset "utf-8";

/*Layout*/

body, html {
	margin: 0px;
}

.layout {
	position: relative;
	height: auto;
	width: 812px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.top_news {
	position: relative;
	background-image: url(images/top_news.png);
	background-repeat: no-repeat;
	width: 812px;
	height: 55px;
}

.top_unternehmen {
	position: relative;
	background-image: url(images/top_unternehmen.png);
	background-repeat: no-repeat;
	width: 812px;
	height: 55px;
}

.top_leistungen {
	position: relative;
	background-image: url(images/top_leistungen.png);
	background-repeat: no-repeat;
	width: 812px;
	height: 55px;
}

.top_referenzen {
	position: relative;
	background-image: url(images/top_referenzen.png);
	background-repeat: no-repeat;
	width: 812px;
	height: 55px;
}

.middle {
	position: relative;
	background-image: url(images/middle.png);
	background-repeat: repeat-y;
	width: 812px;
	height: auto;
}

.bottom {
	position: relative;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	width: 812px;
	height: 28px;
}

.content {
	position: relative;
	width: auto;
	height: auto;
	margin-left: 155px;
	padding-right: 35px;
	padding-top: 95px;
	font-family: "Arial";
	font-size: 12px;
	line-height: 20px;
}

.nav {
	position: absolute;
	width: 120px;
	height: auto;
	margin-left: 30px;
	margin-top: 80px;
	font-family: "Arial";
	font-size: 12px;
	line-height: 15px;
	color: #a3a3a3;
}

.top_line {
	position: absolute;
	background-image: url(images/top_line.png);
	background-repeat: no-repeat;
	width: 548px;
	height: 1px;
	margin-top: 35px;
	margin-left: 227px;
}

.top_text {
	position: absolute;
	width: 250px;
	height: 22px;
	margin-top: 14px;
	margin-left: 525px;
	font-family: "Times New Roman";
	font-size: 20px;
	color: #a3a3a3;
	text-align: right;
}

.logo {
	position: absolute;
	width: 195px;
	height: 58px;
	margin-left: 20px;
	margin-top: -8px;
}

.hp-vision {
	position: absolute;
	height: auto;
	width: 207px;
	margin-top: 0px;
	margin-right: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #7a7a7a;
	right: 20px;
}

/*Hyperlinks*/

a:link {
	text-decoration: none;
	color: #7a7a7a;
}

a:visited {
	text-decoration: none;
	color: #7a7a7a;
}

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

a:active {
	text-decoration: none;
	color: #06C;
}


/*Fonts*/

.arabic_normal {
	font-family: "Arial";
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}

.arabic_head {
	font-family: "Arial";
	font-size: 18px;
	text-decoration: none;
	color: #000;
}

.arabic_head2 {
	font-family: "Arial";
	font-size: 15px;
	line-height: 20px;
	text-decoration: underline;
	font-weight: bold;
}

.arabic_head3 {
	font-family: "Arial";
	font-size: 16px;
	text-decoration: none;
	color: #7a7a7a;
}

.arabic_red {
	font-family: "Arial";
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
	color:#F00
}

.verdana9 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #000;
}
