@charset "utf-8";
/* CSS Document */

body {
	margin-top: 30px;
	background-color:#FFFFFF;
	text-align: center;
}

/*style pentru header*/

#header {
	width: 975px;
	height: 134px;
	margin: 0 auto;
}

#head1 {
	width: 165px;
	height: 68px;
	float:left;
	background-repeat: no-repeat;
	background-image: url(../images/logo_abib_web.gif);
}

#head1 a.head {
	border-bottom-width: 0px;
	padding-top: 30px;
	}

#head2, #headform, #header a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
} 

#head2 {
	width: 645px;
	height: 17px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../images/nume.gif);
	margin-top: 43px;
	padding-bottom: 7px;
}

#headform {
	width: 150px;
	height: 20px;
	float: left;
	margin-left: 15px;
	margin-top: 38px;
	margin-bottom:30px;
	padding-bottom: 9px;
	text-align: left;
}

form#search {
	position: absolute;
}

input.box {
	width: 148px;
	font-family: Georgia, Times, Times New Roman, serif;
	font-style: normal;
	font-size: 13px;
	color: #CCCCCC;
	text-align: justify;
	border-width:1px;
	border-style:solid;
}

#header a {
	float: left;
	width: 150px;
	height: 25px;
	margin-top: 10px;
	margin-left: 15px;
	font-family: Georgia, Times, Times New Roman, serif;
	font-style: normal;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
}

#header a.first {
	margin-left: 0px;
	background-image: url(../images/acasa1.gif);
}

#header a.first:hover {
	background-image: url(../images/acasa2.gif);
}
#header a.second {	
	background-image: url(../images/articole1.gif);
}

#header a.second:hover {
	background-image: url(../images/articole2.gif);
}

#header a.third {	
	background-image: url(../images/predici1.gif);
}

#header a.third:hover {
	background-image: url(../images/predici2.gif);
}

#header a.fourth {	
	background-image: url(../images/publicatii1.gif);
}

#header a.fourth:hover {
	background-image: url(../images/publicatii2.gif);
}

#header a.fifth {	
	background-image: url(../images/biserica1.gif);
}

#header a.fifth:hover {
	background-image: url(../images/biserica2.gif);
}

#header a.sixth {	
	background-image: url(../images/evanghelia1.gif);
}

#header a.sixth:hover {
	background-image: url(../images/evanghelia2.gif);
}

/*incheiere style pentru header*/