@import url(http://fonts.googleapis.com/css?family=Oxygen:700,400&subset=latin,latin-ext);
body {
	background-color:#E6E6E6;
	font-family: 'Oxygen', sans-serif;
}
.headline {
	background-color:#FF801F;
	height:4px;
	top:0%;
	left:0%;
	width:100%;
	position:absolute;
}
.header {
	top:4px;
	position:absolute;
	left:0%;
	right:0%;
	height:44px;
	color:#F0F0F0;
	background:url(pic/bgmenu.bmp);
	background-repeat:repeat-x;
}
a.hlink:link {
	color: #0000C8;
	text-decoration: none;
}
a.hlink:visited {
	color: #0000C8;
	text-decoration: none;
}
a.hlink:hover {
	color: #0000C8;
	text-decoration: none;
}
a.hlink:active {
	color: #0000C8;
	text-decoration: none;
}

.md {
	padding-top:10px;
	background:url(pic/bgmenu.bmp);
	background-repeat:repeat-x;
	width:15%;
	float:left;
	border-right-style:solid;
	border-right-color:#FFFF66;
	border-right-width:1px;
	height:34px;
	font-size: 16px;
	color:#E0E0E0;
	text-align:center;
	min-width:120px;
}
.mda {
	padding-top:10px;
	background:url(pic/bgamenu.bmp);
	background-repeat:repeat-x;
	width:15%;
	float:left;
	color:#FFFFFF;
	border-right-style:solid;
	border-right-color:#FFFF66;
	border-right-width:1px;
	height:30px;
	font-size: 16px;
	text-align:center;
	border-bottom-style:solid;
	border-bottom-color:#FF801F;
	border-bottom-width:4px;
	min-width:120px;
}

#prod:hover {
	color:#FFFFFF;
	background:url(pic/bgamenu.bmp);
}
#publ:hover {
	color:#FFFFFF;
	background:url(pic/bgamenu.bmp);
}
#cont:hover {
	color:#FFFFFF;
	background:url(pic/bgamenu.bmp);
}
#serv:hover {
	color:#FFFFFF;
	background:url(pic/bgamenu.bmp);
}
.pagecontent {
	position:absolute;
	left:4%;
	top:60px;
	width:95%;
	bottom:50px;
	background:url(pic/bg2.png);
	background-size: 100% 100%;
}
.bp {
	position:absolute;
	height:94%;
	left:3%;
	right:3%;
	padding-right:2%;
	overflow:auto;
	font-size: 20px;
	top: 0%;
}
.tail {
	position:absolute;
	bottom:0%;
	left:0%;
	width:100%;
	height:40px;
	background:url(pic/tail.png);
	background-size: 100% 100%;
	color:#FFFFFF;
	font-size: 16px;
	text-align:center;
	padding-top:10px;
}
.logo {
	padding:1%;
	float:left;
	text-align:center;
}
blockquote { 
    margin-top: 5%;
    margin-left: 80px;
    margin-right: 40px;
}


